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

Daily chat history

Current users (179):

adante, aloril, andreax1, Anduin_, Andy50, AndyCap, antgel, anykey_, Azelphur, balancer, Beirdo, benc_, Bezosh, blizzard_, BLZbubba, bobgill, brfransen, cafuego, Caliban, carter05, castlec, cesman, chainsawbike, ChanServ, clever, ComradeHaz`, Cougar, croppa, d0netsFN, dagar, dansushi, Dave123, deathadder, DeviceZer0, dlblog, dmz, earthnative, echosyp, EvilGuru, exelnet_, felipe`, Floppe, G, ghoti, Gibby, gigem_, gregL, GreyFoxx, grumpydevil, Gumby, hackman_, Heliwr, high-rez, highzeth, hobiga, HoochMobile, Hoochster, Hoxzer, iamlindoro, Igneous, ikonia, IMSanchMac, J-e-f-f-A, jamesd_, jams, jarle, jbrett, jcarlos, jduggan, JEDIDIAH__, johnf1911, jos180, joshn, jpabq, jpabq-, jstenback, justinh, jya, k-man, kabtoffe, KaZeR, kc, keith4, kloeri, knightr, kormoc, KraMer, kurre, kwmonroe, LabMonkey, larrikin, LedHed, len, lotia-away, lyricnz, M0nk3Ee, mag0o, markk, MatBoy, MavT, Metoer, mhentges, mikeones, mike|2, MilkBoy, MissionCritical, Muzer, mycoserve, MythLogBot, mzb, NewBuntu81, NickHu, NightMonkey, npm, NRGizeR, NULL[0], oobe, Patang, Pathin_, Patina, peterpops, pheld, pigeon, pizzledizzle, PointyPumper, purserj, quicksilver, rdark, rellig, rhpot1991, Roedy, ruskie, russell5, sailerboy, schrd, Scopeuk-AFK, Seeker`, Shadow__X, sid3windr, simcop2387, simonckenyon, skd5aner, Slim-Kimbo, sphery, spirit3, sqiush102, squidly, sraue, StevenR_, straterra, stuartm, Sulx, sunkan, sutula, tank-man, Technophil, tgm4883, thefRont, ThisNewGuy1, tmkt, tomaw, tomimo, toorima, tris, trumee, ubIx, Unhelpful, uW, wagnerrp, wahrhaft, waxhead, weta, wizbit, xand, xris, xxtjaxx, zand__, _charly_, _justdave
Thursday, May 19th, 2011, 00:00 UTC
[00:00:14] Beirdo: that's all ya need.
[00:00:48] Beirdo: I can't wait to get the HDPVR killer boards tested :)
[00:00:49] Beirdo: hehe
[00:01:21] brtab4138 (brtab4138!~brtab@c-76-119-217-205.hsd1.ma.comcast.net) has left #mythtv-users ()
[00:01:23] Beirdo: it looks like I'll need to program the EEPROM in the FT232R from Windows to start
[00:01:25] J-e-f-f-A: Technically the LCD is still powered, as is the IR receiver to turn on the pc, but you can't make out what's on the LCD without the backlight unless you shine a flashlight right into it. And then it's usually "> Yes, exit and shutd" ;-)
[00:01:29] Beirdo: not too impressed
[00:01:45] J-e-f-f-A: HDPVR killer boards?!?
[00:02:04] Beirdo: libftdi doesn't support the R series until like a few months ago
[00:02:05] Beirdo: aye
[00:02:35] Beirdo: making little USB-connected boards to power off the HDPVR under software control
[00:02:51] J-e-f-f-A: Ah, ok. ;-) I haven't had to power-cycle mine since putting a fan blowing on them 24x7 – been a couple of weeks now with NO failed recordings...
[00:02:55] Beirdo: the circuit bards arrived today
[00:03:03] Beirdo: the parts arrive tomorrow
[00:03:36] J-e-f-f-A: I assume you've got your udev rules setup so they don't swap on you all the time. ;-) Mine are /dev/hdpvr0 and /dev/hdpvr0 hehehehehe
[00:03:43] Beirdo: $20 + shipping if you want... (parts come to... $19.50 or so with the volume discount)
[00:03:45] J-e-f-f-A: er /dev/hdpvr1 ;-)
[00:03:59] Beirdo: I only have one HDPVR, but yeah, udev rules FTW
[00:04:14] Slim-Kimbo (Slim-Kimbo!~Kimbo@host81-157-2-16.range81-157.btcentralplus.com) has quit (Quit: Slim-Kimbo)
[00:04:42] Beirdo: as have a 2250 in there too, so I have /dev/video0–2
[00:04:56] Beirdo: with two totally different devices in there
[00:05:23] J-e-f-f-A: Yeah, I've got a PVR-250 for a SD IPTV STB, the two HD-PVRs, and a pair of dual-tuner HD-HR's.  ;-)
[00:05:36] Beirdo: so... /dev/video-hdpvr0, /dev/video-hvr0, /dev/video-hvr1
[00:05:52] Beirdo: and a dual HD-HR
[00:06:28] dougl (dougl!~doug@S01060018f3992b5d.wp.shawcable.net) has quit (Ping timeout: 248 seconds)
[00:07:21] Beirdo: I might need to tweak the code in mythtv a touch to get this all 100% working, I just realized
[00:07:40] Beirdo: what I do is use the event for recording started... make sure the file is growing
[00:08:04] J-e-f-f-A: Beirdo: So if I do a 'git commit' locally, it doesn't submit anything back, but then sets me up to do the "git format-patch blah" to generate a patch, right? ;-)
[00:08:07] Beirdo: if not, and it's an HDPVR (user defines which ones are which for now), it will power cycle it
[00:08:13] Beirdo: correct
[00:08:17] J-e-f-f-A: excellent.
[00:08:47] Beirdo: but with my script.. if it does that, it won't actually abort the recording, I don't think. it should abort and reschedule, ideally
[00:09:02] Beirdo: minor details
[00:10:20] Beirdo: git commit will do a local commit. git push is what gets your local commits pushed back to the source. Which of course won't work on a read-only repo :)
[00:13:19] J-e-f-f-A: Beirdo: Should I see my commit in the output from the 'git log'?
[00:14:44] Beirdo: right at the beginning
[00:15:20] J-e-f-f-A: oh...
[00:15:21] Beirdo: you need to do a git add of the changed files before the commit (unless you use git commit -a)
[00:15:38] J-e-f-f-A: ah. Thank you for enlightening me. ;-)
[00:15:40] Beirdo: it's LIFO order :)
[00:18:26] mycosys (mycosys!~mycosys@221.121.134.96) has joined #mythtv-users
[00:18:26] mycosys (mycosys!~mycosys@221.121.134.96) has quit (Changing host)
[00:18:26] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users
[00:21:07] Beirdo: well, time to head home and claim my packages :)
[00:22:59] J-e-f-f-A: Beirdo: http://jartz.gotdns.com:8008/files/mythtv/000 . . . client.patch
[00:23:02] J-e-f-f-A: ;-)
[00:31:16] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Remote host closed the connection)
[00:35:18] J-e-f-f-A: Beirdo: Oh, and there's supposed to be a progress bar to the right of the recording time, but it's broken on my CrystalFontz driver (well, my hbar patch in lcdproc for the CF is broken, I haven't troubleshot it yet...)
[00:37:08] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[00:42:14] J-e-f-f-A: Beirdo: IE – this is what it's supposed to look like: http://jartz.gotdns.com:8008/files/lcd/lcd2.jpg
[00:43:13] Shadow__X (Shadow__X!~jose@c-68-45-238-27.hsd1.nj.comcast.net) has joined #mythtv-users
[00:43:20] wagnerrp: like beer?
[00:43:22] Shadow__X (Shadow__X!~jose@c-68-45-238-27.hsd1.nj.comcast.net) has quit (Changing host)
[00:43:22] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has joined #mythtv-users
[00:43:32] Shadow__X: absolutely
[00:43:40] J-e-f-f-A: Hehehehe... ;-) I knew someone would chime in with that. ;-)
[00:44:21] Shadow__X: it was great timiing really
[00:46:03] J-e-f-f-A: Now where did I put my lcdproc 'bignum' patch... It's here somewhere...
[00:46:56] schrd_ (schrd_!schrd@lpzg-4db3bb11.pool.mediaWays.net) has joined #mythtv-users
[00:47:49] davide_ (davide_!~david@mythtv/developer/gigem) has joined #mythtv-users
[00:50:53] schrd (schrd!schrd@lpzg-4dbdf641.pool.mediaWays.net) has quit (Ping timeout: 276 seconds)
[00:50:53] schrd_ is now known as schrd
[00:53:39] J-e-f-f-A: Beirdo: And here's my "adv_bignum.c" for lcdproc with the nicer 'bignum' font: http://jartz.gotdns.com:8008/files/mythtv/adv_bignum.c
[01:03:24] wagnerrp: W...T...F...
[01:03:49] wagnerrp: anyone remember that teo en ming retard?
[01:04:42] wagnerrp: guy who would spam the mailing list every couple months about some 'disease' he had, pleading for help
[01:05:42] kormoc: yeah?
[01:05:58] wagnerrp: seems hes hitting the IVTV mailing list
[01:06:05] wagnerrp: claiming to have some mind control device implanted in his brain
[01:06:18] Beirdo: hehe, too bad it's shut off
[01:06:21] kormoc: yeah, he hit kernel.org's and fedora's and and and
[01:06:31] wagnerrp: whats the point?
[01:06:56] Beirdo: suicide by pissed off geek?
[01:07:34] kormoc: he's actually, really, 100% mentally ill
[01:07:54] wagnerrp: why is he going after linux mailing lists?
[01:08:45] kormoc: he's going after all mailing lists too. When I googled him I found him on knitting, cooking, bike riding, etc
[01:08:52] kormoc: (reference for folks http://ivtvdriver.org/pipermail/ivtv-users/2011-May/010198.html )
[01:09:20] wagnerrp: is he just doing a mass search for all traces of 'mailman' mailing lists?
[01:09:29] kormoc: I'd imagine so
[01:09:54] kormoc: ooh, and forums, he sued god back in sept 2010, http://www.setiathome.ssl.berkeley.edu/forum_thread.php?id=61559
[01:10:18] wagnerrp: sued god...
[01:10:39] Beirdo: under what jurisdiction, I wonder :)
[01:10:52] wagnerrp: seems the seti people decided to have some fun
[01:11:00] wagnerrp: unlike everyone else who just ignores him
[01:11:55] kormoc: he's still on LKML, https://lkml.org/lkml/2011/5/18/522
[01:12:16] wagnerrp: yeah, something about apologizing to some minister
[01:12:47] Beirdo: and the daily telemarketer call
[01:13:00] kormoc: I really wonder if he is just the world's best troll
[01:13:13] wagnerrp: hes actually fairly active on boinc
[01:13:34] Beirdo: hehe, boinc.
[01:13:36] wagnerrp: some 90k credits between his machines
[01:14:12] wagnerrp: i dont know how that equates to anything
[01:14:13] slickrick (slickrick!~INTERWORX@CPE0010f30c0794-CM00159a648146.cpe.net.cable.rogers.com) has joined #mythtv-users
[01:14:59] DeviceZer0: hmm. looking in my guide in mythtv and its showing no data for some channels when it should have data. Example: tomorrow night at 9pm on nation geographic
[01:16:05] wagnerrp: XMLTV or schedules direct?
[01:16:35] DeviceZer0: sd
[01:16:54] wagnerrp: try running 'mythfilldatabase --dd-grab-all'
[01:17:04] DeviceZer0: runnin mythfill now to see it for some reason it messed up fetching them
[01:17:18] wagnerrp: what processor?
[01:17:23] DeviceZer0: i am(or was) using --dd-grab-all as ppl in here suggested it.
[01:17:35] slickrick (slickrick!~INTERWORX@CPE0010f30c0794-CM00159a648146.cpe.net.cable.rogers.com) has left #mythtv-users ("Ex-Chat")
[01:17:39] DeviceZer0: backends got a dualcore amd. 3.2ghz iirc.
[01:17:43] wagnerrp: if youre using that, it will flush everything, and reload everything at once from SD
[01:17:59] wagnerrp: if you have gaps in the data, then there very possibly are gaps in the data from SD for some reason
[01:18:20] DeviceZer0: yea
[01:18:38] DeviceZer0: should know in a min or two if mythfill did anything...if it doesnt ill try with grab all
[01:19:31] wagnerrp: kormoc: i suppose we would be getting one of these too had we not banned him
[01:19:35] DeviceZer0: looks like just mythfill did it.
[01:21:12] Beirdo: hmmm, found my first repeat LP
[01:21:35] Beirdo: Phil Collins – Hello, I Must Be Going!
[01:21:55] Beirdo: 50c well wasted
[01:22:05] wagnerrp: thats it?
[01:22:33] Beirdo: well, 55c with tax :)
[01:23:14] wagnerrp: mmm... new F:NV expansion
[01:24:39] Beirdo: tell me... how can you have an Eagles 'Greatest Hits' album... without Hotel California on it?
[01:26:46] singlegirlarity: I think you answered your own question Beirdo
[01:27:26] troyt (troyt!~troyt@2001:55c:43a6:444b::1) has quit (Quit: AAAGH! IT BURNS!)
[01:27:50] Beirdo: umm, hardly. It's one of their most popular songs
[01:28:57] Beirdo: oooh
[01:29:06] Beirdo: because it's greatest hits 1971–1975.
[01:29:15] Beirdo: Hotel California came out 1976
[01:29:18] Beirdo: never mind :)
[01:37:43] tgm4883: singlegirlarity knows the future!
[01:38:29] tgm4883: granted it's only 2 minutes into the future, but it's still the future!
[01:39:34] singlegirlarity: in the future, greatest hits albums will only feature songs approved by a non-human animal
[01:49:35] Elv13 (Elv13!~lepagee@208.92.19.31) has joined #mythtv-users
[01:54:15] singlegirlarity (singlegirlarity!~singlegir@ool-182e3992.dyn.optonline.net) has quit (Remote host closed the connection)
[02:00:34] Beirdo: OK, boards look nice :)
[02:03:03] wagnerrp: not robots?
[02:03:25] Beirdo: huh?
[02:03:46] mag0o: borgs, he meant borgs!
[02:03:47] wagnerrp: greatest hit album selected by animals
[02:03:56] Beirdo: oooh
[02:04:13] wagnerrp: because in the future, there will be robots
[02:04:28] Beirdo: it's practically that way for American Idol
[02:04:51] Beirdo: chosen by random number generator...all up to autotune to make it sound "good"
[02:04:54] wagnerrp: they might even be giant... robots...
[02:04:56] tgm4883: Has anyone shown up here with issues with there backups in mythbuntu?
[02:05:25] wagnerrp: like... database backups?
[02:05:34] tgm4883: yea
[02:05:46] tgm4883: well conf files + database
[02:06:25] tgm4883: wagnerrp, mainly what I'm asking, has anyone shown up complaining about issues using the backup and restore utility in MCC
[02:06:35] wagnerrp: nope
[02:06:44] tgm4883: ok
[02:07:35] tgm4883: well if they do, let them know i'm working on it, and i'm sorry
[02:12:06] wagnerrp: never say youre sorry
[02:12:16] wagnerrp: apologize
[02:13:34] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[02:13:42] tgm4883: ok
[02:13:57] tgm4883: tell them I hate them and screw their database
[02:14:10] wagnerrp: if you say youre sorry, people will agree
[02:14:15] Beirdo: that's more like
[02:16:42] DeviceZer0: hmm...going through all my searches and it looks like when i switched cable providers mythtv got confused by the channel changes and alot of shows i had to set to record on a specific channel where set to "record any time on channel ." where there was no matching channel. Also some of recordings kept the channel number so mythtv would be looking on the wrong channel for the new channel line up
[02:17:04] DeviceZer0: i had/do use channel specific rules because i want to record the shows in hd
[02:17:25] tgm4883: DeviceZer0, IIRC, you can set that up in the schedule
[02:17:28] tgm4883: (record HD)
[02:18:03] DeviceZer0: i dont see that in mythweb on 0.23-fixes.
[02:18:18] DeviceZer0: i have a feeling its prob in 0.24 but i have not made the switch yet.
[02:18:31] mag0o: DeviceZer0: sphery recently had a message on the mailing list that advised to do just that, record on any channel to avoid the situation you're currently in, and yes, there is a 'record hd' option when scheduling
[02:18:55] tgm4883: DeviceZer0, I'm pretty sure it was available in 0.23.x, but I can't verify right now
[02:18:58] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[02:19:02] DeviceZer0: hmmm
[02:19:22] DeviceZer0: mag0o, ah. i kinda suspected it might....but im just now finding out it did...not a huge issue really.
[02:19:28] DeviceZer0: tgm4883, hmm...
[02:20:10] DeviceZer0: i dont see it anywhere in mythweb
[02:21:45] DeviceZer0: yea i dont see it in the frontend either.
[02:21:54] tgm4883: hmm, I'm not seeing it anywhere in mythweb either. I know you can specify it in a custom rule, but I thought it was a checkbox as well
[02:22:09] DeviceZer0: ah. could be a custom rule.
[02:22:22] DeviceZer0: but that would be a pita to remake these all into custom ones hehe
[02:22:54] DeviceZer0: i also dont see it under the custom rules in mythweb
[02:23:46] mag0o: now that i look, i don't find it either, yet i seem to recall specifically seeing it
[02:23:49] DeviceZer0: and it is in the mythfrontend custom rules part. program.hdtv > 0
[02:24:29] DeviceZer0: would be awesome if there was a checkbox in the normal recording schedule part to check "hd only" or prefer hd
[02:26:28] mag0o: DeviceZer0: it's there on custom rules too, select power search, then below the text input the dropdown has the option 'only shows marked as HDTV'
[02:27:02] DeviceZer0: in mythweb?
[02:27:28] mag0o: yeah
[02:27:28] DeviceZer0: oh i see now
[02:27:33] DeviceZer0: i didnt realize that
[02:27:35] DeviceZer0: thanks!
[02:27:36] Lord_Deathscythe (Lord_Deathscythe!~chris@h183.130.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[02:27:55] DeviceZer0: the custom rule make in the frontend in 0.23 is kinda klunky and hard to use.
[02:28:21] mag0o: :)
[02:29:37] DeviceZer0: ive kinda been wanting to nuke this stuff for a while and start fresh...have had the same db for many years now and soooooo many rules for shows that ended or no longer are aired.
[02:29:54] DeviceZer0: i might nuke them and remake them all with custom rules
[02:30:11] mag0o: me and the wife sat down a couple of weeks ago and did just that
[02:30:32] DeviceZer0: though a few stations are in hd and mythtv does not recognize that they are. but iirc it has something to do with SD not marking them as HD
[02:31:26] mag0o: i think sd is only passing on the data it gets from tribune, so if you submit a ticket with sd, they're pretty good at responding and trying to do the right thing
[02:31:40] DeviceZer0: yea they are.
[02:31:48] DeviceZer0: looking into that as i type! :)
[02:37:00] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Remote host closed the connection)
[02:38:42] DeviceZer0: hmm
[02:38:58] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[02:39:17] DeviceZer0: looking in my upcoming shows....some shows that are hd are not showing up as hd. When i goto the station they are recording on some other shows are being marked.
[02:39:35] pizzledizzle (pizzledizzle!~pizdets@pool-98-113-194-183.nycmny.fios.verizon.net) has quit ()
[02:39:43] DeviceZer0: for example: pawn stars on history hd shows up as not hd...but it always records in hd.
[02:39:58] [R]: DeviceZer0: sounds like your listings suck
[02:40:17] DeviceZer0: then the show "swamp people" on history hd is marked.
[02:40:41] DeviceZer0: [R], they are coming from schedule direct.
[02:41:23] [R]: ok... and?
[02:41:44] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[02:42:01] [R]: schedules direct gets it from tribune
[02:42:23] DeviceZer0: ok... and?
[02:43:32] [R]: no and
[02:56:04] Beirdo: and some egg rolls...
[02:56:28] Beirdo: and then?
[03:17:58] mag0o: now i have to wonder, after looking at how a custom recording rule creates the entry in the record table, is having a show record hdtv only as simple as setting the description to your additional fields (ex: program.hdtv > 0 AND program.previouslyshown = 0), or is it also tied to the record.type?
[03:22:02] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[03:23:34] Beirdo: J-e-f-f-A: not sure what to do with the adv_bignum.c part
[03:31:04] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[03:43:03] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[03:50:47] tgm4883: mag0o, regarding HDTV, it's probably just a true false setting
[03:50:58] tgm4883: could probably be program.hdtv = 1
[03:52:34] J-e-f-f-A: Beirdo: That's a file for lcdproc – if you download the lcdproc source, and replace the one it comes with, you'll get my 'bignum' font. ;-)
[03:53:35] J-e-f-f-A: Beirdo: Otherwise, it will just look like this: http://jartz.gotdns.com:8008/files/lcd/lcd1.jpg
[03:53:51] J-e-f-f-A: <boring>
[03:55:35] J-e-f-f-A: I'm off to bed... LMK what you think of my changes... ;-)
[04:00:49] JEDIDIAH__: ...that's the "magic" of SQL.
[04:02:41] spinull (spinull!~jeff@75.111.181.197) has joined #mythtv-users
[04:03:10] spinull: should i buy a few hdpvrs?
[04:03:58] JEDIDIAH__: probably.
[04:08:36] spinull: im wondering if/how i can tie multiple backends together over vpn
[04:10:17] [R]: spinull: you should buy however many you need?
[04:10:46] spinull: iv never had more than one backend before, how does it handle storage
[04:11:43] spinull: if the recordings are distributed amongst the different backend machines
[04:13:35] [R]: it'll record to its local storage groups
[04:14:04] spinull: and all the frontends will connect to the master backend?
[04:14:20] spinull: or can they connect to the backend thats closest to them
[04:18:24] [R]: they connect to the master
[04:18:44] spinull: that would present lag
[04:24:11] Elv13 (Elv13!~lepagee@208.92.19.31) has quit (Ping timeout: 246 seconds)
[04:25:57] [R]: than maybe myth isn't the right system for you
[04:27:10] spinull: because of lag
[04:27:23] spinull: thats not myth thats the problem
[04:29:06] spinull: im limited by the speed of my internet connection
[04:29:18] spinull: i'll just not set it up that way
[04:29:32] kormoc is now known as kormoc_afk
[04:46:15] [R]: spinull: myth isn't made to go across the internets
[04:53:13] clever: ive done it once before, the lag was horid
[04:53:31] clever: i think it was 6 or 7 hours to pre-cache a one hour show
[04:59:56] kormoc_afk is now known as kormoc
[05:08:59] Beirdo: ah, gool
[05:09:03] Beirdo: cool even
[05:09:55] Beirdo: anyways, I passed out there for a bit
[05:13:05] Beirdo: now that I'm awake again...
[05:17:29] spinull (spinull!~jeff@75.111.181.197) has quit (Quit: Leaving.)
[05:18:09] echosyp (echosyp!~jeff@75.111.181.197) has joined #mythtv-users
[05:20:03] echosyp (echosyp!~jeff@75.111.181.197) has quit (Read error: Connection reset by peer)
[05:21:32] echosyp (echosyp!~jeff@75.111.181.197) has joined #mythtv-users
[05:25:52] squidly (squidly!~squidly@HoodLUG/member/squidly) has quit (Read error: Operation timed out)
[05:26:40] squidly (squidly!~squidly@HoodLUG/member/squidly) has joined #mythtv-users
[05:31:20] bobgill_ (bobgill_!~smileyfac@CPE0016b6062e69-CM00222da10af5.cpe.net.cable.rogers.com) has quit (Ping timeout: 258 seconds)
[05:32:24] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM00222da10af5.cpe.net.cable.rogers.com) has joined #mythtv-users
[05:32:27] ThePing (ThePing!~phycho@174.127.64.107) has joined #mythtv-users
[05:32:27] ThePing (ThePing!~phycho@174.127.64.107) has left #mythtv-users ()
[05:36:36] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM00222da10af5.cpe.net.cable.rogers.com) has quit (Ping timeout: 248 seconds)
[05:38:59] Goga777 (Goga777!~Goga777@shpd-92-101-150-30.vologda.ru) has joined #mythtv-users
[05:48:17] echosyp (echosyp!~jeff@75.111.181.197) has quit (Quit: Leaving.)
[05:58:34] KraMer (KraMer!~mark@adsl-70-240-210-163.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving")
[05:59:37] Patang_ is now known as Patang
[06:02:22] dividehex (dividehex!~dividehex@c-98-234-185-207.hsd1.ca.comcast.net) has quit (Quit: Leaving)
[06:03:01] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[06:06:58] echosyp (echosyp!~jeff@75.111.181.197) has joined #mythtv-users
[06:08:11] ubIx_ (ubIx_!~ulf@p5DD18384.dip0.t-ipconnect.de) has joined #mythtv-users
[06:09:37] balancer (balancer!~balancer@77-58-102-93.dclient.hispeed.ch) has quit (Ping timeout: 246 seconds)
[06:09:53] Goga777 (Goga777!~Goga777@shpd-92-101-150-30.vologda.ru) has quit (Remote host closed the connection)
[06:10:07] toeb (toeb!~tob@HSI-KBW-078-042-105-196.hsi3.kabel-badenwuerttemberg.de) has quit (Ping timeout: 252 seconds)
[06:11:11] ubIx (ubIx!~ulf@p5DD18136.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds)
[06:18:01] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has joined #mythtv-users
[06:18:34] andreax1 (andreax1!~andreaz@p57B92F5D.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[06:23:58] weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has quit (Read error: Operation timed out)
[06:30:50] justinh: hahaha somebody brought up the puny USB computer thingy as a frontend possibility. It had to happen
[06:31:20] [R]: lol
[06:32:02] mycosys: as afrontend???????????????????????????????????????????
[06:33:28] [R]: well def not a backend
[06:33:29] [R]: lol
[06:35:06] rickchristie1 (rickchristie1!~rick@ppp118-209-107-189.lns20.mel4.internode.on.net) has joined #mythtv-users
[06:36:29] rickchristie1: hi i need some advice on channel scanning kaffiene gets great reception but myth is crap
[06:37:30] [R]: what kind of tuner?
[06:38:04] rickchristie1: leadtek dtv 1000s
[06:39:03] ComradeH1z` (ComradeH1z`!Haz@94.76.215.215) has quit (Read error: Operation timed out)
[06:39:36] justinh: ah almost the same model as I've been using without problems for like er.. how many years now
[06:39:50] justinh: so firstly, define 'crap'
[06:40:37] rickchristie1: channel locks at 80%+ but the picture is blotchy and the sound keeps popping and squealing
[06:41:33] justinh: so is myth finding the channels you expect it to find when you scan?
[06:41:53] rickchristie1: yes all except channel nine
[06:42:52] ComradeHaz` (ComradeHaz`!Haz@94.76.215.215) has joined #mythtv-users
[06:43:18] justinh: ok. I have a suspicion what might be wrong here. With myth still runningm run the femon command & tell me what numbers you're getting
[06:44:31] justinh: you should get something like status SCVYL | signal 2b2b | snr ffff | ber 00000000 | unc 00000000 | FE_HAS_LOCK
[06:45:46] hadees (hadees!~hadees@72-48-91-73.dyn.grandenetworks.net) has quit (Quit: hadees)
[06:46:02] justinh: the signal numbers appear (on this driver) to work in reverse – smaller numbers there mean stronger signal (I've tested that), snr is the ratio of signal to noise, ber (bit error rate) should ideally be as close to all zeros as possible, and unc (uncorrectable errors) should also be as near zero as possible. Uncorrectable errors cause the kind of blotching, popping & squeaking you're experiencing
[06:46:17] rickchristie1: status SCVYL | signal fcfc | snr 00c6 | ber 000b5161 | unc 000006e3 | FE_HAS_LOC
[06:46:55] hadees (hadees!~hadees@72-48-91-73.dyn.grandenetworks.net) has joined #mythtv-users
[06:47:26] justinh: what I *think* might have happened here is that your local transmitter isn't reporting the frequency it's on correctly – and rather than take the frequency myth finds something on as some other apps do, mythtv follows the DVB spec & borrows the info from tables in the stream. So, if the info is incorrect mythtv stores incorrect information even though it had successfully found the mux on a different frequency
[06:48:05] rickchristie1: wow ok so what can i do
[06:48:26] jafa2 (jafa2!~jafa@c-98-234-217-27.hsd1.ca.comcast.net) has quit (Quit: Leaving)
[06:48:41] justinh: e..g. a transmitter on 800Mhz might well be broadcasting tables which say it's on 600Mhz.. that kind of thing. We've seen at least one other case of that in Oz
[06:49:17] justinh: you can check what frequencies are stored in the database for the multiplexes you scanned, and verify they're correct
[06:49:51] rickchristie1: um how
[06:50:02] rickchristie1: sorry im very new at this
[06:50:49] justinh: mysql -u mythtv -pTHEPASSWORD mythconverg -e "SELECT frequency FROM dtv_multiplex ORDER BY frequency;"
[06:51:07] justinh: where THEPASSWORD is the mysql password for the mythtv mysql user :)
[06:51:21] justinh: or you could look via phpmyadmin or whatever
[06:51:31] justinh: or you can look in mythtv-setup
[06:51:58] weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has joined #mythtv-users
[06:52:50] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[06:53:03] rickchristie1: do you mean in edit trasports
[06:53:04] justinh: it might also help if you set kaffeine off again onto the same channel & run femon – if the stats are markedly different then it's almost certainly because it's on a different frequency – or because your antenna is properly plugged in this time :P
[06:53:09] justinh: yes
[06:55:22] justinh: there's a command you can use to find out what frequency a tuner is currently using but I can't remember what it is
[06:57:19] justinh: ah yes. dvbsnoop -s feinfo will tell you what frequency a tuner is currently on
[06:57:49] justinh: it'll also report the other tuning parameters – but if they were wrong I doubt you'd be seeing anything at all
[06:59:03] justinh: so what I think might have happened is that the strong signal kaffeine finds, contains tuning/ID information for a more distant mux, and that is what you're actually getting put into the database by the channel scanner
[07:01:40] rickchristie1: dvbsnoop reports Device: /dev/dvb/adapter0/frontend0
[07:01:40] rickchristie1: Basic capabilities:
[07:01:40] rickchristie1: Name: "NXP TDA10048HN DVB-T"
[07:01:40] rickchristie1: Frontend-type: OFDM (DVB-T)
[07:01:40] rickchristie1: Frequency (min): 177000.000 kHz
[07:01:40] rickchristie1: Frequency (max): 858000.000 kHz
[07:01:42] rickchristie1: Frequency stepsiz: 166.666 kHz
[07:01:44] rickchristie1: Frequency tolerance: 0.000 kHz
[07:01:45] justinh: oy
[07:01:46] rickchristie1: Symbol rate (min): 0.000000 MSym/s
[07:01:48] rickchristie1: Symbol rate (max): 0.000000 MSym/s
[07:01:50] rickchristie1: Symbol rate tolerance: 0 ppm
[07:01:54] rickchristie1: Notifier delay: 0 ms
[07:01:56] rickchristie1: Frontend capabilities:
[07:01:58] rickchristie1: auto inversion
[07:01:59] justinh: use a pastebin for more than 2 lines PLEASE
[07:02:00] rickchristie1: FEC 1/2
[07:02:02] rickchristie1: FEC 2/3
[07:02:04] rickchristie1: FEC 3/4
[07:02:06] rickchristie1: FEC 5/6
[07:02:08] rickchristie1: FEC 7/8
[07:02:10] rickchristie1: FEC AUTO
[07:02:12] Beirdo: GAH
[07:02:12] rickchristie1: QPSK
[07:02:13] hoolio: :)
[07:02:14] rickchristie1: QAM 16
[07:02:16] rickchristie1: QAM 64
[07:02:18] rickchristie1: QAM AUTO
[07:02:20] rickchristie1: auto transmission mode
[07:02:24] rickchristie1: auto guard interval
[07:02:26] rickchristie1: auto hierarchy
[07:02:28] rickchristie1: Current parameters:
[07:02:28] ** Beirdo hands justinh the trout **
[07:02:30] rickchristie1: Frequency: 226500.000 kHz
[07:02:32] hoolio: what is a pastebin anyhow
[07:02:32] rickchristie1: Inversion: ON
[07:02:34] rickchristie1: Bandwidth: 7 MHz
[07:02:36] rickchristie1: Stream code rate (hi prio): FEC 3/4
[07:02:38] rickchristie1: Stream code rate (lo prio): FEC 1/2
[07:02:40] rickchristie1: Modulation: QAM 64
[07:02:42] rickchristie1: Transmission mode: 8k mode
[07:02:44] hoolio: perhaps that's where you paste stuff
[07:02:44] rickchristie1: Guard interval: 1/16
[07:02:46] rickchristie1: Hierarchy: none
[07:02:48] justinh: hoolio: pastebin.com pastebin.ca
[07:03:03] justinh: hoolio: like it suggests in the subject. you know., the subject line everybody reads?
[07:03:07] hoolio: instead of spamming the channel
[07:03:24] Beirdo: anyways, enjoy your chatting, I'm heading to bed ;)
[07:03:26] justinh: rickchristie1: next time you need to paste more than 2 lines, use pastebin.com
[07:03:28] hoolio: sorry, note sarcasm
[07:03:30] justinh: Beirdo: night
[07:03:48] rickchristie1: sorry but i dont know what a pastebin is
[07:03:55] justinh: damn these stupid IRC clients with their antiflood protection. people would learn quicker
[07:04:11] justinh: the bloody channel topic mentions it
[07:04:15] justinh: does nobody read it?!
[07:05:24] justinh: anyway rickchristie1 what you need to do is compare the numbers – that info when mythtv is running on channel 'X' and again when kaffeine is running on channel 'X'. My guess is that the freq. in the current parameters will be different
[07:06:40] rickchristie1: if they are different i can make changes in edit traspots right or should i manually add the channels
[07:07:37] justinh: edit them in edit transports. you can't manually add DVB channels
[07:08:22] hoolio (hoolio!~hoolio@eth235.tas.adsl.internode.on.net) has quit (Remote host closed the connection)
[07:11:54] balancer (balancer!~balancer@112-227.61-188.cust.bluewin.ch) has joined #mythtv-users
[07:13:46] rickchristie1: ok i think your right. myth is running 177500.00 and kaffine is running226500.00
[07:14:11] weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has quit (Ping timeout: 276 seconds)
[07:14:22] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has joined #mythtv-users
[07:15:08] rickchristie1: i noticed that kaffine has 2 oz sources australia and australia melbourne as melb is closer is it posible to get myth to use this source
[07:15:31] justinh: I think if you do a tuned scan rather than a full scan you stand a better chance
[07:15:52] justinh: this might not be the incorrect frequency (in the broadcast) table problem after all
[07:16:04] rickchristie1: ill try that now
[07:16:56] justinh: if you know the frequency of one transport to start with, that should in theory be enough to pull all of them in
[07:25:12] hadees (hadees!~hadees@72-48-91-73.dyn.grandenetworks.net) has quit (Quit: hadees)
[07:42:04] croppa (croppa!~stuart@CPE-60-228-0-233.lns2.ken.bigpond.net.au) has joined #mythtv-users
[07:43:12] rickchristie1: tuned scan reports no channels found
[07:43:44] rickchristie1: i got hold of melbourne channels.config but myth wont import it
[07:45:51] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has quit (Quit: Something smells bad - I'm outta here)
[07:50:11] justinh: heh
[07:50:22] justinh: then you were doing the tuned scan wrong :-)
[07:51:45] justinh: did you take the initial tuning frequency from a list of known good frequencies?
[07:52:58] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[07:59:58] len (len!~quassel@184-97-168-55.mpls.qwest.net) has quit (Remote host closed the connection)
[08:00:00] rickchristie1: yep i got 62050000 from kafiene
[08:01:14] justinh: maybe interpret the .conf file parameters to try in the tuned scan too. auto on everything bar frequency doesn't always work
[08:08:47] rickchristie1: ok ill try tonigt thanks for your help
[08:08:50] rickchristie1 (rickchristie1!~rick@ppp118-209-107-189.lns20.mel4.internode.on.net) has quit (Quit: Ex-Chat)
[08:27:13] seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users
[08:35:44] carter05_ (carter05_!~carter05_@ns1.neomezeny-hosting.cz) has joined #mythtv-users
[08:36:00] carter05_ (carter05_!~carter05_@ns1.neomezeny-hosting.cz) has left #mythtv-users ()
[08:36:44] carter05_ (carter05_!~carter05_@ns1.neomezeny-hosting.cz) has joined #mythtv-users
[09:00:35] hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users
[09:07:32] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Quit: Leaving.)
[09:09:51] jos1801 (jos1801!~jkitching@109.224.135.180) has joined #mythtv-users
[09:14:30] CiaranG (CiaranG!~CiaranG@78.33.169.206) has joined #mythtv-users
[09:14:30] CiaranG (CiaranG!~CiaranG@78.33.169.206) has quit (Changing host)
[09:14:30] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users
[09:26:54] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Quit: Leaving.)
[09:31:51] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users
[09:36:39] justinh: knew it'd be a matter of time before the 'serious' cyclist came over to pour scorn on my new wheel. Muppet
[09:38:30] jos1801: Morning. Has anyone on here managed to get BBC iplayer working within mythtnetvision? I can access the tree and search for videos and the Play icon appears, but when I click it I get "This content doesn't appear to be working. Please try again later". I've read on gossamer/mythtalk forums that it's not actually a mythtv issue and more likely a flash problem. Thing is, I can search for and play flash videos from youtube within mythtnetvision and I
[09:41:09] justinh: does iplayer work within mythbrowser though? *that* is the question
[09:41:41] justinh: mythnetvision isn't allowed to access iplayer streams directly – it's all got to be done with the browser
[09:41:53] justinh: thank the BBC & Adobe for that
[09:43:26] justinh: there's (kind of) an API for finding stuff on iPlayer but when it comes to playing anything that has to happen in an Adobe Flash enabled browser
[09:47:33] justinh: and AFAIK if you see the play icon, that's as far as mythnetvision can get you. everything else is up to adobe flash. You ARE using adobe flash, right? I mean not the lookey-likey thingy – cos that won't work with the iplayer
[09:50:12] justinh: I wish flash would die in a fire. wouldn't mind so much if they did proper accelerated screen painting with Xv or opengl.. y'know, like kind of in sync with the screen refresh rate too. That'd be nice
[09:51:42] jos1801: haven't tried it within mythbrowser itself tbh, just FF and Opera. I'm using the flash version that Ubuntu uses within it's "Comprehensive Media setup guide" – I'll check that and re-install the actual Adobe one, see if that helps. Gotta agree with you on wishing Flash a very painful death :)
[09:52:22] wahrhaft (wahrhaft!~quassel@cpe-24-210-71-26.columbus.res.rr.com) has quit (Read error: Operation timed out)
[09:53:08] jamesd_ (jamesd_!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has quit (Read error: Operation timed out)
[09:53:32] jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has quit (Read error: Operation timed out)
[09:53:53] wahrhaft (wahrhaft!~quassel@cpe-24-210-71-26.columbus.res.rr.com) has joined #mythtv-users
[09:54:19] npm (npm!~npm@cpe-76-90-30-220.socal.res.rr.com) has quit (Remote host closed the connection)
[09:54:44] npm (npm!~npm@cpe-76-90-30-220.socal.res.rr.com) has joined #mythtv-users
[09:55:03] sraue_ (sraue_!~stephan@btzn-4db32b1f.pool.mediaWays.net) has quit (Quit: Ex-Chat)
[09:56:07] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 250 seconds)
[09:56:25] jamesd_ (jamesd_!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has joined #mythtv-users
[10:05:02] Guest92860 (Guest92860!~mike@c-24-21-63-118.hsd1.or.comcast.net) has quit (Remote host closed the connection)
[10:06:02] mike|2 (mike|2!~mike@c-24-21-63-118.hsd1.or.comcast.net) has joined #mythtv-users
[10:08:36] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[10:08:52] jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv-users
[10:08:53] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jams
[10:12:51] oobe (oobe!~thingo@unaffiliated/oobe) has quit (Read error: Operation timed out)
[10:13:30] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[10:13:54] jos1801: well it works fine from mythbrowser
[10:17:39] aloril (aloril!~aloril@84.249.126.153) has quit (Ping timeout: 240 seconds)
[10:18:40] justinh: I might be able to help if I actually used it, but anything in a flash player looks all torn & nasty on my frontend
[10:23:35] jos1801: not to worry, very rare i need bbc iplayer anyway, just one of those, "now that i've got it installed i want it working" moments really
[10:25:14] justinh: heh when I need the iplayer or whatever I just fire up the cable box :)
[10:25:35] justinh: looks amazing, not internet good :)
[10:29:02] jos1801: well, with me having dual tuner card, mythwelcome/shutdown all set to auto and the scheduling up to date, it's only ever needed if i have a power cut during recording. my own worst enemy sometimes with thoughts like "oh i wonder how i can make it better now" lol
[10:30:20] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users
[10:30:36] justinh: never shut my backend down. it allows me to be here when I'm at work :)
[10:31:49] justinh: holy poop. I ordered a new battery for my laptop at about this time yesterday & it's here now
[10:37:31] EvilGuru (EvilGuru!~freddie@warzone2100/developer/EvilGuru) has joined #mythtv-users
[10:37:40] oobe (oobe!~thingo@unaffiliated/oobe) has quit (Read error: Connection timed out)
[10:38:35] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[10:39:25] EvilGuru: I remember back in the 0.21 days that PulseAudio support was 100% cream crackered (or more, pulse was cream crackered), have things improved since then?
[10:39:40] justinh: I hope not
[10:40:36] justinh: I mean, it'll apparently 'work' (YMMV) but it isn't a desirable route to take, I'm reliably informed, if you ever intend to use digital audio paths
[10:41:04] EvilGuru: justinh: I currently use S/P-DIF with a DAC, but don't care for pass through, but do require mixing
[10:41:21] justinh: then if you're that serious about audio you wouldn't want PA anyway
[10:41:25] EvilGuru: And soon will be ditching my Audigy card, putting me into the land of software mixing, either dmix or pulse
[10:41:40] justinh: software volume control... shudder
[10:42:40] justinh: try PA.. you have nothing to lose but your sanity
[10:44:34] EvilGuru: Lost that years ago.
[10:44:57] EvilGuru: Does mythtv just use the alsa emulation cruft or talk directly through yet-another-audio-api
[10:45:00] justinh: then you have nothing to lose
[10:45:09] justinh: it can use PA directly I think
[10:45:28] justinh: you have a choice
[11:04:54] weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has joined #mythtv-users
[11:06:59] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[11:08:52] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 260 seconds)
[11:16:13] croppa (croppa!~stuart@CPE-60-228-0-233.lns2.ken.bigpond.net.au) has quit (Ping timeout: 246 seconds)
[11:16:56] croppa (croppa!~stuart@CPE-60-228-0-233.lns2.ken.bigpond.net.au) has joined #mythtv-users
[11:26:41] Goga777 (Goga777!~Goga777@shpd-95-53-186-6.vologda.ru) has joined #mythtv-users
[11:27:02] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 276 seconds)
[11:28:43] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[11:37:13] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 246 seconds)
[11:37:40] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[11:41:50] jos1801 (jos1801!~jkitching@109.224.135.180) has left #mythtv-users ()
[11:46:16] mycosys (mycosys!~mycosys@221.121.134.96) has joined #mythtv-users
[11:46:16] mycosys (mycosys!~mycosys@221.121.134.96) has quit (Changing host)
[11:46:16] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users
[11:46:19] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 246 seconds)
[11:47:09] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[11:48:43] davide_ (davide_!~david@mythtv/developer/gigem) has quit (Remote host closed the connection)
[11:49:11] davide_ (davide_!~david@host103.16.intrusion.com) has joined #mythtv-users
[11:49:11] davide_ (davide_!~david@host103.16.intrusion.com) has quit (Changing host)
[11:49:12] davide_ (davide_!~david@mythtv/developer/gigem) has joined #mythtv-users
[11:49:48] jos1801 (jos1801!~jkitching@109.224.135.180) has joined #mythtv-users
[11:54:39] croppa (croppa!~stuart@CPE-60-228-0-233.lns2.ken.bigpond.net.au) has quit (Remote host closed the connection)
[11:57:34] martin___ (martin___!~quassel@static-88.131.29.2.addr.tdcsong.se) has joined #mythtv-users
[11:57:43] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has quit (Ping timeout: 240 seconds)
[11:59:50] waxhead: hi
[12:00:07] waxhead: in mythsetu on the frontend what is the "SELECT" key when trying to size the screen?
[12:00:33] waxhead: it says, SELECT to edit the other arrow.. but I can't find it on the keyboard
[12:01:27] Typosu (Typosu!~moose@S010610838e76bcf2.ed.shawcable.net) has joined #mythtv-users
[12:01:57] wagnerrp: usually 'enter'
[12:02:01] justinh: whatever key is bound to 'select'
[12:02:10] wagnerrp: whatever key you have bound to that keybinding
[12:02:11] Typosu (Typosu!~moose@S010610838e76bcf2.ed.shawcable.net) has quit (Read error: Connection reset by peer)
[12:02:19] Typosu (Typosu!~moose@S010610838e76bcf2.ed.shawcable.net) has joined #mythtv-users
[12:02:40] waxhead: it's a default install so hitting enter only removes the top left arrow..
[12:02:48] waxhead: I'm wondering.. is there a bottom right arrow?
[12:02:53] justinh: yes there is
[12:03:02] waxhead: cool..
[12:03:06] wagnerrp: likely off screen
[12:03:08] waxhead: OH.. I wonder if I can't see it!
[12:03:10] justinh: you only ever see one arrow at a time IIRC
[12:03:12] wagnerrp: use the arrow keys to move it on screen
[12:03:37] justinh: I made the first version of this & I can't even remember LOL
[12:03:45] waxhead: found it!
[12:03:53] waxhead: hmmm.. that off set is too whacky..
[12:04:13] ** waxhead goes boot up xbmc to see what it's settings are.. they fit the tv screen **
[12:04:46] justinh: xbmc does not draw the screen the same way mythtv does
[12:05:14] justinh: so any numbers you pull out of there likely won't apply :P
[12:05:30] wagnerrp: perhaps those dialogs should pull the bound keyname out of the settings, rather than saying 'SELECT'
[12:06:13] justinh: good idea
[12:06:31] wagnerrp: it might screw things up with translations though
[12:06:43] waxhead: oh.. won't it?
[12:06:45] waxhead: bugger...
[12:07:09] waxhead: ok.. I'll go check my fe/be setup.. it seems pretty good
[12:07:47] justinh: what res are you running it at anyway? it defaults to full screen – so if that isn't fitting on your TV/monitor something is badly wrong
[12:08:22] wagnerrp: actually no, you could just mandate that string include a '%1' in all translations
[12:08:34] wagnerrp: which you would then replace after the translated string is pulled
[12:11:04] waxhead: I'm actually using a monitor...
[12:11:26] waxhead: it's supposed to be 1920*1080
[12:11:31] justinh: so er...
[12:11:34] justinh: I'm confused
[12:11:35] waxhead: well it is 1920*1080
[12:11:53] wagnerrp: if youre using a monitor, there should be no overscan
[12:12:11] justinh: by default the bottom right arrow should appear at the lowest, furthest right extremity of the mythfrontend window
[12:12:15] waxhead: I've even noticed this on the big tv, the actually display of the desktop doesn't fit within the 'visible' area..
[12:12:29] wagnerrp: if youre using a large format display that simply has no tuner, there will likely be overscan
[12:13:03] waxhead: but even the TV is like that..
[12:13:17] wagnerrp: yes, tvs are overscanned for no good reason
[12:13:32] waxhead: so I'm running a GUI settings of 1834, 1030 off set 42 and 24
[12:13:37] waxhead: and the gui fits nicely...
[12:13:39] wagnerrp: sounds about right
[12:13:48] waxhead: cool..
[12:14:00] waxhead: is that fairly common then?
[12:14:02] wagnerrp: overscan is typically around 5%
[12:14:19] waxhead: could myth maybe have a 'preset' to make it simpler?
[12:14:21] wagnerrp: things like DVD, and apparently xbmc themes, are designed with known overscan areas
[12:14:35] wagnerrp: areas that are considered safe, and others considered off limits and unusable
[12:14:45] waxhead: yeah, xbmc has a preset value that made it work fine for me when I tried it out..
[12:14:58] wagnerrp: waxhead: no, because any 'preset' will only get you close
[12:15:01] waxhead: but I'm sticking with myth on the frontend as everyone is used to it...
[12:15:03] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 248 seconds)
[12:15:09] wagnerrp: each tv is different
[12:15:15] wagnerrp: for absolutely no good reason
[12:15:18] waxhead: and it allows TV too.. which xbmc doesn't
[12:15:19] echosyp (echosyp!~jeff@75.111.181.197) has quit (Ping timeout: 252 seconds)
[12:15:27] waxhead: wagnerrp, fair enough then...
[12:15:39] waxhead: one day I'll document my set so I don't have to keep asking.. :)
[12:15:42] wagnerrp: overscan comes from old broadcast analog tv and CRTs
[12:15:42] justinh: in theory they are, but it's quite common to see things like news channel tickers slap bang on the bottom of a screen where they are on every other TV you see
[12:15:57] waxhead: OK.. back to see if the nvida drivers are working now.. need VDPAU
[12:16:03] waxhead: it's an ION based front end
[12:16:09] wagnerrp: CRTs were not consistent, so you needed overscan to ensure you filled the whole screen
[12:16:09] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[12:16:21] wagnerrp: LCDs and plasmas are pixel exact
[12:16:43] wagnerrp: there is no reason for a digital display to overscan from a digital signal
[12:16:44] wagnerrp: ever
[12:17:15] wagnerrp: and there is likely no reason for something like component video to ever overscan either
[12:18:01] wagnerrp: this whole debacle is just a great reason to flick some design engineer in the balls
[12:18:44] waxhead: sigh..
[12:18:58] waxhead: I can't wait to get an ubuntu install that has the nvidia drivers "just working"
[12:19:30] justinh: wagnerrp: on many modern CRTs it was actually eventually possible to make them pretty consistent once they're set up at the factory :)
[12:19:47] wagnerrp: waxhead: i doubt that is possible, due to licensing concerns
[12:20:09] Goga777 (Goga777!~Goga777@shpd-95-53-186-6.vologda.ru) has quit (Remote host closed the connection)
[12:20:12] waxhead: maybe... but it's always a chore...
[12:20:27] waxhead: and the solutions aren't real flash and tend to be hit and miss...
[12:21:39] wagnerrp: even windows requires you to go out and download nvidia drivers
[12:23:52] Dave123-road (Dave123-road!~dave@cpe-74-74-200-106.rochester.res.rr.com) has quit (Quit: Leaving)
[12:27:42] waxhead: really?
[12:27:46] waxhead: I never knew that..
[12:27:56] waxhead: ok, time for bed.. seems like the new FE is working OK...
[12:29:23] wagnerrp: windows will work, with its shipped drivers
[12:29:38] wagnerrp: but those should only be used to allow you to go to nvidia and download the new drivers
[12:30:34] jos1801: waxhead: sorry if i'm barking up the wrong tree as i can only see half the story, but are you saying that you have to overscan the screen in mythtv to get a full screen picture? if so, the solution is fairly easy and it's a one time fix too
[12:31:41] wagnerrp: no, your tv is overscanned, and very few tvs allow you to disable that 'feature'
[12:32:18] wagnerrp: so mythtv provides a mechanism to shrink its GUI to fit the physical extents of your tv
[12:32:23] wagnerrp: rather than the full resolution of the display
[12:32:35] skd5aner: (nvidia does too)
[12:32:39] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Ping timeout: 248 seconds)
[12:32:54] wagnerrp: nvidia does for analog outputs, not digital
[12:33:15] skd5aner: really?! it won't work on DVI out?
[12:33:18] jos1801: does on my digital output
[12:33:18] skd5aner: I swore it did
[12:34:15] justinh: wagnerrp: fairly sure nvidia allows that in windows. ages since I had to meddle with it in linux
[12:34:17] wagnerrp: it shouldnt, since implementing that on a digital out will induce scaling
[12:34:34] skd5aner: I'm pretty sure it does
[12:34:44] skd5aner: and I think it does leverage scaling to do so
[12:35:03] wagnerrp: well if you use that, it will blur everything you display pretty bad
[12:35:03] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users
[12:37:16] skd5aner: wagnerrp: I'm guessing on the scaling part
[12:37:22] justinh: maybe they can do some kind of virtual windowing instead
[12:37:36] skd5aner: but I'm still pretty sure that overscan compensation will work regardless of output
[12:37:43] justinh: so the mode will be the same but the desktop bounds will be tuneable
[12:38:25] skd5aner: I haven't had to worry about it in a while since I actually use VGA out and get a pixel-to-pixel match of my TV
[12:39:56] skd5aner: http://www.ypass.net/blog/2010/04/nvidia-over . . . est-drivers/
[12:42:11] justinh: oh yeah that rings a bell
[12:43:04] wagnerrp: i knew it used to not work
[12:43:08] wagnerrp: didnt realize they fixed it
[12:43:56] wagnerrp: although IMHO, myth is going to be more accurate than a single slider
[12:44:06] wagnerrp: and vastly easier than trying to come up with your own reduced resolution modeline
[12:44:18] justinh: anyway I'd heard the settings wiz was broken
[12:44:32] wagnerrp: not exactly
[12:44:36] skd5aner: wagnerrp: when I last played with it about 1.5 years ago, the nvidia tool was way easier than the myth on (imho(
[12:44:46] wagnerrp: the settings wizard cannot be used to correct bad settings
[12:44:53] justinh: true. that
[12:44:59] justinh: that's why I made it resettable
[12:45:07] skd5aner: s/on/one
[12:45:08] wagnerrp: first, it will not be able to display outside the limits defined
[12:45:27] wagnerrp: and if you try to use it a second time, it will re-apply those offsets on top of the original offsets
[12:45:34] wagnerrp: resulting in something completely wrong
[12:45:38] justinh: inbuilt design flaw :)
[12:45:50] justinh: I couldn't think of any way around that. patches welcome, etc
[12:46:21] skd5aner: ... and at the time, the mythtv one did some REALLY weird things where everytime it reloaded the frontend, the pixels would creep and the screen would always been off centered again
[12:46:37] wagnerrp: well resolving the improper application on second occurrence should be simple enough
[12:46:57] wagnerrp: just apply the offset from 0, rather than the database
[12:47:12] wagnerrp: (or depending on what the problem is, from the database value rather than 0)
[12:47:34] wagnerrp: but im sure being able to specify negative offsets and draw outside the UI will be considerably more difficult
[12:48:44] justinh: apparently not
[12:49:14] justinh: drawing is only bound to the current window extents by the UI code IIRC
[12:49:52] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (Ping timeout: 258 seconds)
[12:50:23] ** justinh just applied for a job. First application in almost 10 years! **
[12:50:33] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[12:50:39] wagnerrp: which means you would need to manually draw those cursors, rather than use the UI code
[12:51:06] wagnerrp: (a lot more difficult than manipulation of some values)
[12:51:23] justinh: or change the UI code to allow drawing outside the box
[12:51:34] RyeBrye (RyeBrye!~ryebrye@67.199.180.145) has quit (Quit: RyeBrye)
[12:51:37] justinh: then only draw the UI in the box
[12:51:40] wagnerrp: (also...)
[12:51:41] justinh: *main UI
[12:52:13] justinh: it's still a hell of a big change to make for a teensy little feature though
[12:55:42] Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Quit: Leaving)
[12:56:06] Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-58-187.hr.hr.cox.net) has joined #mythtv-users
[12:56:06] Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-58-187.hr.hr.cox.net) has quit (Changing host)
[12:56:06] Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv-users
[12:56:06] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Captain_Murdoch
[13:04:56] Typosu (Typosu!~moose@S010610838e76bcf2.ed.shawcable.net) has quit (Ping timeout: 260 seconds)
[13:13:54] sid4windr is now known as sid3windr
[13:18:56] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has quit (Remote host closed the connection)
[13:25:31] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has joined #mythtv-users
[13:25:31] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has quit (Client Quit)
[13:25:45] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has joined #mythtv-users
[13:34:50] justinh: wow. never known an agency call so soon after applying. job sounds right up my street, in the part of the country I want to be, and I'm being put forward for it – so made it past the agency screening. That's always a good thing
[13:38:25] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[13:38:40] mycosys: check out this – http://www.fortana.net.au/terms-and-conditions
[13:38:48] mycosys: the AUP at the bottom
[13:39:00] mycosys: would any person in their right mind agree to be bound by it?
[13:40:24] justinh: does any person in their right mind actually read T&Cs to that extent?
[13:40:33] justinh: regular people tend not to
[13:40:47] mycosys: was just added to our isp – so yes you look
[13:40:58] mycosys: i tend to check every time myself
[13:41:06] justinh: depends what it is
[13:41:13] mycosys: but – we can change this at any time with no notice
[13:41:25] justinh: yeah but they have to tell you when they do change anything
[13:41:36] mycosys: we expect you to tell us with evidence if you come across anyone else breaching this
[13:41:41] mycosys: they say they dont
[13:41:48] mycosys: that is one part of the AUP
[13:42:01] mycosys: that is why i say would anyone in their right mind agree
[13:42:09] justinh: holy poop
[13:42:21] justinh: missed that when I scanned it. that's bad
[13:42:31] mycosys: thats beyond bad
[13:42:37] justinh: wonder how many of your MPs are shareholders :D
[13:42:41] mycosys: thats insane – the stuff of nazis
[13:42:47] mycosys: and stalinists
[13:43:06] mycosys: if stalin ran an comms company it would be EIT global
[13:43:09] justinh: we heard tales that Aussie gov had gone a bit crazy
[13:43:22] justinh: like the big internet filter etc
[13:43:26] mycosys: pretty sure it isnt legal
[13:43:41] justinh: maybe now ISPs are being pressured into doing it instead
[13:44:08] jos1801 (jos1801!~jkitching@109.224.135.180) has left #mythtv-users ()
[13:44:19] justinh: they're talking about that over here, but some just aren't interested in logging the kind of things the gov wants to see – it costs money after all ;)
[13:44:24] mycosys: nah – there is a clause ther to indemnify them for kids finding porn
[13:45:12] justinh: my ISP T&Cs mentions that I can report inappropriate or abusive behaviour – but that's not on the same scale as YOU MUST TELL US
[13:45:37] justinh: they also don't mention legality of content
[13:46:09] justinh: the ISPs over here are already not culpable, even if it was copyrighted material stored on one of their servers
[13:46:17] mycosys: nor are ours
[13:46:38] justinh: so why the need to add the clauses about illegal content?
[13:46:48] jos1801 (jos1801!~jos180@109.224.135.180) has joined #mythtv-users
[13:46:49] mycosys: already commented on whirlpool that if they had lawyers that crap would never have left the board room
[13:46:49] justinh: if they can't be help responsible on your behalf where's the fire?
[13:47:37] mycosys: effed if i know
[13:48:44] justinh: some ISPs here have actually been actively campaigning against our digital economy bill
[13:49:07] justinh: that's the bill where UK gov wanted to force ISPs to cut off users who downloaded copyrighted content without consent
[13:49:26] mycosys: same here
[13:49:46] mycosys: also one isp just won a big court vase against copyright holders
[13:49:52] mycosys: *case
[13:49:52] justinh: they failed, but what I found striking is that they were fighting for the consumer not just bending over
[13:50:33] justinh: they should call everybody's bluff one time – and just try reducing prices to see if anything changes. Be so funny if it worked
[13:50:58] justinh: they being the content producers/distributors/evil mega hyper corps
[13:52:20] jos1801 (jos1801!~jos180@109.224.135.180) has left #mythtv-users ()
[13:53:45] justinh: trial period.. 90% off everything!
[13:54:16] justinh: oh wait, they only *claim* piracy is killing business. I remember now. Wake up
[13:58:02] jos180 (jos180!~jos180@109.224.135.180) has joined #mythtv-users
[14:00:00] jos180 (jos180!~jos180@109.224.135.180) has left #mythtv-users ()
[14:00:57] jos180 (jos180!~jos180@109.224.135.180) has joined #mythtv-users
[14:07:36] martin___ (martin___!~quassel@static-88.131.29.2.addr.tdcsong.se) has quit (Remote host closed the connection)
[14:08:07] NULL[0] (NULL[0]!~fred@e181030131.adsl.alicedsl.de) has joined #mythtv-users
[14:08:09] lyricnz (lyricnz!~simonrobe@ppp118-209-223-88.lns20.mel6.internode.on.net) has quit (Quit: lyricnz)
[14:09:21] mycosys: preaching to the choir justinh
[14:09:34] mycosys: but you and i may be the only ones on this chan that think that way
[14:10:24] justinh: nah, if it cost less we'd all buy more – and maybe if they made less drivel
[14:11:10] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[14:11:13] NULL[NULL[0]] (NULL[NULL[0]]!~fred@e181028162.adsl.alicedsl.de) has quit (Ping timeout: 246 seconds)
[14:20:23] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (Ping timeout: 248 seconds)
[14:26:13] jos180 (jos180!~jos180@109.224.135.180) has quit (Quit: Leaving.)
[14:26:27] streeter (streeter!~streeter@nat/redhat/x-ayfguphjxqcqeujd) has joined #mythtv-users
[14:26:31] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[14:32:44] aloril (aloril!~aloril@84.249.126.153) has joined #mythtv-users
[14:32:50] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[14:41:10] weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has quit (Ping timeout: 260 seconds)
[14:44:52] justinh: nice. just googled that company's location. good place to be. right side of the road for that area. Less congestion in the morning & hometime than the other side. Now all I need to do is get the darn thing
[14:48:36] SpaceBass (SpaceBass!~SP@pool-96-253-123-90.rcmdva.fios.verizon.net) has joined #mythtv-users
[14:48:40] SpaceBass: rhpot1991, you about by chance?
[14:48:54] rhpot1991: SpaceBass: kinda, whats up?
[14:49:30] jos180 (jos180!~jkitching@109.224.135.180) has joined #mythtv-users
[14:49:42] SpaceBass: rhpot1991, don't want to monopolize your time, trying to trouble shoot an RSS issue with myth export – transcoding working fine, just can't download the files?. in web browser it gives "forbidden" error, in apache2 log it says the symlink isn't acceptable
[14:50:03] SpaceBass: both /var/www/mythexport/video and /local/media/MythTV/mythexport are 777 and owned by mythtv
[14:50:40] SpaceBass: exact apache error: Symbolic link not allowed or link target not accessible: /var/www/mythexport/video
[14:51:29] wagnerrp: rhpot1991: you maintain mythexport currently?
[14:51:59] rhpot1991: wagnerrp: I'm upstream for it
[14:52:20] wagnerrp: would it be of any interest to be able to run that through myth's jobqueue, rather than your own daemon?
[14:52:23] rhpot1991: SpaceBass: hmmm let me dig a little, I think I have an idea
[14:53:00] SpaceBass: rhpot1991, as always, appreciate your time and expertise :)
[14:53:27] rhpot1991: wagnerrp: yes, I'd have to retrace some of my steps to remember why I did some of the things I've done though
[14:54:19] wagnerrp: im working on a rewrite of the jobqueue, should be ready in a few months
[14:54:29] wagnerrp: allowing for an unlimited number of user jobs
[14:55:50] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[14:56:23] rhpot1991: I'd like to get some better mythtv integration, right now with it stand along I'm pretty sure there are only my ubuntu packages out there
[14:57:14] wagnerrp: basically, each transcoding profile gets its own command, and own string of arguments
[14:57:38] wagnerrp: if you create a new profile, you add a command, and a couple machines its allowed to run on
[14:58:00] wagnerrp: and the the jobqueue scheduler would decide where and when to run it
[14:58:16] wagnerrp: i dont know if mythexport has any capacity for real time operation
[14:58:22] wagnerrp: (direct streaming)
[14:59:05] rhpot1991: SpaceBass: pastebin your /etc/apache2/sites-enabled/default-mythbuntu file
[14:59:40] rhpot1991: wagnerrp: not really, you have to wait for ffmpeg to end before you can do much with it
[14:59:54] wagnerrp: ok, this would end up being the same
[14:59:54] rhpot1991: once thats done you have rss, and a very simple html5 streaming page
[15:00:44] SpaceBass: rhpot1991, http://pastebin.ca/2064751
[15:01:36] SpaceBass: looks like followsymlinks is enabled
[15:02:36] rhpot1991: SpaceBass: ls -lah /var/www/mythexport/video
[15:02:54] SpaceBass: lrwxrwxrwx 1 root root 30 2011-05–17 19:41 /var/www/mythexport/video -> /local/media/MythTV/mythexport
[15:02:59] rhpot1991: and make sure the resulting symlink location exists
[15:03:00] SpaceBass: (guess I was wrong about owner)
[15:03:03] SpaceBass: it does
[15:03:12] rhpot1991: root:root is fine
[15:04:04] rhpot1991: wagnerrp: I'm thinking we should combine efforts, if I port some of the rss stuff to mythweb and then use your job queue it would be integrated a lot better
[15:05:18] wagnerrp: well ive got the jobqueue itself mostly written, but it needs a lot of bugfixing
[15:05:43] KraMer (KraMer!~mark@adsl-70-240-210-163.dsl.hstntx.swbell.net) has joined #mythtv-users
[15:05:47] wagnerrp: still need to implement the frontend utilities to maintain it and allow queuing and management of jobs
[15:06:43] wagnerrp: might want to talk to sphery as well
[15:06:55] rhpot1991: SpaceBass: try modifying your /etc/apache2/sites-enabled/mythexport.conf, replace SymLinksIfOwnerMatch with FollowSymLinks then reload or restart apache
[15:07:23] wagnerrp: when his recordedfile stuff goes in, mythtv will be able to track multiple instances of a single recording, like the multiple transcodes produced by mythexport
[15:07:38] rhpot1991: wagnerrp: oh very nice
[15:09:55] SpaceBass: rhpot1991, that worked! thanks!
[15:10:13] rhpot1991: SpaceBass: well I don't consider that a fix, but now we know its the owner somewhere doesn't match up
[15:10:53] SpaceBass: well in the actual directory, the owner is mythtv:nsnetmedia (a group of my own creation)
[15:11:06] rhpot1991: oh that might be why
[15:11:11] rhpot1991: try making that mythtv:mythtv
[15:11:21] SpaceBass: k
[15:11:36] SpaceBass: (although that means I have to leave it 775 at least for my file sharing to work)
[15:11:46] rhpot1991: revert the config file and test
[15:12:04] rhpot1991: if you need to go with that change its fine, just be aware of any security repercussions
[15:12:12] SpaceBass: yeah
[15:13:54] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B224CE3.dip.t-dialin.net) has joined #mythtv-users
[15:20:52] johd (johd!~johd@90.146.55.47) has quit (Quit: Leaving)
[15:24:31] momelod (momelod!~smelo@66.46.12.98) has joined #mythtv-users
[15:24:39] momelod: Greetings channel
[15:24:44] NickHu: Hey all
[15:28:31] NickHu: Guys, I just got a satellite line to my dekstop... Any recomendations on which DVB-S (Preferably DVB-S2 as that includes HD AFAIK) card I should get? I'd prefer PCI
[15:29:51] wagnerrp: what continent?
[15:31:32] wagnerrp: NickHu: ^^^
[15:33:01] NickHu: Erm, Europe (UK)
[15:33:18] zzattack` (zzattack`!zzattack@237-89-ftth.onsneteindhoven.nl) has joined #mythtv-users
[15:33:29] wagnerrp: do you know if you need a CI card for your service?
[15:33:47] NickHu: By that, do you mean something like a sky card?
[15:33:59] zzattack`: how would I go about playing stuff from my media collection (downloaded avi/mkv) in mythfrontend?
[15:34:09] wagnerrp: sky doesnt support any standard conditional access method
[15:34:13] NickHu: AFAIK FreeSat = No sort of encryption
[15:34:15] wagnerrp: you can only use it with their specific hardware
[15:34:25] NickHu: I want to use it with freesat
[15:35:15] wagnerrp: for standard dvb-s/2, plenty of cards available for linux
[15:35:31] wagnerrp: if it works in linux (using the DVB API), it will work in mythtv
[15:35:35] wagnerrp: !url tuners
[15:35:36] MythLogBot: tuners: http://www.linuxtv.org/wiki/index.php/Hardwar . . . _Information
[15:36:03] NickHu: I know that, but could you guys recommend one?
[15:36:04] zzattack` (zzattack`!zzattack@237-89-ftth.onsneteindhoven.nl) has quit (Client Quit)
[15:36:10] abqjp (abqjp!~abqjp@71-38-214-217.albq.qwest.net) has joined #mythtv-users
[15:36:45] wagnerrp: waits all of 3 minutes for an answer... not a record, but close
[15:37:26] jos180: haha i was just typing what he needed too!!
[15:37:45] wagnerrp: NickHu: youll need to ask other european users, we cant use DVB-S over here
[15:37:59] wagnerrp: youll likely see them start to get home from work and become more active in the next hour or so
[15:38:13] wagnerrp: jos180: meh, we dont support downloaded avi/mkv
[15:39:32] NickHu: Ah, okay
[15:39:44] NickHu: I recall someone called justinh or something lived in the UK
[15:39:55] wagnerrp: he could have just said '(avi/mkv)', and it would have been fine
[15:40:04] NickHu: CI = Cards that you use for "pay TV" right?
[15:40:11] wagnerrp: but he had to flaunt the fact they were downloaded, one can only presume illegally
[15:40:32] jos180: wagnerrp, fair point, never saw the word "downloaded" – i'll give my glasses a clean
[15:40:48] wagnerrp: NickHu: correct, a PCMCIA card that takes smart card for decryption of paytv
[15:41:04] wagnerrp: needed for many satellite and cable providers
[15:41:18] wagnerrp: but if you need one of those, the available cards decreases drastically
[15:41:18] NickHu: Huh, AFAIK in the UK it's only used for encrypted terrestrial channels
[15:41:39] NickHu: There aren't any satellite providers other than sky and freesat
[15:41:45] wagnerrp: im not aware if there are any DVB-T cards slotted for CI
[15:41:47] NickHu: And as you'd expect, freesat is free ;)
[15:42:27] NickHu: wagnerrp: Well, all the freesat channels are fine, but some of the "shady" freeview (terrestrial) channels are blacked out with *Encrypted*
[15:42:32] iamlindoro: wagnerrp: There are, albeit very uncommon
[15:42:46] Hoochster: whatup!
[15:42:51] NickHu: Hey :D
[15:42:55] iamlindoro: Italy has DVB-T with pay service, and I am pretty sure it's not the only one
[15:42:57] wagnerrp: iamlindoro: certainly not enough to make a 'media collection' out of
[15:43:11] Hoochster: so I pre-ordered my HDHR Prime woot!
[15:43:13] wagnerrp: oh, you mean slotted DVB-T cards
[15:43:17] iamlindoro: yeah
[15:44:12] NickHu: Can someone with experience tell me the best one from the following? http://linuxtv.org/wiki/index.php/DVB-S2_PCIe_Cards
[15:45:23] wagnerrp: well if you dont need a CI slot, dont get one
[15:45:24] iamlindoro: hahaha
[15:45:24] iamlindoro: https://github.com/MythTV/mythtv/blob/master/ . . . format.h#L27
[15:45:32] wagnerrp: since those tend to be ridiculously expensive
[15:46:18] wagnerrp: id like to see the discussion that spurned that response
[15:47:50] SpaceBass (SpaceBass!~SP@pool-96-253-123-90.rcmdva.fios.verizon.net) has left #mythtv-users ("Leaving")
[15:51:57] NickHu: http://www.cenfonix.com/product_info.php?curr . . . S2-Dual.html Looks like a good deal? :)
[15:52:47] wagnerrp: with no picture, based off the title
[15:53:01] wagnerrp: i can only assume that is an external card reader for the SaTiX-S2 Dual card
[15:53:06] wagnerrp: not the card itself
[15:53:07] ** iamlindoro wonders why NickHu is so intend on buying a card with CI in spite of not needing it and being advised against it **
[15:53:21] iamlindoro: s/intend/intent/
[15:55:05] iamlindoro: Anyhoo, #linuxtv would be the better channel to ask about the intricacies of which cards are best supported
[15:55:23] iamlindoro: Though be prepared to wait on your answer-- it'll just be a better answer
[15:55:24] wagnerrp: this is what you found... http://www.dvbshop.net/product_info.php/info/ . . . S2-Dual.html
[15:55:53] wagnerrp: this is the card itself at twice the price... http://www.dvbshop.net/product_info.php/info/ . . . 4-H-264.html
[15:56:15] NickHu: I thought it would be too good to be true :P
[15:56:30] ** iamlindoro grumbles irrably about digital cards which are advertised as somehow "supporting" a codec **
[15:56:34] NickHu: Are there any considerable advantages of PCIe over PCI for a tuner?
[15:56:50] wagnerrp: it will work on modern motherboards
[15:56:59] iamlindoro: There are no advantages, aside from them working on newer motherboards
[15:57:15] wagnerrp: modern ATX boards usually only have two slots
[15:57:19] NickHu: PCIe is backwards compatible anyway isn't it?
[15:57:23] wagnerrp: micro-atx boards only have one or none
[15:57:24] iamlindoro: ummm no
[15:57:35] wagnerrp: PCIe 2.0 is compatible with PCIe 1.0
[15:57:45] wagnerrp: and both will be compatible with PCIe 3.0
[15:57:47] iamlindoro: But in no way compatible with PCI
[15:58:11] NickHu: I see
[15:58:19] NickHu: My motherboard has two unused PCI slots
[15:58:28] wagnerrp: think of it like how you could plug an AGP 2x card into an AGP 4x slot, but not a PCI slot
[15:58:38] NickHu: I assume a PCI card is cheaper than a PCIe card no?
[15:59:02] wagnerrp: PCIe is likely going to be cheaper to produce these days
[15:59:03] mycosys: (1:57:51 AM) iamlindoro: But in no way compatible with PCI <<< it is called pci for a reason
[15:59:10] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has quit (Quit: hpeter)
[15:59:21] wagnerrp: the only reason you might find a PCI card cheaper is because theyre dumping old stock
[16:00:02] wagnerrp: serial data connects are inherently cheaper than parallel
[16:00:06] mycosys: it needs a host controller to convert between the 2, but the system calls are the same
[16:00:14] wagnerrp: and five years later, theyve got bulk manufacturing on their side as well
[16:00:34] NickHu: I see
[16:00:41] mycosys: so they are the same to program, and a PCIe to PCI host controller is relatively trivial
[16:00:54] NickHu: But I think I'd like to get a hauppauge card
[16:01:01] wagnerrp: but its one more chip theyve got to tack on
[16:01:10] NickHu: So, HVR 4000 or NOVA HD S2
[16:01:22] mycosys: yeah – was just saying about the 'in no way compatible' thing
[16:01:38] NickHu: The former really has everything, DVB-S/2 DVB-T, analog, composite, etc.
[16:01:44] iamlindoro: mycosys: Requiring additional hardware is, not me, not direct compatibility
[16:01:48] NickHu: The Nova only has DVB-S/2
[16:01:48] iamlindoro: er is, to me
[16:01:50] mycosys: at a logical level they are, just the signalling is different
[16:01:57] NickHu: But yet the HVR 4000 is cheaper..
[16:02:19] ** iamlindoro leaves the hair splitting to those best suited for it **
[16:02:28] mycosys: sigh
[16:03:20] mycosys: is a bit like passing scsi commands over at and calling it atapi i spose, tho they are even more closely related
[16:03:42] mycosys: scsi system calls work with atapi devices
[16:03:47] NickHu: Oh, no, actually, scratch that, HVR 4000 is more expensive, stupid anomalous Google Shopper result
[16:04:38] hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has quit (Quit: Leaving.)
[16:06:07] iamlindoro: wagnerrp: Christopher Meredith says he needs that bitrate because the pirates have decided it's the right way to transcode ;)
[16:06:34] wagnerrp: yeah, responding as such currently
[16:12:10] Vili_ (Vili_!5e167b5f@gateway/web/freenode/ip.94.22.123.95) has joined #mythtv-users
[16:12:28] Vili_: Hi
[16:12:51] wagnerrp: mmm... split rars
[16:13:16] ** wagnerrp demands that mythtv be capable of decompressing his split rar media on-the-fly **
[16:13:23] iamlindoro: Now you've done it-- the next logical reply is "That bringsd to mind a good point-- why can't Myth play directly from my RARs?"
[16:13:25] iamlindoro: hahaha
[16:13:27] iamlindoro: exactly
[16:13:27] Vili_: Is there a problem with MythTV and the channel search? My kaffeine works just fine, but with MythTV I can't really watch any tv
[16:13:48] Vili_: Shows weak signal and the picture is awfull
[16:14:27] mycosys: wow wagnerrp, peopel are lazy
[16:16:36] wagnerrp: mycosys: the thread in question... http://www.mythtv.org/pipermail/mythtv-users/ . . . /315461.html
[16:16:50] mycosys: googlefu ftw lol
[16:17:43] NickHu: Hmm, does the NOVA HD S2 have composite input?
[16:18:03] wagnerrp: pretty sure the Nova line is digital only
[16:18:21] ubIx (ubIx!~ulf@p5DD18384.dip0.t-ipconnect.de) has joined #mythtv-users
[16:19:10] ubIx_ (ubIx_!~ulf@p5DD18384.dip0.t-ipconnect.de) has quit (Ping timeout: 260 seconds)
[16:20:36] mycosys: ummm – wow
[16:20:44] NickHu: Hmm, it appears NOVA S Plus is DVB-S and Composite inputs, but S2 is DVB-S/2
[16:20:47] mycosys: dude doesnt seem to like doin stuff the easy way does he
[16:21:45] NickHu: You need S2 for HD right?
[16:22:56] iamlindoro: No
[16:23:06] iamlindoro: DVB of any format doesn't care about resolution
[16:23:09] mycosys: you need s2 for s2
[16:23:18] iamlindoro: However, in the UK I believe that all the HD content is on S2 muxes
[16:23:19] Vili_: How can I check if MythTV has actually found the channels right or not? This seems really strange behaviour
[16:23:41] BLZbubba: bring up the guide?
[16:25:40] mycosys: wagnerrp: i didnt get the impression her planned to upload the stuff he was transcoding, making the transcode even more bizarre, why encode to a profile designed for transmission over limited bandwidth to a wide audience otherwise :S
[16:25:48] mycosys: totally bizarre
[16:25:50] anykey_ (anykey_!~guedel@46-126-247-133.dynamic.hispeed.ch) has quit (Quit: leaving)
[16:25:53] Vili_: BLZbubba: The channels are there and I can sort of watch them, but the quality is awfull
[16:26:28] wagnerrp: theres nothing about how he was transcoding that makes it designed for transmission
[16:26:51] ** mycosys wonders if he uuencodes it too **
[16:26:52] wagnerrp: the bitrate was chosen so the filesize allows four to fit exactly on one DVD
[16:27:05] mycosys: ahhhh
[16:27:09] wagnerrp: which is a worthless prospect
[16:27:37] mycosys: given they are now about 20c ea esp, and nobody uses em
[16:28:26] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM00222da10af5.cpe.net.cable.rogers.com) has joined #mythtv-users
[16:28:28] mycosys: and the 700mb size is for a cd
[16:28:34] ** mycosys gets it **
[16:29:07] BLZbubba: Vili_: there is a dtvsignal test to see the signal strength; maybe you need to adjust your antenna?
[16:29:16] RockHound (RockHound!~quassel@d041040.adsl.hansenet.de) has joined #mythtv-users
[16:29:19] BLZbubba: if i'm more than about 30 degrees off it goes to crap
[16:29:23] mycosys: better go crash i spose
[16:29:48] mycosys: night gentle peoples of all genders, and species
[16:33:03] wagnerrp: iamlindoro: isnt christopher meredith that 'almost lawyer' from a while back?
[16:34:53] Twiggy2cents (Twiggy2cents!~darren@66-87-4-176.pools.spcsdns.net) has joined #mythtv-users
[16:35:20] iamlindoro: Hmm
[16:35:21] iamlindoro: maybe
[16:37:44] HoochMobile (HoochMobile!~HoochMobi@74.194.77.222) has quit (Ping timeout: 276 seconds)
[16:38:03] Vili_: BLZbubba: Its the roof antenna and the tv signal is fine. Kaffeine works fine too.
[16:39:45] anykey_ (anykey_!~guedel@46-126-247-133.dynamic.hispeed.ch) has joined #mythtv-users
[16:44:21] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[16:45:07] Hoochster: so wanting to replace my master backend is the i5 still the recommended system? I will probably make it a Frontend as well. It is replacing an Athlon X2 4800 I think. I might make it a slave
[16:45:11] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[16:46:32] wagnerrp: a 4800+ is still a perfectly worthwhile master backend
[16:47:16] wagnerrp: reasons for upgrading would be, you want something more energy efficient, you want something more powerful for user jobs, you want something with more memory or hard drive space
[16:47:31] gigem_ (gigem_!~david@host103.16.intrusion.com) has joined #mythtv-users
[16:47:31] gigem_ (gigem_!~david@host103.16.intrusion.com) has quit (Changing host)
[16:47:32] gigem_ (gigem_!~david@mythtv/developer/gigem) has joined #mythtv-users
[16:47:50] Hoochster: prob so, noticing it using some swap a lot and am just wanting to stabalize some things, so wanting a 2nd backend to run the hdhr stuff that is up all the time and will redo the 4800 as a slave, it houses my raid array as well but have the pvr150's that aren't as stable and some DVB stuff as well
[16:48:31] Hoochster: I might add more memory to the 4800 to fix the swapping issue, it has been forever since I refreshed that system so that might fix the swapping anyways but still would like to go back to a master slave setup
[16:48:36] wagnerrp: if youre noticing swapping, the DDR1 it uses is expensive, and that would be a decent reason to upgrade
[16:48:55] wagnerrp: an i3 is going to be considerably faster than your 4800
[16:49:12] HoochMobile (HoochMobile!~HoochMobi@74.194.77.222) has joined #mythtv-users
[16:49:16] wagnerrp: as would a modern Ath II
[16:49:34] davide_ (davide_!~david@mythtv/developer/gigem) has quit (Ping timeout: 264 seconds)
[16:49:36] Hoochster: it has 4g ram but just noticing it swapping but it is also my raid array and has a vm on it as well no doubt dedicating will help a lot
[16:49:59] wagnerrp: with 4GB of memory, you shouldnt be swapping running a backend
[16:50:20] Hoochster: I did upgrade one frontend to an i3, but still getting some tuner in use issues and stuttering occasionally prob just needs tweaked, I am trying mythbuntu for the first time as well and think I will just go back to compiling myself. seemed to run better, is natty working well ?
[16:50:35] Hoochster: prob the vm causing the swapping if I were guessing
[16:50:51] wagnerrp: swapping on your database and disk store would be reason for a frontend to stutter
[16:51:00] Hoochster: k
[16:51:07] Hoochster: I think refreshing will help a lot
[16:51:15] Hoochster: and putting that vm on another system
[16:51:44] Hoochster: want to put the raid array on its own system too, wanted to get a qnap for it heh but just too pricey heh
[16:52:20] wagnerrp: no real reason dedicating your raid to its own system, so long as you have enough memory on another one that is on all the time
[16:52:43] Hoochster: so should leave the raid in the slave and put the db on the master?
[16:53:10] wagnerrp: if youre building a new master, shove everything in it that you can
[16:53:21] wagnerrp: no sense breaking things up more than they need to be
[16:53:28] Hoochster: will have to make sure to get a board with enough sata ports or get a card I guess
[16:53:42] wagnerrp: sata ports are plentiful these days
[16:53:54] wagnerrp: easy to find a board with 6, and ones with 10 are not uncommon
[16:54:02] Hoochster: just figured upgrading to a quad cpu would help with some processing on a master
[16:54:11] Hoochster: 10 would be sweet if it could handle it heh
[16:54:24] Hoochster: hows natty run myth these days haven't upgraded any of my systems yet
[16:54:29] wagnerrp: the only processing the master backend really does is the scheduler, which is single threaded
[16:54:36] wagnerrp: unless youre talking about jobqueue tasks
[16:54:40] Hoochster: and is it recommended to compile over using mythbuntu?
[16:54:44] Hoochster: used to do it that way
[16:54:47] Hoochster: got lazy
[16:54:57] wagnerrp: depends entirely on your needs
[16:55:21] Hoochster: have't really gotten into commercial jobbing just cuz it wasn't working well last time I tried but no doubt I bet that works much better now
[16:57:58] Hoochster: sata3 backwards compatible with sata2?
[16:58:02] Hoochster: looking at boards
[16:58:42] wagnerrp: yes
[16:59:01] Hoochster: 6 would get me by but I am almost about to have to add another drive or two so wanting to find more than 6 ports heh
[16:59:52] Hoochster: but should work fine with a pci sata card would think
[17:02:28] wagnerrp: no, do not use PCI SATA cards
[17:02:33] Hoochster: k
[17:02:57] wagnerrp: are you currently using a PCI SATA card?
[17:03:02] Hoochster: no
[17:03:59] thefRont (thefRont!xelerator@suffers.from.internal-bleeding.de) has joined #mythtv-users
[17:04:44] Hoochster: found a board with 8
[17:04:54] Hoochster: pricey heh but guess I am paying to have the ports heh
[17:05:09] wagnerrp: make sure its the proper socket
[17:05:16] Hoochster: heh ya
[17:05:21] Hoochster: still shopping just seeing my options
[17:05:31] RockHound (RockHound!~quassel@d041040.adsl.hansenet.de) has quit (Ping timeout: 246 seconds)
[17:10:49] andreax (andreax!~andreaz@p57B92F5D.dip.t-dialin.net) has joined #mythtv-users
[17:11:43] Hoochster: is there a chipset recommended over the other, 1155/1156?
[17:12:44] weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has joined #mythtv-users
[17:18:32] wagnerrp: 1156 are the old processors, 1155 are the new ones
[17:19:01] Hoochster: ahh cool thanks for that clarification. I hadn't kept up and used to only buy amd but haven't even kept up with them lately getting too old
[17:20:09] Scopeuk-AFK is now known as Scopeuk
[17:21:29] johd (johd!~johd@90.146.55.47) has quit (Ping timeout: 276 seconds)
[17:23:01] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has joined #mythtv-users
[17:25:42] Scopeuk is now known as Scopeuk-AFK
[17:29:19] Slim-Kimbo (Slim-Kimbo!~Kimbo@host81-157-2-16.range81-157.btcentralplus.com) has joined #mythtv-users
[17:33:04] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has quit (Quit: Something smells bad - I'm outta here)
[17:40:12] Beirdo: hmmm
[17:40:24] Beirdo: seems my IPv6 tunnel at home went down
[17:40:50] Beirdo: which of course... I find out once I get to work
[17:40:51] Beirdo: bah
[17:45:06] Vili_ (Vili_!5e167b5f@gateway/web/freenode/ip.94.22.123.95) has quit (Quit: Page closed)
[17:45:15] jos180 (jos180!~jkitching@109.224.135.180) has quit (Quit: Leaving)
[17:45:16] Beirdo: but... the DSL seems to still be up
[17:45:18] Beirdo: heh
[17:46:14] Scopeuk-AFK is now known as Scopeuk
[17:52:56] mycosys (mycosys!~mycosys@221.121.134.96) has joined #mythtv-users
[17:52:57] mycosys (mycosys!~mycosys@221.121.134.96) has quit (Changing host)
[17:52:57] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users
[17:54:55] seeker (seeker!~seeker@unaffiliated/seeker) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[18:06:12] FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-165-127.w83-193.abo.wanadoo.fr) has joined #mythtv-users
[18:08:29] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 240 seconds)
[18:10:11] Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users
[18:14:02] stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv-users
[18:14:03] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stuartm
[18:18:11] wizbit (wizbit!wiz@gateway/shell/bshellz.net/x-fivzoetthhddjral) has joined #mythtv-users
[18:19:41] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[18:23:37] stuartm: it's baffling how tuner cards are defying the laws of electronics and actually increasing in price over time
[18:24:05] momelod: I have an issue w/ MythVideo. It seems to only update meta-data on newly added videos. Videos I have had in my system previously never get the meta data.
[18:24:23] momelod: Is it possible to dump all the metadata and force a refresh ?
[18:24:25] mycosys: that is how it works momelod
[18:24:48] mycosys: try running jamu.py to grab for the stuff that doesnt have metadata :)
[18:25:02] momelod: yeah, did that.. no luck
[18:25:08] wagnerrp: momelod: in 0.24, content gets a one-time batch run
[18:25:13] momelod: still only updates new stuff
[18:25:15] wagnerrp: further batch operations will not run on it
[18:25:30] wagnerrp: you can optional have this patch processing run when you scan
[18:25:40] momelod: wagnerrp, which explains my predicament. but how can i force it?
[18:25:45] johd (johd!~johd@90.146.55.47) has quit (Ping timeout: 260 seconds)
[18:26:10] wagnerrp: why do you need to force it?
[18:26:21] wagnerrp: everything gets a once-through on the batch updater
[18:26:36] wagnerrp: IIRC, that includes stuff you previously had in there before 0.24
[18:27:12] momelod: I've had this install since 0.21, upgraded each release w/ my OS's packaging software. So some videos are very old and they have no posters
[18:27:32] wagnerrp: you should have flushed all your content at least for 0.22
[18:28:56] momelod: I've tried moving my files outside the videos folder, rescanned so that it found "no videos". put the videos back in the folder, rescanned and again now all my previous metadata is gone. Only when i add a new video does it download the metadata.
[18:29:03] mycosys: evidently he didnt, so is there a way to force a frsh get?
[18:29:38] GreyFoxx: I used that all the time, (Using W and the menu) but I'll give it a shot as soon as I get home
[18:29:40] GreyFoxx: oops
[18:30:00] momelod: "w" does nothing for me..
[18:30:45] wagnerrp: the batch downloader intentionally does not allow multiple runs, unless the video is reset from the menu
[18:30:56] wagnerrp: if 'w' does not work, the batch downloader will not work either
[18:31:37] RockHound (RockHound!~quassel@d041040.adsl.hansenet.de) has joined #mythtv-users
[18:31:58] momelod: is the "batch downloader" jamu?
[18:32:04] wagnerrp: no
[18:33:19] momelod: where can I read up on the batch downloader?
[18:33:25] momelod: I'd like to get it working..
[18:34:04] Ryushin (Ryushin!~Ryushin@2001:1938:2a5:0:21c:25ff:fe97:c868) has joined #mythtv-users
[18:34:10] wagnerrp: the batch downloader can be run manually through the 'm' menu
[18:34:19] wagnerrp: or it can be set to run automatically when you scan for content
[18:34:25] momelod: u mentioned I should have flushed my content. how do i do that?
[18:34:36] wagnerrp: in any case, it just performs the same operation as 'w', but in batch fashion
[18:34:51] wagnerrp: if 'w' does not get what youre looking for, the batch downloader will not either
[18:35:11] wagnerrp: i say you should have flushed your content between 0.21 and 0.22 because of the addition of season and episodes
[18:35:18] wagnerrp: if you only have movies in your library, dont bother
[18:35:28] momelod: i have both
[18:35:40] wagnerrp: if you have tv shows, in a format supported by the filename styles listed on the wiki
[18:36:00] wagnerrp: re-scanning them will import the series, season, and episode properly
[18:36:07] wagnerrp: which are required for the metadata grabbers to function
[18:36:09] momelod: tv shows always get the metadata somehow. its movies that are causing me grief
[18:37:53] Ryushin (Ryushin!~Ryushin@2001:1938:2a5:0:21c:25ff:fe97:c868) has quit (Client Quit)
[18:39:00] momelod: I am naming my movies as follows: /var/lib/mythtv/videos/Movies/This is a Movie Title/This is a Movie Title.avi
[18:39:54] wagnerrp: why are you putting it in a directory of the same name?
[18:40:21] momelod: just trying to trick the grabber into thinking its a new movie that hasnt been scanned
[18:40:45] wagnerrp: it doesnt work that way
[18:40:47] wagnerrp: it hashes all content
[18:40:55] momelod: needless to say, I tried it w/o folders..
[18:41:04] wagnerrp: so if your content is moved, it recognizes that its the same content in a different location
[18:41:12] wagnerrp: and updates the location with the existing metadata in the database
[18:41:23] momelod: even if the file is renamed?
[18:41:35] wagnerrp: if you want to rescan something, you need to move it completely out of any folder mythvideo knows about, rescan, move it back in, and scan again
[18:41:39] momelod: cause i have tried that also
[18:41:44] wagnerrp: yes, that is the purpose of hashing
[18:41:56] momelod: ahh, i see.
[18:42:14] JEDIDIAH__: the directory business sounds like the way Windows tools operate.
[18:42:33] momelod: okay, so i did as you said, moved everything out, scanned, moved it back in, scanned again. ..still no metadata, and thos videos that did have metadata no longer do.
[18:43:11] wagnerrp: the batch downloader isnt instantaneous, even if you have it enabled
[18:43:17] wagnerrp: it will take time to run through the new content
[18:43:23] JEDIDIAH__: is there a sort of "manual watch the verbose debugging output as it flies by" mode for the metadata downloader?
[18:43:30] momelod: i did this 4 days ago..
[18:43:32] wagnerrp: if it is running, you should see artwork slowly popping up
[18:43:41] momelod: the only thing that has metadata are files i've added since than
[18:44:36] momelod: does it run as a process? would i be able to verify it is running by listing my process list?
[18:45:44] momelod: can i flush the hashes to force an update?
[18:46:30] momelod: also, would modifying the timestamp in the filesystem level for the videos cause a new hash?
[18:49:53] tictric_ (tictric_!~quassel@p4FE17569.dip.t-dialin.net) has joined #mythtv-users
[18:49:53] tictric_ (tictric_!~quassel@unaffiliated/tictric) has joined #mythtv-users
[18:49:53] tictric_ (tictric_!~quassel@p4FE17569.dip.t-dialin.net) has quit (Changing host)
[18:56:10] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B224CE3.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[18:58:33] Hoochster: so will I gain anything by getting a motherboard with dual nics to dual home?
[18:59:44] wagnerrp: not for mythtv's purposes
[19:00:03] Hoochster: didn't figure as much just didn't know since I am gonna make it my file server as well if it would benefit
[19:00:37] wagnerrp: you have to get a fairly nice switch before it supports channel bonding
[19:00:46] Hoochster: I have a very nice switch heh
[19:01:04] Hoochster: but if there is no advantage on the purpose then no need to spend the extra money on the board
[19:01:34] fbnts (fbnts!~root@93-97-20-155.zone5.bethere.co.uk) has joined #mythtv-users
[19:01:46] Hoochster: still debating on cpu now whether I wanna do just an i3 or an i5 heh
[19:01:48] fbnts: Hi, I recently had my aerial installed on the roof (it used to be sat on a box in the attic) I was hoping to get an improved signal for my DVB-T card but its about the same. Most the time its ok but I occasionally get 10–15 minutes of interference and I was hoping to find a way to see the exact signal quality etc.
[19:01:53] fbnts: Does anyone know what the outputs of femon actually mean?
[19:03:40] balancer (balancer!~balancer@112-227.61-188.cust.bluewin.ch) has quit (Ping timeout: 260 seconds)
[19:03:52] FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-165-127.w83-193.abo.wanadoo.fr) has quit (Quit: Ex-Chat)
[19:08:33] JEDIDIAH__: fewer faster cores for software playback or more slower cores for stuff like commflagging and transcoding.
[19:10:00] JEDIDIAH__: any ideas on building/buying machines that handle the heat better (heat being rooms where the AC might be off most of the time in summer)
[19:14:48] fbnts (fbnts!~root@93-97-20-155.zone5.bethere.co.uk) has quit (Quit: leaving)
[19:15:52] stuartm: fbnts: signal = strength (in hex values), snr = signal to noise ratio (quality basically), ber = error rate (the frequency of errors in the stream), unc = uncorrected errors (the number of errors that could not be automatically corrected)
[19:16:25] stuartm: a high ber / unc would be bad, generally meaning a lot of interference
[19:16:39] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:17:08] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:17:10] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:17:26] stuartm: with digital you don't need an especially high signal strength, it's even possible for it to be too high causing the receiving hardware to overload
[19:17:38] stuartm: but signal quality and error rates are important
[19:17:39] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:17:41] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:18:09] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:18:11] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:18:38] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:18:40] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:19:38] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:19:40] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:20:08] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:20:10] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:21:00] jos180 (jos180!~jkitching@109.224.135.180) has joined #mythtv-users
[19:21:08] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:21:10] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:21:38] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:21:40] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:22:38] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:22:40] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:23:39] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:23:40] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:24:08] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:24:11] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:24:37] jos180: Does anyone know any reason/setting that would make a dvd playing in mythtvideo not fill the screen vertically? If i rip the disk to iso and then play it, it fills the screen as expected. I'm using the Internal player. It's not leaving a large margin and a GUI offset of 1 will fill it (then obviously have to change back to 0 once the disk has finished). Normal tv and recordings are also fine, just actual dvd disks.
[19:24:38] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:24:40] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:26:39] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:27:31] Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood)
[19:27:38] Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users
[19:28:28] NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users
[19:29:56] andreax1 (andreax1!~andreaz@p57B95DE7.dip.t-dialin.net) has joined #mythtv-users
[19:30:43] andreax (andreax!~andreaz@p57B92F5D.dip.t-dialin.net) has quit (Ping timeout: 250 seconds)
[19:34:57] balancer (balancer!~balancer@77-58-102-93.dclient.hispeed.ch) has joined #mythtv-users
[19:38:46] martin____ (martin____!~quassel@h-165-113.A155.priv.bahnhof.se) has joined #mythtv-users
[19:40:03] stuartm: jos180: I'd have to say it was a bug from the description, although not one that I've ever seen or heard of before
[19:40:42] iamlindoro: Far more likely that different players are actually assigned to ISO v DVD
[19:41:31] stuartm: well he indicated otherwise, but I'd agree that would be the most likely reason
[19:42:15] stuartm: I just want the external player option to die already
[19:42:18] jos180: is there even a setting to have different players assigned? i thought once you set it it would play play all media in mythvideo with Internal one
[19:42:58] iamlindoro: mythvideo allows you to assign one default player, and a player per extension, which overrides the default
[19:43:24] iamlindoro: It also permits you to set a player for physical DVD disks
[19:43:39] J-e-f-f-A: Beirdo: Did you try out my patch?
[19:43:42] iamlindoro: My suggestion is that one or more of those many settings are not set to Internal
[19:43:49] stuartm: there is, it's an additional layer of complexity and source of confusion which dates from a time when the internal player had issues with a small number of codecs
[19:43:50] aloril (aloril!~aloril@84.249.126.153) has quit (Ping timeout: 276 seconds)
[19:44:04] Beirdo: J-e-f-f-A: I have it ready to try, but haven't run it yet
[19:44:06] iamlindoro: Utilities/Setup->Setup->Media Settings->Video Settings->Player Settings
[19:44:09] iamlindoro: and
[19:44:19] iamlindoro: Utilities/Setup->Setup->Media Settings->Video Settings->File Types
[19:44:22] jos180: i amlindoro: i'l double check my settings. thanks.
[19:44:25] J-e-f-f-A: cool. ;-)
[19:44:28] iamlindoro: np
[19:44:30] Beirdo: and at the moment my tunnel to home is down, so it will have to wait until I get home :)
[19:45:06] J-e-f-f-A: Beirdo: I'm sure you can clean it up a bit. ;-)
[19:48:33] Beirdo: oh likely :)
[19:48:38] Beirdo: and thanks :)
[19:48:47] J-e-f-f-A: np. ;-)
[19:49:18] Beirdo: I think i'll go hunt down some lunch
[19:51:04] RockHound (RockHound!~quassel@d041040.adsl.hansenet.de) has quit (Ping timeout: 246 seconds)
[19:56:01] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users
[19:58:49] jos180: iamlindoro: everything is already set to Internal
[20:01:52] skd5aner: Apparently, the CDC are taking their cameo in "The Walking Dead" very seriously now – http://emergency.cdc.gov/socialmedia/zombies_blog.asp
[20:09:28] jos180: it's doing it with iso files now too, although not as large. weird. i'll go do some more digging in the settings, make sure i've not changed anything
[20:09:35] mycosys (mycosys!~mycosys@unaffiliated/mycosys) has quit (Quit: Something smells bad - I'm outta here)
[20:12:20] RockHound (RockHound!~quassel@d041040.adsl.hansenet.de) has joined #mythtv-users
[20:15:19] len (len!~quassel@184-97-168-55.mpls.qwest.net) has joined #mythtv-users
[20:17:59] Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 240 seconds)
[20:18:11] Gibby_ (Gibby_!~Gibby@204.118.10.244) has joined #mythtv-users
[20:18:27] Gibby_ is now known as Gibby
[20:24:00] JEDIDIAH__: you can also set the video player per file in mythvideo.
[20:24:13] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (Ping timeout: 248 seconds)
[20:24:26] JEDIDIAH__: different frontends can have different settings too.
[20:32:03] croppa (croppa!~stuart@CPE-60-228-0-233.lns2.ken.bigpond.net.au) has joined #mythtv-users
[20:36:45] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users
[20:44:34] RockHound (RockHound!~quassel@d041040.adsl.hansenet.de) has quit (Remote host closed the connection)
[20:44:53] jos180: it's a joint backend/frontend and it seems to have trouble drawing over the taskbars from the desktop when you first start mythtv
[20:44:58] ** justinh thought the external players would've died by now **
[20:45:36] justinh: er I mean the options for em.. bit much to expect mplayer to drag itself off somewhere
[20:54:26] jos180 (jos180!~jkitching@109.224.135.180) has quit (Quit: time to fix the box!)
[20:57:27] carter05_ (carter05_!~carter05_@ns1.neomezeny-hosting.cz) has left #mythtv-users ()
[20:59:30] momelod (momelod!~smelo@66.46.12.98) has quit (Remote host closed the connection)
[21:02:11] JEDIDIAH__: external players exist to play what myth can't.
[21:03:19] Scopeuk is now known as Scopeuk-AFK
[21:08:10] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Read error: Operation timed out)
[21:08:40] justinh: what can't myth play now? Can't be much, surely
[21:12:46] skd5aner: baseball
[21:13:10] skd5aner: piano
[21:13:38] skd5aner: the radio (although, once upon a time...)
[21:13:45] justinh: oh yeah.. and chess :D
[21:13:51] justinh: cue rambo3 coming in
[21:13:58] iamlindoro: think I might have banned him
[21:14:09] iamlindoro: !seen rambo3
[21:14:09] MythLogBot: rambo3 was last seen 42 days 11 hours 25 minutes 36 seconds ago
[21:14:13] iamlindoro: maybe not
[21:14:18] iamlindoro: !seen joomla_user
[21:14:18] MythLogBot: joomla_user was last seen 942 days 3 hours 39 minutes 7 seconds ago
[21:14:23] iamlindoro: heh
[21:14:30] iamlindoro: Guess he hasn't used that nick in a while
[21:15:19] skd5aner: If mythtv could play Chess, I'd likely put it in 2.0x timestretch mode first
[21:18:36] martin____ (martin____!~quassel@h-165-113.A155.priv.bahnhof.se) has quit (Remote host closed the connection)
[21:19:54] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has quit (Remote host closed the connection)
[21:20:34] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users
[21:25:59] justinh: hang on, maybe he was only talking about a DVD of the musical.. d'oh!
[21:27:26] jya (jya!~jyavenard@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users
[21:27:26] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[21:27:26] jya (jya!~jyavenard@60-242-40-141.static.tpgi.com.au) has quit (Changing host)
[21:32:01] stuartm: hey, I've given very serious thought to writing a chess plug-in
[21:32:15] Beirdo: heh
[21:32:22] Beirdo: it could be fun
[21:32:51] Beirdo: especially if you make it with a central server so we can play other mythtv users :0
[21:32:52] stuartm: wouldn't be hard to do so long as you use a third party engine
[21:33:10] Beirdo: yeah, gnuchess or something
[21:33:28] stuartm: first had the idea back when I wanted to demo some of the mythui capabilities
[21:33:51] Beirdo: have it come up in the OSD "Your turn in chess game vs. stuartm"
[21:33:53] Beirdo: hehe
[21:35:44] stuartm: it was between chess or sudoko, because both could use a grid layout button list
[21:36:00] Beirdo: :)
[21:40:26] justinh: I gave quite serious thought to doing a sudoku plugin too, and then my life's spare time vanished into a black hole
[21:41:12] justinh: maybe when I move back up 'real' North I'll get more free time, who knows
[21:41:19] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (Ping timeout: 240 seconds)
[21:42:30] justinh: who's up for MythThermoNuclearWar then?
[21:42:54] iamlindoro: The only way to win is not to program at all
[21:43:19] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat)
[21:43:25] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users
[21:44:36] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[21:47:34] justinh: hahaha
[21:51:15] stuartm: I think we've already played a few rounds of that so far ...
[21:54:34] DeviceZer0: im trying to get to the bottom of some shows not showing up as hd. i contacted SD and got a response to check the ram xml by visiting the get and using the "getdata" url. however when im searching that i do not see the shows im looking for. for example the show pawn stars airing on jun 2nd is not showing up in mythtv as hd...and when i search for "pawn" in the raw xml its not showing anything.
[21:54:49] DeviceZer0: any ideas why its not showing anything at all?
[21:54:58] DeviceZer0: the url im using is: http://www.schedulesdirect.org/getdata
[21:55:42] DeviceZer0: and i also cannot find the program id myth lists; Program ID: EP011594940115
[21:56:15] Ryushin (Ryushin!proxy@cl-412.phx-01.us.sixxs.net) has joined #mythtv-users
[21:56:43] DeviceZer0: the email i got from SD: http://pastebin.com/e8qwvaC5
[22:02:45] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (Ping timeout: 260 seconds)
[22:02:56] streeter (streeter!~streeter@nat/redhat/x-ayfguphjxqcqeujd) has quit (Quit: Leaving)
[22:03:29] justinh: DeviceZer0: case sensitive?
[22:03:29] stuartm: I let my subscription lapse so I can't help there
[22:03:50] DeviceZer0: justinh, nope. made sure it was looking for non case.
[22:04:09] DeviceZer0: does the getdata api have options? maybe its only getting data for today?
[22:04:16] DeviceZer0: i cant seem to find info on google.
[22:04:41] DeviceZer0: i do see this in the xml near the top:
[22:04:42] DeviceZer0: <xtvd from='2011-05–19T22:01:35Z' to='2011-05–19T22:02:05Z'
[22:05:58] stuartm: DeviceZer0: the SD api only returns data for the requested dates to conserve bandwidth
[22:06:23] stuartm: so without any arguments to /getdata you will only get todays data
[22:06:49] DeviceZer0: stuartm, ah makes sense. But i cant seem to find info on the api's....
[22:07:02] DeviceZer0: i dont see any thing on my sd account or in google results.
[22:08:09] stuartm: I should have a copy of the api documentation here somewhere, but xris might be able to give a quicker response
[22:08:29] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[22:08:47] xris: mythfilldatabase -dd-grab-all?
[22:09:00] DeviceZer0: for something that is made to get scrapped....im surprised finding the api is not easy..unles they made it that way on purpose?...the api is public right?
[22:09:26] Beirdo: scrapped? huh?
[22:10:10] xris: datadirect API link should be in the SD forum
[22:10:19] stuartm: DeviceZer0: applications need to get approval to use the API to prevent abuse by commercial entities, SD license the data from TMS on very strict terms
[22:10:21] DeviceZer0: xris, im trying to look into the raw xml to get to the bottom of a issue with shows not being marked as hd. the ppl at sd asked me to....but using the getdata function its only returning so much data dnt he shows im having issues with are no in them
[22:10:29] TheMaverick` (TheMaverick`!~TheMaveri@unaffiliated/themaverick/x-183836) has quit (Quit: Maverick... out)
[22:10:36] xris: and no, it's not "public".. TMS keeps a fairly tight hold on things. SD has special permission to post the docs
[22:10:37] DeviceZer0: xris, ah hmm. let me look again
[22:10:47] DeviceZer0: ah
[22:10:49] stuartm: DeviceZer0: so I assume that's why there is no direct link to the documentation on the main site
[22:10:53] DeviceZer0: yea
[22:10:59] xris: DeviceZer0: "people at sd"? who?
[22:11:39] stuartm: xris: well obviously not you ;)
[22:12:26] DeviceZer0: xris, Robert Kulagowski
[22:13:07] xris: DeviceZer0: ok, just curious. robert k is a mythtv dev. robert e is the xmltv organizer. or me. I'm useless these days, though.
[22:13:17] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has joined #mythtv-users
[22:13:22] wahrhaft (wahrhaft!~quassel@cpe-24-210-71-26.columbus.res.rr.com) has quit (*.net *.split)
[22:13:22] johnf1911 (johnf1911!~johnf@zioncluster.ca) has quit (*.net *.split)
[22:13:22] cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has quit (*.net *.split)
[22:13:28] DeviceZer0: hehe
[22:13:46] DeviceZer0: im not seeing any thing on the sd forum about getdata options.
[22:13:56] DeviceZer0: http://forums.schedulesdirect.org/viewtopic.p . . . etdata#p1593
[22:14:55] stuartm: !seen rkulagow
[22:14:55] MythLogBot: rkulagow was last seen 144 days 17 hours 34 minutes 11 seconds ago
[22:15:05] xris: the getdata URL is a manual test page, for use in a browser
[22:15:14] DeviceZer0: yea
[22:15:18] xris: it only returns a small amount of data
[22:15:32] DeviceZer0: yea. and that data does not contain the shows that im having issues with.
[22:15:59] xris: you may be better off testing stuff with mythfilldatabase directly
[22:16:31] DeviceZer0: hmm yea. But the guy asked me to check the raw xml so we can rule out application error.
[22:16:35] xris: I forget the option to make it not clean up after itself, though
[22:16:42] DeviceZer0: oh.
[22:16:46] xris: so you can look at the raw xml
[22:16:48] DeviceZer0: like have it get data and keep xml
[22:16:52] xris: yeah
[22:17:41] DeviceZer0: im not seeing anythign in "mythfill --help" aboutkeeping
[22:18:11] xris: just checked the code. the getdata page doesn't take args, just defaults to today
[22:18:35] wahrhaft (wahrhaft!~quassel@cpe-24-210-71-26.columbus.res.rr.com) has joined #mythtv-users
[22:18:36] johnf1911 (johnf1911!~johnf@zioncluster.ca) has joined #mythtv-users
[22:18:36] cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has joined #mythtv-users
[22:18:49] xris: ah, no.. defaults to *now*.. 30 seconds worth of data
[22:18:52] DeviceZer0: hmm. well maybe i should just email him back and explain this. maybe he can provide further info
[22:18:54] xris: to keep page response fast
[22:19:03] wahrhaft (wahrhaft!~quassel@cpe-24-210-71-26.columbus.res.rr.com) has quit (*.net *.split)
[22:19:03] johnf1911 (johnf1911!~johnf@zioncluster.ca) has quit (*.net *.split)
[22:19:03] cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has quit (*.net *.split)
[22:19:32] wahrhaft (wahrhaft!~quassel@cpe-24-210-71-26.columbus.res.rr.com) has joined #mythtv-users
[22:19:33] johnf1911 (johnf1911!~johnf@zioncluster.ca) has joined #mythtv-users
[22:19:33] cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has joined #mythtv-users
[22:20:01] xris: if you can wait until this evening, I might have some time to add a longer time frame to that page
[22:20:50] DeviceZer0: well...the shows im having issues with are a few days away
[22:21:18] DeviceZer0: so not sure you will be able to bump it up that much hehe...if they are only providing 30 seconds of data
[22:21:20] xris: try mfdb with --dd-grab-all and control-C when it's processing the data
[22:21:37] xris: that's usually a 10+ minute job, so it should be easy to catch. the file lives somewhere under /tmp
[22:22:06] DeviceZer0: that would be after it does its downloading thing and i would see a spike in cpu?
[22:24:23] xris: you should see what it's doing on the commandline
[22:24:32] xris: run in debug verbose mode if you want
[22:25:24] DeviceZer0: ah ok. gonna give that a shot. i also just fired off a email to him asking if there is a better way to get data for a certain time period.,
[22:26:43] DeviceZer0: wow. -v all sure is verbose!
[22:26:45] DeviceZer0: lol
[22:28:56] DeviceZer0: hmm...im not seeing it in /tmp
[22:28:59] stuartm: yeah, I really wouldn't recommend ever using -v all
[22:29:20] stuartm: DeviceZer0: check ~/tmp/
[22:29:35] DeviceZer0: no folder
[22:29:55] xris: doubt robert will know. he doesn't have access to the website code, and people here are probably just as capable at debugging mfdb as he is.
[22:29:58] DeviceZer0: nothing in /var/tmp either
[22:30:15] DeviceZer0: xris, ah. figured it wouldnt hurt
[22:30:40] DeviceZer0: the data isnt pvbx-<random>.dat files?
[22:31:04] xris: no clue. you should have seen some output from wget
[22:31:52] DeviceZer0: i think -v all is to much
[22:37:30] stuartm: -v file,xmltv should be enough if the logging includes the info you are after
[22:38:11] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[22:42:57] jos180 (jos180!~telly@109.224.135.180) has joined #mythtv-users
[22:53:37] pizzledizzle (pizzledizzle!~pizdets@pool-98-113-194-183.nycmny.fios.verizon.net) has joined #mythtv-users
[22:55:57] jos180 (jos180!~telly@109.224.135.180) has quit (Remote host closed the connection)
[23:05:52] Beirdo: bah
[23:06:15] Beirdo: these two free 160G drives are OEM. Seagate won't tell me if they even have any warranty
[23:06:20] Beirdo: stupid Dell
[23:08:32] jos180 (jos180!~jos180@109.224.135.180) has joined #mythtv-users
[23:11:03] jos180 (jos180!~jos180@109.224.135.180) has quit (Client Quit)
[23:13:16] jos180 (jos180!~jos180@109.224.135.180) has joined #mythtv-users
[23:15:13] Ryushin (Ryushin!proxy@cl-412.phx-01.us.sixxs.net) has quit (Quit: Client exiting)
[23:25:31] lyricnz (lyricnz!~simonrobe@ppp118-209-223-88.lns20.mel6.internode.on.net) has joined #mythtv-users
[23:28:59] Twiggy2cents (Twiggy2cents!~darren@66-87-4-176.pools.spcsdns.net) has quit (Ping timeout: 240 seconds)
[23:30:55] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:4ad:4a34:243b:df86) has quit (Quit: Bye...)
[23:32:39] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[23:32:48] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:f584:2b54:d598:adda) has joined #mythtv-users
[23:32:53] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:f584:2b54:d598:adda) has quit (Remote host closed the connection)
[23:47:25] echosyp (echosyp!~jeff@75.111.181.197) has joined #mythtv-users
[23:49:02] echosyp: so, i just bought two hdpvr's got them all hooked up to my backend, i can cat /dev/video0 as well as /dev/video1 but the frontend just shows a blank screen
[23:50:01] echosyp: also, im having a problem with lirc
[23:58:28] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Remote host closed the connection)
[23:59:50] abqjp (abqjp!~abqjp@71-38-214-217.albq.qwest.net) has quit (Quit: abqjp)

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