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

Daily chat history

Current users (192):

hadees, MythLogBot, jya, squidly, Lt_Dan, poodyp, skd5aner, cafuego, KjetilK, lucidblue, dashcloud, gregl, kenni, KraMer, Patina, at0m, lotia, oobe, croppa, knightr, RDV_Linux, Twiggy2cents, dansushi, justdave, npm, rooaus, jamesd_, n0tk, totalanni, xand, xand2, Captain_Murdoch, i_is_cat, RyeBrye, th1, bbee, dmz, dougl, kisak, XLV, ghoti, jams, justinh, mishehu, tomaw, adante, Anduin, BLZbubba, iamlindoro, Shadow__X, simcop2387, aloril, benc_, chainsawbike, sphery, wagnerrp, Caliban, kurre_, mzb, Splat1, etotheipi, gpmidi_wrk, ikonia, RobertLaptop, tomimo, cynicismic, dagar, kc, mrec, xris, bestis, Cougar, kloeri, kothog, _abbenormal, _charly_, bjd, elmojo, jpabq-, kormoc, larrikin, peterpops, Wicked, Criggie, jpabq, kabtoffe, Maliuta, neosmatrix, tank-man, dmb, fedorared, Heliwr, hobiga, jduggan, wh0dat, anykey_, caelor, felipe`, hackman, tgm4883, zzpat, clever, cromag, dlblog, eNeRGi, highzeth, Hoxzer, MilkBoy, brfransen, Caeles, EvilGuru, jarle, ruskie, ThisOtherGuy, Gibby_away, jbrett, KaZeR, ozatomic, paul-h, baffle, grokky, jannau, pigeon, Prost, sidh, yatesy, AndyCap, blizzard`, d0netsFN, dibbz, k-man, quicksilver, J-e-f-f-A, jstenback, Metoer, mhentges, rhpot1991, tris, Floppe, high-rez, Linkeroo, sid3windr, sulx, troyt, Azelphur, ComradeHaz`, GreyFoxx, growler, Tomas-, zand, Beirdo, ChanServ, keith4, mag0o, purserj, Hylas, rushfan, pheld, sybolt, joat, pak0, marc_us, deathadder, And4713, Slim-Kimbo, JJ1, MavT, mikeones, sphex, nuonguy, rossand, tomaw_, RagingMind, jk-, ServerSage, GrahamIRC, derstock, Baylink, dewman, sutula, bmidgley2, johnnyj, harrisonk, pisani, gaurdro, jeffery, deegan, Digdilem, Crankygeek, jan2600, thefRont, Laughing_Elephan
Thursday, September 30th, 2010, 00:14 UTC
[00:14:41] kormoc is now known as kormoc_afk
[00:15:42] wagnerrp: kormoc_afk: i know how to do it, and ive even got the code half written
[00:15:42] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[00:15:55] wagnerrp: but there is an issue with the new library i want to transition to
[00:16:16] wagnerrp: when you are inserting a new entry, it does not return the row id
[00:17:42] drindt_ (drindt_!~drindt@6.106.113.82.net.de.o2.com) has quit (Quit: Mary had a little Segmentation fault)
[00:18:32] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[00:19:10] Azelphur: did anyone ever make a normal PC style mythtv frontend?
[00:19:31] Azelphur: oriented towards a desktop PC with a keyboard and a mouse, rather than a 10 ft interface with a TV remote
[00:22:51] LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has quit (Quit: Leaving)
[00:25:44] i_is_cat (i_is_cat!~i_is_cat@S010600179a22e379.ed.shawcable.net) has joined #mythtv-users
[00:25:52] klucas (klucas!~klucas@206-248-137-146.dsl.teksavvy.com) has joined #mythtv-users
[00:31:15] Beirdo: there is no difference
[00:31:20] Beirdo: anyways, I'm goin home
[00:32:28] wagnerrp: beirdo, hang on'
[00:32:31] rossand (rossand!~aross@173.243.47.194) has joined #mythtv-users
[00:32:48] wagnerrp: meh.. left already
[00:41:53] kormoc_afk is now known as kormoc
[00:43:12] wagnerrp: kormoc: ive got two separate database classes set up to abstract the use changes the two libraries have
[00:43:35] wagnerrp: the problem is just the one explained when creating new entries in auto-increment tables
[00:43:40] kormoc: that sounds messy :(
[00:43:53] mtrax: does anyone know would there be any issues if I changed the Channel-Name using Mythweb ie will that mess up anything?
[00:43:59] wagnerrp: really, the only major change is how it handles string substitution
[00:44:07] wagnerrp: namely, one uses %s, while the other uses ?
[00:44:13] mtrax: Channel callsign or name which do I need to change?
[00:44:34] kormoc: wagnerrp, seems silly to cause that much trouble over
[00:44:39] gpmidi_wrk: I'm having problems with "Watch TV" on my HD-PVR with Mythbuntu: Backend log: http://pastebin.com/Ecp3iRtA
[00:45:16] wagnerrp: kormoc: the issue is that the existing database library simply doesnt exist in 2.7 or 3.x
[00:45:18] gpmidi_wrk: Note: For those with good memories, I've switched to Mythbuntu since I last was in here with HD-PVR issues.
[00:45:42] wagnerrp: and there are no other common python mysql libraries
[00:46:07] wagnerrp: theres this one i want to use (oursql)
[00:46:24] wagnerrp: there is one implemented in pure python, accessing the database socket directly
[00:46:26] kormoc: yeah, just annoying
[00:46:34] wagnerrp: there is one that wraps the 'mysql' program
[00:46:41] kormoc: ugh
[00:46:50] wagnerrp: but none of them are carried in most package managers
[00:47:14] wagnerrp: so either i support at least one commonly shipped library
[00:47:20] wagnerrp: or i include my own database library
[00:47:27] wagnerrp: i dont really want to do either
[00:47:36] mtrax: ie is the channel-name or call-sign used as an index anywhere
[00:47:37] wagnerrp: add into that the fact that we may not even use the database in the future
[00:47:50] wagnerrp: and... i just dont really have any motivation to fix it
[00:50:01] kormoc: mtrax, channel name is not, call-sign are used to 'stack' channels together
[00:51:03] mtrax: ok so manually changing channel name shouldn't be a drama
[00:51:23] pisani (pisani!~Adium@CPE-72-135-215-181.wi.res.rr.com) has quit (Quit: Leaving.)
[00:53:21] n0tk (n0tk!~n0tk@216.160.42.30) has quit (Quit: Bye)
[00:53:24] tgm4883: gpmidi_wrk, what is your other tuner?
[00:53:37] gpmidi_wrk: both are hd-pvrs
[00:53:45] Slim-Kimbo (Slim-Kimbo!~Kimbo@host81-158-18-121.range81-158.btcentralplus.com) has quit (Quit: Slim-Kimbo)
[00:53:53] kormoc: mtrax, they're both user-editable fields
[00:54:48] tgm4883: gpmidi_wrk, really?
[00:54:54] gpmidi_wrk: yes
[00:54:58] tgm4883: 2010-09–23 22:03:03.595 Channel(/dev/video1) Error: SetInputAndFormat(2, ATSC)
[00:54:58] tgm4883: while setting input (v4l v2)
[00:54:58] tgm4883: eno: Resource temporarily unavailable (11)
[00:54:58] tgm4883: 2010-09–23 22:03:03.635 Channel(/dev/video1): SetInputAndFormat() failed
[00:55:19] tgm4883: I didn't think an HDPVR care about ATSC
[00:55:40] kormoc: They don't/can't
[00:56:09] tgm4883: kormoc, exactly, wouldn't that log excert indicate another tuner?
[00:56:17] tgm4883: or rather an incorrect config
[00:56:42] kormoc: it would indicate a incorrectly configured tuner, yes
[00:56:46] gpmidi_wrk: from lsusb:
[00:56:47] gpmidi_wrk: Bus 001 Device 003: ID 2040:4902 Hauppauge
[00:56:47] gpmidi_wrk: Bus 001 Device 002: ID 2040:4902 Hauppauge
[00:57:04] kormoc: gpmidi_wrk, you need to configure it as a HDPVR in mythtv-setup
[00:57:12] kormoc: not as a DVB/ATSC card
[00:57:13] gpmidi_wrk: both should be, let me double check
[00:57:58] tgm4883: hmm, thats a long log. Might have been incorrectly configured before and fixed now. That was from a few days ago
[00:58:20] tgm4883: gpmidi_wrk, do you have a sleep command in your channel change script?
[00:58:47] gpmidi_wrk: tgm4883: using /bin/true atm
[00:59:09] gpmidi_wrk: currently, /dev/video1 is configured as hdpvr, and I just added a second config for /dev/video0 as hdpvr
[01:00:38] derric (derric!~fred@111.249.119.70.cfl.res.rr.com) has quit (Remote host closed the connection)
[01:02:03] gpmidi_wrk: New log post-change: http://pastebin.com/DS6f4pMG
[01:02:41] wagnerrp: tgm4883: speaking of the python stuff... any word on getting oursql into the ubuntu package system?
[01:03:05] tgm4883: wagnerrp, oursql?
[01:03:14] mtrax (mtrax!148be247@gateway/web/freenode/ip.20.139.226.71) has quit ()
[01:03:23] wagnerrp: yeah, i was talking about it with superml a couple months back
[01:03:31] tgm4883: wagnerrp, i'm not sure what you are referring to
[01:03:46] wagnerrp: the mysql library we use for the bindings doesnt exist in py2.7 or 3.x
[01:03:59] wagnerrp: oursql is an alternate library written by some of the python developers
[01:04:11] tgm4883: ah
[01:04:14] wagnerrp: but doesnt exist in anyone's package repositories
[01:04:26] tgm4883: I haven't heard about it, I'd have to ping superm1
[01:04:35] wagnerrp: no need, just curious
[01:04:47] tgm4883: no worries, I just pinged him on it
[01:04:58] tgm4883: I haven't heard about it, so its probably better I find out anyway
[01:05:47] tgm4883: gpmidi_wrk, you don't also happen to be nscheider are you?
[01:06:41] gpmidi_wrk: nscheider? I don't think so, is that someone else's irc nick?
[01:07:42] gpmidi_wrk: I'm also getting "[521951.187799] hdpvr 1–1:1.0: untested firmware version 0x15, the driver might not work" when I rmmod hdpvr/modprobe hdpvr. Is this a problem?
[01:07:43] tgm4883: no, a forum post I came across with the exact same issue
[01:07:44] tgm4883: unsolved
[01:07:50] gpmidi_wrk: tgm4883: ah
[01:07:53] tgm4883: gpmidi_wrk, nope, i get that too
[01:07:59] gpmidi_wrk: tgm4883: cool
[01:08:04] tgm4883: although I have an intermediate sound issue
[01:08:48] gpmidi_wrk: I'm using spdif (via fiber) for my sound. When I use VLC to directly read /dev/videoN it works fine, including sound
[01:09:05] gpmidi_wrk: but it stops working the moment I bring the mythbackend into the mix
[01:09:39] tgm4883: gpmidi_wrk, does scheduled recording work?
[01:10:00] tgm4883: I found another that says he fixed it
[01:10:02] tgm4883: "fixed my problem, forgot to set my proto to PAL, didn't think that mattered with the hdpvr, but that's what I get for thinking"
[01:10:02] gpmidi_wrk: tgm4883: don't know, haven't tried
[01:10:30] gpmidi_wrk: where do you set the protocol? is that in the general myth setup?
[01:11:00] tgm4883: thats going to be in mythtv-setup for the tuner. Not sure why he called it proto though
[01:11:42] gpmidi_wrk: under capture card?
[01:11:46] tgm4883: yea I think
[01:12:12] gpmidi_wrk: I don't see NTSC/PAL listed anywhere in either capture card or input connections
[01:12:34] tgm4883: hmm
[01:13:37] gpmidi_wrk: changed it in tv format under general setup
[01:13:40] gpmidi_wrk: trying that now
[01:14:49] gpmidi_wrk: no dice
[01:14:54] bmidgley2 (bmidgley2!~brad@c-76-27-89-77.hsd1.ut.comcast.net) has quit (Quit: bmidgley2)
[01:18:45] Beirdo: yay
[01:19:05] Beirdo: I now have working serial port channel changing for all 3 DirecTV receivers
[01:19:56] clever: nice
[01:20:09] gpmidi_wrk: tgm4883: This is interesting. The default_audio_input and default_video_input in /sys show "3" as their value
[01:20:13] wagnerrp: Beirdo: the main schema change went into the ubuntu ppas, meaning the perl and python bindings didnt work today
[01:20:28] wagnerrp: the mythical guy is suggesting people change the value in the database to allow the bindings to run
[01:20:38] Beirdo: hahaha
[01:20:47] Beirdo: I suggest he get a clue
[01:21:21] Beirdo: we DO need to be more careful to update the bindings along with schema changes, but still.
[01:21:57] Beirdo: woohoo. 11 encoders
[01:22:00] Beirdo: :)
[01:22:11] Beirdo: of course, a max of 9 concurrent
[01:22:18] wagnerrp: but still, there is NO reason to ever do such a thing
[01:22:25] Beirdo: yeah
[01:22:37] Beirdo: if you wanna mess up your OWN DB, that's one thing
[01:22:39] wagnerrp: if anything, you bump the version in the installed version of the bindings
[01:22:45] Beirdo: but telling others to do it, crazy
[01:22:55] Beirdo: and yeah, hack the bindings :)
[01:23:04] Beirdo: or wait
[01:23:29] Beirdo: and seriously... if you are going to run trunk, even packaged... you are asking to be a guinea pig
[01:23:32] Beirdo: so... meh
[01:23:35] clever: maybe you could add a --ignore-db-schema so its simpler then hacking the DB
[01:24:04] Beirdo: maybe you should just not run trunk if you are concerned about temporary borkage
[01:24:23] clever: i dont mind it myself, but to fix it for the other noobs
[01:24:44] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users
[01:24:52] wagnerrp: if the other noobs cant fix it, they cant be expected to check the changes and make sure its safe
[01:25:08] devinheitmueller (devinheitmueller!~devin@c-71-205-242-159.hsd1.mi.comcast.net) has quit (Ping timeout: 245 seconds)
[01:25:10] Beirdo: noobs shouldn't be running trunk
[01:25:19] gpmidi_wrk: 99% of people have no business running trunk
[01:25:45] Beirdo: it's fine to do, if you are adventurous... and willing/able to help fix issues you find
[01:25:56] Beirdo: and follow the commits...and dev list...
[01:26:05] Beirdo: but that's not newbie territory
[01:27:11] Beirdo: OK, first order of business... clean up the HVR-2250-related changes
[01:27:46] gpmidi_wrk: tgm4883: any ideas what to try next?
[01:27:59] jk-: wagnerrp: which PPAs?
[01:28:23] wagnerrp: the ubuntu ones
[01:28:25] wagnerrp: trunk ones
[01:28:29] jk-: 0.23.1 ?
[01:28:31] jk-: ah, ok
[01:28:32] wagnerrp: trun
[01:28:34] wagnerrp: k
[01:28:47] ** jk- is a noob running from the PPAs :) **
[01:28:49] wagnerrp: last night's were taking at a point during which the bindings were broken
[01:28:53] bthoo (bthoo!~jfath@c-69-136-1-230.hsd1.in.comcast.net) has quit (Ping timeout: 245 seconds)
[01:29:32] tgm4883: gpmidi_wrk, not sure
[01:31:10] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has quit (Quit: Leaving.)
[01:32:03] oobe: anyone know if there is a field in tmdb to add AKA titles
[01:32:08] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users
[01:32:23] oobe: there doesnt appear to be but i might of missed it
[01:33:40] wagnerrp: aka?
[01:34:10] Beirdo: jk-: well, it's at your own risk :)
[01:34:59] stoth (stoth!~stoth@ool-4572125f.dyn.optonline.net) has quit (Ping timeout: 240 seconds)
[01:35:11] oobe: yea it is there
[01:35:16] oobe: alternative titles
[01:35:21] oobe: aka means also know as
[01:36:12] wagnerrp: even if tmdb supports them, mythvidoe doesnt
[01:36:46] oobe: yea true
[01:36:52] oobe: i didnt think about that
[01:43:18] gpmidi_wrk: tgm4883: oh fuck me, I got it fixed
[01:43:46] gpmidi_wrk: tgm4883: The optical connectors were loose on one of the hd-pvrs
[01:44:20] ** gpmidi_wrk is off to /faceplam the night away **
[01:47:32] wagnerrp: watch the language
[01:49:04] wagnerrp: why do bombs have timers?
[01:49:22] wagnerrp: seriously... its not going to help anyone but the person trying to disarm it
[01:53:51] Beirdo: wagnerrp: watching Chuck?
[01:54:10] wagnerrp: undercovers
[01:54:18] Beirdo: ah
[01:54:22] wagnerrp: but this is more about every tv show and movie in general
[01:54:26] wagnerrp: why would they have a timer
[01:54:37] wagnerrp: and in the event there was a timer, why would it be meaningful
[01:54:54] wagnerrp: why not set it off at 31:53 seconds left, and you just remember that it does so
[01:57:30] mihanson (mihanson!~mihanson@pool-98-119-81-152.lsanca.fios.verizon.net) has joined #mythtv-users
[01:58:01] mihanson: I'm having a problem with flash streaming in mythweb and was hoping someone could help. I'm using lighttpd as my webserver and I get this error in my logs whenever I try to stream a file: Useof uninitialized value in substr at /srv/http/mythweb/mythweb.pl line 22
[01:58:09] mihanson: Line 22 is: substr($ENV{'PATH'}, 0, 0) = '.:';
[01:58:51] wagnerrp: if you use anything but apache, youre pretty much on your own
[01:59:06] mihanson: looking at my php.ini and lighttpd.conf file I fail to see what I'm missing
[01:59:45] mihanson: wagnerrp: understood. I'm using lighty because this is on a plug computer and apache was a bit big
[02:00:18] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has quit (Ping timeout: 240 seconds)
[02:01:07] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has joined #mythtv-users
[02:01:26] sybolt (sybolt!~sybolt@sybolt.xs4all.nl) has quit (Remote host closed the connection)
[02:01:45] mihanson: Flash streaming actually works on another install I have (i686 lighty). I tried to copy over php.ini and lighttpd.conf, fixed a couple paths, but for some reason it still bombs on my plug. My gut tells me I'm missing a dep, but I can't figure out what.
[02:02:13] klucas (klucas!~klucas@206-248-137-146.dsl.teksavvy.com) has quit (Remote host closed the connection)
[02:03:19] wagnerrp: you cant do flash streaming on a 'plug computer'
[02:03:44] poodyp (poodyp!~poodyp@cpe-98-148-123-113.socal.res.rr.com) has quit (Quit: poodyp)
[02:03:49] wagnerrp: it simply doesnt have the power to transcode to flash in real time
[02:06:38] k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users
[02:07:21] k-man: is there some way to make a playlist of videos to watch in mythvideo?
[02:07:51] mihanson: wagnerrp: That may be the case (I'll soon find out), but that does not seem to explain the error I'm seeing.
[02:11:30] Beirdo: mihanson: the dep you are missing is likely CPU power
[02:11:53] kormoc: mihanson, lighthttpd doesn't support common environment values which is why it's erroring out
[02:12:04] JJ2 (JJ2!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users
[02:13:07] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has quit (Ping timeout: 240 seconds)
[02:14:50] mihanson: kormoc: it works on i686 lighty. :)
[02:15:00] mihanson: Beirdo: maybe.
[02:16:19] kormoc: Different versions of lighttp export different variables
[02:17:08] Beirdo: apache FTW
[02:18:12] mihanson: Thanks all.
[02:22:43] gpmidi_wrk (gpmidi_wrk!~mcintyrep@63.90.129.80) has quit (Ping timeout: 240 seconds)
[02:25:35] gpmidi_wrk (gpmidi_wrk!~mcintyrep@63.90.129.80) has joined #mythtv-users
[02:35:08] dashcloud (dashcloud!~quassel@pool-173-49-209-160.phlapa.fios.verizon.net) has quit (Ping timeout: 245 seconds)
[02:35:45] lyricnz (lyricnz!~simonrobe@203.171.197.137) has joined #mythtv-users
[02:36:25] lyricnz (lyricnz!~simonrobe@203.171.197.137) has quit (Client Quit)
[02:36:37] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[02:36:48] chainsawbike (chainsawbike!~chainsawb@202-0-50-230.cable.telstraclear.net) has quit (Ping timeout: 240 seconds)
[02:38:01] chainsawbike (chainsawbike!~chainsawb@202-0-50-230.cable.telstraclear.net) has joined #mythtv-users
[02:39:40] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[02:40:42] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[02:46:06] shodan45 (shodan45!~chris@184.38.26.5) has joined #mythtv-users
[02:47:25] xris: shodan45: have you tried lirc.org?
[02:47:39] mihanson (mihanson!~mihanson@pool-98-119-81-152.lsanca.fios.verizon.net) has quit (Quit: Leaving)
[02:47:40] xris: should have info on everything from software to hardware
[02:48:06] shodan45: xris, thanks that looks to be exactly what I wanted
[02:48:14] xris: :)
[02:49:52] gregl (gregl!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Ping timeout: 265 seconds)
[02:53:22] gregl (gregl!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users
[02:55:54] [R]: rofl, gotta love people blatantly admitting piracy on public lists
[02:56:58] AriX_ (AriX_!~Ari@c-76-98-240-212.hsd1.pa.comcast.net) has quit (Ping timeout: 240 seconds)
[03:01:05] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has quit (Ping timeout: 276 seconds)
[03:04:50] jk-: [R]: ?
[03:05:06] [R]: jk-: on -users
[03:05:11] jk-: :)
[03:06:11] wagnerrp: 'i rent DVDs, rip them, compress them, and return them... is there a way i can automate this??!?!'
[03:06:28] xris: lol
[03:06:28] wagnerrp: that comment
[03:06:35] xris: do we have one warning or zero-warning policy?
[03:06:38] [R]: wagnerrp: so i think i'm gonna put mythfs on an autofs
[03:06:45] wagnerrp: autofs?
[03:06:51] [R]: wagnerrp: where it automatically mounts and unmounts it
[03:07:00] wagnerrp: ah, yeah... not a bad idea
[03:07:01] Beirdo: stupid windows. stop asking me if I want to reboot. I don't.
[03:07:10] [R]: i had a problem last night where what was showing up in mythfs was not sync'd with what the backend actually had
[03:08:03] wagnerrp: yeah, its because of the screwy manner i use to update the list semi-efficiently
[03:08:32] [R]: so this should tide me over for now
[03:11:54] gaurdro (gaurdro!~gaurdro@pdpc/supporter/base/gaurdro) has joined #mythtv-users
[03:20:48] jamesd_laptop (jamesd_laptop!~jamesd@76.230.212.51) has joined #mythtv-users
[03:21:36] inordkuo (inordkuo!~inorkuo@adsl-226-143-197.int.bellsouth.net) has joined #mythtv-users
[03:23:12] tpl (tpl!~tpl@90-231-71-140-no64.business.telia.com) has quit (Quit: tpl)
[03:23:38] jamesd2 (jamesd2!~jamesd@adsl-76-230-212-51.dsl.milwwi.sbcglobal.net) has quit (Ping timeout: 240 seconds)
[03:26:22] k-man: i wonder if the new apple tv would have enough grunt to be a mythfe
[03:26:23] k-man: ?
[03:26:34] [R]: how freakin awesome is this... can't find an autofs log
[03:26:45] [R]: k-man: depends on what you want to play
[03:27:07] k-man: [R]: anything that the frontend can play?
[03:27:47] iamlindoro: k-man, it's an ARM with 256 MB of RAM and no commodity GPU... so... no.
[03:28:01] wagnerrp: k-man: no, the new appletv can play anything the hardware decoder can play
[03:28:02] [R]: its an ARM!?
[03:28:10] iamlindoro: A7 is ARM based
[03:28:15] [R]: oh... i dint read the specs
[03:28:31] [R]: didnt realize they switched it... makes sense seeing as i read its using something based off of ios
[03:28:53] iamlindoro: yeah, the new hardware is actually *less* capable than the old
[03:29:12] [R]: wasn't the old one like a core2?
[03:29:26] iamlindoro: Pentium Mobile
[03:29:51] [R]: less capable overall... but it has hardware acceleration for anything you would legitamtely play on it...
[03:29:52] k-man: oh well
[03:30:14] iamlindoro: [R], It's got a limited DSP that will play content up to low bitrate 720p content
[03:30:27] [R]: wtf are they smoking
[03:30:28] [R]: no 1080?
[03:30:36] k-man: [R]: i concur
[03:30:52] iamlindoro: yep, 720p only
[03:31:07] [R]: are you allowed to paly your own content on it?
[03:31:42] k-man: [R]: i don't believe so, but i could be wrong. i think its rental only
[03:31:43] iamlindoro: No storage-- it will only stream content from iTunes on your network, and within it's supported parameters
[03:31:54] iamlindoro: and yeah, the rental (streamed) content
[03:32:10] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[03:32:10] wagnerrp: apparently it has 8GB of flash
[03:32:17] iamlindoro: for apps
[03:33:15] wagnerrp: yeah, but sadly that means we cant simply say 'it has no storage, you cannot install linux'
[03:33:15] Beirdo: 2010-09–29 20:32:52.446 40% Completed @ 336.328 fps.
[03:33:22] Beirdo: heheh.
[03:33:30] ** Beirdo is pleased **
[03:34:06] [R]: how does commflag work if its faster than realtime and you tell it to commflag while the show is recording?
[03:34:10] wagnerrp: there was some Nova show on intelligent design
[03:34:14] wagnerrp: its interesting...
[03:34:27] wagnerrp: the ID people keep saying there are all these scientists studying ID
[03:34:32] Beirdo: dunno. I don't do it during recordings
[03:34:41] wagnerrp: but they interview all these scientists and teachers for natural selection
[03:34:44] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 255 seconds)
[03:34:52] wagnerrp: and lawyers and pastors for ID
[03:35:07] wagnerrp: i guess they couldnt actually find any of those scientists
[03:35:28] Beirdo: not likely
[03:35:40] Beirdo: it's more like they were trying to make it LOOK that way
[03:36:07] Beirdo: media programs are always full of bias
[03:37:10] Beirdo: wow, 6min to commflag a half-hour show
[03:37:16] Beirdo: now we're talkin
[03:38:44] [R]: the chips from chipotle are so weird
[03:38:49] [R]: they put something on them... not really sure what though
[03:38:53] kormoc: lime salt
[03:39:10] Beirdo: mmm, lime salt
[03:39:27] jk-: for mythvideo, I need to have the videos available to both the frontend and backend machines, right?
[03:39:38] wagnerrp: no
[03:39:46] jk-: oh? neat
[03:40:00] jk-: so the backend can stream?
[03:40:10] wagnerrp: yes
[03:40:22] jk-: sudo apt-get remove --purge nfs-kernel-server
[03:40:23] jk-: :D
[03:40:40] Beirdo: why bother?
[03:40:43] wagnerrp: you need nfs for mythmusic and mythgallery
[03:40:48] jk-: ah
[03:40:52] Beirdo: for now :)
[03:40:55] jk-: crud
[03:40:56] kormoc: do ISO's stream now?
[03:41:07] Beirdo: I'm sure they will be moved to storage groups too
[03:41:14] ** jk- goes back to rethinking the aufs + nfs disaster **
[03:41:15] wagnerrp: yes
[03:41:22] kormoc: snaz
[03:41:37] jk-: so you guys have one dir with all of your media in it?
[03:41:44] kormoc: just wait until mythweather moves to storage groups
[03:41:59] kormoc: jk-, /
[03:42:05] Beirdo: heh
[03:42:18] jk-: kormoc: ?
[03:42:26] Beirdo: well, mythweather is likely to be moved to the backend soon enough
[03:42:32] kormoc: jk-, there's always a common directory, even if it's /
[03:42:34] Beirdo: we just don't have a way yet
[03:42:47] jk-: kormoc: ah
[03:43:00] shodan45 (shodan45!~chris@184.38.26.5) has left #mythtv-users ("Konversation terminated!")
[03:43:09] jk-: I'm trying to avoid having to export / :D
[03:44:49] jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users
[03:48:05] poodyp (poodyp!~poodyp@adsl-76-194-213-248.dsl.lsan03.sbcglobal.net) has joined #mythtv-users
[03:52:25] [R]: wagnerrp: looks like the autofs is working great
[04:06:40] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[04:17:55] k-man: [R]: what are you using autofs for?
[04:18:05] [R]: k-man: mythfs.py
[04:18:17] [R]: the best skript in the entire world
[04:18:29] k-man: [R]: looking it up now :)
[04:19:04] wagnerrp: note, the author things its messy garbage... :P
[04:19:16] [R]: hence the autofs
[04:19:28] [R]: wagnerrp: oh... and when using autofs... i can put spaces in the format
[04:19:29] wagnerrp: thinks
[04:19:41] [R]: so i dont need that %_ hack anymore
[04:19:56] k-man: i'm curious, why do you need access to your recordings in that way?
[04:20:09] [R]: k-man: because upnp sucks on the device i'm using
[04:20:18] k-man: oh, i see
[04:20:24] [R]: although theoretically
[04:20:27] [R]: i guess i could use djmount
[04:20:32] [R]: and export that on samba
[04:20:47] [R]: oh wait, now i remember the reason
[04:20:54] [R]: because mythfs.py uses the bindings which does a FileTransfer
[04:20:55] [R]: and upnp doesn't
[04:20:58] sraue_ (sraue_!~stephan@178-191-223-104.adsl.highway.telekom.at) has quit (Ping timeout: 240 seconds)
[04:34:52] sraue_ (sraue_!~stephan@178-191-148-164.adsl.highway.telekom.at) has joined #mythtv-users
[04:42:37] Beirdo: so at 11pm, I will try my potential fix for #9005
[04:42:54] Beirdo: just need to wait until my recordings for the evening are over :)
[04:47:23] poodyp (poodyp!~poodyp@adsl-76-194-213-248.dsl.lsan03.sbcglobal.net) has quit (Quit: poodyp)
[04:48:27] tpl (tpl!~tpl@static-93.158.79.102.got.public.icomera.com) has joined #mythtv-users
[04:56:39] SteveGoodey (SteveGoodey!~steve@host81-155-168-54.range81-155.btcentralplus.com) has joined #mythtv-users
[05:01:44] SteveGoodey (SteveGoodey!~steve@host81-155-168-54.range81-155.btcentralplus.com) has quit (Remote host closed the connection)
[05:07:52] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[05:09:15] poodyp (poodyp!~poodyp@cpe-98-148-123-113.socal.res.rr.com) has joined #mythtv-users
[05:12:42] wagnerrp (wagnerrp!~wagnerrp_@nr-ft1-66-42-242-176.fuse.net) has quit (Quit: Leaving)
[05:15:59] wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has joined #mythtv-users
[05:15:59] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp
[05:16:04] wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has quit (Remote host closed the connection)
[05:16:45] wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has joined #mythtv-users
[05:16:45] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp
[05:19:00] manna_pop (manna_pop!~chatzilla@cpe-66-27-97-214.san.res.rr.com) has joined #mythtv-users
[05:22:34] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[05:23:23] derstock (derstock!~derstock@host-87-99-59-220.lanet.net.pl) has quit (Read error: Connection reset by peer)
[05:25:18] manna_pop (manna_pop!~chatzilla@cpe-66-27-97-214.san.res.rr.com) has quit (Ping timeout: 240 seconds)
[05:25:27] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[05:33:56] Beirdo: 2010-09–29 22:32:50.762 100% Completed @ 477.783 fps.
[05:34:05] bmidgley2 (bmidgley2!~brad@c-76-27-89-77.hsd1.ut.comcast.net) has joined #mythtv-users
[05:34:20] Beirdo: heh. That was SD MPEG-2 from the HVR-2250
[05:37:28] esperegu (esperegu!~quassel@145.116.15.244) has joined #mythtv-users
[05:41:25] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 252 seconds)
[05:42:40] oobe is now known as \
[05:43:10] \ is now known as Guest97053
[05:43:29] Guest97053 is now known as oobe
[05:44:21] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[05:46:14] poodyp (poodyp!~poodyp@cpe-98-148-123-113.socal.res.rr.com) has quit (Remote host closed the connection)
[05:46:46] poodyp (poodyp!~poodyp@cpe-98-148-123-113.socal.res.rr.com) has joined #mythtv-users
[05:48:42] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Read error: Operation timed out)
[05:50:11] kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (Ping timeout: 255 seconds)
[05:50:41] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[05:50:59] kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv-users
[05:55:31] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[05:58:28] tpl (tpl!~tpl@static-93.158.79.102.got.public.icomera.com) has quit (Quit: tpl)
[06:04:14] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 264 seconds)
[06:06:59] rsiebert (rsiebert!~quassel@g229052158.adsl.alicedsl.de) has joined #mythtv-users
[06:07:00] poodyp (poodyp!~poodyp@cpe-98-148-123-113.socal.res.rr.com) has quit (Quit: poodyp)
[06:08:46] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[06:09:43] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 245 seconds)
[06:11:11] Beirdo: "Poems don't have to rhyme, and the don't have to be dirty, but people prefer..."
[06:11:18] Beirdo: Red Green ++
[06:11:34] Kunalagon (Kunalagon!~Kunalagon@195.178.32.28) has joined #mythtv-users
[06:11:50] tpl (tpl!~tpl@static-93.158.79.102.got.public.icomera.com) has joined #mythtv-users
[06:12:27] wagnerrp: oink oink oink
[06:12:37] Beirdo: ?
[06:12:40] Beirdo: Oink?
[06:12:44] wagnerrp: time for the lodge meeting
[06:12:52] Beirdo: hehe, ah yes
[06:13:05] Beirdo: one of my friends was in the lodge meeting once...
[06:13:18] Beirdo: the lodge members are all audience from the taping
[06:13:40] wagnerrp: do they have to dress them up? or is that just what all you canucks wear? :P
[06:13:45] Beirdo: the studio where that was filmed was a short walk from work and home when I was in TO
[06:13:55] Beirdo: Pretty sure they dress em up
[06:14:14] Beirdo: I went to Air Farce (same studio) taping too
[06:14:27] Beirdo: CBC is cool
[06:15:06] wagnerrp: looks like KET around here still airs that
[06:15:17] rmckee (rmckee!~rmckee@120.152.131.124) has joined #mythtv-users
[06:15:23] Beirdo: Red Green's on PBS here... KBTC
[06:15:34] Beirdo: haven't looked for Air Farce
[06:16:00] wagnerrp: KET is a PBS blend
[06:16:01] Beirdo: no matches
[06:16:04] Beirdo: sigh
[06:16:13] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[06:16:13] wagnerrp: 'kentucky educational television'
[06:16:19] Beirdo: now for the fun....
[06:16:39] wagnerrp: red green teaches you... innovative uses for duct tape?
[06:16:52] Beirdo: yup
[06:17:03] Beirdo: and how to be "handy" :)
[06:17:17] wagnerrp: certainly doesnt teach you how to be handsome
[06:17:31] Beirdo: OK, running with the potential SSDP fix
[06:17:36] wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has quit (Quit: Leaving)
[06:17:40] Beirdo: oh wait
[06:17:42] Beirdo: duh
[06:18:19] wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has joined #mythtv-users
[06:18:19] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp
[06:18:22] Shadowfire (Shadowfire!~jeff@rrcs-67-79-144-150.se.biz.rr.com) has quit (Quit: Leaving)
[06:18:37] Beirdo: gotta make it use USN from the config.xml
[06:18:57] Beirdo: as that's part of what triggers the crashes for me
[06:19:41] Beirdo: L&O: LA
[06:19:54] Beirdo: this should be potentially interesting
[06:20:12] wagnerrp: theyve only got 40 years of experience writing it
[06:20:23] Beirdo: only 40?
[06:20:31] Beirdo: feels like a lot longer :)
[06:20:43] wagnerrp: 20 for L&O, like another 10 for each of the other two
[06:20:43] Shadowfire (Shadowfire!~jeff@rrcs-67-79-144-150.se.biz.rr.com) has joined #mythtv-users
[06:20:56] Beirdo: 3 versions... 10+ years average each... yeah I guess 40 might be a good estimate
[06:21:25] Beirdo: and then Homicide before that
[06:21:36] Beirdo: OMG is Windows persistent
[06:21:47] Beirdo: by "Reboot Later" I don't mean in 10 min
[06:21:52] Beirdo: I mean LATER.
[06:22:02] wagnerrp: hehe
[06:22:15] Beirdo: 12h+ would be a nice option
[06:22:50] KraMer (KraMer!~mark@adsl-70-240-190-175.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving")
[06:23:33] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[06:23:47] wagnerrp: -66 on one of the trac spams, thats got to be some sort of record
[06:24:02] wagnerrp: of course the bayesian filter classified it as ham, so go figure
[06:24:08] Beirdo: heh
[06:26:00] wagnerrp: holy crap is that a massive one...
[06:26:04] wagnerrp: http://svn.mythtv.org/trac/admin/spamfilter/monitor/27223
[06:26:53] Beirdo: idiots
[06:27:15] Beirdo: we will not be a willing party to your SEO-spiking attempts
[06:27:23] hpeter (hpeter!~hpeter@178-83-237-229.dclient.hispeed.ch) has joined #mythtv-users
[06:28:07] Beirdo: Baysian said 0.00% possibility of spam... I think that needs a bit of training
[06:28:22] wagnerrp: just did
[06:28:28] wagnerrp: although im thinking maybe i shouldnt
[06:28:46] wagnerrp: wonder how it handles huge things like that, if it slows it down any
[06:28:57] wagnerrp: i really have no idea how bayesian filtering works
[06:29:18] Beirdo: I looked into it at one point
[06:30:44] Beirdo: but I fixed that with beer and vodka since
[06:31:40] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (Ping timeout: 265 seconds)
[06:34:34] sybolt (sybolt!~sybolt@sybolt.xs4all.nl) has joined #mythtv-users
[06:37:38] rsiebert (rsiebert!~quassel@g229052158.adsl.alicedsl.de) has quit (Ping timeout: 245 seconds)
[06:39:12] Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has quit (Quit: I've got to get out of this place, if it's the last thing I ever do...)
[06:41:19] hpeter (hpeter!~hpeter@178-83-237-229.dclient.hispeed.ch) has quit (Quit: hpeter)
[06:42:03] Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has joined #mythtv-users
[06:42:27] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[06:42:36] [R]: did anyone watch Law and Order Los Angelos?
[06:43:07] Beirdo: I am watching it right now
[06:43:21] [R]: i'm so confused... but whats new
[06:43:41] Beirdo: and probably most people haven't watched it even if they recorded it
[06:44:01] [R]: it ended like an hour ago
[06:44:09] Beirdo: less than 45min
[06:44:22] Beirdo: at least on the west coast
[06:44:32] [R]: hour, 45... same thing
[06:45:17] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[06:45:20] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users
[06:50:44] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[06:51:28] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[06:51:44] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[06:52:54] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Client Quit)
[06:53:17] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 276 seconds)
[06:53:54] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[06:54:03] Shadowfire (Shadowfire!~jeff@rrcs-67-79-144-150.se.biz.rr.com) has quit (Quit: Leaving)
[06:59:07] rmckee (rmckee!~rmckee@120.152.131.124) has quit (Ping timeout: 252 seconds)
[06:59:08] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 276 seconds)
[07:00:13] tpl (tpl!~tpl@static-93.158.79.102.got.public.icomera.com) has quit (Ping timeout: 265 seconds)
[07:00:39] superdump (superdump!~rob@unaffiliated/superdump) has joined #mythtv-users
[07:02:48] stoffel (stoffel!~quassel@p57B4C42C.dip.t-dialin.net) has joined #mythtv-users
[07:02:48] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[07:13:43] deegan (deegan!~deegan@88.83.55.139) has joined #mythtv-users
[07:16:09] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[07:16:31] inordkuo (inordkuo!~inorkuo@adsl-226-143-197.int.bellsouth.net) has quit (Read error: Connection reset by peer)
[07:16:38] deegan: Hello. Does anyone here have experience working with a Diseqc and 2xLNB's? I have 1x Hauppauge HVR-4000 card connected to afformentioned diseqc, using DVB-S here, and it doesnt seem like it wants to switch over to the 2nd LNB when i try to scan for channels.
[07:17:18] deegan: This sort of worked using scan/dvbscan earlier but since i configured mythtv to assign a diseqc with 2 ports it doesnt seem like it wants to switch, any recomendations?
[07:17:31] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[07:18:49] deegan: I have the channels from one satelite working fine but i can't get the other one to get a lock, and just to be sure I had a professional come and fix my satelitedish yesterday.
[07:19:09] deegan: So it would seem the diseqc switching is what's causing this.
[07:19:21] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Client Quit)
[07:21:57] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[07:22:26] NightMonkey (NightMonkey!~NightMonk@pdpc/supporter/professional/nightmonkey) has quit (Ping timeout: 255 seconds)
[07:22:38] kth (kth!~kth@dyndsl-085-016-232-242.ewe-ip-backbone.de) has joined #mythtv-users
[07:23:07] Beirdo: OK, bedtime for me
[07:23:44] Beirdo: iamlindoro: the potential fix for #9005 is in, and hopefully my backend stays up, no crasy
[07:23:53] Beirdo: crashy rather
[07:27:23] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[07:28:21] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has joined #mythtv-users
[07:28:35] gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has joined #mythtv-users
[07:35:07] NightMonkey (NightMonkey!~NightMonk@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users
[07:39:26] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[07:42:44] rraasch (rraasch!~ryan@80.72.151.98) has joined #mythtv-users
[07:45:44] poodyp (poodyp!~poodyp@ip68-111-65-124.oc.oc.cox.net) has joined #mythtv-users
[07:52:07] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[07:52:11] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Remote host closed the connection)
[07:53:06] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[07:53:20] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has joined #mythtv-users
[08:03:59] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[08:05:44] justinh: deegan: probably a minor config issue. did you configure the second LNB correctly in mythtv-setup?
[08:07:17] deegan: justinh, yea on the card i have when i entered diseqc config i chose "diseqc", have tried with mini diseqc and diseqc uncommited aswell, and after that i chose that the two ports where LNB's.
[08:07:20] justinh: bah xmarks are discontinuing their browser sync service
[08:07:51] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 265 seconds)
[08:08:15] justinh: deegan: yeah but did you configure another 'video source' for the 2nd LNB and configure it via the 'input connections' page?
[08:08:18] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 240 seconds)
[08:08:42] deegan: justinh, Do i need 2 even if i'm using EIT?
[08:09:53] deegan: scanning away again now though. Seems I have to do a few passes using either "only free" or "test encrypted" but that's not a big deal now that i'm getting my channel list populated.
[08:10:27] deegan: i got a "no lock" error trying to watch something of the Astra satelite while the channels from Thor satelite seems to be working just fine.
[08:10:35] deegan: that was just now.
[08:10:52] justinh: deegan: yes you need 2
[08:11:11] justinh: the channels offered by both birds you're pointing at are different
[08:11:42] justinh: so anything not available on one bird really wouldn't belong on the same 'video source' as the other bird
[08:12:35] deegan: justinh: oh ok i didnt realise that was a factor aswell. it might explain why i'm not able to watch stuff from one bird while the other one works fine.
[08:13:00] justinh: there really still needs to be a better name for those 'video sources' IMHO. damned if we'll ever reach a consensus though
[08:13:09] deegan: :)
[08:14:07] deegan: justinh: ok so now that i succesfully managed to scan from both birds into the same video source do i need to clean my channel list and repeat the scanning again but with different video sources selected?
[08:14:19] deegan: and by succesfully i mean foolishly.
[08:14:23] justinh: heh
[08:14:24] justinh: yes
[08:14:43] justinh: I'm amazed it even worked
[08:14:58] deegan: well i was persistant. this is my 2nd day working on this.
[08:15:01] deegan: :)
[08:15:08] justinh: so in the end you should have one 'video source' for Astra, say.. and another for 'Hotbird', say
[08:15:20] deegan: I couldnt find any real good documentation on how to configure the Diseqc to begin with so that was just trial and error.
[08:15:46] justinh: and you associate each of the sources with the correct LNB through the 'input connections' page
[08:16:20] justinh: at least that's how I think it works. I've never done it & right now I'm the closest thing this channel has to anybody with experience of it
[08:16:41] justinh: for some reason dvb-s users – especially those with diseqc gear – are thin on the ground round here
[08:19:22] justinh: maybe the reason is that there's bugger all worth watching on anything but Astra for UK peeps, and people in the rest of the english speaking world don't have much to watch on dvb-s either ;)
[08:20:32] deegan: heh yea perhaps.
[08:20:39] deegan: well now i cant get a lock in. man i hate this.
[08:21:12] deegan: oh how about that, mythtv remove the diseqc settings when i deleted all the channels.
[08:24:36] justinh: meh. just looked at the channel list for hotbird.. nothing worth watching apart from BBC World unencrypted
[08:24:43] sid3windr: what
[08:24:48] sid3windr: it's not full of pr0n?
[08:25:12] justinh: is pr0n worth watching? not in my book
[08:26:06] sid3windr: ;>
[08:26:30] justinh: or as the 10 minute free to view is called in Roger's Profanisaurus ... "Skyagra"
[08:27:31] justinh: Skyagra (n.) – A quick flick through the satellite TV channels before bedtime, made by a middle-aged gentleman in search of something to boost his flagging libido
[08:29:07] deegan: Right, well. Now i can't scan again, this is crazy.
[08:29:52] deegan: "No Lock". Atleast before this i had one satelite working. :)
[08:30:08] justinh: you know you can't do a full scan, right?
[08:30:31] justinh: you need to at least do a full scan (tuned) & give the scanner details of a transponder you know is operating
[08:30:57] justinh: and of course select the video source you're scanning on
[08:32:45] deegan: justinh: right, thank you for reminding me. now that i pick one of the two transponders that i got a lock on before it starts scanning.
[08:32:59] deegan: There's just so much that can go wrong doing this. :)
[08:34:04] justinh: a totally wizard-driven thing is planned for the future but that's a way off yet. so much to do before then
[08:34:04] NightMonkey (NightMonkey!~NightMonk@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!)
[08:34:24] deegan: yea i can see, there's too many options to just wizzard-it-up right now.
[08:35:14] deegan: all in all, good application i most say. Tried doing some recordings during the night and the commercial stuff worked like a charm. HDTV is a bit heavy on the WiFi though so i'm getting a new N-5ghz hotspot etc for that.
[08:35:43] justinh: meh. wireless isn't even good enough for SDTV – in the same room as my router
[08:36:06] justinh: my whole house is wired. always was before I got wireless
[08:36:14] deegan: justinh: also after doing a full scan on a working transponder should i chose to scan the transponders or do another full scan?
[08:36:59] deegan: I prefer the wiring myself, much more stable and no packetloss or shity signal quality which can really ruin a movie if xbmc has to start rebuffering every 10 seconds.
[08:37:11] justinh: I think if other transports are found from just the one it should go off & do them all
[08:37:16] justinh: language
[08:38:46] deegan: oh snap, i'm out of coffee.. :|
[08:39:41] deegan: btw after i get this stuff working, i'm putting up a blog and posting some general information about doing this stuff since it seems to be a lack of information about it in general. :)
[08:42:30] justinh: ugh. we need this in the wiki, not some blog
[08:42:32] justinh: :)
[08:43:32] deegan: haha well ok then, let me write it up and post it on the wiki. still got lots of stuff to do getting it all working like i want so.. :)
[08:44:32] deegan: the only lack of information in the whole package i bought was the diseqc switch, it doesnt say how i should communicate with it. diseqc, mini diseqc or diseqc uncommited.
[08:47:18] SteveGoodey (SteveGoodey!~steve@host81-155-168-54.range81-155.btcentralplus.com) has joined #mythtv-users
[08:49:28] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[08:55:39] hashbang (hashbang!~hashbang@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users
[08:57:11] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has quit (Read error: Connection reset by peer)
[08:59:59] poodyp (poodyp!~poodyp@ip68-111-65-124.oc.oc.cox.net) has left #mythtv-users ()
[09:04:16] poodyp (poodyp!~poodyp@ip68-111-65-124.oc.oc.cox.net) has joined #mythtv-users
[09:06:07] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[09:06:15] pak0 (pak0!~Paco@184.126.221.87.dynamic.jazztel.es) has joined #mythtv-users
[09:07:21] deegan: ok so now this is a thing that makes me think MythTV doesnt really handle the diseqc instrutions too well. It's perfectly fine if i scan using LNB2 but LNB1 wont hook up on any of the freqenzies i give it, and i get these from lyngsat.com
[09:07:56] justinh: make sure your input connections are correct etc
[09:08:42] deegan: no, wait.
[09:08:47] deegan: this is odd.
[09:09:50] deegan: I'm looking at the freqs for viasat and none of them will bite but the DigiTV freqs work, they are on the same satelite so that's not strange just by itself but it's odd that 11900000 works and 11938000 doesnt.
[09:12:52] deegan: getting more transport ID's now atleast so lets pray that my channels are in there somewhere. :)
[09:13:17] deegan: together with 500 channels i cant watch no doubt.
[09:18:46] sebrock (sebrock!~sebrock@hd5b90669.selukra.dyn.perspektivbredband.net) has joined #mythtv-users
[09:23:39] flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has joined #mythtv-users
[09:31:31] stoffel (stoffel!~quassel@p57B4C42C.dip.t-dialin.net) has quit (Ping timeout: 240 seconds)
[09:32:58] jamesd_laptop (jamesd_laptop!~jamesd@76.230.212.51) has quit (Ping timeout: 240 seconds)
[09:42:15] sebrock (sebrock!~sebrock@hd5b90669.selukra.dyn.perspektivbredband.net) has quit (Quit: US: http://bit.ly/c8i2c4 || SE: http://bit.ly/bUNw9I)
[09:43:19] superdump (superdump!~rob@unaffiliated/superdump) has quit (Quit: WeeChat 0.3.2)
[10:01:50] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[10:04:50] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds)
[10:10:16] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 255 seconds)
[10:13:35] stoffel (stoffel!~quassel@p57B4C42C.dip.t-dialin.net) has joined #mythtv-users
[10:13:35] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[10:17:39] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[10:27:02] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has quit (Ping timeout: 264 seconds)
[10:48:08] bthoo (bthoo!~jfath@c-69-136-1-230.hsd1.in.comcast.net) has joined #mythtv-users
[10:56:03] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[10:56:43] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[10:57:45] unenana (unenana!~unenana@212-198-248-35.rev.numericable.fr) has joined #mythtv-users
[11:00:15] unenana (unenana!~unenana@212-198-248-35.rev.numericable.fr) has quit (Client Quit)
[11:07:32] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[11:09:37] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 240 seconds)
[11:09:38] jeffery_ is now known as jeffery
[11:10:41] lafille (lafille!~lafille@212-198-248-35.rev.numericable.fr) has joined #mythtv-users
[11:11:01] SteveGoodey (SteveGoodey!~steve@host81-155-168-54.range81-155.btcentralplus.com) has quit (Remote host closed the connection)
[11:11:39] lafille (lafille!~lafille@212-198-248-35.rev.numericable.fr) has quit (Client Quit)
[11:14:58] kothog (kothog!~kothog@unaffiliated/kothog) has quit (Read error: Operation timed out)
[11:16:22] kothog (kothog!~kothog@unaffiliated/kothog) has joined #mythtv-users
[11:19:14] pak0: i have a problem when i record one channel and watch another of same multiplex with one nova t500
[11:20:37] justinh: the solution is never to use livetv :-)
[11:21:33] pak0: nop
[11:21:43] pak0: tryied and same problem
[11:23:36] gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has quit (Quit: Leaving)
[11:26:10] pak0: i have find it the solution just now, is setting in the second tuner, 3 channels to record, lol, nice! testing now w/o problems
[11:26:20] pak0: http://ubuntuforums.org/showthread.php?t=1382616
[11:32:12] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has joined #mythtv-users
[11:47:16] superdump (superdump!~rob@unaffiliated/superdump) has joined #mythtv-users
[11:54:54] JJ2 (JJ2!~jjensen@jeffjensen.dsl.visi.com) has left #mythtv-users ()
[11:55:10] gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has joined #mythtv-users
[11:55:54] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[11:56:25] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[12:02:57] deegan: hmm, i just noticed that DigiTV and Viasat are not on the same satelite. DigiTV and CanalDigital however are on the same satelite. And i cant for the life of me get a positive scan of the Viasat channels.
[12:03:01] sraue_ (sraue_!~stephan@178-191-148-164.adsl.highway.telekom.at) has quit (Quit: www.openelec.tv - get the smallest XBMC Distro)
[12:03:14] deegan: Diseqc is messing with me IRL.
[12:07:45] inordkuo (inordkuo!~inorkuo@nsc64.16.142-198.newsouth.net) has joined #mythtv-users
[12:15:34] RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users
[12:21:10] rossand (rossand!~aross@173.243.47.194) has quit (Quit: Leaving.)
[12:23:58] justinh: "just on my third year of trying to get my PVR setup working" ? :-O
[12:24:08] justinh: now *that* is dedication
[12:25:48] sraue (sraue!~stephan@93-82-19-245.adsl.highway.telekom.at) has joined #mythtv-users
[12:26:23] Baylink (Baylink!~jra@65.34.91.199) has joined #mythtv-users
[12:27:22] derstock (derstock!~derstock@host-87-99-59-220.lanet.net.pl) has joined #mythtv-users
[12:32:00] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has joined #mythtv-users
[12:34:14] rmckee (rmckee!~rmckee@20.66.96.58.static.exetel.com.au) has joined #mythtv-users
[12:34:57] xand: excellent, maplin "gold" coax plugs are solderable
[12:36:35] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[12:44:16] rossand (rossand!~aross@173.243.47.194) has joined #mythtv-users
[12:46:03] SteveGoodey (SteveGoodey!~steve@host86-170-202-163.range86-170.btcentralplus.com) has joined #mythtv-users
[12:47:18] justinh: never buy from maplin if I can possibly help it
[12:47:28] justinh: put them in the same bin as Currys & Comet
[13:00:30] dewman (dewman!~dewman@64.85.154.2) has quit (Remote host closed the connection)
[13:02:14] dewman (dewman!~dewman@64.85.154.2) has joined #mythtv-users
[13:14:12] jamesd2 (jamesd2!~jamesd@76.230.212.51) has joined #mythtv-users
[13:14:16] Flash_ (Flash_!~flash@plague.digdilem.org) has joined #mythtv-users
[13:14:30] sraue (sraue!~stephan@93-82-19-245.adsl.highway.telekom.at) has quit (Quit: www.openelec.tv - get the smallest XBMC Distro)
[13:14:47] Flash_ is now known as Digdilem
[13:18:57] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Quit: jeffery)
[13:20:02] sraue (sraue!~stephan@93-82-19-245.adsl.highway.telekom.at) has joined #mythtv-users
[13:20:34] SteveGoodey (SteveGoodey!~steve@host86-170-202-163.range86-170.btcentralplus.com) has quit (Remote host closed the connection)
[13:27:23] stoth (stoth!~stoth@ool-4572125f.dyn.optonline.net) has joined #mythtv-users
[13:33:41] chainsawbike (chainsawbike!~chainsawb@202-0-50-230.cable.telstraclear.net) has quit (Ping timeout: 255 seconds)
[13:39:38] Criggie (Criggie!criggie@203-97-119-201.cable.telstraclear.net) has quit (Ping timeout: 264 seconds)
[13:44:33] KraMer (KraMer!~mark@adsl-70-240-190-175.dsl.hstntx.swbell.net) has joined #mythtv-users
[13:46:01] Crankygeek (Crankygeek!~matt@97-81-37-120.dhcp.oxfr.ma.charter.com) has joined #mythtv-users
[13:48:03] deegan: further progress, I can actively select the LNB while using scan(1) to scan for channels.
[13:48:12] deegan: scan -l UNIVERSAL -t 1 -a 1 -s 1 /usr/share/dvb/dvb-s/Sirius-5.0E
[13:48:16] deegan: scan -l UNIVERSAL -t 1 -a 1 -s 0 /usr/share/dvb/dvb-s/Thor-1.0W
[13:48:30] deegan: where -s <n> == the LNB. starting at 0 of course.
[13:48:42] Crankygeek: Good Morning, I have a few questions how to setup MythTV with Directv sattalite.....The Box I would llike to hook up to is a HiDef box. but I am not sure if there is a way to make Myth and DirecTV's box to work together...can anyone explain this to me?
[13:49:32] justinh: Crankygeek: you'll need a means of capturing the HD from the directv STB... i.e. your only recourse would be to use a Hauppauge HD-PVR – assuming the component outputs of the STB work
[13:52:05] johnnyj (johnnyj!~chatzilla@cpe-173-172-31-183.tx.res.rr.com) has quit (Remote host closed the connection)
[13:52:21] Crankygeek: I am pretty sure they do work. We have the box using an HDMI cable at the moment though. is there a way to use the HDMI instead of component?
[13:52:53] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[13:53:10] skd5aner: DirecTV Box --> HDFury --> HDPVR --> MythTV
[13:53:30] skd5aner: but that's an extra step that wouldn't be necessary if you get good output on the component outputs in the first place
[13:55:26] Crankygeek: ok, forgive me, I am brand new at this Mythtv setup. If I were to go from the DTV out components over to Myth, what is the HDTV hooking up to? and what will control the channel changing and such?
[13:55:27] Kunalagon (Kunalagon!~Kunalagon@195.178.32.28) has quit (Quit: Leaving.)
[13:57:12] RagingMind: Crankygeek, you'd have to get an irblaster or something so myth could tell the box to change channel
[13:58:17] Crankygeek: ok, so the component jacks are able to receive info, not just send info out?
[13:58:24] skd5aner: no...
[13:58:27] skd5aner: so, here's the deal...
[13:58:42] skd5aner: With DirecTV, you get an STB (set-top box)...
[13:58:48] Crankygeek: yes
[13:59:02] Crankygeek: ohh, I go tit
[13:59:07] Crankygeek: got it*
[13:59:17] skd5aner: it can output both HD and SD material over various outputs – HDMI, Component (HD), Svideo, composist, coax (SD)
[13:59:29] Crankygeek: the IR blaster hooks back up to the front IR port on the STB
[13:59:50] skd5aner: so, the only way to caputre HD in myth, easily, is to buy an HD-PVR, hook it up to the compoenent outputs of the STB, and you get the video stream...
[13:59:57] skd5aner: you still have to control the STB somehow...
[14:00:26] skd5aner: so, you can do that 1 of 2 ways – depending on the STB, there is the posibility you can use USB/Serial to change channels – google for that
[14:01:02] skd5aner: if not, you have to use lirc (a piece of software on your mythbox) and an irBlaster (a device that will send IR signals to your STB) to immitate a remote in order to change channels
[14:01:23] skd5aner: mythtv can execute a channel changing script which will send signals to lirc and the ir blaster when it needs to tune to a different channel
[14:01:50] skd5aner: the HD-PVR is really only smart enough to capture what it's sent
[14:02:00] Crankygeek: I would assume that USB if possible is the better way to go?
[14:02:01] skd5aner: * although it does have some IR functionality, most people don't use it
[14:02:14] skd5aner: Crankygeek: in my opinion, yes
[14:02:55] skd5aner: that said – I do not have DirecTV so I can't really state how easy/possible it is, although there is some info on the wiki and lots of other info on google about the feasibility and how-tos
[14:04:20] Crankygeek: ok, What is the best HD-PVR card to get? I guess as far an easy of installation and such...any reccomendations?
[14:04:29] skd5aner: HD-PVR is a box
[14:04:43] skd5aner: that's the model, it's external and interfaces with the mythbackend via USB
[14:04:55] skd5aner: http://www.mythtv.org/wiki/Hauppauge_HD-PVR
[14:06:20] pisani (pisani!~Adium@CPE-72-135-215-181.wi.res.rr.com) has joined #mythtv-users
[14:06:47] skd5aner: it's very popular, lots of people use it with cable/sat STBs
[14:06:54] skd5aner: I use one with my cable STB
[14:07:16] skd5aner: have another sitting in a box waiting to be used, but I don't want to spend $10/mo more on a second STB
[14:09:08] Crankygeek: That's cool, I will look into that....I was setting up Myth for use as a DVR, Does the HD-PVR server the same purpose?
[14:09:24] skd5aner: the HD-PVR is simply a capture device that mythtv can use
[14:09:38] skd5aner: it provides no other functionality than to capture and encode the stream when mythtv tells it to
[14:09:55] Crankygeek: So it doesn't act like a ReplayTV or Tivo then
[14:10:00] skd5aner: nope
[14:10:15] skd5aner: it's like any other capture card that mythtv would use, it's just external
[14:10:32] Crankygeek: cool,
[14:11:03] Crankygeek: and it setups up easy with Ubuntu?
[14:11:24] skd5aner: yup – but if you are just getting into mythtv, you might want to look at a mythtv specific distro
[14:11:33] skd5aner: like mythbuntu, mythdora, etc
[14:12:17] skd5aner: makes things even easier, not that it's super hard otherwise, but they do take a lot of the background work out of the equation
[14:12:21] skd5aner: make it much more plug and play
[14:12:28] kth1 (kth1!~kth@dyndsl-085-016-237-166.ewe-ip-backbone.de) has joined #mythtv-users
[14:13:06] Crankygeek: Yeah, I was thinking about that, but then I founf that Ubuntu 10.4 LTS was ablt to pretty much install Myth without to much effort from me  :)
[14:13:07] Criggie (Criggie!criggie@203-97-119-201.cable.telstraclear.net) has joined #mythtv-users
[14:13:17] kth (kth!~kth@dyndsl-085-016-232-242.ewe-ip-backbone.de) has quit (Ping timeout: 265 seconds)
[14:13:23] deegan: btw anyone using the latest 0.23.1 build? I got 0.23 running here, any point in upgrading?
[14:13:36] skd5aner: deegan: yes, lots of bug fixes
[14:13:41] deegan: coolio.
[14:13:51] skd5aner: several hundred I would imagine
[14:13:57] Crankygeek: So I stepped through the install and it was pretty simple, I am just not sure of the rest now as far as getting everything hooked up and working together
[14:14:03] deegan: i'm just gonna get my setup working then and after that destroy it all with a new build. :)
[14:14:44] skd5aner: deegan: if you wanted, you could even run the 0.23-fixes branch and compile yourslef – even more fixes than in 0.23.1
[14:14:59] deegan: skd5aner: svn/git repo i asume?
[14:15:04] skd5aner: svn
[14:15:55] deegan: gonna make a slackbuild for that too then.
[14:16:17] skd5aner: Crankygeek: just try and follow the documentation and wiki as much as possible
[14:16:29] skd5aner: Crankygeek: if you get stumped, ask here or the mailing list
[14:17:20] skd5aner: deegan: 0.24 is around the bend... I would say before end of Oct if I were to guess
[14:17:43] skd5aner: although, that's probably a good guess
[14:17:53] skd5aner: maybe a little later, maybe a little earlier
[14:18:26] deegan: nice.
[14:19:05] stoffel (stoffel!~quassel@p57B4C42C.dip.t-dialin.net) has quit (Ping timeout: 265 seconds)
[14:21:48] stuartm (stuartm!~gbee@cpc2-derb9-0-0-cust259.8-3.cable.virginmedia.com) has quit (Ping timeout: 245 seconds)
[14:22:24] deegan: uhm i have a problem here while setting the input, i have two LNB's and i have scanned both and they both have their own "Video Sources" defined but when i go into "input connections" -> chose LNB1 -> Set the video source -> click next and leave the input groups on "General" and then finnish. now when i do the same thing for the LNB2 and click save the first Input configuration is remove.
[14:23:12] skd5aner: deegan: sorry, not familiar with configuring LNBs myself
[14:23:50] deegan: skd5aner: hmm, what if i told you while in the "Connect source input" screen the "Input:" says DVBInput #2 on both?
[14:24:14] deegan: heh, this is mad. I finaly get to scan on both LNB's and now i cant save the input sources.
[14:24:18] deegan: bad day ey.
[14:25:10] chainsawbike (chainsawbike!~chainsawb@202-0-50-230.cable.telstraclear.net) has joined #mythtv-users
[14:25:33] rraasch (rraasch!~ryan@80.72.151.98) has quit (Ping timeout: 245 seconds)
[14:38:13] Timel0rd (Timel0rd!~chatzilla@w-70.cust-6674.ip.static.uno.net.uk) has joined #mythtv-users
[14:42:02] streeter (streeter!~streeter@nat/redhat/x-qpyekhrdubousmqj) has joined #mythtv-users
[14:43:07] harrisonk: I have asked before but I forgot: were can I find a list of supported hardware?
[14:43:21] harrisonk: I mean tuners
[14:47:35] kshots_work (kshots_work!a08e0110@gateway/web/freenode/ip.160.142.1.16) has joined #mythtv-users
[14:48:02] kshots_work: Anyone have any heat-tolerant suggestions for a backend?
[14:48:08] kshots_work: I've lost two backends over the years to heat
[14:48:14] Gibby (Gibby!~gibby@204.118.10.244) has joined #mythtv-users
[14:48:24] ** kshots_work just lost a phenom X3 :( **
[14:49:10] kshots_work: Ideally, I'd need something that tolerates an ambient temperature of up to 60C
[14:49:30] RagingMind: more fans or lower power hardware?
[14:49:43] kshots_work: I'm thinking lower power hardware
[14:49:46] RagingMind: that's quite warm...
[14:50:16] kshots_work: I've seen atoms with specs claiming to take that kind of heat... but my last experience with an atom as a backend was rather dismal from a performance point of view
[14:50:35] RagingMind: if the area is that warm even low power hardware would probably have issues. low power hardware with high power cooling solutions?
[14:51:20] kshots_work: nah, just an industrial machine – there are high-temperature designs around with little to no need for cooling
[14:51:28] RagingMind: is the area around the computer that warm or is that how warm the insides of your old computers were?
[14:51:32] kshots_work: ... but they're usually not very powerful
[14:51:36] justinh: harrisonk: mythtv doesn't 'support' hardware as such. the majority of tuners either work in linux or they don't. see the linuxtv.org wiki
[14:51:43] kshots_work: The area around the computer is that warm
[14:52:32] dewman: harrisonk, http://www.linuxtv.org/wiki/index.php/Hardwar . . . _Information
[14:52:52] RagingMind: an ambient 60C doesn't give the hardware much room before it'll hit it's thermal limits, I'd suggest trying to cool the area down or you'll have problems with any hardware
[14:53:22] kshots_work: I've got lots of other machines that are spec'd to take that kind of heat, but they're all rather low-power
[14:53:49] kshots_work: mostly Via C7's, an atom, and a Via nano
[14:54:40] kshots_work: specifically, industrial versions of each
[14:55:23] deegan: kshots_work: depends on where you place the stuff i guess. I have mine in the basement, the temp is +51C on the CPU and +45C on the NB. no problems though. Get something bigger then the stockcooler and if you are placing it in like a closet or something just take the lid of the case.
[14:55:27] kshots_work: I've also located an ION2 that can take up to 50C ambient... but I don't know if the ION chipset helps at all with the backend
[14:55:46] justinh: it won't help. quite the contrary
[14:56:04] kshots_work: I've got it all in my garage, that's why it's that hot
[14:56:39] jayage (jayage!~Adium@85-127-14-201.dynamic.xdsl-line.inode.at) has joined #mythtv-users
[14:56:46] justinh: proper server rooms often have dedicated A/C
[14:56:54] justinh: when they're not being run by cheapskates
[14:57:29] kshots_work: heh, perhaps true... lots of rural telecon switches are run in a tin shed in the middle of the desert, too
[14:58:52] kshots_work: ok... so ION's a bust... another possibility, I can take a cheap industrial machine with encoders, and allow my air-conditioned desktop and/or laptop do any commercial scanning or transcoding... is that possible?
[14:59:40] devinheitmueller (devinheitmueller!~devin@c-71-205-242-159.hsd1.mi.comcast.net) has joined #mythtv-users
[15:00:25] deegan: justinh: true, but for home usage unless you have a good ventilation you are better off opening the case instead of turning the chassi into a furnace. :)
[15:00:41] deegan: if you place it in a tight spot that is, like a closet.
[15:02:38] justinh: well, you can always resort to ducted ventilation
[15:05:20] kshots_work: Hmm... found an industrial turion64 x2 (1.8 GHz)... can that make an acceptable backend?
[15:05:33] kshots_work: (takes an ambient up to 60C)
[15:06:30] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.)
[15:07:00] mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users
[15:07:00] kshots_work: oh... found a much cheaper industrial C2D... that may work
[15:25:20] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 240 seconds)
[15:26:09] abqjp (abqjp!~abqjp@97-119-165-177.albq.qwest.net) has joined #mythtv-users
[15:26:23] kshots_work: ok, found a solution that would run around ~$771
[15:26:31] RagingMind: kshots_work, link?
[15:26:45] kshots_work: http://www.logicsupply.com/products/j9f2_khde
[15:26:58] kshots_work: that board, the C2D that it can come with, and this case:
[15:27:07] kshots_work: http://www.logicsupply.com/products/sl1ur_b
[15:28:25] RagingMind: I need a small rack to start putting my stuff in
[15:30:47] kshots_work: oops... forgot that the case needs accessories too... hmm... PCI riser += $25, PSU += $49, CF adapter += $9, mounting brackets += $15... I can also throw in some extra fans for $25, so that comes out to... $894
[15:31:46] kshots_work: damn... for that price, I'd better be able to do more than simply a mythbackend
[15:35:02] kshots_work: Oh... looks like the mounting brackets are for another use, not for racks... so -= $15
[15:38:29] justinh: whaaaaaaaaaa?
[15:38:47] justinh: man, you could get a plain quad core system AND dedicated A/C for that
[15:39:13] justinh: well, just about anyway
[15:43:40] pak0 (pak0!~Paco@184.126.221.87.dynamic.jazztel.es) has quit (Read error: Connection reset by peer)
[15:44:46] RagingMind: kshots_work, is this just a backend?
[15:44:54] kshots_work: justinh: Yeah, but then I'd also have to pay for the A/C on a monthly basis... this I can let run in the garage
[15:44:57] RagingMind: what kind of tuner?
[15:44:58] kshots_work: RagingMind: Yeah
[15:45:14] kshots_work: RagingMind: PC HDTV 5500's and an HDPVR
[15:45:31] RagingMind: do you use the analog capture at all?
[15:45:36] kshots_work: Nope
[15:46:15] RagingMind: an atom would handle that just fine, I'm guessing your performance issues were with commercial flagging or something?
[15:46:22] kshots_work: exactly
[15:46:37] kshots_work: commercial flagging was running over a month behind last time I tried an atom
[15:46:45] RagingMind: wtf?
[15:47:20] johd (johd!~johd@90.146.55.47) has quit (Ping timeout: 240 seconds)
[15:47:27] kshots_work: The phenom could handle the flagging real-time, but it can't take the heat of the garage
[15:47:28] RagingMind: I have a late P3 as my front and backend and commercial flagging was almost real time (this was just SDTV though with a PVR250)
[15:47:56] pak0 (pak0!~Paco@223.131.219.87.dynamic.jazztel.es) has joined #mythtv-users
[15:48:01] kshots_work: HD feeds take a lot more processing power
[15:48:02] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B2273B1.dip.t-dialin.net) has joined #mythtv-users
[15:48:06] mkrufky (mkrufky!~Jeff@unaffiliated/mkrufky) has joined #mythtv-users
[15:48:36] RagingMind: yeah but it shouldn't take an extra month?
[15:48:43] kshots_work: It didn't, at first
[15:48:53] kshots_work: I let it run for 4 months, by that time it was 1 month behind
[15:49:02] RagingMind: you record a lot?
[15:49:05] kshots_work: yeah
[15:49:11] RagingMind: heh
[15:50:42] LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has joined #mythtv-users
[15:52:39] stoffel (stoffel!~quassel@p57B4C42C.dip.t-dialin.net) has joined #mythtv-users
[15:52:40] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[15:53:15] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has quit (Quit: hpeter)
[15:55:17] wagnerrp: kshots_work: surely you dont do recording and playback on that atom, right?
[15:55:37] wagnerrp: ls
[15:56:05] superdump (superdump!~rob@unaffiliated/superdump) has quit (Quit: WeeChat 0.3.2)
[15:56:37] flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has quit (Quit: flabberkenny)
[16:00:23] johnnyj (johnnyj!~chatzilla@cpe-173-172-31-183.tx.res.rr.com) has joined #mythtv-users
[16:00:33] hashbang (hashbang!~hashbang@cse-ajb.cse.bris.ac.uk) has quit (Remote host closed the connection)
[16:02:43] kshots_work: wagnerrp: When I was using the atom, no – it was dedicated to recording, and I had an ION to do the playback
[16:03:06] wagnerrp: ah, so you had crap machines all around
[16:03:19] wagnerrp: i was suggesting you run a jobqueue on your more powerful playback machine
[16:03:23] kshots_work: The ION still works fine as a frontend
[16:04:00] wagnerrp: yeah, but it wouldnt do much to help your processing backlog
[16:04:19] kshots_work: I had retired the atom over a year ago, replaced it with a phenom X3... which as of last weekend burnt up from the heat
[16:06:08] wagnerrp: why are you stuffing this thing into a little 1U case?
[16:06:38] kshots_work: not too many options for mini-itx, and I have no HDDs to worry about
[16:07:01] wagnerrp: more importantly, where do you stuff all these recordings with a case that only supports 2.5" drives?
[16:07:07] wagnerrp: there are plenty of options for mini-itx
[16:07:18] wagnerrp: nearly any case can accept mini-itx
[16:07:23] kshots_work: the recordings go over nfsv4 to a 4 TB RAID-6
[16:07:29] wagnerrp: there just arent many designed specifically for mini-itx
[16:07:57] wagnerrp: at most, you might have to screw in a couple extra standoffs
[16:08:06] kshots_work: I had the phenom working successfully for 2 weeks under nfsv4 before it burned up
[16:08:11] wagnerrp: the /worst/ you might have to do is drill and tap a few extra holes
[16:08:44] kshots_work: ok... but getting a 2U or higher case doesn't really buy me much, either
[16:08:58] wagnerrp: it buys you a lot more airflow
[16:09:27] wagnerrp: why not run your backend on this machine housing the raid?
[16:09:37] kshots_work: The RAID is a via nano
[16:09:54] wagnerrp: hopefully hardware raid?
[16:10:12] kshots_work: yeah, spent $850 on the RAID card
[16:10:12] kshots_work: areca 1231 ML
[16:10:22] wagnerrp: mmm...
[16:10:32] kshots_work: I'm only using half the drives it supports (6/12)
[16:10:40] ** wagnerrp pats his 1230 **
[16:11:55] kshots_work: heck, the thing has more cache in it than most of my machines have RAM
[16:12:51] tgm4883: more airflow FTW
[16:13:10] wagnerrp: if the phenom is recent enough to still be under warranty, can you get it replaced, and swap it out for the Nano?
[16:13:15] wagnerrp: just use that as your backend?
[16:13:51] wagnerrp: since that case has to be at least 3U
[16:14:00] kshots_work: The phenom is nowhere near as powerful as the nano for what the nano's doing – the nano is using padlock to encrypt the whole array
[16:14:02] kshots_work: the case is 2U
[16:14:09] wagnerrp: riser card?
[16:14:21] kshots_work: yeah, flexible PCI-e riser
[16:17:40] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[16:18:17] kshots_work: I doubt the phenom is under warranty anyways... it's over a year old
[16:18:26] kshots_work: surprised it lasted that long in that environment
[16:19:56] wagnerrp: you said it lasted two weeks
[16:20:28] kshots_work: 12:04] <kshots_work> I had retired the atom over a year ago, replaced it with a phenom X3... which as of last weekend burnt up from the heat
[16:20:52] wagnerrp: kshots_work> I had the phenom working successfully for 2 weeks under nfsv4 before it burned up
[16:21:13] kshots_work: Ah, there's the 2 weeks line – Yeah, I had migrated my storage from local RAID-5 on the phenom to NFSv4 on the nano
[16:22:12] kshots_work: I was simply stating that I knew that NFSv4 worked satisfactorily
[16:24:58] jayage (jayage!~Adium@85-127-14-201.dynamic.xdsl-line.inode.at) has quit (Quit: Leaving.)
[16:26:01] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 252 seconds)
[16:27:16] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has quit (Quit: KVIrc 4.0.0 Insomnia http://www.kvirc.net/)
[16:28:47] jayage (jayage!~Adium@85-127-14-201.dynamic.xdsl-line.inode.at) has joined #mythtv-users
[16:31:38] kshots_work: I guess I could go with one of these: http://www.newegg.com/Product/Product.aspx?Item=N82E16811182566  – I couldn't care less about the crappy RAID card they're including, though
[16:32:02] kshots_work: ... and I'd have to find some means of mounting my CF HDD
[16:33:16] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B2273B1.dip.t-dialin.net) has quit (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
[16:38:06] kshots_work: hmm... I'd also have to find a dual flexible riser to sit on the bottom there – the only boards I know of that are temperature tolerant only have one expansion slot
[16:43:33] kshots_work: This would solve the riser issue fairly well: http://www.newegg.com/Product/Product.aspx?Item=N82E16811123107
[16:43:42] kshots_work: More than double the price, though
[16:44:01] kshots_work: Also, designed for mini-itx form factors
[16:46:32] dewman: I love finding people that list computer parts on ebay that have no idea what they are talking about, "PCI-X and PCI-Express are the same thing" sheesh.....
[16:47:48] sebrock (sebrock!~sebrock@hd5b90669.selukra.dyn.perspektivbredband.net) has joined #mythtv-users
[16:48:03] wagnerrp: clearly X means extreme, making it moar betterer than express
[16:48:18] dewman: hehe
[16:48:45] rossand (rossand!~aross@173.243.47.194) has quit (Quit: Leaving.)
[16:50:40] kshots_work: Could be worse... they could be praising the "all new" vesa local bus
[16:51:30] zed_devil (zed_devil!~chatzilla@p57A590FC.dip0.t-ipconnect.de) has joined #mythtv-users
[16:51:35] zed_devil: hi all
[16:51:49] wagnerrp: speak of the devil...
[16:51:54] kshots_work: high zed
[16:52:19] zed_devil: im absolutly new in ubuntu and mythtv so pleas excuse if my questions are a bit stupid
[16:53:20] zed_devil: i got mythtv working under ubunut 10.4 server ist running and client workst too > now i want to connect my dreambox pvr 600 but i cant find any good information how i should do that
[16:53:29] zed_devil: can someone help me plz
[16:53:37] wagnerrp: mythtv doesnt support the dreambox
[16:55:13] zed_devil: and whats about the neworkrecorder with the m3u file – my dreambox has a network stream for VLC with a m3u file
[16:55:45] wagnerrp: that is intended for youse with the French FreeBox IPTV provider
[16:56:10] wagnerrp: it is designed for use with RTP/RTSP streams
[16:56:21] wagnerrp: i believe over multicast
[16:56:43] zed_devil: ok thx – so i have another question
[16:56:45] Timel0rd: i had w disks for recordings bot par of a recording group. One of the disks is now us and the recordings lost. is there a way to rescan what's left?
[16:57:40] kshots_work: is anyone else having trouble deciphering that last one?
[16:58:10] Timel0rd: sorry. I had 2 disks both part of a recording group.
[16:58:32] hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users
[16:58:39] zed_devil: so o need a usb dvb-s tuner > can u tell mich tuner is "easy" to set up and fully suportet
[16:59:05] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[17:01:17] wagnerrp: !tuners
[17:01:24] wagnerrp: !url tuners
[17:01:24] MythLogBot: tuners: http://www.linuxtv.org/wiki/index.php/Hardwar . . . _Information
[17:01:45] wagnerrp: we dont do tuner cards, we do the DVB API
[17:02:02] wagnerrp: so any DVB-S card supported by drivers from the linuxtv project is fair game
[17:02:55] zed_devil: ok i will have a look -thx for your informations
[17:05:23] Goga777 (Goga777!~Goga777@shpd-95-53-166-189.vologda.ru) has joined #mythtv-users
[17:09:14] jayage (jayage!~Adium@85-127-14-201.dynamic.xdsl-line.inode.at) has left #mythtv-users ()
[17:19:02] ** Beirdo relaxes and hopes that his fix stays working :0 **
[17:22:04] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[17:23:10] gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has quit (Quit: Leaving)
[17:26:15] zed_devil (zed_devil!~chatzilla@p57A590FC.dip0.t-ipconnect.de) has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722150226])
[17:34:54] drindt (drindt!~drindt@6.106.113.82.net.de.o2.com) has joined #mythtv-users
[17:36:32] bmidgley2 (bmidgley2!~brad@c-76-27-89-77.hsd1.ut.comcast.net) has quit (Quit: bmidgley2)
[17:39:51] Gibby: I got one of these http://www.amazon.com/Dell-RC6-Receiver-Micro . . . f=pd_sxp_f_i and i am currently using it it blast to 1 of my STB's, it has 2 ports for IR blaster on the back, can I use both for 2 different STB's?
[17:40:02] Goga777 (Goga777!~Goga777@shpd-95-53-166-189.vologda.ru) has quit (Remote host closed the connection)
[17:51:40] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 240 seconds)
[17:52:27] wagnerrp: yes
[17:53:05] jamesd_ (jamesd_!~jamesd@adsl-76-230-212-51.dsl.milwwi.sbcglobal.net) has quit (Read error: Operation timed out)
[17:53:20] Gibby: but the STB's are the same.... checking the wiki now
[17:53:28] jamesd2 (jamesd2!~jamesd@76.230.212.51) has quit (Ping timeout: 245 seconds)
[17:55:36] wagnerrp: so, there are two different independent ports
[17:55:52] wagnerrp: (i think thats how it works anyway)
[17:57:51] Gibby: that is what I would think but I only see 1 in the OS
[18:01:19] awalls (awalls!~awalls@d-216-36-24-245.cpe.metrocast.net) has joined #mythtv-users
[18:02:21] Timel0rd (Timel0rd!~chatzilla@w-70.cust-6674.ip.static.uno.net.uk) has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])
[18:03:49] bmidgley2 (bmidgley2!~brad@141.sub-75-196-202.myvzw.com) has joined #mythtv-users
[18:21:38] Gibby: I have an HVR-1600, I got the extender card for it, I set it up on the backend. I have Svideo1 and Composite2 setup, both in different input groups, but the backend still says i have only 1 encoder
[18:22:41] iamlindoro: That's the opposite of how input groups work
[18:22:59] iamlindoro: two analog inputs on the same card, with two external devices would be in the *same* inputs group
[18:23:14] iamlindoro: input groups exist to prevent the same physical device being opened twice
[18:23:22] iamlindoro: and you *do* only have one encoder
[18:23:34] iamlindoro: adding more input groups won't change that
[18:23:44] DjMadness (DjMadness!~quassel@pdpc/supporter/student/DjMadness) has quit (Read error: Connection reset by peer)
[18:24:54] Gibby: ok makes sense, read it wrong then... so how do I make svideo1 and composite2 work at the sametime?
[18:25:07] iamlindoro: You don't
[18:25:29] iamlindoro: There is *one* encoder on that card-- by definition it will accept *one* input at any given time
[18:25:46] Gibby: I can watch svideo0 and digital TV at the same time
[18:26:09] iamlindoro: because digital TV doesn't use the analog tuner
[18:26:21] iamlindoro: the HVR-1600 is an analog tuner/encoder and a digital encoder
[18:26:33] iamlindoro: you can use 1 digital + 1 analog at a time
[18:26:48] iamlindoro: s/digital encoder/digital tuner/
[18:27:22] iamlindoro: but you cannot use two analog input concurrently
[18:27:31] Gibby: ugh, so what is the purpose of the extender card
[18:27:51] iamlindoro: to give you additional input *types*
[18:28:31] devinheitmueller: Gibby: the extender is so you can toggle between different inputs – it doesn't let you capture on them at the same time.
[18:28:45] Beirdo: you can hook both up, and put them in an input group (both svideo and composite) with different sources, and it should let you schedule on either
[18:28:52] Beirdo: but not both simultaneously
[18:29:16] Gibby: hmm damn, any one need an extender for one? brand new, just got it in the mail
[18:29:43] Beirdo: heh
[18:29:45] Beirdo: nope.
[18:29:48] wagnerrp: Gibby: if you need more analog inputs, get another 1600, or an old 150/500, or replace it with a 2250
[18:29:57] Beirdo: I like my 2250 :)
[18:30:45] Gibby: problem is I use a 2U rack mount server, PCI slots are limited
[18:30:49] Gibby: and no PCI-e slots
[18:31:08] Beirdo: heh
[18:31:33] Beirdo: sounds like a limited usefulness box to me
[18:32:34] Gibby: not really, I have a riser card I can use for it so it gives me 3 PCI slots... only need analog for limited time till my ISP goes under, they filed for bankruptcy
[18:33:03] Beirdo: non-sequiter city
[18:34:10] Gibby: huh?
[18:35:05] Beirdo: analog capture -> ISP?! that makes no sense to the average human
[18:35:39] RockHound (RockHound!~quassel@d031248.adsl.hansenet.de) has joined #mythtv-users
[18:35:57] Gibby: my ISP provides me DirecTV via MFH3
[18:36:31] Beirdo: uh huh. I see
[18:36:43] Gibby: heard ATT is already at the end of my street with Uverse waiting
[18:36:50] Gibby: and Time Warner
[18:37:26] marc_us: Gibby: I wish I had an option other than TWarner
[18:38:01] Gibby: marc_us: time warner is better than what I have now, had them in Charleston
[18:38:17] Gibby: what is a good price for a used PVR-150?
[18:38:42] Beirdo: !url lmgtfy used PVR-150
[18:38:42] MythLogBot: lmgtfy: http://lmgtfy.com?q=used%20PVR%2D150
[18:38:58] skd5aner: hehe, you added lmgtfy to the bot?
[18:39:06] awalls: Nice.
[18:39:07] Beirdo: yup :)
[18:39:07] Gibby: lol
[18:39:42] Gibby: so google shopping first result is $65 for the pvr-150, doesn't sound to good
[18:39:43] awalls: Gibby: yeah, there's only one analog signal decoder on the HVR-1600.
[18:39:43] skd5aner: I hate TWC, but... I also hate comcast
[18:40:02] skd5aner: I really don't like any provider that I've ever had
[18:40:14] Beirdo: I wish I had Comcast in addition to OTA and DirecTV
[18:40:21] Beirdo: must... record... more... :)
[18:40:32] skd5aner: you got 4 STBs?
[18:40:33] awalls: (Or on most capture cards)
[18:40:39] Beirdo: having 11 encoders just ain't enough
[18:41:06] skd5aner: This fall, I've realized that I'm a bit oversaturated with content right now
[18:41:12] Gibby: humph, might just get rid of them now and the hvr-1600 and just get 2 hdhomerun duals
[18:41:12] Beirdo: skd5aner: 3 DirecTV boxes (1 HD) plus antenna
[18:41:15] skd5aner: decided not to go beyond some pilots
[18:41:19] awalls: Streaming to the neighbors' homes Beirdo?
[18:41:22] Beirdo: nope
[18:41:24] Beirdo: all for me
[18:41:47] Beirdo: dual channel HD Homerun + HVR-2250 + HDVPR
[18:41:48] kshots_work: multiplex the streams into one output so you can watch all 11 at once?
[18:41:52] Beirdo: HDPVR rather
[18:42:05] Beirdo: I can only record on a max of 9 at a time
[18:42:28] rossand (rossand!~aross@173.243.47.194) has joined #mythtv-users
[18:42:49] skd5aner: are you counting multiplexed virtual tuners?
[18:42:51] Beirdo: the HVR-2250 is 6 of the encoders (2 ATSC w/ multirec = 4... 2 analog connected to DirecTV boxes)
[18:42:56] Beirdo: yes
[18:42:56] skd5aner: cause I don't think that counts (in my opinion)
[18:43:02] Beirdo: sure it does
[18:43:18] Beirdo: when you record using multirec, why doesn't it?
[18:43:20] skd5aner: well, it "counts" because it works – but doens't really "count"
[18:43:21] skd5aner: :P
[18:43:22] awalls: DTV isn't using encoders at the capture card
[18:43:35] awalls: It doesn't count! :)
[18:43:47] Beirdo: yeah, but they are listed as "encoders" as far as MythTV is concerned
[18:44:08] skd5aner: yea, but only if everything is capable of being recorded on the multiplexes
[18:44:10] kshots_work: heh, if that's the case, I can count my analog inputs on my HD 5500's, making my total recording capability up to 5 at once... if you don't take into account that the HD 5500 can't do analog recording properly :)
[18:44:20] Gibby: ugh stupid human performance meetings
[18:44:33] Beirdo: kshots_work: if it doesn't work, it doesn't count :)
[18:44:35] wagnerrp: kshots_work: what? the 5500 doesnt do analog, its digital?
[18:44:50] wagnerrp: ermm... that was a statement
[18:45:01] awalls: As opposed to inhuman performance meetings?
[18:45:02] kshots_work: wagnerrp: It has analog capability, but it doesn't encode
[18:45:18] skd5aner: I mean, I've got 7 active encoders (11 if you count what's not hooked up) in physical alone, I'm sure I could easily bump that number up to 40 if I wanted ;)
[18:45:26] ** wagnerrp rejects the existence of framegrabbers **
[18:45:33] Beirdo: oooh, my second storage group has nearly caught up with the first... soon I'll be recording to both
[18:45:38] wagnerrp: digital only you say?
[18:45:52] Beirdo: wagnerrp: you are a silly boy :)
[18:45:54] Beirdo: I like it
[18:46:00] ** awalls wonders if wagnerrp's reality distortion field experiment will actually work **
[18:46:45] jan2600 (jan2600!~jan@ip-83-134-111-111.dsl.scarlet.be) has joined #mythtv-users
[18:46:48] RockHound (RockHound!~quassel@d031248.adsl.hansenet.de) has quit (Ping timeout: 245 seconds)
[18:47:09] Gibby: awalls: human performance as in goones that don't know how to do stuff properly and cause outages/impact to our customer
[18:47:16] Beirdo: I'm gonna have to dig out my old framegrabber just to collapse wagnerrp's bubble
[18:47:37] ** wagnerrp puts up fingers in a cross **
[18:47:45] awalls: Gibby: Ah, we call that Team Software Process where I have worked
[18:47:45] wagnerrp: away with ye, evil demon
[18:47:50] Beirdo: and to be a real twit, I should find a way to run it on an Atom box
[18:47:51] Beirdo: hehe
[18:48:16] skd5aner: the clouds outside are moving in both directions
[18:48:20] skd5aner: is this the end of days?
[18:48:29] Beirdo: nah, I think it would be more fun to fling it onto an interstate
[18:48:30] kshots_work: skd5aner: up and down?
[18:48:38] skd5aner: north AND south
[18:48:44] wagnerrp: sounds more like tornados brewing
[18:48:52] skd5aner: clear skies, white clouds
[18:48:53] marc_us: skd5aner: Nah, just that there is a mexican restaurant underneath
[18:49:06] Beirdo: skd5aner: you ripped a really nasty one did ya?
[18:49:07] Gibby: we had some funky clouds today too
[18:49:16] marc_us: Excuse my gas
[18:49:23] Gibby: What does OOPS stand for?
[18:49:32] Beirdo: even the clouds want to escape.
[18:49:33] awalls: Just that.
[18:49:34] wagnerrp: got any context?
[18:49:40] skd5aner: I actually went out and took a 60 second movie of it with my digicam
[18:49:52] marc_us: I think some context just passed with my gas
[18:49:59] skd5aner: had to use trees as a focal point to make sure I wasn't crazy
[18:50:05] Gibby: Outside Of Procedures, Parameters or Processes, Stop
[18:50:06] wagnerrp: Out Of Poop Shoot
[18:50:14] skd5aner: clouds moved left... and yup, clouds moved right
[18:50:16] jan2600: Has anyone seen this before: I use DVB-S and on 1 transponder, the video and audio is out of sync in all channels on all frontends since 2 days. Old recordings play fine. The recorded mpg file however does play fine in mplayer...
[18:50:19] wagnerrp: otherwise known of 'i pulled that one out of my ass'
[18:50:34] Beirdo: hehe
[18:50:35] kshots_work: jan2600: There's your problem, you're using transponders
[18:50:52] marc_us: wagnerrp: please replace it promptly
[18:50:52] Beirdo: why does oops have to stand for anything?
[18:51:12] skd5aner: +1
[18:51:54] jan2600: kshots_work: not much choice since it's DVB-S... I just don't get why it's screwed up myth while there's nothing wrong with the received mpg file...
[18:52:05] marc_us: OOPS (Oh Oh, Problems in Sequence)
[18:52:22] kshots_work: Which frontends are you using? I know the PS3 had some out-of-sync issues with some formats (h-264, for instance)
[18:52:27] JascoOnoke (JascoOnoke!~JAC@bas10-ottawa23-2925021386.dsl.bell.ca) has joined #mythtv-users
[18:52:53] ** Beirdo scratches his head **
[18:53:07] Gibby: !help
[18:53:13] Gibby: !list
[18:53:20] marc_us: kshots_work: For that matter, I can't get my PS3 to play sound with HDPVR recordings
[18:53:20] Beirdo: !trout Gibby
[18:53:20] ** MythLogBot slaps Gibby with a trout on behalf of Beirdo... **
[18:53:26] Beirdo: hehe
[18:53:41] kshots_work: marc_us: HDPVR recordings work fine with the PS3, as long as you don't transcode them
[18:53:49] kshots_work: the moment you transcode them, the audio drops out
[18:53:56] Gibby: ok understand that, but hwo did you send the scratches your head?
[18:54:10] marc_us: kshots_work: no transcoding that I'm aware of... just the standard myth recodings
[18:54:27] awalls: Why isn't !lmgtfy in the output of !list?
[18:54:30] kshots_work: marc_us: Are you sure you don't have your backend set to automatically transcode your recordings?
[18:54:33] jan2600: kshots_work: VIA epia mini-itx, Zotac someting with a core2 duo and my laptop, also core2 duo..
[18:54:49] marc_us: kshots_work: correct
[18:55:10] JascoOnoke (JascoOnoke!~JAC@bas10-ottawa23-2925021386.dsl.bell.ca) has left #mythtv-users ()
[18:55:11] marc_us: I have enough storage for the moment
[18:55:19] jan2600: kshots_work: my files are all MPEG2 TS
[18:55:23] ** iamlindoro uses custom actions for the amusement and confusion of Gibby **
[18:55:27] kshots_work: marc_us: Hrm... /me wonders if sony released another firmware update to screw that up... I'm still on 3.15
[18:55:32] Beirdo: awalls: it's in !url
[18:55:41] Beirdo: !url – list
[18:55:41] MythLogBot: faq google linuxtv lmgtfy log logs nocablecard overscan tuners upnp wiki
[18:55:42] awalls: Doh.
[18:55:45] Gibby: :?
[18:55:58] marc_us: I don't even know what firmware is in these boxes since I borrowed a lap top to update them. I have two
[18:56:14] marc_us: OH PS3 update
[18:56:16] marc_us: sorry
[18:56:41] ** awalls shuffles back to work wondering if Gibby will google for an IRC FAQ **
[18:56:46] bmidgley2 (bmidgley2!~brad@141.sub-75-196-202.myvzw.com) has quit (Ping timeout: 272 seconds)
[18:56:46] unenana (unenana!~unenana@212-198-248-35.rev.numericable.fr) has joined #mythtv-users
[18:56:47] marc_us: kshots_work: the ps3 plays my transcoded files just fine.
[18:57:02] kshots_work: marc_us: Including audio?
[18:57:08] marc_us: Yeah
[18:57:26] marc_us: whether the source was mpg from a hdhr or the hdpvr
[18:57:27] kshots_work: marc_us: Ok... I'm confused. You were saying it doesn't play your recordings, but now it does?
[18:57:35] Gibby: !url lmgtfy irc faq
[18:57:35] MythLogBot: lmgtfy: http://lmgtfy.com?q=irc%20faq
[18:58:02] jan2600: kshots_work: Since it went wrong on all three at the same time, I suspect something on the backend. I did do some upgrades, but not mythtv.
[18:58:05] marc_us: If I transcode a file for use on other players and smaller files xvid for example, they play fine
[18:58:46] kshots_work: marc_us: Ah, ok – you went the xvid transcode route. Personally, I just gave up utilizing the PS3
[18:58:46] marc_us: These would be in essence no longer "recordings" but now simply encoded xvid files
[18:59:00] wagnerrp: marc_us: if you use the internal transcoder, the PS3 does not play the PS files from a lossless transcode, or the nuvs from a lossy transcode
[18:59:07] unenana (unenana!~unenana@212-198-248-35.rev.numericable.fr) has quit (Client Quit)
[18:59:35] kshots_work: Yeah, I didn't want to go lossy with an xvid transcode – it was lossless or nothing for me
[19:00:25] marc_us: kshots_work: Agreed, I don't try to use it for that but for other reasons. It keeps loosing the dlna server connection and it's unreliable
[19:01:18] wagnerrp: marc_us: what is?
[19:01:38] kshots_work: jan2600: In your case, you say your 2-hour old recordings work fine, but your fresh ones don't... if you wait 2 hours, does it become your 4-hour old recordings working fine and before that point you have issues, or is it always at the 2 hour mark?
[19:02:02] marc_us: wagnerrp: Plays my HD HR ts files just fine. I've made the same discovery and don't try to use the ps3 as a player anymore because of the expanding library of HDPVR content and other issues such as the unit dropping connection to the dlna server
[19:02:45] marc_us: wagnerrp: The PS3 looses it's dlna connection with the mythbackend very frequently
[19:02:47] wagnerrp: are you on an unreliable network? wireless?
[19:03:11] wagnerrp: ive not used the upnp server since 0.21, but i never had any trouble with it back then
[19:03:40] bmidgley2 (bmidgley2!~brad@254.sub-75-220-4.myvzw.com) has joined #mythtv-users
[19:03:40] marc_us: A reliable albiet wireless network but I noticed the same behavior with it directly wired.
[19:04:00] Beirdo: !parrot wagnerrp
[19:04:00] ** MythLogBot dislodges the parrot from the shoulder of wagnerrp on behalf of Beirdo... **
[19:04:02] Beirdo: hehehe
[19:04:04] Beirdo: there
[19:04:08] marc_us: It also looses other DLNA servers so I don't chalk it up to anything other than the PS3
[19:04:08] jan2600: kshots_work: no, all my recordings since yesterday (on those channels) are having the problem. I doesn't go away over time.
[19:05:08] kshots_work: jan2600: Any software changes since that point?
[19:05:09] ** awalls never knew wagnerrp was a pirate **
[19:05:24] ** wagnerrp never knew wireless was considered reliable **
[19:05:39] marc_us: A popcorn hour A-100 works just fine as a player for my daughters. I set up a script to create symlinks every half hour with cron
[19:05:41] Beirdo: awalls: was just testing :0
[19:05:49] kshots_work: wireless is reliable enough for TCP bulk transfers
[19:05:53] awalls: Aye.
[19:05:54] wagnerrp: awalls: parrot, because i keep repeating the same thing... 'stop using wireless'
[19:06:02] awalls: lol
[19:06:02] marc_us: For my purposes, it's just fine
[19:06:05] jan2600: kshots_work: Possibly.. I did update quite some stuff, but not mythtv and the server was not restarted.
[19:06:09] wagnerrp: kshots_work: its good enough for transfers with no time constraints
[19:06:15] wagnerrp: it is not good enough for time critical tasks
[19:06:18] wagnerrp: such as streaming video
[19:06:21] Beirdo: !parrot mailing-list-user ripping rented DVD
[19:06:21] ** MythLogBot points at mailing-list-user and says "Nice ripping rented DVD parrot you got there!" on behalf of Beirdo... **
[19:06:26] jan2600: kshots_work: Could it be that generating the value for the recordedseek table are wrong ?
[19:06:27] Beirdo: heh
[19:06:28] bmidgley2 (bmidgley2!~brad@254.sub-75-220-4.myvzw.com) has quit (Client Quit)
[19:06:30] wagnerrp: you can, and will, drop connection occasionally
[19:06:46] wagnerrp: at which point you will run out of network buffer, and your playback will stall
[19:07:06] iamlindoro: seektable has nothing to do with sync
[19:07:13] awalls: In my home turning on the microwave oven jams most wireless receivers
[19:07:14] kshots_work: wagnerrp: I'm not defending wireless for video playback :) I couldn't coax my PS3 to even begin to use wireless for HD playback
[19:07:18] marc_us: wagnerrp: You know it's odd you would say that because when it would loose the dlna server was when it was just at the content menu and not while playing. Interesting
[19:07:19] jan2600: ah ok
[19:07:23] awalls: (Time for a new microwave...)
[19:08:00] awalls: Or maybe it just jams the access point.
[19:08:06] wagnerrp: awalls: sounds like you need one of those 800MHz industrial ones
[19:08:31] awalls: That'll mess with the ancient cordless phone won't it? ;)
[19:08:48] wagnerrp: sure, if youve still got one in that band
[19:08:49] Beirdo: we don't support ancient cordless phones :)
[19:08:54] wagnerrp: on your third replacement battery pack now?
[19:08:55] kshots_work: awalls: Not if you use a smoke signals phone
[19:08:59] awalls: My microwave does.
[19:10:36] awalls: I suppose I could just get an 802.11a capable router. More fun than buying a microwave.
[19:10:51] kshots_work: your microwave likely operates at 2.4 GHz. A smoke signals phone usually operates at 0.2–0.8 Hz
[19:11:24] awalls: kshots_work: Plus I get to light fires with a smoke signals phone. :)
[19:11:32] kshots_work: exactly! :)
[19:11:46] wagnerrp: kshots_work: actually, smoke signals usually operate around 500THz
[19:12:04] awalls: I think he was thinking of using OOK
[19:12:14] Gibby: snagged a pvr for under $30 on ebay.. hopefully it works
[19:12:18] kshots_work: wagnerrp: That would be one tired guy with a blanket :)
[19:12:20] Gibby: pvr-150 i meant
[19:12:23] drindt (drindt!~drindt@6.106.113.82.net.de.o2.com) has quit (Quit: Mary had a little Segmentation fault)
[19:12:29] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has joined #mythtv-users
[19:13:00] wagnerrp: remember, were talking about the carrier frequency here, not the signaling frequency
[19:13:04] kshots_work: Gibby: Didn't know you were looking... I've got a couple PVR 150's I can't use anymore
[19:13:14] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Remote host closed the connection)
[19:13:29] wagnerrp: in the case of smoke signals, the carrier frequency would be visible light
[19:13:36] Beirdo: hehehe
[19:13:40] Gibby: kshots_work: o well, checked on ebay, looks like most were going for around $30, i only need it for a couple months at most
[19:13:52] Beirdo: we are such a bunch of smart-alecs today :)
[19:14:11] Gibby: time for more beer and to finish my fence
[19:14:11] ** kshots_work liked the image of a really fast indian better :) **
[19:14:43] ** awalls is thinking of adding smoke signals as an example to http://en.wikipedia.org/wiki/On-off_keying **
[19:14:52] wagnerrp: one of these guys? http://www.imdb.com/title/tt0412080/
[19:15:51] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users
[19:15:53] RagingMind: I'm not sure if my pvr250 is dying or if my mobo is :(
[19:16:33] awalls: Take out all the PCI cards, blow out all the dust from the slots, reseat the cards.
[19:17:13] wagnerrp: http://4.media.bustedtees.cvcdn.com/5/5/buste . . . 2bb8fb1e.gif
[19:17:34] ** awalls grins **
[19:17:43] kshots_work: What is that? An SD card?
[19:17:51] wagnerrp: what?
[19:17:51] awalls: Kids today.
[19:17:56] kshots_work: lol, j/k
[19:17:56] wagnerrp: seriously?
[19:18:08] ** kshots_work likes making people feel old **
[19:18:09] awalls: When I was your age we had Atari 2006's and we liked 'em!
[19:18:24] awalls: /2600's/
[19:18:38] ** kshots_work actually had an atari 800 when he was 5 **
[19:18:51] kshots_work: ... so I have no excuse for not knowing what an NES is, by a long shot :)
[19:19:35] awalls: I had a TI-99–4A when I was 9. </oneupmanship>
[19:19:41] wagnerrp: so what do you think caused them to name the 2600 the 2600...
[19:20:02] kshots_work: they figure you wouldn't need anything better until the year 2600
[19:20:03] awalls: Dunno; code name was Stella IIRC
[19:20:25] wagnerrp: completely arbitrary, or a reference to the AT&T long distance signaling tone?
[19:21:06] RogerM (RogerM!~chatzilla@212.247.248.179) has joined #mythtv-users
[19:23:27] awalls: wagnerrp: The most trusted name in research has the answer: http://en.wikipedia.org/wiki/Atari_2600 second paragraph
[19:24:45] RockHound (RockHound!~quassel@d031248.adsl.hansenet.de) has joined #mythtv-users
[19:29:40] marc_us: How about the Odyssey^2?
[19:31:09] marc_us: kshots_work: I had an 800 as well
[19:33:03] kshots_work: The 800 was so much more useful... you could actually write stuff for it
[19:33:31] kshots_work: _and_ it had cartidges, too, if you insisted on not waiting 10–15 minutes for your games to load off the floppies
[19:34:07] stuartm (stuartm!~gbee@cpc2-derb9-0-0-cust259.8-3.cable.virginmedia.com) has quit (Ping timeout: 252 seconds)
[19:34:13] gbee is now known as stuartm
[19:36:11] ** awalls remembers loading games off audio cassette tape for the TI-99–4A **
[19:36:48] ** wagnerrp 's first console was a PS3 **
[19:38:07] wagnerrp: we had an old astrocade, but it burned up before i remember ever using it
[19:38:58] kshots_work: I had a few tape-based games on my C-64. Actually took quite a bit to acquire, and wasn't anywhere near as exciting as I thought it would be at the age of 10 :)
[19:39:50] kshots_work: Didn't give anywhere near as much of an indicator of what was going on as the 1541 drive – couldn't tell if it was totally lost or working fine
[19:39:53] Lord_Deathscythe (Lord_Deathscythe!~chris@h142.152.20.98.dynamic.ip.windstream.net) has joined #mythtv-users
[19:40:03] rsiebert (rsiebert!~quassel@e179132192.adsl.alicedsl.de) has joined #mythtv-users
[19:40:50] awalls: I just used an old cassette recorder we had. Turn up the volume and listen to the sound of FSK. :P
[19:41:04] kshots_work: heh
[19:41:06] ghoti (ghoti!~paul@h.int.org) has quit (Ping timeout: 272 seconds)
[19:41:23] kshots_work: I never was sure which one was supposed to be more reliable... I stored basic code on both the floppies and on tape
[19:41:44] awalls: Tape stretches. Floppies should have been better.
[19:42:11] devinheitmueller: awalls: tape has fewer head alignment problems.
[19:42:22] awalls: Tape player speed vary as well.
[19:42:30] awalls: devinheitmueller: yeah good point.
[19:42:52] jan2600: kshots_work: I think I've found something. With all debugging enabled on the frontend, there's a gazillion of these in the log: [mpegts @ 0xb5362020]invalid dts/pts combination
[19:44:05] Lord_Deathscythe (Lord_Deathscythe!~chris@h142.152.20.98.dynamic.ip.windstream.net) has quit (Client Quit)
[19:44:26] awalls: DVB-S? Problem at the source or you're dropping packets I'd guess.
[19:45:10] jan2600: Indeed DVB-S. The file does play fine in mplayer though
[19:45:23] kshots_work: I think I actually had one program (a self-written backup program) that I think I had to use on tape, because I hadn't mastered the art of causing basic programs to "wait for input" so I could load another disc in... with the tape, I could assign one drive to read, one drive to write, and one tape drive to execute a program on
[19:45:55] awalls: Some players handle bad streams better than others.
[19:46:37] awalls: Try to dig up a program that analyzes your recorded TS files for errors. Take the players out of the equation.
[19:47:02] devinheitmueller: awalls: if anybody happens to know of such an app, I would be interested.
[19:47:18] awalls: dvbsnoop has some level of decoding.
[19:47:33] awalls: IIRC
[19:47:52] devinheitmueller: I think I looked at dvbsnoop at one point, and I don't remember it having any sort of error analysis.
[19:48:00] devinheitmueller: (it was mainly just a decoder)
[19:48:25] awalls: Probably not. I though it would bark if something looked really wrong.
[19:48:30] kshots_work: Rather than taking the players out of the equation, is there a way to get "just" the internal player to play the recordings, without the extra DB stuff (commercial flags and similar)?
[19:48:54] kshots_work: Honestly, his log looks like it's confirming errors – using another tool to confirm the same wouldn't tell us anything
[19:49:14] jan2600: I can try to convert it using a standalone ffmpeg and see if it also reports these errors
[19:49:31] kshots_work: there you go – and see if the internal player has a problem with the converted stream
[19:50:07] devinheitmueller: I'm pretty sure ffmpeg's analysis is minimal. I don't think it will even show you TEI or discontinuities.
[19:50:24] jan2600: ffmpeg does report the same thing: [mpegts @ 0x9ffa420]invalid dts/pts combination / Last message repeated 125 times
[19:50:54] awalls: kshots_work: True. When realigning the dish or fixing cable runs, he should probably be just using femon anyway- not MythTV
[19:53:01] jan2600: I'm pretty sure there's nothing wrong with the dish. Other transponders are received without any problems. It's just the channels in this 1 transponder which have issues
[19:53:30] awalls: So what does femon report for unc or ber?
[19:54:53] awalls: (Those numbers may only be valid if you have a lock – no guarantees when in the unlocked state)
[19:55:29] kth1 is now known as kth
[19:55:36] jan2600: I get an error: Problem retrieving frontend information: Operation not supported
[19:55:50] jan2600: and then: status CVYL | signal 0% | snr 0% | ber 0 | unc 2 | FE_HAS_LOCK
[19:56:18] awalls: What DVB-S card do you have?
[19:57:00] awalls: (Not reporting status is linux driver lameness)
[19:57:08] n0tk (n0tk!~n0tk@216.160.42.30) has joined #mythtv-users
[19:58:03] jan2600: TechnoTrend S2–3200
[19:58:41] jan2600: lspci reports: Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
[20:00:38] thefRont (thefRont!xelerator@suffers.from.internal-bleeding.de) has joined #mythtv-users
[20:01:45] Hylas (Hylas!~Hylas@220-253-176-164.NSW.netspace.net.au) has quit (Ping timeout: 265 seconds)
[20:02:37] Hylas (Hylas!~Hylas@220-253-176-164.NSW.netspace.net.au) has joined #mythtv-users
[20:03:37] esperegu (esperegu!~quassel@145.116.15.244) has quit (Read error: Connection reset by peer)
[20:06:53] awalls: Hmm. Looking at the driver code I can't find where exactly that card is supported. What DVB frontend is reported in demsg when the card isiniitalized?
[20:08:47] awalls: It probably doesn't matter. I'm just going to look at the DVB frontend driver code and confirm that it can't report status about the signal.
[20:09:01] jan2600: Hmm. This machine has an uptime of 186 days, that part is long gone from dmesg. The driver used is stb6100. I can try to rmmod and modprobe it again
[20:09:22] awalls: No don't do that yet.
[20:11:19] jan2600: There's also stb0899 which is in use
[20:12:43] awalls: The stb6100 frontend driver looks to only support getting the status (i.e. locked or not) :(
[20:13:25] awalls: You'll be unable to tell if you've got uncorrectable blocks when tuning to that transponder.
[20:13:41] cdpuk (cdpuk!~chris@91.84.144.76) has joined #mythtv-users
[20:14:18] awalls: Or if you have a good lock and the TS errors are being induced elsewhere in your system (or at the broadcaster)
[20:14:48] Gibby is now known as Gibby_away
[20:14:56] jamesd_ (jamesd_!~jamesd@adsl-76-229-211-23.dsl.milwwi.sbcglobal.net) has joined #mythtv-users
[20:15:44] jan2600: ic.. There was something weird before this all happened, all those channels suddenly where FTA for about a day.
[20:16:14] awalls: The device with the stb0899 should be able to report signal status.
[20:17:25] jan2600: I guess that one is used for DVB-S2
[20:18:24] sraue_ (sraue_!~stephan@178-191-148-100.adsl.highway.telekom.at) has joined #mythtv-users
[20:18:28] RockHound (RockHound!~quassel@d031248.adsl.hansenet.de) has quit (Ping timeout: 272 seconds)
[20:19:59] bmidgley2 (bmidgley2!~brad@c-76-27-89-77.hsd1.ut.comcast.net) has joined #mythtv-users
[20:21:53] sraue (sraue!~stephan@93-82-19-245.adsl.highway.telekom.at) has quit (Ping timeout: 276 seconds)
[20:23:09] RogerM (RogerM!~chatzilla@212.247.248.179) has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716])
[20:23:46] sraue_ is now known as sraue
[20:25:38] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B226ABE.dip.t-dialin.net) has joined #mythtv-users
[20:32:37] kshots_work (kshots_work!a08e0110@gateway/web/freenode/ip.160.142.1.16) has quit (Quit: Page closed)
[20:32:42] jan2600: awalls: I tried tuning to a DVB-S2 channel, but I still get the same results in femon..
[20:33:21] jan2600: oops; not the same: status C YL | signal 05aa | snr 0026 | ber 00000000 | unc 00000002 | FE_HAS_LOCK
[20:33:49] awalls: That could be junk. If you get "Operation not supported"
[20:33:52] jan2600: But it still complains about something not supported.
[20:34:45] awalls: A return -ENOSUPP from the DVB infrastructure; you're looking at junk in the femon output aside from the FE_HAS_LOCK
[20:35:34] awalls: The stb6100 frontend driver won't report signal status to you, aside from the lock status. IT does not matter what transponder you tune that device to.
[20:35:50] sebrock (sebrock!~sebrock@hd5b90669.selukra.dyn.perspektivbredband.net) has quit (Remote host closed the connection)
[20:36:01] awalls: You're plan of attack is probably as follows:
[20:36:18] awalls: Try and find a player that is happy with the recordings with errors
[20:36:20] jan2600: strace shows that femon does 5 ioctls. The last one always returns -ENOSUPP...
[20:36:37] jan2600: done: mplayer
[20:38:04] awalls: Hmm. Time to verify which frontend that card is using. Did /var/log/messages log that card being initiailized?
[20:39:04] jan2600: Very likely but logrotate already cleaned it up...
[20:39:18] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users
[20:39:59] awalls: OK. kill all the userspace apps that might have that card open and modprobe -r and modporbe the main driver module for that card.
[20:40:10] awalls: That should log what frontend is in use.
[20:40:24] awalls: (Sorry I'm very unfamiliar with this card)
[20:40:46] jan2600: willd o
[20:40:51] jan2600: will do...
[20:42:37] jan2600: saa7146: register extension 'budget_ci dvb'.
[20:43:00] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B226ABE.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[20:43:57] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[20:46:01] awalls: Ah, the budget-ci driver attached both the stb0899 and stb6100 for the TT S2 3200
[20:46:09] awalls: /attaches/
[20:46:27] Laughing_Elephan (Laughing_Elephan!~Laughing_@c-71-62-234-137.hsd1.va.comcast.net) has joined #mythtv-users
[20:46:29] jan2600: Yep, that happens a few lines further down the road
[20:46:32] awalls: the STB0889 is the demodulator
[20:46:36] Laughing_Elephan: hello all
[20:47:07] awalls: (Er I think.)
[20:47:08] Laughing_Elephan: i was wondering if anyone with more know-how than I have could help me out with getting my ubuntu box setup with mythtv
[20:47:24] awalls: Anyway, when you let femon run, does it continuously display status
[20:47:26] awalls: ?
[20:47:33] wagnerrp: Laughing_Elephan: this channel is for specific questions
[20:47:37] awalls: /continually/
[20:47:38] wagnerrp: try to follow the documentation first
[20:47:45] jan2600: Yes, but it gives an error before each report
[20:47:51] wagnerrp: if you get stuck on something, or dont understand the wording, go ahead and ask
[20:48:03] awalls: Do they parameters in each report change occasionally, but slightly?
[20:48:08] awalls: /the/
[20:48:37] awalls: Or change every once in a while (i.e. don't look like the same values all the time?)
[20:49:02] Laughing_Elephan: i've been through the docs...i'm trying to follow the step to just test my card using mplayer, and when I try to scan one of the frequencies, it just says tune failed...and when I try to add the channels in the myth backend it finds the guide info, but when i go to watch tv it says please wait and just returns me to the main menu
[20:49:49] wagnerrp: failure to record is generally something set up incorrectly
[20:50:00] wagnerrp: check your backend logs to see what it is reporting is wrong
[20:50:44] jan2600: awalls: Yes, when not using human readable output, signal and snr do drift a bit: signal 00eb | snr 007c
[20:51:03] jan2600: it goes up and down with 1 every now and then
[20:51:41] awalls: Anyway jan2600, so If you believe that femon is reporting good status, you should see errors if unc increases, or ber is non-zero
[20:52:25] awalls: Watch a live stream with in mplayer and look for mplayer to gripe corresponding to a change in unc or ber.
[20:52:34] jan2600: ber is always 0 and unc is always 2 it seems..
[20:52:36] Beirdo: unc unc unc ;)
[20:53:03] awalls: unc will likely grow when you get a ber reading
[20:53:16] Laughing_Elephan: ah my backend log says there's no valid capture cards installed
[20:53:37] wagnerrp: Laughing_Elephan: you have your card defined in step two of mythtv-setup?
[20:53:50] awalls: IF you get mplayer griping whith no change in ber or unc, then the errors are coming from the broadcaster or are being generated in your system (dropping packets)
[20:53:51] wagnerrp: im not sure how you would have scanned if you didnt do that
[20:54:00] Laughing_Elephan: i believe so...that's what i thought too
[20:55:02] awalls: If the mplayer gripes correspond to unc or ber, then you know it's signal fades causing the errors.
[20:55:44] Laughing_Elephan: it says there's no capture cards defined in the database. is there anyway i can rerun the myth-tv setup?
[20:56:18] wagnerrp: yes, run 'mythtv-setup'
[20:56:22] sraue (sraue!~stephan@178-191-148-100.adsl.highway.telekom.at) has quit (Quit: www.openelec.tv - get the smallest XBMC Distro)
[20:57:02] wagnerrp: note that any changes you make while in there will not take effect until you restart your backend
[20:57:20] awalls: jan2600: obviously the actions you can take depend on if the error noted by the player correspond to signal fades or not.
[20:57:49] awalls: If not caused by signal fades, your options for corrective action are probably limited
[20:59:12] Laughing_Elephan: how can you tell if something's not setup right? i have four cap. cards: v4l, dvb, mjpeg, and go7007...
[20:59:14] hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has quit (Read error: Connection reset by peer)
[20:59:28] hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users
[20:59:40] wagnerrp: no, those are four types of cards
[21:00:14] wagnerrp: you compiled mythtv yourself? you didnt use the mythbuntu packages?
[21:00:45] wagnerrp: what card do you have?
[21:00:54] Laughing_Elephan: v4l: /dev/video0, dvb: /dev/dvb/adapter0/frontend0, mjpeg: /dev/video0, GO7007: /dev/video0
[21:01:02] Laughing_Elephan: i used the install packages that come with ubuntu
[21:01:08] jan2600: awalls: ok, thanks a lot for your help!
[21:01:35] wagnerrp: did you just go through each type, and create one?
[21:01:39] wagnerrp: what card do you have?
[21:01:42] awalls: np. Sorry for the sometimes circuitous questions
[21:01:48] Laughing_Elephan: i have a hauppauge wintv-hvr 1600
[21:02:16] wagnerrp: the -1600 exposes itself as a dvb card at the node you have listed
[21:02:22] wagnerrp: and as an mpeg card at /dev/video0
[21:02:33] wagnerrp: it is not a v4l card, an mjpeg card, or a plextor card
[21:02:48] wagnerrp: you need to delete all those definitions
[21:02:53] wagnerrp: and add one for an mpeg encoder card
[21:03:16] awalls: Does MythTV still say PVR-xxx card in the pulldown?
[21:03:35] awalls: (qeustion for wagnerrp)
[21:03:37] wagnerrp: i think it has that in parentheses, as example
[21:04:00] Laughing_Elephan: mpeg-4 or mjpeg?
[21:04:42] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (Ping timeout: 272 seconds)
[21:04:51] Laughing_Elephan: i also have ivtv mpeg-2, but that says failed to open in the probed info
[21:05:13] wagnerrp: yeah, 'IVTV MPEG-2 encoder card', thats the one you want
[21:05:17] awalls: HVR-1600 is MPEG-2
[21:05:49] Laughing_Elephan: ok that's what a friend told me, but what do i do about the failed to open?
[21:06:12] wagnerrp: is mythbackend running?
[21:06:18] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has joined #mythtv-users
[21:06:43] Laughing_Elephan: oh i typed /dev/video0 in and it popped up
[21:06:52] awalls: Type in /dev/video0 as the device node?
[21:07:05] awalls: Oops OK. You did it.
[21:07:19] wagnerrp: it should have autodetected any compatible cards mapped to /dev/videoX nodes
[21:07:27] Laughing_Elephan: so that's the only card type i need?
[21:07:29] awalls: I have a version of MythTV that does the same thing (-0.21)
[21:07:40] wagnerrp: you need that, and the dvb device you already had set up
[21:07:54] wagnerrp: your 1600 is effectively two different cards on one board
[21:08:35] Laughing_Elephan: right...so the mpeg-2 is the analog signal and dvb the digital? or is dvb just over-air hd?
[21:08:53] wagnerrp: mpeg2 is analog, dvb digital, yes
[21:09:06] wagnerrp: remember, digital != hd
[21:09:22] Laughing_Elephan: ok right, just diff. frequencies effectively?
[21:09:44] ** awalls cringes **
[21:10:06] Laughing_Elephan: sorry awalls...im new to the game...
[21:10:21] awalls: It's OK. That's a whole conversation in your one question.
[21:10:40] Laughing_Elephan: got ya...well ill look that up on my own time then if it's not important for the setup
[21:10:57] awalls: It's not usually
[21:11:03] Laughing_Elephan: good deal
[21:11:17] wagnerrp: Laughing_Elephan: no, digital and analog use the same exact frequencies, they just use different encoding
[21:11:45] wagnerrp: what i mean is that there is no such thing as a HD broadcast
[21:11:50] wagnerrp: there is merely a digital broadcast
[21:12:07] wagnerrp: which contains a compressed mpeg stream up to a certain bitrate
[21:12:08] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has quit (Quit: Leaving.)
[21:12:30] wagnerrp: the tuner card doesnt care, and doesnt even know what resolution the video is
[21:12:36] wagnerrp: it just passes the stream onto the tuner
[21:12:50] wagnerrp: hence, its not HDTV, its just digital tv
[21:14:10] Laughing_Elephan: i gotcha i think...so an hd channel just encrypts the encoding so only the cable company's box can access?
[21:14:29] wagnerrp: broadcast ATSC does not allow encryption
[21:14:42] wagnerrp: digital cable can be encrypted, such that only a device with a cablecard can access it
[21:15:15] wagnerrp: they cable boxes themselves do no encryption, they have a small crypto module installed in them that does everything
[21:15:25] wagnerrp: decryption, rather
[21:15:56] Laughing_Elephan: right, i think i'd learned that part at least in the past
[21:16:18] Laughing_Elephan: so when im setting up the channels i'm looking for atsc broadcast channels?
[21:16:36] wagnerrp: do you have your card plugged into an antenna, or the cable line?
[21:16:42] Laughing_Elephan: cable line
[21:17:02] wagnerrp: then you will be scanning for ntsc analog cable, and qam256 digital cable
[21:17:42] wagnerrp: you will not likely be able to receive anything more than the local broadcast channels over digital cable
[21:18:00] wagnerrp: you can check ahead of time what you should get by looking at the channel lineups on the silicondust.com website
[21:20:01] wagnerrp: also, you shouldnt be scanning analog anyway
[21:20:20] wagnerrp: its much simpler to pull an analog cable lineup from your schedules direct account
[21:21:23] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 245 seconds)
[21:23:07] Laughing_Elephan: ok, so the next step would be to go through my input connections that use my cable (mpeg:tuner1 and DVBInput) and getting listings info from schedules direct
[21:23:32] wagnerrp: something like that
[21:23:43] wagnerrp: (been years since ive actually set them up)
[21:24:22] Laughing_Elephan: gotcha
[21:24:53] Laughing_Elephan: once i have the listings setup, though, do I do the channel scan option? does that validate the listings?
[21:25:08] wagnerrp: you pull the lineup for analog cable, and thats it
[21:25:28] wagnerrp: digital cable, you will need to scan the channels, and then individually match them up with the xmltvids you can get off the schedules direct website
[21:26:02] Laughing_Elephan: ok...so if i go to my frontend my analog should work now?
[21:26:30] wagnerrp: if youve pulled a lineup, and mapped that source to the tuner input on your analog card
[21:28:09] rmckee (rmckee!~rmckee@20.66.96.58.static.exetel.com.au) has quit (Quit: Leaving)
[21:28:48] Laughing_Elephan: ok, im letting mythfilldatabase run and then ill see if my analog is working
[21:29:05] dashcloud (dashcloud!~quassel@pool-173-49-209-160.phlapa.fios.verizon.net) has joined #mythtv-users
[21:29:05] wagnerrp: go ahead and try now
[21:29:13] wagnerrp: it can run in the background and wont affect the backend
[21:29:27] wagnerrp: the worst that could happen is you end up with livetv recordings with no metadata
[21:29:38] wagnerrp: theyre just marked 'unknown' with a channel id and time
[21:31:09] waxhead (waxhead!~pete@ppp121-45-217-60.lns20.cbr1.internode.on.net) has quit (Quit: Ex-Chat)
[21:32:11] Laughing_Elephan: so i can access those channels from the channel editor?
[21:32:34] wagnerrp: ?
[21:32:52] wagnerrp: the analog channels you imported can be edited in the channel editor, yes
[21:32:57] wagnerrp: just do not change the xmltv id
[21:33:17] ** Beirdo is mentally chuckling about the Arrested Development episode with Tobias' business cards where he mixed analyst and therapist.. and then wondered why his business went downhill **
[21:33:54] Laughing_Elephan: i have a list in my channel editor that has channel number, title, and video source
[21:34:05] cdpuk (cdpuk!~chris@91.84.144.76) has quit (Read error: Connection reset by peer)
[21:34:32] Laughing_Elephan: how can i tell if they're working from the backend though?
[21:35:03] mirak (mirak!~mirak@81-64-223-104.rev.numericable.fr) has joined #mythtv-users
[21:35:06] wagnerrp: ?
[21:35:21] stoffel (stoffel!~quassel@p57B4C42C.dip.t-dialin.net) has quit (Remote host closed the connection)
[21:37:22] Laughing_Elephan: i wanted to check if i could actually tune to those channels in my channel editor, dont i need to go to the frontend for that?
[21:38:06] Laughing_Elephan: also, im getting "could not connect to the master backend server — is it running?is the ip address set for it in the setup program correct?
[21:38:27] wagnerrp: no, mythtv-setup cannot access tuners for diagnostic purposes
[21:38:41] wagnerrp: and you must run 'mythbackend' before you can do anything else
[21:38:44] wagnerrp: it manages all tuners
[21:40:43] Laughing_Elephan: ok...does the mythbackend tend to take a while to start?
[21:40:57] wagnerrp: no more than a few seconds
[21:41:02] wagnerrp: except /you/ have to run it
[21:41:10] wagnerrp: mythtv-setup does not automatically do it for you
[21:41:24] wagnerrp: well... the mythbuntu wrappers might...
[21:41:37] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[21:41:47] Laughing_Elephan: im running it, but not sure if i have to sudo it or something because it keeps pausing for a long time at various points
[21:42:33] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: Connection reset by peer)
[21:42:50] Laughing_Elephan: it paused for a while at 'seem to be woken up by user' and now after saying 'AutoExpire: CalcParams(): Max required Free Space: 1.0GB w/ freq: 15 min'
[21:43:00] tgm4883: wagnerrp, yea, our wrappers stop and start the backend for you when you go into/leave mythtv-setup
[21:45:11] iamlindoro: Laughing_Elephan: What is it you expect it to do? It's running.
[21:45:18] iamlindoro: It pauses when it has nothing to do
[21:45:18] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Client Quit)
[21:45:24] Laughing_Elephan: i just didnt know how long it was supposed to run
[21:45:32] iamlindoro: It's supposed to run forever
[21:45:40] Laughing_Elephan: and i didnt know if the autoexpire was an error
[21:45:42] gaurdro: anyone have experience in solving a hvr-1600 with no sound? sound is configured on the machine, and plays for optical disks but not livetv. I have set the bitrate according to a couple different sources but that doesn't seem to help.
[21:45:44] wagnerrp: it sits in the background, managing your tuners
[21:45:44] rossand (rossand!~aross@173.243.47.194) has quit (Quit: Leaving.)
[21:45:53] wagnerrp: your frontend connects to it to access the tuners
[21:46:07] wagnerrp: multiple frontends locally and across the network can connect to it to access the tuners
[21:46:33] Laughing_Elephan: oh ok
[21:46:36] dansushi (dansushi!~dan@147.4.211.193) has quit (Remote host closed the connection)
[21:46:49] wagnerrp: http://mythtv.org/wiki/Executive_Overview
[21:46:54] devinheitmueller (devinheitmueller!~devin@c-71-205-242-159.hsd1.mi.comcast.net) has left #mythtv-users ()
[21:47:31] dansushi (dansushi!~dan@147.4.211.193) has joined #mythtv-users
[21:47:50] Laughing_Elephan: ok now im getting a signal, but it's all static
[21:47:56] ** wagnerrp wonders what devinheitmueller uses for an antenna now that hes no longer under the giant broadcast tower **
[21:47:57] stoth (stoth!~stoth@ool-4572125f.dyn.optonline.net) has quit (Ping timeout: 252 seconds)
[21:48:07] wagnerrp: and a straightened out paper clip jammed in the tuner wont cut it
[21:48:51] iamlindoro: wagnerrp: He's in detroit-- the whole city is a twisted metal carcass capable of TV reception
[21:51:07] Laughing_Elephan: any idea why im just getting static?
[21:51:26] wagnerrp: your cableco no longer offers analog cable?
[21:51:45] gaurdro: make sure you're on a channel that exists as well.
[21:52:11] Laughing_Elephan: im using comcast, and we dont have a digital box
[21:52:23] Laughing_Elephan: and the tv we have this cable split with is working fine
[21:52:58] clever: Laughing_Elephan: try without the cable split
[21:53:02] wylie (wylie!~wylie@ip68-231-108-83.ph.ph.cox.net) has quit (Quit: wylie)
[21:53:12] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[21:53:27] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Remote host closed the connection)
[21:53:38] gaurdro: Laughing_Elephan, is it a light grey static?
[21:53:51] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[21:54:17] Laughing_Elephan: no it was dark grey and had a lot of pixelated colors that would come in and out, but definitely some of the classic snow static too
[21:56:50] Laughing_Elephan: i need to go to a class now, but i'll try that when i get back as that'll disconnect me from the internet anyway
[21:56:50] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: No route to host)
[21:57:48] Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has quit (Remote host closed the connection)
[21:59:35] Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has joined #mythtv-users
[22:00:25] awalls: gaurdro: Does baseband audio in (like audio from a DVD player plugged into the card's inputs)) work on your HVR-1600
[22:00:27] awalls: ?
[22:01:09] gaurdro: I don't know. I'll check.
[22:01:13] awalls: Sometimes the A/V decoder's analog broadcast audio standard detection can go stupid.
[22:01:22] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[22:01:35] awalls: (or more accurately get confused)
[22:03:58] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[22:04:04] KjetilK (KjetilK!~kjetil@cm-84.208.138.230.getinternet.no) has quit (Remote host closed the connection)
[22:04:28] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[22:04:33] KjetilK (KjetilK!~kjetil@cm-84.208.138.230.getinternet.no) has joined #mythtv-users
[22:04:33] awalls: gaurdro: you might also want to try feeding the RF channel 3 output from a DTV STB or a VCR into the tuner and check the audio for that as well.
[22:05:53] awalls: I think the CX23418 not detecting broadcast audio properly is caused by whatever cable companies seem to be doing with their signal nowadays.
[22:06:05] awalls: (just a hypothesis – it needs testing)
[22:06:30] gaurdro: hrm, output from my dvd player doesn't produce audio either.
[22:06:51] awalls: What are you using to play sound?
[22:07:13] inordkuo (inordkuo!~inorkuo@nsc64.16.142-198.newsouth.net) has quit (Quit: Leaving.)
[22:07:23] streeter (streeter!~streeter@nat/redhat/x-qpyekhrdubousmqj) has quit (Quit: Leaving)
[22:07:34] awalls: Or more directly: stop mythvtv and the mythbackend from trying to use the analog side of the card.
[22:08:04] gaurdro: this is mytbuntu 10.04, so I would assume pulseaudio.
[22:08:19] awalls: Then test with more basic utilities: ivtv-tune, v42l-ctl, and mplayer or aplay.
[22:08:51] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 265 seconds)
[22:08:51] jeffery_ is now known as jeffery
[22:08:57] awalls: /v4l2-ctl/
[22:09:34] awalls: Just to make sure you can hear audio from the card.
[22:11:12] Beirdo: heh
[22:11:24] Beirdo: now recording... Scrubs... and... Scrubs
[22:12:16] awalls: !url list
[22:12:16] MythLogBot: No match for keyword list
[22:12:22] awalls: !url – list
[22:12:22] MythLogBot: faq google linuxtv lmgtfy log logs nocablecard overscan tuners upnp wiki
[22:12:38] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: Connection reset by peer)
[22:12:39] awalls: !url lmgtfy Sarah Chalke
[22:12:39] MythLogBot: lmgtfy: http://lmgtfy.com?q=Sarah%20Chalke
[22:14:07] awalls: Unless of course we're recording the new Scrubs.
[22:14:53] dewman: so if I have a bunch of recordings that I want to delete is there a quick way to delete all the recordings rather then one at a time?
[22:15:18] gaurdro: okay so no audio from mplayer -cache 8192 /dev/video0 with dvd player output. but v4l2-ctl sees an audio input called Tuner 1
[22:15:23] dewman: err. ie 60 episodes of days of our lives that I want to delete...
[22:16:34] awalls: v4l2-ctl -n
[22:16:41] Beirdo: I have a friend that looks much like her
[22:16:54] Beirdo: and is about the same age... but born in Toronto, not Ottawa :)
[22:16:58] awalls: v4l2-ctl -i <whatever>
[22:17:25] awalls: If you change to the tuner input then...
[22:17:28] joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has quit (Read error: Connection reset by peer)
[22:17:28] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[22:17:39] awalls: ivtv-tune -t us-bcast -c 7
[22:17:50] awalls: for channel 7 or whatever.
[22:18:16] awalls: Then: aplay -f dat < /dev/video24
[22:18:35] awalls: IIRc correctly to play the Raw PCM data before it gets to the MPEG encoder.
[22:18:43] awalls: /IIRC/
[22:19:39] awalls: If you did select the tuner, make sure : v4l2-ctl --log-status
[22:20:05] awalls: shows that there is a video signal present and that an audio standard was detected and the microcontroller unmuted.
[22:21:06] mirak (mirak!~mirak@81-64-223-104.rev.numericable.fr) has quit (Read error: Connection reset by peer)
[22:21:23] rsiebert (rsiebert!~quassel@e179132192.adsl.alicedsl.de) has quit (Ping timeout: 245 seconds)
[22:23:19] awalls: Beirdo: Toronto Maple Leafs. What's the team in Ottowa?
[22:23:36] awalls: (a bit of a on-sequitor I know)
[22:23:40] awalls: /non/
[22:24:09] Beirdo: Senators
[22:24:25] Beirdo: and I hate the Leafs, I'm a Senators fan :)
[22:24:32] awalls: Huh, guess I haven't watch hockey in a very long time.
[22:24:38] awalls: /watched/
[22:26:49] abqjp (abqjp!~abqjp@97-119-165-177.albq.qwest.net) has quit (Quit: abqjp)
[22:28:01] awalls: gaurdro: I almost forgot: v4l2-ctl -L to check and make sure the mute control isn't set there.
[22:29:20] gaurdro: ah hah, it says no detected audio standard. for the dvd but for cable there's one. it says it's muted for both inputs.
[22:30:19] awalls: When you're using audio/video line in (like for the DVD player) you're not using the audio standard detection microcontroller, so that's OK.
[22:30:51] awalls: Does it detect BTSC mono for cable?
[22:32:04] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: No route to host)
[22:32:26] Twiggy2cents: I have a retarded question. In recording rules, what does it mean if the rule is blue with a blue dot next to it?
[22:32:28] awalls: Honestly, I'd try to get the DVD player audio audible first, since that should reliably work with the HVR-1600 under all circumstances
[22:32:42] Twiggy2cents: I have an active rule that is blue and an supposed to be active rule that is not blue
[22:32:47] gaurdro: yes it does
[22:33:25] awalls: gaurdro: DVD audio is audible throught the HVR-1600?
[22:33:32] awalls: /through/
[22:34:27] mtrax (mtrax!ca2e8f6e@gateway/web/freenode/ip.202.46.143.110) has joined #mythtv-users
[22:34:44] awalls: Or the CX23418's integrate '843 audio decoder detects BTSC mono?
[22:34:50] mtrax (mtrax!ca2e8f6e@gateway/web/freenode/ip.202.46.143.110) has quit (Client Quit)
[22:34:51] awalls: /integrated/
[22:35:05] gaurdro: awalls, not via cable line out of dvd player, nor via audio out -> audio in. but I've never used that ever, so I don't know if the dvd player actually works that way.
[22:35:24] gregl (gregl!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Quit: Leaving)
[22:36:14] Beirdo: ivtv devices are capable of doing VBR, are they now?
[22:36:17] Beirdo: not rather?
[22:36:29] Beirdo: I don't think myth ever tells them to
[22:36:33] awalls: Hmm. Too bad. I trying to determine if you have a System level ALS/Pulse Audio problem, or a problem with the HVR-1600.
[22:36:47] awalls: Berido: v4l2-ctl -L
[22:37:13] gaurdro: well, playing a dvd in my pc plays audio, I have audio for music, firefox, etc. so I think it's a HVR-1600 issue.
[22:37:13] awalls: IRIC correctly CBR and VBR controls are there
[22:37:51] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[22:37:56] Beirdo: yup, I see them there
[22:38:00] Beirdo: interesting
[22:38:30] awalls: gaurdro: Well the only reason the baseband audio input on the HVR-1600 would fail to work is if you have I@C bus erros on the HVR-1600. Do your logs show any such errors?
[22:38:39] awalls: /I2C/
[22:38:42] mkrufky (mkrufky!~Jeff@unaffiliated/mkrufky) has left #mythtv-users ()
[22:39:05] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: Connection reset by peer)
[22:39:37] Beirdo: interesting... the HVR-2250 driver doesn't enumerate the menu types
[22:39:39] awalls: My thinking is the HVR-1600 is fine, but isn't happy with your cable company's analog signals when it comes to broadcast audio from the tuner.
[22:39:46] Beirdo: I think he missed that :)
[22:39:59] awalls: Beirdo: GRipe to stoth on menus. ;)
[22:40:02] Beirdo: being earlyish beta, not too surprising
[22:40:14] Beirdo: I might just make him a patch.
[22:40:38] awalls: gaurdro: I just wanted to see if the DVD play could confirm that.
[22:40:52] Beirdo: just did the -L, and it shows menu types, no enum...
[22:41:00] Beirdo: the ivtv does, the hdpvr does
[22:41:19] Beirdo: oh wait
[22:41:22] awalls: Beirdo: hverkuil just made many changes to the v4l2-ctl framework recently.
[22:41:25] Beirdo: no the hdpvr is missing it too
[22:41:31] awalls: Make sure you patch the right studff.
[22:41:35] Beirdo: aye
[22:41:48] Beirdo: I'll mention to him anyways later
[22:42:03] Beirdo: it's not the end of the world, but completion, etc...
[22:42:10] gaurdro: awalls, I'm not seeing any. maybe i missed that it said that is was muted (or misunderstood what it was saying)
[22:42:42] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[22:42:43] awalls: guardo: the only other obvious thing I can think of is the mute control is on whcih can be changed with v4l2-ctl.
[22:43:21] awalls: I've got to go: the kids are running wild. I'm supposed to be watching them or something... ;)
[22:43:29] Beirdo: pish
[22:43:33] Beirdo: turn on Barney :)
[22:43:34] Beirdo: heh
[22:43:55] awalls: I love you...droool.
[22:43:57] gregl (gregl!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users
[22:43:57] gaurdro: awalls, thanks for the help :)
[22:44:04] ** awalls punches out **
[22:44:06] awalls (awalls!~awalls@d-216-36-24-245.cpe.metrocast.net) has left #mythtv-users ()
[22:44:58] iamlindoro: wagnerrp, Think the tuner card table pages may need a giant note box telling morons that they're not an exhaustive list of cards that will work in myth
[22:45:06] Beirdo: hheheeh
[22:45:17] Beirdo: I was just formulating exactly that thought
[22:45:22] Beirdo: we musta read the same post
[22:45:25] mtrax (mtrax!ca2e8f6e@gateway/web/freenode/ip.202.46.143.110) has joined #mythtv-users
[22:47:21] Slim-Kimbo (Slim-Kimbo!~Kimbo@host81-158-18-121.range81-158.btcentralplus.com) has joined #mythtv-users
[22:47:32] mtrax (mtrax!ca2e8f6e@gateway/web/freenode/ip.202.46.143.110) has left #mythtv-users ()
[22:54:51] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[22:55:44] kth (kth!~kth@dyndsl-085-016-237-166.ewe-ip-backbone.de) has quit (Quit: Leaving.)
[22:56:35] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: No route to host)
[22:57:37] sphery: hmmm... http://svn.mythtv.org/trac/ticket/8330
[22:57:49] sphery: I think that can't possibly happen as it did back then with the new editor
[22:58:01] sphery: highzeth: wanna look at it ^^^
[23:00:59] skd5aner: sphery: hey, what's up man?
[23:01:02] GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-127.zone5.bethere.co.uk) has joined #mythtv-users
[23:01:59] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[23:02:06] highzeth: sphery: still happens as of 0.23-fixes – 26231, did a couple edits while recording last night, havent kept up with recent changes, when did the editor get a makeover?
[23:02:15] skd5aner: sphery: wanted to let you know my replacement PSU came in, and you'll be happy to know it's 80PLUS Bronze
[23:03:58] sphery: highzeth: after 0.23, so in trunk, now
[23:04:08] sphery: skd5aner: hooray!
[23:04:41] sphery: I love the 80 plus--and I haven't gone bronze or better, yet
[23:04:53] skd5aner: sphery: was something else I was going to tell you when you showed up again, but slipped my mind
[23:04:54] skd5aner: oh well
[23:05:28] sphery: heh, yeah, I saw you ping me once and seen me a second time
[23:05:39] sphery: you were't around last night when I was in, though
[23:05:45] skd5aner: eh, I'm sure it wasn't critical
[23:05:50] sphery: heh, cool
[23:06:08] sphery: well, you can always leave me a message and I'll get you an answer when I'm in
[23:06:15] skd5aner: probably just something like "oh yea, sphery would be interested about ________ because he's talked about ______ before"
[23:06:16] skd5aner: heh
[23:06:23] sphery: ahhh
[23:06:34] skd5aner: yea, my alerting kind of sucks – so I don't know how well it works for others
[23:06:44] wagnerrp: iamlindoro: but i still use xvmc on my brand new Via system
[23:06:53] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: Network is unreachable)
[23:07:11] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[23:07:14] highzeth: sphery: ok, good to know, will see if I can get a test box up again this weekend, done a fall rehaul of the hw. =)
[23:07:29] skd5aner: so – what is the future of XvMC as far as MythTV is concerned – seems like anymore it's not only not recommended, it's actually discouraged – It's dead Jim!
[23:07:55] sphery: pretty much
[23:08:08] wagnerrp: skd5aner: dead come moments after the branch, as far as im concerned
[23:08:15] iamlindoro: you can't get a current nVidia driver that supports it
[23:08:17] wagnerrp: it will exist in 0.24, it will not exist in 0.25
[23:08:18] sphery: I think there's a good chance that 0.24 will be released with a disclaimer stating it's the last version that will support XvMc
[23:08:23] skd5aner: I mean – I would imagine someday it would make sense for the devs to actually rip out support – I always had trouble enough with it 5 years ago when I wanted it to work
[23:08:39] sphery: yeah, before 0.25--good chance of that
[23:08:43] skd5aner: wagnerrp: yea, I mean – that would make sense
[23:09:16] skd5aner: I have to imagine that's a good chunk of code that can go bye bye!
[23:09:52] wagnerrp: according to a lot of us in here, it was a good chunk of code that shouldnt have been written in the first place
[23:10:00] wagnerrp: its all fresh code in 0.24
[23:10:01] rossand (rossand!~aross@173.243.47.194) has joined #mythtv-users
[23:10:09] wagnerrp: needed for the OSD rewrite
[23:10:22] skd5aner: ahh, markk actually put effort into refactoring XvMC code?
[23:10:26] skd5aner: for 0.24?
[23:10:56] sphery: highzeth: thanks... just noticed that when looking for something else, and I don't know what our current editor would do, but I'm pretty sure that it's impossible for it to do what it did before :)
[23:11:32] skd5aner: You know... I wonder if it would make sense, somehow, to say it's deprecated for 0.24 and to inform users who use it with 0.24 that it'll be going away likely in 0.25?
[23:12:01] sphery: highzeth: basically, it sounds to me like the problem you reported was basically, "The displayed cut list differs from what's saved"--which was done when the displayed cut list was invalid. With the current editor, the cut list is cleaned immediately upon any change, so it's impossible to get an invalid cut list displayed, so what you see is what you get...
[23:12:12] iamlindoro: skd5aner, All of this has been discussed privately-- yes, that is more or less what we will be doing
[23:12:16] wagnerrp: chances are people using it will never touch their existing playback profiles
[23:12:28] wagnerrp: so the only thing likely to be seen would be an annoying popup
[23:12:43] wagnerrp: and annoying popups will annoy people, and lead to multiple mailing list threads and tickets
[23:13:05] skd5aner: gotcha – Well, if you guys go that route and make the decision prior to 0.24 to officially deprecate it, I think that's a good thing to also mention in the release notes – that way it's documented and gives folks a heads up
[23:13:21] skd5aner: s/documented/documented a release ahead of time
[23:14:06] skd5aner: wagnerrp: yea, you're probably right – and people don't read logs either unless there's an issue
[23:14:29] Beirdo: skd5aner: that was the general idea though. Let the people know that 0.24 will be as far as they can upgrade if wanting that feature
[23:14:32] wagnerrp: i thought it was pretty much decided it was getting dropped about a week ago
[23:14:41] skd5aner: A 1 time popup on upgrade maybe wouldn't be that annoying
[23:15:11] skd5aner: wagnerrp: maybe, I'm not in the loop, so appologies if I'm beat a dead horse I didn't know was already beaten and dead
[23:15:29] wagnerrp: skd5aner: well, no one but developers were in this loop
[23:15:59] skd5aner: yea – that's cool, just saying I may be duplicating conversation here because of that, which is likely the case – no worries
[23:16:11] highzeth: sphery: well, the displayed cut list seemed valid and saved, but, it set a new 'in' cutpoint after I exited the editor, that 'in' cutpoint is pretty much spot on time wise to the time I spent in the editor. So it leaves a X sec/min out cut-time, then sets a 'in' point after I exit
[23:16:29] skd5aner: If you guys make a public decision, let me know and I'll add something to the 0.24 release notes that makes it obvious it'll be the last release with XvMC support
[23:17:12] highzeth: so any time left of the original recording schedule remains 'in' with the cut out gap of the time I spent in the editor after last 'out' point was set
[23:17:30] highzeth: if that makes any sense, a tad hard to relay this one
[23:17:40] skd5aner: When things like this go away (i.e., PVR-350 output, DBOX, etc) there's a few stragglers out there that will be surprised, but I think if we can incorporate those into the release notes a release ahead of time, at least they'll have a good heads up to move on before the next release
[23:17:59] skd5aner: but, wishful thinking that those same users would read release notes anyway
[23:18:00] skd5aner: heh
[23:19:06] skd5aner: anyone else think "$..t My Dad Says" was... uh – "$..tty"
[23:20:11] iamlindoro: Sucked
[23:20:15] sphery: highzeth: yeah, I'm not sure I'm following completely, but it still sounds like something that could only happen with the old way it worked before Mark K cleaned up the editor code (the low-level code)
[23:20:17] iamlindoro: will not suffer through again
[23:20:27] skd5aner: same – wife and I both said "one and done"
[23:20:49] sphery: highzeth: figure you'd be able to verify the current status better/faster than anyone else since it seems to be a hard-to-describe/understand behavior :)
[23:21:04] skd5aner: Shattner really isn't even the right character if they wanted to try and make that work... they might have been able to cast someone like Peter Boyle... but, uh – he's dead
[23:21:11] highzeth: basically, let the recording finish as scheduled, but do not let it set a new 'in' cutpoint after the last 'out' is set. Leave the remains of the recording set as 'out'
[23:21:17] sphery: heh, this is why I record first and ask questions later...
[23:21:20] sphery: (much later)
[23:21:32] sphery: for me it will likely be 0 and done
[23:21:45] highzeth: sphery: yup, totally with you, very rare that I watch anything live. I'll report back =)
[23:21:56] sphery: thanks to the pioneering reviewers like skd5aner and iamlindoro  :)
[23:22:01] skd5aner: yea, I have a series premier rule that's actually disabled but allows me to go through and over-ride to record pilots
[23:22:11] sphery: yeah
[23:22:14] skd5aner: so typically I want to watch the pilot within a week to see if I should setup a full rule or not
[23:22:25] skd5aner: instead of setting up a bunch of rules for every new series
[23:22:26] sphery: though I don't override, I just create a new any channel/any time rule for each
[23:22:40] skd5aner: OH
[23:22:45] sphery: so I can make my decision /much/ later :)
[23:22:46] skd5aner: that's what I wanted to talk to you about sphery...
[23:22:51] sphery: oh
[23:22:56] skd5aner: just reminded me with the any channel/any time stuff ;)
[23:22:59] sphery: heh
[23:23:22] skd5aner: we've talked in the past about how I've had about 50% channel rules and the rest any channel rules, because of my unique tuner config...
[23:23:38] skd5aner: well, remember we talked about 2–3 weeks ago about tuner order versus input order
[23:23:39] skd5aner: ?
[23:23:46] skd5aner: I did that a few days ago, and it works GREAT now
[23:24:29] skd5aner: I've severly reduced my need for any channel priorities (with 1 use-case exception) and channel specific rules
[23:24:58] skd5aner: so – thanks for that tip
[23:25:01] wagnerrp: hehe...
[23:25:01] sphery: cool
[23:25:11] wagnerrp: 'how do i install the driver from the CD provided'
[23:25:14] sphery: now we have another evangelist :)
[23:25:14] wagnerrp: foolish windows users
[23:25:22] skd5aner: wagnerrp: auto-run should take care of it
[23:25:28] sphery: wagnerrp: on a *nix forum/list?
[23:25:46] skd5aner: sphery: some channel rules make sense, but it is easier, especially for rescanning purposes to do any channel whenever possible
[23:25:48] sphery: skd5aner: unless he was holding down the shift key when he inserted the CD
[23:25:49] sphery: :)
[23:25:58] sphery: skd5aner: exactly
[23:26:01] wagnerrp: sphery: the (no subject) thread on the mailing list
[23:26:17] sphery: yeah, channel rules aren't evil--they just make for more work when you change callsigns
[23:26:26] sphery: wagnerrp: ahh
[23:26:44] skd5aner: I have some shows that will record repeats and generic syndicated shows on other networks – sometimes easier to just set specific channel rules then to deal with dupe methods
[23:27:04] LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has quit (Quit: Leaving)
[23:28:51] smithna (smithna!~smithna@c-174-49-135-155.hsd1.pa.comcast.net) has joined #mythtv-users
[23:29:02] skd5aner: Fox already decided to cancel one show I actually was going to give a chance, wasn't too bad based on the Pilot
[23:29:04] skd5aner: Lone Star
[23:29:26] wagnerrp: that the con man with the double life?
[23:29:30] skd5aner: yea
[23:29:45] skd5aner: went in with low expectations, but was surprised
[23:30:33] skd5aner: I guess if it isn't a cop or law drama, there's not enough room for too many other dramas with storylines in them
[23:30:53] skd5aner: or hospital/dr/etc
[23:31:04] iamlindoro: lone star was very good
[23:31:06] iamlindoro: I'm mad about that one
[23:31:25] wagnerrp: how do you cancel a show after a single episode?
[23:31:39] skd5aner: yea, I would say about 50% of my favorite shows end up getting canned – really gets under my skin
[23:32:04] skd5aner: Arrested Development, The Unit, Jericho, etc.
[23:32:38] skd5aner: wagnerrp: Yea, I don't know – they aired 2... not sure if they'll play more or not, but said the rating weren't that good 4M for the pilot and like 2.5M for the second airing
[23:32:43] wagnerrp: Arrested Development and The Unit both ran for several seasons
[23:33:02] skd5aner: true – but didn't really run their full course
[23:33:14] joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has joined #mythtv-users
[23:33:37] skd5aner: speaking of Arrested Development... I tell you one that I actually had a little higher expectations for and I'm not going to record again... Running Wilde
[23:34:06] bthoo (bthoo!~jfath@c-69-136-1-230.hsd1.in.comcast.net) has quit (Ping timeout: 252 seconds)
[23:34:17] iamlindoro: apparently the second episode of that got WAY better
[23:34:17] skd5aner: and I think I'm going to give outsourced another try or 2 – not sure where that's going
[23:34:40] skd5aner: iamlindoro: hmmm, I don't think I recorded past the pilot, but that's what you've heard or did you watch it yourself?
[23:34:47] iamlindoro: skd5aner, read on tv.com
[23:35:11] skd5aner: hmmm, maybe I'll give it a second shot... I like Will Arnett
[23:36:11] iamlindoro: skd5aner, http://www.tv.com/running-wilde-is-definitely . . . hub_stories;
[23:38:48] smithna (smithna!~smithna@c-174-49-135-155.hsd1.pa.comcast.net) has left #mythtv-users ("Konversation terminated!")
[23:39:07] Beirdo: I watched it last night
[23:39:10] skd5aner: thanks
[23:39:24] Beirdo: I liked it :)
[23:40:09] high-rez: What did you watch ?
[23:40:46] high-rez: Ooh
[23:40:49] high-rez: Show compared to arrested development?
[23:41:16] jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users
[23:42:36] high-rez: #mythtv-users show recommendations have been hit or miss for me. I like Boardwalk Empire, but not into Dexter at all.
[23:43:15] wagnerrp: even serial murderers need to live normal lives too
[23:43:31] iamlindoro: That just means you should be listening to me :)
[23:43:39] iamlindoro: since I recommended BE and would never recommend Dexter ;)
[23:43:56] high-rez: wagnerrp: You like that show? I onyl watched 1 recorded episode last night – and it was a bit too bloody for me / hard to follow.
[23:44:05] wagnerrp: never seen it, i dont get HBO
[23:44:13] wagnerrp: or showtime?
[23:44:15] high-rez: iamlindoro: Were you an AD fan ?
[23:44:19] high-rez: Dexter is showtime.
[23:44:32] wagnerrp: well, i dont get either
[23:45:02] jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 264 seconds)
[23:45:02] jeffery_ is now known as jeffery
[23:45:15] high-rez: I love my providers everything package (its not quite everything – but its quite good).
[23:45:24] iamlindoro: high-rez, I thought it was okay-- I watched the first season and stopped there-- I wasn't in love with it
[23:45:36] wagnerrp: AD?
[23:45:44] high-rez: Arrested Development
[23:45:45] wagnerrp: oh, arrested development
[23:45:49] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: Connection reset by peer)
[23:45:51] skd5aner: Active Directory!
[23:45:53] skd5aner: FTW!
[23:45:57] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[23:46:12] high-rez: I loved that show. Thought it was genious – but I think unless you saw previous shows it was super hard to follow (probably why it wasn't a success)
[23:46:43] skd5aner: high-rez: agreed, everything was an inside joke from a previous episode(s)/season(s)
[23:47:02] wagnerrp: speaking of premium channels, was the pacific decent? comes out to disk in a month
[23:47:03] skd5aner: which is one thing I apprecaited about it
[23:47:16] high-rez: wagnerrp: 'the pacific'  ?
[23:47:24] ** high-rez searches mythweb **
[23:47:32] wagnerrp: ever see band of brothers?
[23:47:32] iamlindoro: The Pacific was good
[23:47:36] wagnerrp: same thing
[23:47:42] wagnerrp: but opposite side of the world
[23:47:42] iamlindoro: didn't like it *quite* as much as BoB, but was very good nonetheless
[23:48:36] high-rez: skd5aner: I think it really raised the bar for shows like that. I still get a chuckle thinking about some of the odd weird moments (especially the singing of afternoon delight)
[23:49:17] high-rez: So anything you guys would recommend that's on right now? I'm recording a lot of lame shows that aren't terribly satisfying right now. :/
[23:50:06] skd5aner: There's money in the banana stand
[23:51:12] skd5aner: I like sons of anarchy – third season just started
[23:51:21] skd5aner: but probably wouldn't recommend starting there
[23:51:40] skd5aner: actually, I like Terriers – first 3 episodes have aired – on FX
[23:52:06] skd5aner: it didn't get great reviews, but I'm liking it so far – good casting in my opinion
[23:53:58] high-rez: Ok, I have a 0.25 feature request! If we could rate the shows we really like in myth, and have myth report it all back to a central server – do a little data mining, make recommendations (based on what people like who also like what you like) and when the backend isn't busy, record some of these recommendations
[23:54:22] skd5aner: high-rez: someone did that a few years back – 3'rd party like recommendation system
[23:54:50] high-rez: So I could go into watch recordings, and since I know skd5aner and iamlindoro both like some of the same programs I like, but dislike the same I don't, havest what they like to do some record samples
[23:55:08] skd5aner: high-rez: http://www.mythtv.org/wiki/Feature_Wishlist_( . . . ation_system
[23:55:32] high-rez: skd5aner: No kiddin? I think it would be awesome. I think there's a whole ton of stuff I would probably like to watch, but have never heard of / been exposed to.
[23:55:50] high-rez: Oh man, it's documented and all that huh?
[23:56:20] skd5aner: well, that's the wishlist
[23:56:29] skd5aner: this is what I was referring to – http://www.gossamer-threads.com/lists/mythtv/users/115030#115030
[23:56:59] high-rez: MythCrowd sounds most like what I was thinking
[23:57:02] skd5aner: a little different than you were describing
[23:57:07] skd5aner: (the link I just posted)
[23:58:00] high-rez: It would be really interesting of the system could take auto samples when its not busy
[23:58:10] high-rez: So one could just sit down and be like "oh hey something new recommended"
[23:58:10] skd5aner: high-rez: http://www.gossamer-threads.com/lists/mythtv/users/191446#191446 another
[23:58:34] skd5aner: high-rez: and another http://www.gossamer-threads.com/lists/mythtv/ . . . mmend;#92275
[23:58:36] skd5aner: you get the picture
[23:58:48] skd5aner: All of those are from the 2004/2005 range though
[23:58:52] high-rez: skd5aner: Yeah, I've behind this curve on this request is what I see from the picture :)
[23:59:12] skd5aner: and I don't follow the mailing list in the last 2 years, so I don't know if there's been really any more talk that what's on the feature request wiki page
[23:59:33] lydgate (lydgate!~lydgate@unaffiliated/lydgate) has quit (Read error: Connection reset by peer)
[23:59:39] high-rez: So listen
[23:59:45] skd5aner: high-rez: it's an interesting topic, lots of interest over the years – I'd be interested in a service myth could consume to see what's hot and what's not

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