MythLogBot@irc.freenode.net :: #mythtv-users

Daily chat history

Current users (172):

MythLogBot, Captain_Murdoch, peterpops, aloril, director9, obo_, st1nga, gregL, justdave, lis0r, trumee, Unhelpful, Guierrmo, jm|laptop, natanojl, MissionCritical, Scopeuk, tank-man, dkeith, dmz, rsiebert_, skd5aner, xavierh, CiaranG, kinsel8_, mzb, Dave123-road, jams, wagnerrp, xris, brfransen, ikevin, jbrett, justinh, caelor_afk, dinamic, EmleyMoor, kc, kinsel8, MMlosh, at0m, jarle, knightr, wizbit, Muzer, peitolm, Shadow__X, Slasher`, tgm4883, toorima, jpabq, kurre2, XDS2010_, Floppe, G, petefunk, sraue, Twiggy2cents, DeviceZer0, Guest23437, pigeon, quicksilver, cesman, damaltor, k-man, anykey_, GreyFoxx, KaZeR, Metoer, [TheAsp], AndyCap, EvilGuru, felipe`, purserj, sulx, thefRont, tomimo, Ua2, simcop2387, zombor, lautriv, ThisNewGuy1, UrB, FinnTux, JackWinter, kwmonroe, Seeker`, sphery, _abbenormal, d0netsFN, gigem, Heliwr, larrikin_, lotia, Azelphur, brtb_, ChanServ, ghoti, squidly, sutula, clever, Cougar, RagingComputer, RagingMind, xtort-, rhpot1991, wseltzer, lapion, jcarlos, thayward, _charly_, Anomaly`, joki, StevenR, jduggan, kloeri, sid3windr, SmallR2002, toeb, ServerSage, kormoc, lake, Oleg_, infojunky_, grumpytravel, wahrhaft_, adante, Moscherkobold, Technophil, benc-, XChatMav, ubIx_, troyt_, mycosys, bugzy, Beirdo, J-e-f-f-A, dekarl1, solars, croppa, highzeth, KaZeR_W, seld, devinheitmueller, BLZbubba, NightMonkey, kmcorbett, Cardoe_, likwid-, mzanetti_, akv_, ben1066, Number6, tlhiv_laptop, jammer5, markcerv, nutron, pplmaker__, peeaivo_, MilkBoy_, npm_, rickyw__, mag0o, sunkan_, jstenback_, Guest85848, zoran119_, andreax1, Toast__, pmhahn, SteveGoodey, Eruphus

Error at /usr/share/beirdobot/web/includes/utils.php, line 229:
Undefined variable $query


Details:
    datetime:  2025-10-03 08:44:04 (UTC)
    errornum:  2
  error type:  Warning
error string:  Undefined variable $query
    filename:  /usr/share/beirdobot/web/includes/utils.php
  error line:  229
Wednesday, May 2nd, 2012, 20:59 UTC
[20:59:37] dekarl: lets see, it prefers allatonce (which mythtv takes as "defaults are fine") but violates the rule that the default should be maximum of available data. (the wiki is down it seems, so I can't look the rule up to be sure) setting "days" to the available days by default would be the simplest fix around http://xmltv.cvs.sf.net/viewvc/xmltv/xmltv/gr . . . =markup#l189
[21:00:28] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Ping timeout: 265 seconds)
[21:00:49] dekarl: and the issue on MythTV's side is that it doesn't convert "I want tomorrow and the day three weeks from now" into "--offset 1 --days 21"
[21:02:29] dekarl: otoh, MythTV is the most advanced consumer I've seen, so its not so bad when it can't handle grabbers that violate the spec in this point ;)
[21:04:50] dekarl: ohh, I should not look at these grabbers to much... star-rating gets converted wrong (its nothing, 1–5 instead of nothing, 0–4 or maybe nothing, 0,1–3)
[21:05:29] dekarl: (the raw values are "no star rating", "1 star", "3 stars", "4 stars" or "5 stars" according to the docs)
[21:06:55] ** wagnerrp doesnt understand why he always has trouble with ABI changes and undefined references **
[21:07:00] dekarl: mzanetti_: how many days of guide are available for your country?
[21:08:10] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[21:09:04] devinheitmueller: dekarl: no "2 stars" rating?  ;-)
[21:09:38] dekarl: devinheitmueller: it says so around. http://xmltv.cvs.sf.net/viewvc/xmltv/xmltv/gr . . . =markup#l478
[21:09:58] dekarl: and the xmltv rating is zero based instead of one based
[21:10:45] mzanetti_: dekarl: I think 18... depending on the time you run the grabber you could get 19
[21:11:24] dekarl: mzanetti_: what a strange number... I was expecting something around today + X*weeks
[21:11:33] mzanetti_: dekarl: could have changed in the meantime... I tested it 2 years ago last time
[21:12:40] wagnerrp: Beirdo: help me out on this one
[21:12:59] wagnerrp: every time i run into these undefined reference issues, its because i forgot to delete the.....
[21:13:05] dekarl: ok, you should be able to add a line "defaults => {days => 21}," to the call to ParseOptions
[21:15:06] wagnerrp: ccache maybe?
[21:15:22] Beirdo: ccache, or make distclean
[21:15:36] Beirdo: more often make distclean for me
[21:15:58] wagnerrp: done both
[21:16:08] justinh: bah reminds me I've not got round to recompiling a newer-fixes yet
[21:16:14] wagnerrp: lets try both at the same time
[21:16:22] justinh: nor will I, not tonight anyway
[21:16:30] Beirdo: OK, next would be make sure the class (and/or instance) is defined as PUBLIC in the lib
[21:16:57] wagnerrp: just added methods, classes are MBASE_PUBLIC, same as before
[21:16:59] mzanetti_: wagnerrp: if its Qt and QObject you may forgot the Q_OBJECT macro (dumb guess – just ignore if it doesn't make any sense in your context)
[21:17:17] wagnerrp: interesting...
[21:17:29] Beirdo: k
[21:18:02] wagnerrp: nope, all have the Q_OBJECT macro
[21:19:00] Beirdo: where does your compile install the headers?
[21:19:11] dekarl: devinheitmueller: debugging code that I can't test makes me grumpy, especially when there's a bunch of fixes floating about but no maintainer atm :(
[21:19:15] wagnerrp: /usr/local/include
[21:19:16] Beirdo: you might need a make uninstall in there to get rid of system headers
[21:19:31] Beirdo: or just go manually delete the header you changed
[21:19:41] Beirdo: from /usr/local/include/myth...
[21:19:54] wagnerrp: did an uninstall
[21:20:41] wagnerrp: oddly, theres a handful of ffmpeg headers straggling around in there
[21:20:46] wagnerrp: but nothing that would cause this
[21:21:28] devinheitmueller: dekarl: yup, I've certainly faced that challenge.
[21:21:50] wagnerrp: no maintainer for epgdata?
[21:22:39] dekarl: aye, the grabber is more or less unmaintained since 2009, yunosh stepped up, but seems to be short on time either (or I scared him away by mass assigning all relevant tickets to him ;)
[21:23:17] Beirdo: wagnerrp: not sure. It does sound like it didn't see your changes though. Maybe rerun qmake in the failing dir (although that should be forced by a distclean)
[21:25:04] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users
[21:25:04] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc
[21:25:18] ben1066 (ben1066!~quassel@host109-152-57-231.range109-152.btcentralplus.com) has joined #mythtv-users
[21:26:44] ben1066_ (ben1066_!~quassel@host86-169-139-158.range86-169.btcentralplus.com) has quit (Ping timeout: 246 seconds)
[21:34:05] brfransen: devinheitmueller: I put the 950q on another box with .25 and ota digital works fine. I need to try cable and analog like it on the production backend that failed yesterday.
[21:35:06] devinheitmueller: brfransen: oh?
[21:35:34] devinheitmueller: So you're seeing inconsistent behavior between two different systems running the same kernel and version of Myth?
[21:35:49] brfransen: yes
[21:36:03] devinheitmueller: weird.
[21:36:17] brfransen: oh, wait one
[21:38:21] brfransen: the prod backend that failed yesterday is running a build of the linux-media tree from about a month ago. The one that I just tried is running what came in 2.6.39.
[21:45:50] devinheitmueller: interesting.
[21:56:26] brfransen: updated the test box to the new linux-media tree and the digital side still works but in mythtv-setup it gives and unknown error when probed like the other machine.
[21:56:52] brfransen: when I add the analog side it stalls mythbackend like yesterday
[21:56:57] sphery: dekarl: thanks for chiming in on the grabber... the 5 days at once didn't seem like a good default to me if they have 18 available, so thanks for confirming xmltv recommendations
[21:57:24] sphery: wagnerrp: sorry, saw your list reply before the question in here :)
[22:00:42] brfransen: devinheitmueller: when it is probing mythtv-setup kicks out: FE_GET_INFO ioctl failed (/dev/dvb/adapter-950Q/frontend0) No such device
[22:06:01] EvilGuru: How does mythtv decide when to run mythfilldatabase?
[22:06:16] EvilGuru: It runs daily but at seemingly random times
[22:06:28] sphery: EvilGuru: Schedules Direct?
[22:06:37] sphery: if so, SD/TMS tells it when to run next
[22:06:41] EvilGuru: sphery: XMLTV, UKRT
[22:07:28] sphery: then, ttbomk, if mythbackend is running it for you, it's based on your mfdb period (start/end times) plus some randomization to make sure not everyone runs it as the same moment
[22:08:21] sphery: er, period (how often to run it) and min/max hours
[22:08:34] sphery: (the 2nd allowing specifying a window in which to allow it to run)
[22:21:33] Number6 (Number6!~number6@zoidberg.geoghegan.me) has joined #mythtv-users
[22:22:04] Number6: Hey. I'm getting an error saying that my schema is 1264 version behind.
[22:22:44] Number6: Ubuntu 11.04, back and frontend are version 0.24
[22:23:57] Number6: The errors from running mythtv-setup, as per the error, is
[22:23:57] Number6: Driver error was [2/130]:
[22:23:57] Number6: QMYSQL3: Unable to prepare statement
[22:23:57] Number6: Database error was:
[22:23:58] Number6: Incorrect file format 'keybindings
[22:24:23] devinheitmueller: brfransen: how the hell does it end up calling the device "/dev/dvb/adapter-950Q/frontend0". Did you name it that intentionally via a udev rule?
[22:24:39] brfransen: yes
[22:24:43] devinheitmueller: ah, ok.
[22:24:58] devinheitmueller: Yeah, not sure why FE_GET_INFO would return -ENODEV. Sounds very suspicious.
[22:25:06] brfransen: but it gives the same when pointed to the exact device
[22:25:23] devinheitmueller: Any errors in dmesg?
[22:25:38] devinheitmueller: If it were a kernel oops, that would likely cause the device node to fail on all calls.
[22:25:49] devinheitmueller: s/all calls/all ioctl calls/
[22:27:26] devinheitmueller: I need to run out. Sorry.
[22:28:11] devinheitmueller (devinheitmueller!~dheitmue@ool-44c12d92.dyn.optonline.net) has left #mythtv-users ()
[22:28:17] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[22:33:30] tlhiv_laptop_ (tlhiv_laptop_!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Read error: No route to host)
[22:34:25] dinamic (dinamic!~dinamic@c-154072d5.020-128-6e6b701.cust.bredbandsbolaget.se) has quit (Read error: Operation timed out)
[22:38:06] sphery: Number6: your MySQL data files are broken, so we're getting garbage data...
[22:38:49] sphery: Number6: you can try running optimize_mythdb.pl , but from that particular error, I'm thinking you'll have to go all-out mysqlcheck (and check out mysql docs for all the things you'll need to do to fix it--I'm guessing there may even be loss of data)
[22:38:50] Number6: sphery: Can I drop everything and start again with a new DB?
[22:39:17] sphery: Number6: if you just upgraded MySQL server it may be that your packaging scripts didn't properly upgrade the mysql binary data files
[22:39:36] sphery: is this a new database--meaning nothing to lose--or does it have years of history?
[22:40:54] Number6: sphery: Well, what's stored in the DB? I don't use it for TV or recording tv shows – just movies and downloaded TV shows
[22:41:16] sphery: if all you're using is plugins, all that data is re-creatable
[22:41:26] sphery: so, yeah, you could just drop and re-create the database
[22:42:40] solars (solars!~solars@089144206215.atnat0015.highway.a1.net) has quit (Ping timeout: 255 seconds)
[22:43:01] sphery: Number6: DROP DATABASE IF EXISTS mythconverg; CREATE DATABASE mythconverg;
[22:43:16] sphery: Number6: then start up mythtv-setup (to create the schema), then start up frontend to create plugin schemas
[22:43:26] sphery: then go, i.e. to video library and rescan, etc.
[22:44:54] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 244 seconds)
[22:44:57] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users
[22:45:40] sphery: (oh, and of course, set up settings for things like storage groups and your dummy tuner and such before)
[22:45:49] SmallR2002 (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net) has joined #mythtv-users
[22:54:34] awalls (awalls!~awalls@d-72-9-3-220.cpe.metrocast.net) has joined #mythtv-users
[23:02:29] Number6: sphery: looks like I need to define the folders again, is that right?
[23:03:20] wagnerrp: if you dropped the database and started fresh, there is nothing defined
[23:03:32] wagnerrp: so yes, you would have to redo everything from scratch
[23:04:28] Number6: Yay!
[23:04:32] Number6: :-)
[23:05:19] ** wagnerrp is getting very frustrated with this undefined reference issue **
[23:09:05] ** awalls doesn't understand wagnerrp's reference ;) **
[23:10:14] ** wagnerrp is referring to a compiler error he has been suffering with for the past three hours **
[23:10:21] Number6: Can mythbuntu pull in IMDB listings?
[23:10:31] wagnerrp: Number6: no
[23:13:04] Number6: wagnerrp: Pity, as I've a lot of movies in the DVD jukebox
[23:13:10] awalls: Stop the compilation after preprocessing (-E IIRC) and look at the file to see why the compiler gripes about that line.
[23:13:31] wagnerrp: Number6: why? IMDB has terrible artwork
[23:14:01] awalls: Usually something you thought was being included was not.
[23:14:04] wagnerrp: awalls: it actually compiles fine, its a linker error
[23:14:15] awalls: Oh.
[23:14:39] wagnerrp: i added a public method to one of the exposed classes in one of the libraries
[23:14:46] wagnerrp: and now the applications are failing to link against it
[23:15:31] wagnerrp: i uninstalled, i distcleaned, i cleared ccache
[23:15:41] wagnerrp: i did everything but wipe away the repo and start fresh
[23:15:51] awalls: hm
[23:15:59] awalls: git has a clean command
[23:16:04] wagnerrp: i know its something stupid i forgot to do
[23:16:15] wagnerrp: and i know i always do it
[23:16:34] wagnerrp: but i can never remember what it is, because i only have to do it maybe 2–3 times a year
[23:16:49] wagnerrp: although usually that shows up as a vtable mismatch
[23:17:36] awalls: git clean -f -d -x
[23:17:53] Number6: wagnerrp: It's be nice to get a synopsis of the movies
[23:18:10] wagnerrp: Number6: we can do that
[23:18:14] wagnerrp: we just dont use imdb
[23:18:33] Number6: Ahh, even better! I know it works for TV shows
[23:18:35] awalls: A link flag -lfoo to link libfoo is usually the stupid thing I forget
[23:19:20] wagnerrp: movies and television are separate
[23:19:24] wagnerrp: themoviedb.org, thetvdb.com
[23:22:32] awalls: man ld says: --trace-symbol=symbol ... useful when you have an undefined symbol in your link but don't know where the reference is coming from
[23:22:59] awalls: might be the opposite problem though
[23:24:18] wagnerrp: is it possible its not finding something the library itself is linked against?
[23:24:24] wagnerrp: that shouldnt matter, should it?
[23:24:52] awalls: If you have circular references between libraraies you need to use the -( and -) flags to ld
[23:25:25] awalls: To give it a list of archives to repeatedly look through
[23:25:48] wagnerrp: as far as i know, i didnt change anythig
[23:26:03] wagnerrp: the only external call i added is 'getenv()'
[23:26:18] wagnerrp: and that should be harmless enough
[23:27:35] wagnerrp: the library is linking against the proper object and moc object
[23:29:03] awalls: What is the undefined symbol name?
[23:29:31] wagnerrp: MythSystemPrivate::ParseShell(QString, QString&, QStringList&)
[23:30:30] wagnerrp: its almost as if its picking up the virtual function from MythSystemPrivate
[23:30:50] wagnerrp: and missing the overridden version with proper definition in MythSystemUnix derived class
[23:30:50] awalls: does `nm --demangle libwhatever.a` show that symbol with a T or t (for program text)?
[23:31:33] wagnerrp: dont have .as, will a .so work?
[23:31:39] awalls: yeah
[23:32:14] awalls: This is a purely virtual with no actual instances of MythSystemPrivate object?
[23:33:25] ** awalls can't remember if pure vituals require some sort of trivial body. I don't think so. **
[23:34:19] wagnerrp: oh why wont you let me copy-paste....
[23:34:36] wagnerrp: 00000000001a2980 T MythSystemUnix::ParseShell(QString, QString&, QStringList&)
[23:34:36] wagnerrp: U MythSystemPrivate::ParseShell(QString, QString&, QStringList&)
[23:35:10] awalls: Well, there is your undefined symbol.  :)
[23:35:20] wagnerrp: ?
[23:35:38] awalls: What library file was it in
[23:36:07] wagnerrp: libmythbase-0.26.so, right where i added it
[23:36:36] wagnerrp: right along side several other pure virtual functions that otherwise work just fine
[23:37:13] awalls: Does nm show those other pure virtuals as 'U'?
[23:37:28] wagnerrp: oh, no they arent
[23:37:32] wagnerrp: theyre defined to 0
[23:37:39] awalls: Are they private ?
[23:37:42] wagnerrp: please say its not that....
[23:37:44] wagnerrp: no, public
[23:38:16] ** awalls can't remeber what O means. **
[23:38:57] Twiggy2cents: What is the difference of a firmware file and drivers? In regards to peripherals?
[23:39:21] sphery: wagnerrp: exposed class as in MPUBLIC?
[23:39:23] Twiggy2cents: If I have to have a firmware file for my tuner to work, what does the driver do?
[23:39:31] wagnerrp: drive runs on the CPU, firmware runs on the hardware itself
[23:39:47] wagnerrp: MBASE_PUBLIC, yes
[23:40:02] wagnerrp: although its not supposed to be used outside of libmythbase, so it really doesnt need to be
[23:40:02] Twiggy2cents: But I mean the fact that my tuners require a firmware file. What is its purpose?
[23:40:29] wagnerrp: the firmware is the "operating system" that runs the tuner card
[23:40:45] sphery: so that the vendor can change its functionality without redesigning the hardware
[23:40:47] wagnerrp: its not some dumb transistor network on that thing
[23:40:59] sphery: (and without making you buy a brand new tuner card :)
[23:41:05] wagnerrp: its a halfway decent micro-controller in its own right
[23:41:16] wagnerrp: likely more powerful than some full fledged computers you have owned
[23:41:39] Twiggy2cents: Yeah I understand that the firmware is on the device, but I mean what is referenced in this page http://linuxtv.org/wiki/index.php/ATI/AMD_TV_Wonder_HD_600_USB
[23:41:50] wagnerrp: firmware interfaces directly with the hardware
[23:41:57] wagnerrp: drivers interface with the firmware
[23:42:30] Twiggy2cents: What does the actual firmware file do? It seems a bit redundant for the computer to have both a driver and a firmware file. I may not be understanding it correctly or something.
[23:42:54] wagnerrp: the firmware gets loaded into the microcontroller, using some interface built into the microcontroller
[23:43:09] wagnerrp: and it runs all the host-independent operations on the tuner card
[23:43:32] wagnerrp: son of a bitch!
[23:43:37] wagnerrp: that was it!
[23:43:40] sphery: which?
[23:43:49] Twiggy2cents: Ohh so is it volatile memory on the tuner then?
[23:44:02] sphery: yes, loaded to
[23:44:11] Twiggy2cents: Gotcha
[23:44:17] Twiggy2cents: That makes sense then.
[23:44:29] wagnerrp: "MythSystemUnix::ParseShell(QString, QString&, QStringList&);" --> "MythSystemUnix::ParseShell(QString, QString&, QStringList&) = 0;"
[23:44:44] wagnerrp: three hours for four characters
[23:45:03] sphery: oh, the lack of the = 0;
[23:45:12] Twiggy2cents: So I also have a hauppauge usb stick and hadnt put the required fw file in the directory. Yet it was still working. Any idea why?
[23:45:14] Beirdo: ooooh, what a petulant little user.
[23:45:35] Beirdo: that's a pure virtual?
[23:46:19] wagnerrp: erm... MythSystemPrivate, not Unix
[23:46:54] Beirdo: yeah, should be a pure virtual there, then defined in the Unix and Windows ones
[23:48:11] wagnerrp: why does this guy keep going on and on about this?
[23:48:22] wagnerrp: and seriously, who puts pipes and other special characters in their filenames?
[23:48:42] wagnerrp: surely no cameras do that on their own
[23:49:11] wagnerrp: maybe some commits referencing the tickets will shut him up
[23:51:12] sphery: wagnerrp: 10680 isn't a dup of one someone else had a few days back?
[23:51:25] sphery: (talking about names not working...?)
[23:51:31] wagnerrp: yes, #10676
[23:51:31] ** MythLogBot http://code.mythtv.org/trac/ticket/10676 **
[23:51:42] wagnerrp: i closed it, so he opened another
[23:51:55] sphery: ahh
[23:52:10] wagnerrp: so i commandeered it for a developer ticket to implement the plans i had outlined in the previous one when i closed it
[23:52:10] sphery: thought it sounded familiar
[23:52:35] wagnerrp: plans ive had on my todo list since rewriting the thing in the first place a year and a half ago
[23:52:46] sphery: well, now it's high priority
[23:52:55] sphery: (to someone, at least :)
[23:55:49] sphery: hehe, now that I've read the ticket thread, a certain comment from 10 minutes ago makes a lot more sense
[23:56:54] wagnerrp: hes a petulant little user because i keep telling him he doesnt understand the root of the problem (calling out through Bourne, rather than directly)
[23:57:09] wagnerrp: and as such his patch is merely fixing a symptom, rather than the problem
[23:58:35] wagnerrp: i could have just outright locked or closed the ticket with no explination
[23:58:47] wagnerrp: but no, i tried to explain where he was wrong, and what the proper course of action was
[23:58:52] wagnerrp: look where it gets me
Thursday, May 3rd, 2012
[00:02:28] wagnerrp: Beirdo: do we need to parse the hashbang?
[00:02:39] k-man: on this ticked i made, i have been requested to post a sample of some video that causes the problem – how should i go about extracting a bit of the video for posting somewhere?
[00:03:15] wagnerrp: dd
[00:03:36] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: kormoc)
[00:03:51] k-man: i may need to grab part of the video between 2 time points
[00:04:03] k-man: s/may/will
[00:04:16] bcgrown (bcgrown!~dave@69.172.156.235) has joined #mythtv-users
[00:04:23] wagnerrp: dd and some rough math
[00:04:32] k-man: ok
[00:04:41] wagnerrp: bs, count, offset
[00:04:44] Beirdo: if we are running a script, you might need to parse the hashbang, but I don't think so
[00:04:49] Beirdo: we'll have to test that
[00:05:18] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 260 seconds)
[00:06:22] bcgrown: mythshutdown keeps going to ~100% cpu on my machine, how can I track down why? i'm running 0.25-fixes, currently on 20120501
[00:07:04] Beirdo: using gdb would probably be the best bet
[00:07:10] bcgrown: ugh
[00:07:13] bcgrown: i have no clue how to do that
[00:07:22] Beirdo: attach to the pid and see what the threads are doing
[00:07:35] bcgrown: umm
[00:07:39] Beirdo: do it a few times and look for commonality
[00:08:00] bcgrown: blerg to the blerg and look for blerg?
[00:08:05] Beirdo: well, that's how it's done.
[00:08:54] wagnerrp: Beirdo: is 'refs' not a valid trac hook keyword?
[00:08:55] bcgrown: ok... but is there a 'for dummies' version of that?
[00:09:05] Beirdo: http://www.mythtv.org/wiki/Debugging#Attachin . . . ning_process
[00:09:29] Beirdo: wagnerrp: I think so, would have to check the trac plugin code
[00:09:42] Beirdo: might just be Ref:
[00:11:06] dmfrey (dmfrey!~dmfrey@64-121-93-243.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv-users
[00:15:19] bcgrown (bcgrown!~dave@69.172.156.235) has quit (Quit: Leaving)
[00:17:39] jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has quit (Ping timeout: 255 seconds)
[00:20:26] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[00:20:26] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[00:20:26] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[00:27:26] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users
[00:34:48] ** awalls speculates that symbols of type 'O' must come from a dwarf debug section of an elf binary, C++ object thingy... **
[00:34:56] mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has joined #mythtv-users
[00:34:57] mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has quit (Changing host)
[00:34:57] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users
[00:48:24] awalls (awalls!~awalls@d-72-9-3-220.cpe.metrocast.net) has quit (Quit: Leaving.)
[01:06:13] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users
[01:06:13] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc
[01:10:49] dekarl (dekarl!~dekarl@p4FCEF41C.dip.t-dialin.net) has quit (Ping timeout: 265 seconds)
[01:12:39] jya_: wagnerrp: I can reproduce the send error when reverting to the old code only using QUdpSocket, et this time binding it only to the link-local address
[01:17:48] dekarl (dekarl!~dekarl@p4FCEF41C.dip.t-dialin.net) has joined #mythtv-users
[01:26:23] mzb is now known as mzb_
[01:27:48] mzb_ is now known as mzb
[01:32:24] StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has quit (Read error: Operation timed out)
[01:35:24] oobe (oobe!~thingo@unaffiliated/oobe) has quit (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
[01:35:24] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Read error: Connection reset by peer)
[01:35:55] StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has joined #mythtv-users
[01:41:17] jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv-users
[01:41:17] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jams
[01:43:07] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv-users
[01:43:22] jammer5 (jammer5!~jeremy@mail.pertronic.co.nz) has joined #mythtv-users
[02:06:34] dmfrey (dmfrey!~dmfrey@64-121-93-243.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Quit: Ex-Chat)
[02:12:10] BLZbubba (BLZbubba!~mark@tpsit.com) has quit (Ping timeout: 260 seconds)
[02:17:26] k-man: i had this idea for a "cool new feature", in order to prevent vegetation of the brain when watching TV, you could have a system that asks you to solve a little test of some sort in order to do some action in mythtv, like if you want to watch a recording, you have to answer "what is 45+52?" or similar :)
[02:18:05] k-man: want to adjust the volume? "what is 14 * 3?"
[02:18:07] k-man: hehe
[02:24:28] markcerv (markcerv!~mark@ns.shelfspace.com) has joined #mythtv-users
[02:27:11] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Ping timeout: 265 seconds)
[02:31:50] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv-users
[02:41:09] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[03:00:06] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[03:01:01] newmobo (newmobo!47bb3e29@gateway/web/freenode/ip.71.187.62.41) has joined #mythtv-users
[03:01:56] newmobo: Hello, I'd like to know a little more about VAAPI support in mythtv 0.25, what intel parts can accelerate playback?
[03:30:38] newmobo: anyone use an intel 3150 ?
[03:33:05] jya_: wagnerrp: i'm pretty much convinced now that the error I'm seeing when using writeDatagram is a mac only issue.. it works just fine on linux
[03:33:51] wagnerrp: perhaps something to do with behavior of the network stack?
[03:34:14] wagnerrp: some default configuration issue that differs from linux
[03:34:30] wagnerrp: similar to how freebsd defaults to bindv6only on
[03:34:35] jya_: here is the code to quickly test
[03:34:49] jya_: if you could test it on freebsd that would be nice
[03:35:00] wagnerrp: newmobo: pretty much junk
[03:35:11] jya_: http://pastebin.com/kSaRZd2F
[03:35:52] jya_: wagnerrp: that's the test.pro , main file is main.cpp
[03:35:59] jya_: qmake test.pro ; make
[03:36:21] wagnerrp: newmobo: for the most part, the only intel hardware that supports VAAPI is hardware that otherwise doesnt need it
[03:36:50] wagnerrp: the i3s and i5s with integrated video can do it
[03:36:52] jya_: you would need to modify the code, for m_dest so it ends with %ifname for your box
[03:37:01] wagnerrp: the X4500HD can do it
[03:37:09] wagnerrp: and the low end GMA500 can do it
[03:37:50] nutron (nutron!~nutron@unaffiliated/nutron) has joined #mythtv-users
[03:38:05] newmobo: How about the E-350 from amd?
[03:38:30] wagnerrp: should do it, if you can get the fglrx drivers to work reliably
[03:38:41] newmobo: thats a big if...
[03:38:46] wagnerrp: theyve gotten significantly better, but have a horrendous track record
[03:39:22] newmobo: I'd worry about losing support in some future fglrx version
[03:40:38] newmobo: I have a front end with an athlon 2 dual core and the 785G integrated graphics. I eventually just went and bought a Geforce 210 for VDPAU, this was back with myth 0.24
[03:40:47] jya_: wagnerrp: is there a way to prevent the use of ipv6 in myth?
[03:40:52] jya_: specifically in mythfrontend?
[03:40:56] newmobo: I never got accelerated playback with the 785G back then
[03:41:23] wagnerrp: at the moment? probably just compile without support
[03:41:43] wagnerrp: you can set it to only listen on ::1, but thats probably not what youre looking for
[03:41:55] wagnerrp: wheres the .pro?
[03:42:15] newmobo: Fglrx is dropping or has dropped support for the 785G and 880G integrated graphics I think that's HD32XX and HD4XXX
[03:42:31] jya_: wagnerrp: oop
[03:42:38] jya_: http://pastebin.com/RKmfiSYu
[03:44:08] wagnerrp: seems i never bothered to install qt on my base install
[03:45:06] sphery: why would you need a UI toolkit on a base install?  ;)
[03:45:15] wagnerrp: or maybe i never installed qmake anywhere
[03:45:28] wagnerrp: i dont have a copy on my backend
[03:45:32] wagnerrp: does that seem right?
[03:45:57] jya_: wagnerrp: but you compile mythtv right?
[03:46:06] jya_: with that same config you can compile the code above
[03:46:09] wagnerrp: ah, qmake-qt4
[03:48:32] wagnerrp: so this is to connect to a frontend with RAOP running?
[03:48:36] jya_: pretty sure it's a Qt bug… I noticed a bug report similar dating December 10, but that was closed as no one provided further info
[03:48:50] jya_: wagnerrp: no, that code does nothin
[03:49:03] jya_: it only creates a Udp socket, bind it, and send data
[03:49:18] wagnerrp: so it doesnt actually need anything on the opposite end?
[03:49:26] dinamic (dinamic!~dinamic@c-c54472d5.020-128-6e6b701.cust.bredbandsbolaget.se) has joined #mythtv-users
[03:49:32] jya_: yep
[03:49:45] wagnerrp: running it unmodified, it reported "success"
[03:49:50] jya_: beauty of UDP, it doesn't care if there's something on the other end
[03:50:08] jya_: your main link-local is on eth0 ?
[03:50:12] jya_: surprising
[03:50:16] wagnerrp: epair2b
[03:50:28] wagnerrp: have no eth0 on that jail
[03:50:36] wagnerrp: epair2b and lo0
[03:50:52] jya_: normally, for you to not get an error with a link local, you would have to tell it which scope to use
[03:51:01] jya_: so blah%epair2b
[03:51:41] jya_: oh well, you don't get an error
[03:51:44] jya_: which is what it should be
[03:51:52] jya_: as it doesn't care if the end address is correct
[03:52:04] jya_: being disconnected
[03:53:08] jya_: so what "break" RAOP on my mac, isn't the move to ServerPool and the last changes added. is that now it supports IPv6, and that's what the iPhone will use to connect, and the mac can't send data to the iPhone control channel via link-local
[03:54:30] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[03:54:40] jya_: seems to have only unveiled a Qt bug
[03:55:07] ** jya_ really, the world is definitely not ready for the move to IPv6 **
[03:56:50] jya_: yep… works all fine on linux
[03:57:31] wagnerrp: seems odd that it would let you send from an address/link that doesnt exist
[04:01:42] newmobo: So which AMD video chipsets can offload the video playback, like VDPAU does for nvidia? FGLRX is the driver, but what would I set mythtv to use for video playback?
[04:02:40] lwizardl (lwizardl!~lwizardl@c-68-62-80-172.hsd1.mi.comcast.net) has joined #mythtv-users
[04:03:03] wagnerrp: ideally, the ones that come with a mobile nVidia chip built in
[04:03:28] [R]: haha
[04:04:15] jya_: wagnerrp: well, UDP doesn't give you any guarantee that it arrived..
[04:04:43] newmobo: yeah but its fast
[04:04:45] jya_: On my mac, I do get an error if I'm sending to an IPv6 address and my mac isn't on that particular subnet
[04:05:11] jya_: which is why Im surprised that by using the wrong scope it still worked
[04:06:08] Transformer (Transformer!~Transform@ool-44c4bb0a.dyn.optonline.net) has joined #mythtv-users
[04:08:00] Transformer (Transformer!~Transform@ool-44c4bb0a.dyn.optonline.net) has left #mythtv-users ()
[04:12:37] jya_: newmobo: if you use mythtv master, there are VAAPI profile set up
[04:12:55] jya_: i thought of backporting those to fixes/0.25 … but couldn't be bothered
[04:13:33] jya_: vAAPI will never give you something anywhere as nice as vdpau. their deinterlacer is pretty crappy.
[04:13:46] jya_: Also, the VAAPI deinterlacer only works on video decoded by VAAPI
[04:13:48] newmobo: ah ok
[04:13:58] jya_: so if the chip doesn't decode it, you end up with no deinterlacing
[04:14:11] pplmaker_ (pplmaker_!~pplmaker@nyv-exweb.iac.com) has joined #mythtv-users
[04:14:16] jya_: vdpau will fallback to software decoding, but you still get their awesome deinterlacer
[04:14:29] jya_: that's obviously a problem myth should handle. but for the time being, it doesn't
[04:14:55] jya_: my ATI Radeon HT 6970 (so quite a powerful and recent card)
[04:14:59] jya_: only does h264
[04:15:33] DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Ping timeout: 260 seconds)
[04:15:38] jya_: so with VAAPI profile, my FTA TV which is mpeg2 can't work. so you end up with software decoding, and no deinterlacing at all
[04:15:40] jya_: it looks terrible
[04:16:31] pplmaker (pplmaker!~pplmaker@nyv-exweb.iac.com) has quit (Read error: Connection reset by peer)
[04:16:44] newmobo: my goal was to setup more front ends so I was looking for an all-in-one low power and cheap frontend. Seems like I'm going to wind up with something like: http://www.newegg.com/Product/Product.aspx?Item=N82E16856107076
[04:18:02] newmobo: I can probably build a much more powerful machine for the same price, but that more powerful machine will probably cost me a lot more in electricity since it will spend LOTS of time being idle
[04:19:05] [R]: thats why you shut them off when they are not being used if you are concerned about it
[04:19:06] wagnerrp: newmobo: why would it be spending lots of time idle?
[04:19:15] wagnerrp: what [r] said
[04:19:41] newmobo: shutting off means long boot time
[04:19:48] wagnerrp: then use standby
[04:19:57] newmobo: true...
[04:20:40] newmobo: i havent had much luck with standby....ever... on any linux machine in the last 5 years though
[04:21:14] pplmaker__ (pplmaker__!~pplmaker@nyv-exweb.iac.com) has joined #mythtv-users
[04:21:16] newmobo: coming out of S3 or S4 or even S1 always seems to not re-enable something
[04:21:28] [R]: i've got it workign on 3 of my 3 computers right nwo
[04:21:43] newmobo: that is a generalization for the linux kernel or older broken drivers. Ive had little success with it in the past so I never considered it
[04:21:47] pplmaker_ (pplmaker_!~pplmaker@nyv-exweb.iac.com) has quit (Read error: Connection reset by peer)
[04:22:13] newmobo: Got a different question: When I go to playback a recording, how might I be able to sort the recordings by either original air date or episode number or other sortable things that mythweb seems to be able to do, but not mythfrontend ?
[04:26:02] newmobo: In this case the question is for mythtv 0.24.1
[04:26:45] jya_: newmobo: ION2 is still a great platform. I personally use a nvidia based mac mini, vdpau (nvidia 320M), mobile core 2 duo. 11W watching TV !
[04:27:02] jya_: too bad Apple switched to ati for their latest ones
[04:27:29] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Ping timeout: 256 seconds)
[04:28:35] jya_: wagnerrp: https://bugreports.qt-project.org/browse/QTBUG-25634
[04:30:32] ** wagnerrp bookmarks **
[04:30:32] pplmaker__ (pplmaker__!~pplmaker@nyv-exweb.iac.com) has quit (Read error: Connection reset by peer)
[04:30:47] pplmaker__ (pplmaker__!~pplmaker@nyv-exweb.iac.com) has joined #mythtv-users
[04:31:06] newmobo: Looking up nvidia ION2 on ebay leads me to.........a fricken ion2 surface mount solder paste sentcil..... http://www.ebay.com/itm/BGA-Heat-directly-Ste . . . em41644cd850 who the hell buys production tools from ebay?
[04:32:38] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv-users
[04:36:57] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has quit (Ping timeout: 255 seconds)
[04:38:24] newmobo: So is there a way to sort recorded episodes in mythfrontend like can be done with mythweb?
[04:38:54] jya_: wagnerrp: I can't believe you didn't backport your fixes from 0.25 in regards to big disk size back to 0.21
[04:38:57] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has joined #mythtv-users
[04:39:52] [R]: lol
[04:40:31] wagnerrp: jya_: yeah, i dont know what i was thinking
[04:41:10] jya_: there's such a lack of care for mythtv users… myth dev really.. that shows a total lack of commitment
[04:41:15] wagnerrp: just because no one even noticed it until last december doesnt mean all those old versions werent getting serious harm
[04:42:12] ** wagnerrp wonders if he missed an email where someone actually complained about it not being backported **
[04:43:15] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has quit (Ping timeout: 255 seconds)
[04:45:15] jya_: wagnerrp: my point is that you should have been proactive about the issue, and backport it to 0.21, with the thought that someone would have experienced it at some stage :P
[04:46:15] wagnerrp: usually people with such large systems are a bit more proactive about updating... and doing things like running 64-bit... :)
[04:46:40] jya_: size_t would still have been an issue
[04:46:49] jya_: it's a long, which is 32 bits
[04:47:00] wagnerrp: size_t should be 64-bit on 64-bit linux
[04:48:19] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has joined #mythtv-users
[04:48:54] wagnerrp: perhaps not 64-bit, but whatever the maximum array size is
[04:49:04] wagnerrp: which is significantly larger than 32-bit
[04:50:15] jya_: on my mac it's typedef unsigned long
[04:50:43] wagnerrp: scratch that, it is 64-bit... http://en.wikipedia.org/wiki/64-bit#64-bit_data_models
[04:51:24] wagnerrp: a long is 64-bit too
[04:52:10] jya_: ah yeah, unsigned long is 64 bits on my mac
[04:53:04] jya_: was convinced it was long long only on linux/mac
[04:53:50] jya_: ah,it's windows where a long is still 32 bits
[04:54:07] jya_: i knew i had had this issue at some stage
[04:54:24] wagnerrp: and since no one runs windows backends....
[04:55:24] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has quit (Ping timeout: 255 seconds)
[04:56:33] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has joined #mythtv-users
[04:56:44] jya_: i use uint32_t int32_t in all my new code these days
[04:56:52] jya_: including int8_t for char
[04:59:22] jya_: oh well… here i was chasing a bug that i can do nothing about… only way would be to disable IPv6 on os x
[05:01:15] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has quit (Ping timeout: 255 seconds)
[05:02:23] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has joined #mythtv-users
[05:06:40] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has quit (Ping timeout: 255 seconds)
[05:08:42] Oleg_ (Oleg_!~webcam@pool-96-224-20-249.nycmny.east.verizon.net) has joined #mythtv-users
[05:26:51] sphery: jya_: hehe, circular inheritance
[05:27:16] sphery: wagnerrp: I like your, "Just because something is necessary doesn't mean it's good."
[05:27:22] sphery: all too true
[05:30:19] wagnerrp: IMHO, and especially after running ZFS as my primary filesystem for several years, the only thing partitioning gets you is loss of flexibility
[05:31:07] jya_: i haven't bothered partioning my disks for years
[05:31:52] wagnerrp: i used to be useful to ensure certain applications had access to a certain amount of data (either minimum or maximum)
[05:33:02] wagnerrp: but at least in ZFS, you can set quotas and reservations
[05:33:11] wagnerrp: and set them for complex trees of nested partitions
[05:47:54] jya_: does myth has anything to use/watch/download a HLS stream?
[05:48:27] wagnerrp: just the demo in the backend status page
[05:48:31] jya_: e.g., if I give the player a http URL to a HLS stream, should that work?
[05:49:11] jya_: i'm tracing why some of the AirPlay video playback do not work, and in each case, the URL AirPlay received is a HLS stream...
[05:49:11] newmobo (newmobo!47bb3e29@gateway/web/freenode/ip.71.187.62.41) has quit (Ping timeout: 245 seconds)
[05:49:25] jya_: and I see error that it expected xxx bytes and it go 0
[05:56:22] lake: holy crap. i finally am able to change channels from lirc!!! AH
[05:56:27] lake: so effing psyched!
[05:56:46] [R]: IR is so 1980s
[05:56:59] lake: i have to admit that it feels bad ass to run a irsend command and power on the STB
[05:57:05] lake: lol
[05:57:18] sphery: IR a fan of the simplicity and "works with any STB" approach
[05:57:39] sphery: (or any audio/video receiver or any TV or ...)
[05:57:41] lake: next plan is to get my bluetooth controller -> computer -> lirc -> STB
[05:57:48] ** [R] hugs his network addressable STB **
[05:58:02] lake: what do you have, [R]
[05:58:10] [R]: directv
[05:58:16] lake: ooooh. me too..
[05:58:31] lake: it has an ethernet jack on the back i think
[05:58:46] dekarl1 (dekarl1!~dekarl@p4FCEFBBE.dip.t-dialin.net) has joined #mythtv-users
[05:58:50] [R]: i plug mine in to a VLAN on my router
[05:59:52] lake: hmm. i do have another dtv box in the closet near the router... good to know for the future
[06:00:05] lake: this one is far from the router
[06:00:20] dekarl (dekarl!~dekarl@p4FCEF41C.dip.t-dialin.net) has quit (Ping timeout: 265 seconds)
[06:00:47] lake: could you elaborate a bit on your set, [R], so i can get an idea in the case i can't find you here to pick your brain later?
[06:00:53] lake: set up*
[06:01:08] [R]: i have one of those fancy deca receiverse
[06:01:23] [R]: so i plug my network int oa deca adapter, and then the box can be talked to over my network
[06:01:46] [R]: then tehrse a directv.pl script to change channels
[06:02:30] lake: is the deca provided by dtv?
[06:03:05] [R]: if you get like some fancy $$$ whole home nonsense it is
[06:03:08] [R]: i got it on ebay for like $10
[06:03:09] lake: this would work i think. i have the h21: http://www.amazon.com/DirecTV-DECA-Network-Ad . . . 2&sr=8-2
[06:03:34] [R]: thats one half of the equation
[06:03:41] [R]: then you need another one or a deca broadband adapter
[06:03:44] [R]: to get your network on the coax
[06:03:52] [R]: and a bandstop filter depending on your wiring
[06:04:24] [R]: tons of wiring diagrams from dtv on the subject
[06:04:54] ServerSage (ServerSage!~ServerSag@c-67-161-33-247.hsd1.ca.comcast.net) has quit (Read error: Connection reset by peer)
[06:05:25] ServerSage (ServerSage!~ServerSag@c-67-161-33-247.hsd1.ca.comcast.net) has joined #mythtv-users
[06:07:03] lake: [R]: this? http://www.amazon.com/Directv-Decabb1mr0-01-A . . . 4&sr=1-1
[06:07:14] [R]: yup
[06:07:27] [R]: but you really need to consult the wiring diagrams
[06:09:56] lake: okay, i'll save that for when i get a dedicated backend. right now i'm in the experiment stage.
[06:10:24] lake: thanks for all your input
[06:10:40] lake: i will now check into that directv.pl script
[06:11:23] somethinginteres (somethinginteres!~something@ppp29D1.dsl.pacific.net.au) has joined #mythtv-users
[06:12:09] somethinginteres: I am trying to change my MythTV theme and each time I select a theme from the Theme Chooser menu it doesn't apply the skin and send me back to the main menu. Any idea why?
[06:12:48] k-man: somethinginteres, i had that problem too
[06:13:29] somethinginteres: k-man: no solution as yet?
[06:13:35] k-man: somethinginteres, i think in my case i had old libs lying around that were interfereing – or, iirc you have to press Menu/Select theme to actually select it
[06:13:38] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[06:13:43] k-man: somethinginteres, can't remember exactly what solve my problem
[06:14:01] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[06:14:01] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[06:14:01] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:14:41] jya__ (jya__!~jyavenard@120.148.99.165) has joined #mythtv-users
[06:14:41] jya__ (jya__!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:14:42] jya__ (jya__!~jyavenard@120.148.99.165) has quit (Changing host)
[06:14:42] somethinginteres: k-man: seems to have applied upon restart on the 3rd attempt, thanks anyways k-man
[06:14:42] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[06:15:03] k-man: somethinginteres, yw
[06:15:18] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[06:15:18] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:15:18] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[06:15:24] k-man: somethinginteres, maybe thats what fixed it for me too – i didn't keep trying once it stuck
[06:16:21] jya__ (jya__!~jyavenard@120.148.99.165) has joined #mythtv-users
[06:16:21] jya__ (jya__!~jyavenard@120.148.99.165) has quit (Changing host)
[06:16:22] jya__ (jya__!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:18:14] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:18:14] jya__ (jya__!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[06:22:34] lwizardl (lwizardl!~lwizardl@c-68-62-80-172.hsd1.mi.comcast.net) has left #mythtv-users ("Leaving")
[06:22:37] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Ping timeout: 250 seconds)
[06:35:58] FabriceMG (FabriceMG!~FabriceMG@LCaen-156-54-30-212.w80-11.abo.wanadoo.fr) has joined #mythtv-users
[06:36:38] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Ping timeout: 240 seconds)
[06:42:01] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has quit (Read error: Connection reset by peer)
[06:42:14] ubIx_ (ubIx_!~ulf@p5DD187C6.dip0.t-ipconnect.de) has joined #mythtv-users
[06:42:57] mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has joined #mythtv-users
[06:43:05] mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has quit (Changing host)
[06:43:05] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users
[06:43:58] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has quit (Read error: Connection reset by peer)
[06:44:21] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has joined #mythtv-users
[06:45:35] ubIx (ubIx!~ulf@p5DD18739.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds)
[06:46:07] jya (jya!~jyavenard@120.148.99.165) has joined #mythtv-users
[06:46:07] jya (jya!~jyavenard@120.148.99.165) has quit (Changing host)
[06:46:07] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:46:26] dinamic (dinamic!~dinamic@c-c54472d5.020-128-6e6b701.cust.bredbandsbolaget.se) has quit (Ping timeout: 244 seconds)
[06:46:33] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has quit (Read error: Connection reset by peer)
[06:46:48] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has joined #mythtv-users
[06:47:17] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[06:50:33] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has quit (Read error: Connection reset by peer)
[06:50:48] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has joined #mythtv-users
[06:53:13] RyanC (RyanC!~chatzilla@office.lmp.co.uk) has joined #mythtv-users
[07:00:32] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[07:00:37] dinamic (dinamic!~dinamic@c-c54472d5.020-128-6e6b701.cust.bredbandsbolaget.se) has joined #mythtv-users
[07:01:58] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Ping timeout: 276 seconds)
[07:04:12] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:04:12] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:04:12] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[07:11:10] faichele___ (faichele___!~quassel@d16-205.informatik.uni-stuttgart.de) has joined #mythtv-users
[07:12:27] amessina (amessina!~amessina@2001:470:1f11:a4:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!)
[07:13:27] d0netsFN (d0netsFN!den0ts@blea.ch) has quit (Read error: Connection reset by peer)
[07:13:47] d0netsFN (d0netsFN!den0ts@blea.ch) has joined #mythtv-users
[07:14:06] andreax (andreax!~andreaz@p54BF3293.dip.t-dialin.net) has joined #mythtv-users
[07:18:43] solars (solars!~solars@clnet-kmu02-090.ikbnet.co.at) has joined #mythtv-users
[07:23:36] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:23:36] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:23:36] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[07:23:59] faichele___ (faichele___!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (Remote host closed the connection)
[07:24:10] jya__ (jya__!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:24:11] jya__ (jya__!~jyavenard@120.148.99.165) has quit (Changing host)
[07:24:11] jya__ (jya__!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:25:28] jya__ (jya__!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[07:25:28] jya___ (jya___!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:25:41] faichele__ (faichele__!~quassel@d16-205.informatik.uni-stuttgart.de) has joined #mythtv-users
[07:27:21] lake: i keep receiving "could not open jump program file" when i try to watch live tv. :(
[07:31:20] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:31:20] jya___ (jya___!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[07:36:50] jya__ (jya__!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:36:50] jya__ (jya__!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:36:50] jya__ (jya__!~jyavenard@120.148.99.165) has quit (Changing host)
[07:36:51] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[07:39:16] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:44:03] jya__ (jya__!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:44:03] jya__ (jya__!~jyavenard@120.148.99.165) has quit (Changing host)
[07:44:03] jya__ (jya__!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:44:03] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[07:48:15] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:48:15] jya__ (jya__!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[07:48:15] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:48:15] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[07:48:43] croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users
[07:50:20] jya__ (jya__!~jyavenard@120.148.99.165) has joined #mythtv-users
[07:50:20] jya__ (jya__!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[07:50:20] jya__ (jya__!~jyavenard@120.148.99.165) has quit (Changing host)
[07:52:23] rsiebert_ (rsiebert_!~quassel@g226063215.adsl.alicedsl.de) has joined #mythtv-users
[07:52:53] rsiebert (rsiebert!~quassel@g229055198.adsl.alicedsl.de) has quit (Ping timeout: 246 seconds)
[07:57:01] peeaivo_ (peeaivo_!~peeaivo@dsl-lprbrasgw1-fe89fa00-77.dhcp.inet.fi) has joined #mythtv-users
[07:57:02] peeaivo_ (peeaivo_!~peeaivo@dsl-lprbrasgw1-fe89fa00-77.dhcp.inet.fi) has quit (Changing host)
[07:57:02] peeaivo_ (peeaivo_!~peeaivo@unaffiliated/peeaivo) has joined #mythtv-users
[07:57:14] Cardoe_ (Cardoe_!~Cardoe@gentoo/developer/Cardoe) has joined #mythtv-users
[07:57:27] gregorcy (gregorcy!~gregorcy@strongbad.chemeng.utah.edu) has quit (Ping timeout: 248 seconds)
[07:57:28] Cardoe (Cardoe!~Cardoe@gentoo/developer/Cardoe) has quit (Ping timeout: 248 seconds)
[07:57:28] peeaivo (peeaivo!~peeaivo@unaffiliated/peeaivo) has quit (Ping timeout: 248 seconds)
[07:57:28] gregorcy (gregorcy!~gregorcy@strongbad.chemeng.utah.edu) has joined #mythtv-users
[07:57:29] k-man (k-man!~jason@unaffiliated/k-man) has quit (Ping timeout: 248 seconds)
[07:57:29] GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has quit (Ping timeout: 248 seconds)
[07:58:13] purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (Ping timeout: 248 seconds)
[07:58:22] purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv-users
[07:58:32] k-man (k-man!~jason@ppp167-253-181.static.internode.on.net) has joined #mythtv-users
[07:58:32] k-man (k-man!~jason@ppp167-253-181.static.internode.on.net) has quit (Changing host)
[07:58:33] k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users
[07:58:53] GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has joined #mythtv-users
[08:12:11] MilkBoy_ (MilkBoy_!~milkboy@v6.yone.fi) has joined #mythtv-users
[08:13:47] wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv-users
[08:13:48] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp_
[08:14:57] faichele____ (faichele____!~quassel@d16-205.informatik.uni-stuttgart.de) has joined #mythtv-users
[08:15:13] npm_ (npm_!~npm@cpe-76-168-113-151.socal.res.rr.com) has joined #mythtv-users
[08:15:43] rickyw__ (rickyw__!~ricky@121-74-95-9.telstraclear.net) has joined #mythtv-users
[08:17:04] mag0o (mag0o!20001@slackhost.lynchmv.com) has joined #mythtv-users
[08:17:07] Shadow__1 (Shadow__1!~jose@c-68-32-235-149.hsd1.nj.comcast.net) has joined #mythtv-users
[08:17:33] sunkan_ (sunkan_!~sunkan@alva.zappa.cx) has joined #mythtv-users
[08:19:16] ikevin (ikevin!~kevin@2a01:240:fe76:1::1) has joined #mythtv-users
[08:20:35] jstenback_ (jstenback_!~jstenback@2620:101:8003:200:224:e8ff:fe39:34c2) has joined #mythtv-users
[08:20:52] mzb_ (mzb_!~mzb@2001:44b8:512d:7501:f66d:4ff:fe90:9629) has joined #mythtv-users
[08:21:32] faichele__ (faichele__!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (*.net *.split)
[08:21:33] npm (npm!~npm@cpe-76-168-113-151.socal.res.rr.com) has quit (*.net *.split)
[08:21:33] Guest75625 (Guest75625!~ricky@121-74-95-9.telstraclear.net) has quit (*.net *.split)
[08:21:33] ikevin- (ikevin-!~kevin@2a01:240:fe76:1::1) has quit (*.net *.split)
[08:21:33] mag0o_ (mag0o_!20001@slackhost.lynchmv.com) has quit (*.net *.split)
[08:21:34] mzb (mzb!~mzb@2001:44b8:512d:7501:f66d:4ff:fe90:9629) has quit (*.net *.split)
[08:21:34] wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (*.net *.split)
[08:21:34] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:5101:73dc:a0b9:a970) has quit (*.net *.split)
[08:21:34] jstenback (jstenback!~jstenback@2620:101:8003:200:224:e8ff:fe39:34c2) has quit (*.net *.split)
[08:21:34] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has quit (*.net *.split)
[08:21:34] dinamic|screen (dinamic|screen!~remote@buffalo.cendio.se) has quit (*.net *.split)
[08:21:34] MilkBoy (MilkBoy!~milkboy@v6.yone.fi) has quit (*.net *.split)
[08:21:34] Guest23437 (Guest23437!~bbee@2001:888:155c::11) has quit (*.net *.split)
[08:21:34] sunkan (sunkan!~sunkan@alva.zappa.cx) has quit (*.net *.split)
[08:21:35] mzb_ is now known as mzb
[08:22:11] Guest23437 (Guest23437!~bbee@2001:888:155c::11) has joined #mythtv-users
[08:23:03] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:7818:3ff2:b1b3:4dd5) has joined #mythtv-users
[08:29:42] MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has quit (Ping timeout: 265 seconds)
[08:39:09] MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has joined #mythtv-users
[09:01:53] gregorcy (gregorcy!~gregorcy@strongbad.chemeng.utah.edu) has quit (Max SendQ exceeded)
[09:04:02] gregorcy (gregorcy!~gregorcy@strongbad.chemeng.utah.edu) has joined #mythtv-users
[09:13:48] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Ping timeout: 245 seconds)
[09:19:12] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users
[09:19:12] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc
[09:24:05] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Ping timeout: 248 seconds)
[10:05:02] mike|2 (mike|2!~mike@c-98-232-220-158.hsd1.or.comcast.net) has quit (Remote host closed the connection)
[10:05:51] mike (mike!~mike@c-98-232-220-158.hsd1.or.comcast.net) has joined #mythtv-users
[10:06:17] mike is now known as Guest85848
[10:13:13] KaZeR_W: hey guys. i'm facing a problem trying to setup my dvb-s device
[10:13:23] KaZeR_W: mythtv-setup says : E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0) no such file
[10:13:36] KaZeR_W: but the device exists : crw-rw---- 1 root video 212, 3 3 mai 11:22 /dev/dvb/adapter0/frontend0
[10:13:44] KaZeR_W: and it works using mplayer
[10:13:46] KaZeR_W: any idea?
[10:15:14] KaZeR_W: i have two dvb-t devices working also (but theses work in mythtv too)
[10:15:35] peitolm: is mythtv a member of video?
[10:28:17] somethinginteres (somethinginteres!~something@ppp29D1.dsl.pacific.net.au) has left #mythtv-users ("Leaving")
[10:33:10] KaZeR_W: i made theses attempts using root.
[10:33:18] KaZeR_W: now even mplayer doesn't work.. odd
[10:37:05] KaZeR_W: crap, i have a clue. inconsistent device naming. i'll have to make udev rules
[10:51:36] dekarl-too (dekarl-too!51c8c614@gateway/web/freenode/ip.81.200.198.20) has joined #mythtv-users
[10:52:22] dekarl-too: KaZeR_W: if DVB-S/T use different drivers you can simply lock down the driver via adapter_nr=x,y in modprobe.d
[10:53:17] dekarl-too: e.g. like here http://ubuntuforums.org/showthread.php?t=1311795
[10:55:07] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Remote host closed the connection)
[10:55:46] jya (jya!~jyavenard@120.148.99.165) has joined #mythtv-users
[10:55:46] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[10:55:46] jya (jya!~jyavenard@120.148.99.165) has quit (Changing host)
[10:59:04] jya_ (jya_!~jyavenard@120.148.99.165) has joined #mythtv-users
[10:59:04] jya_ (jya_!~jyavenard@120.148.99.165) has quit (Changing host)
[10:59:04] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[10:59:16] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Remote host closed the connection)
[11:00:02] jya (jya!~jyavenard@120.148.99.165) has joined #mythtv-users
[11:00:02] jya (jya!~jyavenard@120.148.99.165) has quit (Changing host)
[11:00:02] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[11:00:03] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Remote host closed the connection)
[11:00:22] jya (jya!~jyavenard@120.148.99.165) has joined #mythtv-users
[11:00:22] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[11:00:22] jya (jya!~jyavenard@120.148.99.165) has quit (Changing host)
[11:01:35] zoran119 (zoran119!~zoran@ppp121-44-24-83.lns20.syd6.internode.on.net) has joined #mythtv-users
[11:02:29] zoran119: the front end is not showing me any .MTS files in the video listings... they show up (and play fine) if i rename them to .avi
[11:02:53] zoran119: is there a way to get mythtv to stop ignoring .MTS files>
[11:03:46] jya (jya!~jyavenard@120.148.99.165) has joined #mythtv-users
[11:03:46] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[11:03:46] jya (jya!~jyavenard@120.148.99.165) has quit (Changing host)
[11:08:03] dekarl-too: zoran119: http://www.mythtv.org/wiki/Video_Library#Using_the_Video_Library hints that you can add ".mts" as filetype to show
[11:08:41] dekarl-too: I'm not sure where that dialog is, though :(
[11:29:20] KaZeR_W: thanks dekarl-too
[11:31:36] Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv-users
[11:46:28] KaZeR_W: that's odd. using only the dvb-s device, mythtv being in the video group and mplayer being able to play the stream when launched as the mythtv user, i still get the FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0) error message
[11:49:56] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[11:51:18] jm|laptop (jm|laptop!~jm|laptop@null.jamiem.com) has quit (Quit: ZNC - http://znc.in)
[11:51:51] jm|laptop (jm|laptop!~jm|laptop@null.jamiem.com) has joined #mythtv-users
[11:55:23] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[11:55:30] jm|laptop (jm|laptop!~jm|laptop@null.jamiem.com) has quit (Client Quit)
[11:56:22] jm|laptop (jm|laptop!~jm|laptop@null.jamiem.com) has joined #mythtv-users
[11:57:19] jm|laptop (jm|laptop!~jm|laptop@null.jamiem.com) has quit (Client Quit)
[11:58:02] highzeth (highzeth!~hz@253-33-11.connect.netcom.no) has joined #mythtv-users
[11:59:43] jm|laptop (jm|laptop!~jm|laptop@null.jamiem.com) has joined #mythtv-users
[12:21:28] Technophil1 (Technophil1!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[12:22:56] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (Ping timeout: 256 seconds)
[12:26:54] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Read error: Connection reset by peer)
[12:26:55] dmfrey (dmfrey!~dmfrey@64-121-93-243.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv-users
[12:39:46] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[12:41:04] Technophil1 (Technophil1!~David@203-97-234-182.cable.telstraclear.net) has quit (Ping timeout: 256 seconds)
[12:42:58] wagnerrp_: zoran119: mts? not m2ts?
[12:43:27] wagnerrp_ is now known as wagnerrp
[12:44:23] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users
[12:57:23] highzeth (highzeth!~hz@253-33-11.connect.netcom.no) has quit (Ping timeout: 252 seconds)
[12:57:51] tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users
[13:08:32] wagnerrp: awesome! my ISP's smtp server is inaccessible
[13:09:04] wagnerrp: someone want to relay a message to the -users list?
[13:11:46] k-man: what the message?
[13:12:40] wagnerrp: "im sorry, thats not a valid entry"... i dont care, i want you for forward me to a tech
[13:13:05] wagnerrp: s/for/to/
[13:13:32] wagnerrp: ugh....
[13:14:03] wagnerrp: k-man: if you dont mind... http://pastebin.com/1a1rsc2Z
[13:14:24] wagnerrp: [mythtv-users] Shows being titled as "Season" in mythvideo
[13:14:26] wagnerrp: thanks!
[13:15:19] k-man: wagnerrp, i could give you access to my smtp server if you like?
[13:15:20] Easy_Rider9999 (Easy_Rider9999!~Miranda@p548961E7.dip.t-dialin.net) has joined #mythtv-users
[13:15:45] wagnerrp: nah, dont have urgent need to send
[13:15:59] wagnerrp: in line for a callback from my ISP in ~30 minutes
[13:16:12] k-man: ok
[13:16:25] k-man: i'll email that for you
[13:16:27] k-man: one sec
[13:16:38] wagnerrp: great, thanks!
[13:21:15] wagnerrp: hehehe...
[13:21:35] wagnerrp: "Mac OS X 10.6 or later 64-bit: Offline installer – 760GB"
[13:21:52] wagnerrp: jya: no wonder youre so fed up with repeated rebuilding Qt on OSX
[13:22:13] jya: that's 760MB
[13:22:31] jya: they made that mistake of MB vs GB for 4.8.1
[13:22:44] dekarl-too: ohh, if its only 760MB thats cool then :)
[13:23:05] ** wagnerrp just wants to find the release notes **
[13:23:26] jya: that's the full SDK
[13:23:38] jya: you don't need it to build myth, the lib package is sufficient
[13:23:41] wagnerrp: whats new in qt 4.8... that should do
[13:23:46] jya: it's *only* like 130MB
[13:24:01] jya: wagnerrp: the question should be more like, which bug is still there :)
[13:24:32] wagnerrp: well more like they messed with the regular expression stuff and introduced a bug
[13:24:49] wagnerrp: or perhaps they did something like change the default greediness
[13:25:07] wagnerrp: since the same code works more or less verbatim in python
[13:25:27] jya: there's a new regex bug?
[13:25:29] k-man: wagnerrp, more bugs are new in Qt 4.8.1 i believe :)
[13:25:54] jya: you have to give credit to them though.. it is a massive project.
[13:26:03] jya: the team working on it is huge
[13:26:16] jya: I think it's in the top 20 of ohlo
[13:26:19] wagnerrp: well theres a rash of people who are suddenly having the video library improperly scan their content in 0.25
[13:26:37] jya: which distrib ships with qt 4.8.1 ?
[13:26:46] wagnerrp: when that code has only changed a single digit since the 0.23 release, and not at all since the 0.24 release
[13:27:19] k-man: oh great, my irc client is colouring jya's nick black on black
[13:28:19] wagnerrp: looks yellow on a... greyish... i dont know what to even call that
[13:30:21] k-man: it looks like jya is in some kind of "stealth" mode on my screen
[13:30:30] k-man: engage cloaking device
[13:30:38] jya: yeah, I've already infected you
[13:31:12] ** wagnerrp wonders if hes going to have to dig through the source repository **
[13:32:57] wagnerrp: qfilesystemwatcher?
[13:33:39] wagnerrp: ah, just a frontend for things weve already ruled out as not usable
[13:58:15] k-man: wagnerrp, i sent the email from the wrong email address, just resent it from the correct one
[13:58:30] k-man: the former is not subscribed to the list so i excpet it would bounce?
[14:01:04] k-man: anyway, off to bed
[14:01:05] k-man: night all
[14:06:21] wagnerrp: night
[14:06:25] wagnerrp: well email is fixed-ish...
[14:06:32] wagnerrp: seems now i have to use port 587
[14:06:39] wagnerrp: when did that become the default?
[14:07:51] wagnerrp: RFC was just in november
[14:08:12] wagnerrp: i bet one of their techs updated their mail software last night and screwed up one of the configs
[14:12:55] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[14:12:58] KaZeR_W: hey guys. i'm still fighting with this "E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)" issue
[14:13:03] KaZeR_W: i cannot setup my dvb-s card
[14:13:26] KaZeR_W: i can scan, and zap to a channel using mythtv users and command line tools : status 1e | signal 01a7 | snr 004c | ber 00000000 | unc fffffffe | FE_HAS_LOCK
[14:13:54] Shadow__1 (Shadow__1!~jose@c-68-32-235-149.hsd1.nj.comcast.net) has quit (Ping timeout: 245 seconds)
[14:14:00] KaZeR_W: but mythtv-setup says it cannot get the subtype informations, and hence i can't even setup my LNB (the button is missing)
[14:15:49] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Read error: No route to host)
[14:16:28] KaZeR_W: i'm running v0.25-63-g2a2af9f
[14:21:15] devinheitmueller (devinheitmueller!~dheitmue@ool-44c12d92.dyn.optonline.net) has joined #mythtv-users
[14:24:52] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Remote host closed the connection)
[14:28:09] highzeth (highzeth!~hz@253-33-11.connect.netcom.no) has joined #mythtv-users
[14:31:37] dekarl-too: KaZeR_W: you still the have the "no such file" message after "FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)" ?
[14:31:50] devinheitmueller: People are seeing FE_GET_INFO ioctl failures on boards other than the 950q? That makes me think this is some more general problem (contrary to my previous belief it was a 950q driver issue).
[14:40:08] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Ping timeout: 240 seconds)
[14:40:49] KaZeR_W: dekarl-too, yes. exact message is eno: No such device (19)
[14:42:47] dekarl-too: devinheitmueller: maybe it makes more sense for you, http://irc.mythtv.org/ircLog/channel/1/2012-05-03:14:12:58 seems like its mythtv-setup doing something special
[14:44:13] jya (jya!~jyavenard@120.148.99.165) has joined #mythtv-users
[14:44:13] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[14:44:13] jya (jya!~jyavenard@120.148.99.165) has quit (Changing host)
[14:44:51] devinheitmueller: dekarl-too: yeah, that's what I was talking about.
[14:45:17] devinheitmueller: FE_GET_INFO is effectively a read-only call with no arguments, so it's not clear why it would fail.
[14:46:22] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Read error: Connection reset by peer)
[14:46:44] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[14:46:45] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Read error: Connection reset by peer)
[14:47:18] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[14:53:03] dekarl-too: KaZeR_W: which kernel version is that? Another report on the dev list has uname: 3.3.1–3.fc16.x86_64
[14:57:58] KaZeR_W: dekarl-too, yes it's 3.3.4-1-ARCH
[14:58:02] KaZeR_W: (x86_64)
[14:58:15] KaZeR_W: i was thinking also of an issue regarding the dvb api
[14:58:47] KaZeR_W: but i have scan, szap, mplayer working fine. so it looks like an issue in mythtv, no?
[15:01:15] devinheitmueller: KaZeR_W: It could be a case where the bug is in the kernel DVB code, but it only manifests itself under Myth.
[15:03:02] KaZeR_W: devinheitmueller, yep maybe
[15:03:52] devinheitmueller: Can you strace mythtv-setup? It would be nice if we could see the ioctl() calls made against the DVB device prior to the error.
[15:06:37] KaZeR_W: devinheitmueller, sure
[15:09:53] KaZeR_W: guess what? i works now. i really don't understand. i can see the device now. i'll try to scan
[15:10:17] devinheitmueller: it worked when you did it via strace?
[15:10:31] FabriceMG (FabriceMG!~FabriceMG@LCaen-156-54-30-212.w80-11.abo.wanadoo.fr) has quit (Quit: Ex-Chat)
[15:10:34] KaZeR_W: yes
[15:10:47] devinheitmueller: Maybe a race condition, where strace changed the timing. Grrr...
[15:10:50] KaZeR_W: i have rebooted the backend once a few dozen of minutes ago
[15:10:59] KaZeR_W: i'm trying again without strace
[15:11:02] devinheitmueller: I would suggest trying it a few times and see if there really is a correlation.
[15:11:05] devinheitmueller: ok
[15:11:47] solars (solars!~solars@clnet-kmu02-090.ikbnet.co.at) has quit (Ping timeout: 246 seconds)
[15:12:40] KaZeR_W: devinheitmueller, yes, without strace i reproduced the issue
[15:13:25] devinheitmueller: Can I get you to try it three or four times and see if there really is a correlation and not a coincidence?
[15:14:02] KaZeR_W: sure. now with strace i had the issue
[15:14:05] KaZeR_W: i'm sharing the output
[15:16:27] KaZeR_W: devinheitmueller, http://www.kazer.org/mythtv-setup.txt
[15:18:27] KaZeR_W: i can gzip it if it's more convenient for you
[15:26:24] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users
[15:27:45] zombor_ (zombor_!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[15:30:08] amessina (amessina!~amessina@2001:470:1f11:a4:d6be:d9ff:fe8d:7c1e) has joined #mythtv-users
[15:30:50] zombor_ (zombor_!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[15:32:05] BLZbubba (BLZbubba!~mark@tpsit.com) has joined #mythtv-users
[15:32:13] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Ping timeout: 276 seconds)
[15:39:14] solars (solars!~solars@089144206094.atnat0015.highway.a1.net) has joined #mythtv-users
[15:41:48] KaZeR_W: devinheitmueller, currently, with or without strace, i cannot get access to the device. tried multiple times, even after a reboot
[15:51:29] zoran119_ (zoran119_!~zoran@ppp121-44-180-81.lns20.syd7.internode.on.net) has joined #mythtv-users
[15:54:19] zoran119 (zoran119!~zoran@ppp121-44-24-83.lns20.syd6.internode.on.net) has quit (Ping timeout: 276 seconds)
[15:58:19] RyanC (RyanC!~chatzilla@office.lmp.co.uk) has quit (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
[16:00:08] joki (joki!~joki@p54861FDA.dip.t-dialin.net) has quit (Ping timeout: 240 seconds)
[16:00:36] joki (joki!~joki@p548625A3.dip.t-dialin.net) has joined #mythtv-users
[16:03:42] Easy_Rider9999 (Easy_Rider9999!~Miranda@p548961E7.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[16:03:49] dekarl-too: devinheitmueller: is there a special reason we open the device for FE_GET_INFO as RW and directly after that as RO? Should not both use the same mode? CardUtil::ProbeDVBFrontendName opens the frontend RW and CardUtil::ProbeDVBType which is called directly after opens it RO (and fails) I'd guess its either the RW -> RO sequence or some form of race condition due to the open/close/open/close sequence with no other syscall in b
[16:08:48] tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Quit: Leaving)
[16:17:06] gregorcy (gregorcy!~gregorcy@strongbad.chemeng.utah.edu) has quit (Remote host closed the connection)
[16:17:26] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users
[16:17:27] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc
[16:20:11] amessina (amessina!~amessina@2001:470:1f11:a4:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!)
[16:25:09] andreax1 (andreax1!~andreaz@p54BF3EA5.dip.t-dialin.net) has joined #mythtv-users
[16:26:09] andreax (andreax!~andreaz@p54BF3293.dip.t-dialin.net) has quit (Ping timeout: 260 seconds)
[16:28:03] zombor (zombor!~zombor_@50-73-122-41-ip-static.hfc.comcastbusiness.net) has joined #mythtv-users
[16:28:16] zombor (zombor!~zombor_@50-73-122-41-ip-static.hfc.comcastbusiness.net) has quit (Changing host)
[16:28:16] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[16:36:36] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[16:41:09] dekarl-too: devinheitmueller: I'm wondering why the check for fepriv->exit is different between dvb_device_open() and dvb_device_ioctl(), the former only returning ENODEV when it is DVB_FE_DEVICE_REMOVED, the latter returning ENODEV when it is not DVB_FE_NO_EXIT
[16:52:25] dekarl-too (dekarl-too!51c8c614@gateway/web/freenode/ip.81.200.198.20) has quit ()
[16:53:04] devinheitmueller: My money is that they screwed up dvb_frontend.c (yet again).
[16:56:04] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[17:00:47] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[17:01:06] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[17:01:52] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Read error: Connection reset by peer)
[17:01:57] kmcorbett1 (kmcorbett1!~kmcorbett@199.180.145.100) has joined #mythtv-users
[17:04:35] faichele (faichele!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (Read error: Connection reset by peer)
[17:08:23] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[17:10:58] dekarl-too (dekarl-too!51c8c614@gateway/web/freenode/ip.81.200.198.20) has joined #mythtv-users
[17:11:25] dekarl-too: devinheitmueller: http://git.linuxtv.org/media_tree.git/commitd . . . ebdeaecabd56 <- 24 month ago
[17:11:58] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Read error: Connection reset by peer)
[17:13:12] KaZeR: so dekarl-too and devinheitmueller, you guys have an idea? :)
[17:13:45] devinheitmueller: dekarl-too: that whole file is a mess. It's a really complicated piece of logic and I think I've fixed three separate race conditions in it in the last couple of years.
[17:13:58] devinheitmueller: The challenge is that refactoring it is likely to cause more regressions.
[17:14:06] dekarl-too: KaZeR: I have lots of ideas, just need someone to do the work for me ;)
[17:14:13] devinheitmueller: (since in many cases certain cards work *because* of the broken behavior)
[17:15:40] Kuhne (Kuhne!~anku@c80-216-75-89.bredband.comhem.se) has joined #mythtv-users
[17:15:47] tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users
[17:16:18] devinheitmueller: There's been a history of cases where people submitted patches to make things work with their card, but causing breakage in other cards. The problem is that nobody has *all* the different cards so you can never be sure you're not breaking some other board by changing the common code.
[17:16:19] KaZeR: dekarl-too, ahaha :)
[17:16:32] tekdoc: Can anyone take a look at this video and help me figure out what's going on here: https://www.dropbox.com/s/s3z4ix7pm7adb5g/Vid . . . 006%20PM.mov
[17:17:16] wagnerrp: .mov?
[17:17:17] devinheitmueller: I cannot see the video due to the firewall, but are you the HVR-1800 user from yesterday?
[17:17:28] dekarl-too: devinheitmueller: oh the joys of bugs hiding other bugs... As a workaround we could change CardUtil to read the FE_INFO once and cache it. (and open the device in the same mode in both spots)
[17:17:44] tekdoc: Yes, that's me
[17:17:52] devinheitmueller: Yeah, fixing the 1800 is on my TODO list for this week.
[17:18:04] tekdoc: This is a different problem
[17:18:05] devinheitmueller: Your best bet is probably to just be patient (unless you want to dig into the register differences yourself)
[17:18:21] wagnerrp: oh, this is a capture of playback from a camera
[17:18:34] devinheitmueller: what is the issue?
[17:18:52] tekdoc: I got it working using the raw node
[17:18:59] devinheitmueller: crap. Forgot I have a meeting. Back in 45 minutes to an hour.
[17:19:00] tekdoc: but the video is distorted
[17:19:04] wagnerrp: poor color, diagonal (bottom left to top right) lines
[17:19:33] dekarl-too (dekarl-too!51c8c614@gateway/web/freenode/ip.81.200.198.20) has quit ()
[17:19:36] wagnerrp: it looks like analog tv when the color signal is out of sync
[17:19:46] wagnerrp: so you have that diagonal banding pattern
[17:20:24] tekdoc: This is NTSC cable but I had to set it to NTSC-M to even get it that clear and with a decent framerate
[17:20:41] wagnerrp: PVR-150/500?
[17:20:54] tekdoc: iHVR 1800
[17:21:07] tekdoc: sorry, HVR-1800
[17:21:22] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[17:21:48] tekdoc: Could it be a problem with myth not setting the right format?
[17:23:41] jayb (jayb!~jayb@c222.cbbtier3.att.net) has quit (Remote host closed the connection)
[17:27:18] tekdoc: the card uses the cx23885 driver and I needed to patch v4lchannel.cpp like this: http://pastebin.com/kzv5qXSm to be able to get any analog video at all with MythTv
[17:27:22] faichele____ (faichele____!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (Remote host closed the connection)
[17:28:18] devinheitmueller: tekdoc: yeah, that's the problem that brfransen mentioned and I'm slated to look at.
[17:29:06] tekdoc: are you sure? bfransen's video looked like what I was getting on /dev/video1
[17:29:09] devinheitmueller: tekdoc: that change shouldn't be needed. Is V4L2_CAP_STREAMING being set by the driver?
[17:29:17] tekdoc: yes
[17:29:26] devinheitmueller: I cannot see the video, but brfransen reported video corruption with banding at the bottom.
[17:29:54] tekdoc: I couldn't get any video until I patched v4lchannel.cpp
[17:29:58] devinheitmueller: Interesting. My guess is that the driver is always returning CAP_STREAMING regardless of whether you are using the MPEG or the raw vdevice node.
[17:30:13] stoffel (stoffel!~quassel@pD9E418CE.dip.t-dialin.net) has joined #mythtv-users
[17:30:13] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[17:30:19] tekdoc: I wish you could see this video
[17:30:33] devinheitmueller: Yeah, sorry. The corporate firewall here blocks dropbox.
[17:30:33] tekdoc: any other way you can access it?
[17:31:39] devinheitmueller: perhaps if it were on some other website.
[17:32:01] brfransen: tekdoc: looks similar to what I got: http://iw.net/~brfransen/1800analog.mpg
[17:32:29] tekdoc: yeah, that's it
[17:32:51] tekdoc: I saw your other video on the kernellabs blog but this is different
[17:33:11] devinheitmueller: Ok, so at least now we know we're all talking about the same issue.
[17:33:43] devinheitmueller: If I had to guess, the recent changes for the cx23888 onboard DIF are probably being invoked even on the cx23885, which would likely cause behavior such as this.
[17:33:50] tekdoc: bfransen – that is coming from video0, right?
[17:34:01] devinheitmueller: (this is completely separate from the CAP_STREAMING issue though)
[17:34:09] brfransen: the other was my first attempt, this was after I applied that patch I linked the other day
[17:34:23] brfransen: tekdoc: yes the mpeg side
[17:34:29] tekdoc: ok
[17:34:41] devinheitmueller: In this case, I suspect you would see the same behavior on both the MPEG encoder and the raw video side.
[17:34:56] devinheitmueller: (since the problem is in the pipeline before that routing decision is made)
[17:36:02] tekdoc: Just to let you know, I reverted my system to kernel 3.2.16 and still had these issues
[17:36:26] tekdoc: I also had very low framerates with that kernel.
[17:36:51] tekdoc: I am back at 3.3.4 now
[17:37:36] Kuhne: Hi all... I'm having a problem with the progressbar when watching LiveTV. I have seen the same issues for others with recordings, and the solution has then been to run "mythcommflag --rebuild". I can't do that on live tv, so I was wondering if there is a better solution?
[17:38:29] devinheitmueller: tekdoc: interesting. That's good to know.
[17:38:49] devinheitmueller: If that's the case then I'm no longer confident that it's a regression from Steven's recent cx23888 work.
[17:40:05] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has quit (Ping timeout: 252 seconds)
[17:40:16] tekdoc: Yeah, I took out all of his latest commits and rebuilt even before I went back to 3.2.1
[17:40:32] devinheitmueller: ok.
[17:40:36] brfransen: tekdoc: do you have the full 1800 or mce? Or wouldn't that matter devinheitmueller?
[17:40:39] devinheitmueller: That's definitely good to kno then.
[17:40:58] devinheitmueller: brfransen: It's the same 1800 that you pointed me to (I ordered one off Ebay for $20)
[17:41:10] devinheitmueller: In this case though, it shouldn't matter whether it's the full board or the MCE version.
[17:41:23] devinheitmueller: (the code in question is common to both boards)
[17:42:34] tekdoc: devinheitmueller: if I am bugging you, feel free to ignore me
[17:42:51] devinheitmueller: I'm slated to grab dinner with Steven next Tuesday. I'll borrow his set of cx23885 boards (he's got essentially every variation of the product you can imagine).
[17:43:25] devinheitmueller: In the meantime though, I should be able to address the 1800 issue without his boards – trying out the other boards is just to ensure I don't cause breakage elsewhere.
[17:43:43] devinheitmueller: tekdoc: np
[17:43:53] schevalley (schevalley!ad0e7416@gateway/web/freenode/ip.173.14.116.22) has joined #mythtv-users
[17:44:44] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Ping timeout: 252 seconds)
[17:45:28] brfransen: devinheitmueller: to answer your question yesterday about the 950q and dmesg, no errors, no oops
[17:45:34] devinheitmueller: brfransen: ok.
[17:46:01] devinheitmueller: brfransen: since we last spoke, the FE_GET_INFO was reported against a different product, suggesting it isn't specific to the 950q.
[17:46:29] brfransen: so would that make it an issue in myth?
[17:46:43] devinheitmueller: brfransen: either in Myth, or in some common part of the DVB core.
[17:46:55] brfransen: or did the changes in myth just tickle a driver bug?
[17:46:55] devinheitmueller: (something in dvb core shared by all products)
[17:47:03] devinheitmueller: My money is on a driver bug.
[17:47:11] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users
[17:47:29] schevalley: hi all, I've got a quick question about mythfilldatabase. I'm running 0.25 and mythfilldatabase doesn't actually show the download progress from schedulesdirect. I'm getting a XML parse error on the files downloaded and want to make sure that the download isn't failing at some point. I've tried the -v all option, but it also doesn't show the download progress.
[17:49:52] tekdoc: devinheitmueller: I just want to clarify something...with 3.2.16, I did get clear video from the mpeg side but in mythtv only the raw device worked and it was distorted. Sorry if I confused you on that.
[17:52:30] tekdoc: Still, reverting Steven's latest commits did not resolve the problem with the mpeg device.
[17:54:03] schevalley: is there any option for mythfilldatabase to show the file download progress?
[17:54:53] kmcorbett1 (kmcorbett1!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[17:55:30] wagnerrp: you can check logs for update events coming off the download manager
[17:57:23] devinheitmueller: tekdoc: ah, ok. that is highly relevant.
[17:58:09] devinheitmueller: There are two issues here we are talking about: the first is the video corruption (which I believe would occur on both the MPEG and raw video devices). The second issue is the CAP_STREAMING issue.
[17:58:45] tekdoc: Right.
[18:00:45] devinheitmueller: I believe the video corruption issue was recently introduced by Steven's changes. The CAP_STREAMING issue has probably been there quite a while longer.
[18:00:58] FabriceMG (FabriceMG!~FabriceMG@APoitiers-155-1-19-49.w83-200.abo.wanadoo.fr) has joined #mythtv-users
[18:01:34] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[18:01:46] tekdoc: brfransen, did you do anything else to get the mpeg device working in myth?
[18:04:55] NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users
[18:05:03] tekdoc: can you point me to the patch you mentioned earlier?
[18:06:19] brfransen: I am on 2.6.39, I built the linux-media tree around 4/7 and applied //www.mail-archive.com/linux-media@vger.kernel.org/msg45199.html" rel="nofollow">http://www.mail-archive.com/linux-media@vger. . . . sg45199.html
[18:07:11] brfransen: that go me to http://iw.net/~brfransen/1800analog.mpg from the mpeg encoder
[18:07:17] brfransen: s/go/got
[18:13:35] tekdoc: OK, now I see what I missed...I only built the latest cx23885 and not cx25840.
[18:14:51] tekdoc: I am guessing that's why you were able to use video1 and did not have to patch for the CAP_STREAMING issue
[18:19:33] Spanky (Spanky!~charles@wsip-24-234-137-89.lv.lv.cox.net) has quit (Disconnected by services)
[18:30:57] lis0r: any one here in the UK get "Due to technical difficulties the service you required is unavailable. Please try again later." popping up for a few seconds frequently on BBC channels?
[18:32:28] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[18:36:24] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[18:37:04] Toast__ (Toast__!~quassel@87.127.37.199) has joined #mythtv-users
[18:44:11] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users
[18:47:27] DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users
[18:48:39] Shadow__X (Shadow__X!~jose@c-68-32-235-149.hsd1.nj.comcast.net) has joined #mythtv-users
[18:48:53] stoffel (stoffel!~quassel@pD9E418CE.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[18:50:26] schevalley (schevalley!ad0e7416@gateway/web/freenode/ip.173.14.116.22) has quit (Ping timeout: 245 seconds)
[18:55:00] Kuhne (Kuhne!~anku@c80-216-75-89.bredband.comhem.se) has quit (Remote host closed the connection)
[19:03:55] kmcorbett1 (kmcorbett1!~kmcorbett@199.180.145.100) has joined #mythtv-users
[19:04:00] sphery: wagnerrp: theory on the filename parsing thread... translated "Season" to something else (such as "Series")?
[19:04:35] wagnerrp: yeah, sounds very reasonable
[19:05:22] wagnerrp: i think well find out soon enough when people start using that mythutil option
[19:06:02] wagnerrp: > mythutil --parse-video-filename "Series/The Big Bang Theory/Series 1/02.The Big Bran Hypothesis.mp4" --quiet
[19:06:02] wagnerrp: Title: Series
[19:06:03] wagnerrp: Season: 1
[19:06:03] wagnerrp: Episode: 02
[19:06:03] wagnerrp: Subtitle: The Big Bran Hypothesis
[19:06:27] wagnerrp: thats EXACTLY what theyre seeing
[19:06:36] wagnerrp: except 'Season' as the title
[19:06:43] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Ping timeout: 276 seconds)
[19:10:01] sphery: where you used series since you know that season is right for en_US?
[19:10:11] wagnerrp: yes
[19:10:19] sphery: hehe, ok, cool--following
[19:10:21] wagnerrp: Season instead works fine
[19:10:39] wagnerrp: Beirdo: would you have any reservations about giving a bot commit access?
[19:10:44] sphery: didn't think about it until someone said, "Series" in the thread, today
[19:12:16] wagnerrp: i want to get this new ebuild generator finished up
[19:12:28] wagnerrp: but id like to try tying it into the buildbot system
[19:12:55] wagnerrp: i.e. run nightly if anything has changed in the previous day
[19:13:16] wagnerrp: generate an ebuild, test building and installing it, and if successful, push the changes
[19:13:50] wagnerrp: something like ubuntu's autobuilds
[19:16:55] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[19:18:14] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds)
[19:22:14] lautriv (lautriv!~lautriv@f050084166.adsl.alicedsl.de) has quit (Read error: Operation timed out)
[19:27:17] Unhelpful (Unhelpful!~quassel@rockbox/developer/Unhelpful) has quit (Ping timeout: 246 seconds)
[19:28:55] 17WAACG7T (17WAACG7T!~quassel@p57952184.dip.t-dialin.net) has joined #mythtv-users
[19:30:30] Unhelpful (Unhelpful!~quassel@rockbox/developer/Unhelpful) has joined #mythtv-users
[19:37:37] lautriv (lautriv!~lautriv@f050086226.adsl.alicedsl.de) has joined #mythtv-users
[19:38:56] Beirdo: wagnerrp: could be OK, I guess. You'd want that on packaging?
[19:39:26] Beirdo: I'm just about to leave for the weekend, but we can set something like that up early next week
[19:41:51] wagnerrp: yeah, push access on packaging
[19:41:55] wagnerrp: camping?
[19:42:06] AndyCap (AndyCap!~aoy@pdpc/supporter/sustaining/AndyCap) has quit (Ping timeout: 256 seconds)
[19:42:28] tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users
[19:42:28] AndyCap (AndyCap!~aoy@pdpc/supporter/sustaining/AndyCap) has joined #mythtv-users
[19:47:01] ** sphery schedules some time this weekend to break into Beirdo's place **
[19:47:02] Beirdo: yup
[19:47:10] Beirdo: hey. now now
[19:47:20] sphery: I'm gonna get me some nice radio equipment
[19:47:26] wagnerrp: sphery: will the contents be worth the last minute air fare?
[19:47:42] sphery: actually, I think I'll wait until you actually finish putting it all together and making it work with the software and stuff
[19:47:49] Beirdo: hehe, the 1952 converted fridge might be
[19:47:55] Beirdo: but good luck moving that SOB
[19:48:00] wagnerrp: kegerator?
[19:48:02] Beirdo: yup
[19:48:08] sphery: wagnerrp: hehe, he did make a really nice comforter and auto-sensing kegerator
[19:48:18] sphery: (complete with temperature and weight sensors!)
[19:48:29] Beirdo: the sensors aren't currently in the kegerator though, unfortunately
[19:48:39] sphery: though they'll probably make me check the fridge on the flight back--which is at least an extra $25
[19:48:48] Beirdo: I'll get back to THAT project soon too
[19:48:57] Beirdo: but I wanna make an SDR
[19:49:01] sphery: ah, so I'll definitely wait, then
[19:49:03] Beirdo: and I want to finish gpucommflag
[19:49:05] Beirdo: heheh
[19:49:08] sphery: let me know when you finish both and go camping
[19:49:36] Beirdo: hehehe
[19:49:53] Beirdo: that's quite a long flight for nothing.
[19:49:54] Beirdo: hehe
[19:51:32] dmfrey (dmfrey!~dmfrey@64-121-93-243.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Quit: Ex-Chat)
[19:52:31] sphery: hehe
[19:58:37] ** Beirdo wants to smack the Richard Marx song outta his head **
[19:58:41] Beirdo: SHUT UP!
[20:00:00] sphery: Beirdo: Hold on to the lyrics!
[20:00:40] kmcorbett1 (kmcorbett1!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[20:01:01] Beirdo: not that one
[20:01:37] sphery: hehe
[20:02:02] ** justinh tries not to hazard a guess... **
[20:02:22] sphery: Well, if you get it out of your head, and later want to hear again, don't worry, the memories will be Right There Waiting For You...
[20:02:52] ** justinh gets his gun. The only real cure for a Marx earworm **
[20:02:58] sphery: hehe
[20:03:10] justinh: Kurt Cobain had a whole Marx album in his head
[20:05:08] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[20:05:17] sphery: justinh: So, listening to some Marx before getting out the games console is the best way to beat this one: http://www.penny-arcade.com/comic/2009/4/22/
[20:06:02] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users
[20:06:02] Beirdo: figuring he died like 2 miles from here...
[20:07:08] sphery: wagnerrp: no need for bash in a startup script--just use upstart!
[20:07:11] justinh: ha
[20:15:56] Beirdo: oO
[20:16:04] Beirdo: upstart?! it is to puke!
[20:16:15] Oleg_: those instructions about getting mythtv from git are unclear; for example, they don't even mention where I am supposed to type "git pull"
[20:16:39] wagnerrp: anywhere from within the repository folder
[20:16:54] Beirdo: on the keyboard
[20:17:01] wagnerrp: a terminal
[20:17:10] Oleg_: it would be nice if someone mentioned it in the documentation
[20:17:45] wagnerrp: it probably lists that command just prior to 'configure' and 'make'
[20:17:58] wagnerrp: implying you would be in that same path
[20:17:58] Oleg_: it says "Once you have a clone of the repository, you can just do a git pull at any time to update it to the most recent revision. "
[20:18:39] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[20:19:24] Oleg_: I am talking about the instructions on http://code.mythtv.org/trac
[20:20:40] Oleg_: however, on this site, http://www.mythtv.org/docs/mythtv-HOWTO-5.html , the instructions are more clear
[20:20:54] Oleg_: for example, on that site, it is written:
[20:21:09] Oleg_: "...you could enter the mythtv directory and type "git pull","
[20:21:40] wagnerrp: i guess its really just sort of assumed
[20:21:47] Beirdo: it is assumed that anyone who clones will actually take the time to get a *wee* bit acquainted with git
[20:21:59] wagnerrp: you would have to let git know what repository you wanted cloned somehow
[20:22:11] Beirdo: like to know to be in the directory structure to do a git pull.
[20:22:27] wagnerrp: it stands to reason if you didnt tell it explicitly, it would use the repository for your current directory
[20:22:41] FabriceMG (FabriceMG!~FabriceMG@APoitiers-155-1-19-49.w83-200.abo.wanadoo.fr) has quit (Quit: Ex-Chat)
[20:24:14] Oleg_: when I type mythbackend --version, I get:
[20:24:18] Oleg_: MythTV Version : v0.25-64-g96d0a7b-dirty
[20:24:26] Beirdo: I don't think we ever specified where to do "svn up" back in the day either :)
[20:24:28] Oleg_: why dirty?
[20:24:40] wagnerrp: because you modified your repository in some manner
[20:24:41] Beirdo: because something has changed
[20:24:52] wagnerrp: thats merely the output of 'git describe'
[20:24:58] wagnerrp: see 'git status' to figure out what you changed
[20:25:13] Beirdo: I think I need to tweak the script to do a git status first to clear the dirty bit in some situations.
[20:25:26] Beirdo: if git status says nothing's changed, ignore the -dirty
[20:25:51] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[20:25:55] wagnerrp: think its getting a false positive on some generated files?
[20:25:57] Beirdo: as I am almost always compiling a dirty tree :)
[20:26:06] Beirdo: yeah, I think it's something like that, yeah
[20:26:26] Beirdo: it can be cleared by a git status before the git describe --dirty IIRC
[20:26:35] Beirdo: if that's all that's causing it to be dirty
[20:29:16] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has joined #mythtv-users
[20:33:15] Oleg_: mythweb is only useful when the frontend and the backend are on two different machines?
[20:33:44] justinh: mythweb is always useful whenever you haven't got access to a PC at home
[20:34:03] justinh: it is only useful when the backend is on though ;-)
[20:34:06] sphery: Beirdo: IME, if you do a git status, you no longer get the failures on git describe --dirty
[20:34:22] Beirdo: yeah
[20:34:23] sphery: it seems to force it to re-check and realize it's all good
[20:34:37] Beirdo: unless it really IS dirty :)
[20:34:40] sphery: (so in theory, you wouldn't need to parse git status to find out if it says nothing changed)
[20:34:47] Beirdo: nope, just run it
[20:34:56] sphery: yeah
[20:34:57] SteveGoodey (SteveGoodey!~steve@host86-182-4-91.range86-182.btcentralplus.com) has joined #mythtv-users
[20:36:38] Number6: Is there a shell command that I can run to force Mythbuntu to pull down video meta data (0.24 on Natty)
[20:37:05] wagnerrp: there is the bulk downloader available through the Video Library menu
[20:37:07] Beirdo: sphery: gimme a sec, I might as well fix it right now :)
[20:37:13] wagnerrp: and optionally configured to run automatically after a scan
[20:39:01] Number6: wagnerrp: Yeah, I thought that, but I can't seem to get it to pull in data – unless it just takes a long time
[20:39:25] Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit ()
[20:40:11] wagnerrp: it should run maybe 1–2 per second
[20:40:28] 17WAACG7T (17WAACG7T!~quassel@p57952184.dip.t-dialin.net) has quit (Remote host closed the connection)
[20:42:42] ** wizbit fiddles with his backend **
[20:42:55] Beirdo: that just sounds wrong
[20:43:00] Beirdo: don't forget to wipe.
[20:47:50] skd5aner: wiring closet, 90% complete now
[20:48:21] skd5aner: man this crap is exhausting
[20:48:37] skd5aner: I can see why I ignored it for 3 years
[20:49:31] Beirdo: hehe
[20:49:37] Eruphus (Eruphus!~quassel@g230242016.adsl.alicedsl.de) has joined #mythtv-users
[20:51:47] skd5aner: Selling house... would scare away a potential buyer leaving it the way it was
[20:52:14] Beirdo: ahhh
[20:52:26] Beirdo: sphery: there, no more spurious -dirty :)
[20:52:34] skd5aner: "why are there 500 wires hanging from the ceiling in wall here going to nowhere, and 15 of them plugged in to stuff?"
[20:52:54] skd5aner: s/ceiling in wall/ceiling and walls
[20:53:41] tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Ping timeout: 248 seconds)
[20:54:13] sphery: Beirdo: nice--and fast
[20:54:49] sphery: skd5aner: so you're cleaning it up right before you sell/move?
[20:55:01] skd5aner: sphery: yea, basically
[20:55:13] sphery: seems to be how too many things get done--so we never actually get to enjoy having it finished/cleaned up
[20:55:34] skd5aner: sphery: it's actually really nice now... and I'll probably get hardly any money back out of it, but I've got a 22U wall rack and everything in there
[20:56:09] sphery: nice
[20:56:33] Beirdo: I have a portable 2U rack :)
[20:56:52] Beirdo: it has 1U of gear in it right now (a dynamic compressor to be exact)
[20:57:02] Beirdo: it's a flight case
[20:58:21] skd5aner: yea, when I built the house I homeran data (cat6), voice (cat5e), video (rg6qs, mini-coax bundle for component, and cat6 for baluns), security (18/2, 18/4), home automation (18/4, cat5e), lighting control (cat5e), and whole home audio (14/4 speaker wire & cat5e)
[20:58:28] skd5aner: so... needless to say, it's a freaking lot of copper
[20:58:59] ** Beirdo tells the tweakers nearby where to score copper to sell for their fix **
[20:59:04] skd5aner: I've got a spreadsheet somewhere that has all the runs and measuremetns and total distance for each type and overall sum... something like 3–4 miles or something rediculous

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.