| Thursday, December 18th, 2008, 00:00 UTC | ||
| [00:00:12] | sphery: | Wonder why qt-x11 went from ~17MB in 3.3.8 to ~110MB in 4.4.3... |
| [00:00:12] | mzb_d800: | if I have (say) 100 episodes of a show, and during it's "recording lifetime" I've changed it's priority from 0 to -99, why does the auto-expire list show them out of order? (and why don't they ever get deleted?) |
| [00:00:22] | mzb_d800: | ps: I use storage groups |
| [00:03:20] | sphery: | mzb_d800: priority is specified on the recording rule and the rule priority specified at the time the episode is recorded is then given to the recording, but when you change rule priority, it only affects future recordings from that rule. |
| [00:04:13] | stoneymonster (stoneymonster!n=stoneymo@67.116.236.247) has joined #mythtv-users | |
| [00:04:41] | sphery: | mzb_d800: I think (but haven't verified) you can change the recpriority of a specific recording through Recording Options in the INFO menu/Action popup in Watch Recordings, but if not, you can always, "UPDATE recorded SET recpriority = -99 WHERE title = 'The Title';" |
| [00:05:04] | sphery: | standard, "don't edit the DB directly" disclaimers apply |
| [00:05:28] | mzb_d800: | heh |
| [00:05:29] | XLV: | http://www.anandtech.com/video/showdoc.aspx?i=3478 atom & nvidia 9400m 27% cpu utilization when playing a 18Mbps h264 file |
| [00:05:33] | mzb_d800: | hmm |
| [00:06:27] | sphery: | XLV: discrete graphics or the upcoming nvidia chipset for atom? |
| [00:06:38] | XLV: | sphery, igp |
| [00:07:28] | sphery: | cool... wonder how power usage for that chipset stacks up against the (extremely power hungre) intel chipset |
| [00:07:38] | XLV: | nvidia claims about the same |
| [00:07:40] | Penfold__ (Penfold__!n=mikewh@alysande.altrion.org) has quit ("This computer has gone to sleep") | |
| [00:08:46] | sphery: | too bad... Where Athlon + AMD chipset is lower power than Atom + Intel chipset, a much-lower-power-usage chipset for atom would have been a good thing |
| [00:09:00] | GreyFoxx: | I so want one of those boards |
| [00:09:30] | sphery: | wow... pico-ITX |
| [00:09:37] | Penfold (Penfold!n=mikewh@alysande.altrion.org) has joined #mythtv-users | |
| [00:09:42] | Gumby (Gumby!n=gumby@unaffiliated/gumby) has joined #mythtv-users | |
| [00:10:42] | dustybin: | bloody heck, you could netboot that box |
| [00:10:44] | XLV: | sphery, 780 and 790 are about the same in power consumption as nvidia 9xxxx and intel 4500hd.. the numbers of power usage produced in the athlon 2000+ low power cpu version has cause cpu was too slow to stress the igp.. when used with higher performace cpus, they are about the same in power consumption.. |
| [00:11:09] | GreyFoxx: | I'm drooling a little |
| [00:11:22] | dustybin: | are there any catches with that box? the price maybe? |
| [00:11:38] | sphery: | yeah, I was talking about the low-powered old athlon designs in new-small-processes that AMD has as a current answer to atom |
| [00:11:54] | sphery: | dustybin: the release dateL? |
| [00:12:04] | mzb_d800: | sphery: all of the said shows have the same recpriority (-99) |
| [00:12:08] | sphery: | 1H09 (though they're guessing 1Q09) |
| [00:13:04] | riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users | |
| [00:13:37] | mzb_d800: | mysql mythconverg -e "SELECT title,recpriority FROM recorded WHERE title = 'Play School';" | uniq |
| [00:13:37] | mzb_d800: | title recpriority |
| [00:13:37] | mzb_d800: | Play School -99 |
| [00:13:41] | grokky (grokky!n=grokky@128.250.75.246) has joined #mythtv-users | |
| [00:13:42] | sphery: | mzb_d800: what do you have set for "Auto Expire Method" (wow... irssi did /not/ like that paste...) |
| [00:13:54] | mzb_d800: | err |
| [00:14:40] | sphery: | I was meaning my paste, not yours (my whole screen went "messed up terminal" right when I hit paste) |
| [00:15:22] | XLV (XLV!n=XLV@unaffiliated/xlv) has quit ("Leaving") | |
| [00:15:33] | sphery: | oh, and you can use DISTINCT (no parens) to do that all in mysql: SELECT DISTINCT title, recpriority FROM ... |
| [00:17:06] | sphery: | anyway, "Auto Expire Method" is in frontend settings under TV Settings|General . Note that there are also other autoexpire settings specifying weights that may be affecting auto-expire order. |
| [00:17:13] | mzb_d800: | weighted time/priority, watched before unwatched, priority weight = 20, extra disk space = 20 (5 disks split into 5 storage groups), auto expire instead of delete |
| [00:17:24] | Penfold (Penfold!n=mikewh@alysande.altrion.org) has quit ("This computer has gone to sleep") | |
| [00:18:04] | sphery: | and when you say the order is wrong, you mean it has some recent recordings before old recordings? |
| [00:19:13] | mzb_d800: | looking at the autoexpire list episodes from September are at the top of the list, rather than episodes from ones from July (or earlier) |
| [00:19:34] | mzb_d800: | I don't understand how that can be if they all have the same recpriority |
| [00:19:55] | sphery: | does it seem that episodes from a specific disk are coming before episodes from another (likely less full) disk? |
| [00:20:26] | mzb_d800: | hard to say ... so many recordings, so many disks |
| [00:20:55] | hednod: | so many commercials |
| [00:21:19] | mzb_d800: | Play School is on a commercial-free station ;) |
| [00:21:34] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has quit (Remote closed the connection) | |
| [00:21:35] | sphery: | yeah... I'd guess, though, it's that. I think I remember a thread where someone complained that the order shown is not the order they actually expire in (because it doesn't expire until space is needed) |
| [00:21:55] | mzb_d800: | hmm ... that would explain it |
| [00:21:56] | sphery: | though that wouldn't explain why it's not showing them in order... |
| [00:22:03] | mzb_d800: | perhaps |
| [00:22:09] | sphery: | unless it's actually expiring some right now? |
| [00:22:45] | mzb_d800: | except that I've moved from a rag-tag bunch of storage dirs, to a single "Default" that includes all 5 discs |
| [00:23:06] | sphery: | I don't know. I have to admit my solution to making sure only the right shows (=nothing) expires is a combination of buy-more-disks and watch-and-delete-as-fast-as-possible |
| [00:23:27] | sphery: | mzb_d800: yeah, the storage group itself isn't important--only which disk is full |
| [00:23:29] | panfist: | where can i go to get some help installing drivers for my tuner card...i've been at it literally all day and i can get "cat /dev/video0" to work but it's static on all channels |
| [00:23:34] | mzb_d800: | ... working toward cleaning this issue up before a 500GB (to add to 2x500GB in raid5) and a 1TB drive arrive ;) |
| [00:23:47] | sphery: | panfist: PVR-x50? |
| [00:23:54] | panfist: | sphery hvr-1600 |
| [00:24:35] | mzb_d800: | every time I get a storage-group full issue, nothing auto-expires and the backend locks ("funky usleep" in the logs) |
| [00:24:41] | sphery: | Hmmm... I was going to say for the PVR-x50, it's likely something in your testing procedure that's causing the issue, so move on and install Myth and it will probably "just work", but that probably doesn't apply for the (new/less-well-supported) HVR-1600... |
| [00:24:58] | mzb_d800: | so I've got into the habit of moving things around manually to even them up |
| [00:25:01] | sphery: | mzb_d800: you do have autoexpire enabled on those recordings, right? |
| [00:25:07] | mzb_d800: | yes |
| [00:25:18] | stoneymonster: | ok, I'm stuck. I have the correct profiles set up, I do mythbackend -v record and I see that myth is picking the right profile, the right bitrate (9000kbps), and still all my recordings are at 4800kpbs or below. v4l2-ctl -l says its min 9000kbps too. Is the driver confused? |
| [00:25:26] | stoneymonster: | hdpvr, latest trunk, latest janne driver |
| [00:25:37] | mzb_d800: | and as I say, they're on the top of the autoexpire list, but totally wrong order, and never actually delete |
| [00:27:03] | panfist: | sphery i was following this howto: http://www.mythtv.org/wiki/index.php/Hauppauge_HVR-1600, which worked alright until i got into mythtv and it said to configure it as an mpeg2 decoder, which it let me do but then i couldn't view live tv. i rebooted and suddenly when i try to configure an mpeg2 capture card it said that it failed to prove info. it did detect dvb and v4l captures. i dont need the dvb capture. i'm not sure the dif |
| [00:27:16] | sphery: | mzb_d800: right permissions? (You said you changed SG config recently, perhaps they--files/directories--were set up with the wrong owner/group or permissions?) |
| [00:27:52] | mzb_d800: | I've done "find -ls | grep -v mythtv" over the recordings dirs without result |
| [00:28:04] | sphery: | panfist: I don't know anything about the HVR's... I've only used the PVR-x50's. So, I won't be much help. |
| [00:28:59] | panfist: | is there a way i can clean out drivers and start over? |
| [00:29:14] | squidly (squidly!n=squidly@c-69-245-158-34.hsd1.il.comcast.net) has joined #mythtv-users | |
| [00:29:40] | sphery: | panfist: in Myth you can clean out capture cards with: http://www.gossamer-threads.com/lists/mythtv/users/264034#264034 |
| [00:29:53] | sphery: | outside of Myth, I can't help (sorry) |
| [00:30:29] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has quit (Read error: 60 (Operation timed out)) | |
| [00:30:57] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [00:33:39] | panfist: | thanks sphery |
| [00:42:20] | CaptObviousman: | whoa, my backend went apeshit last night |
| [00:43:02] | ** CaptObviousman has 11k lines of the same 6 messages over and over again ** | |
| [00:44:28] | squidly_ (squidly_!n=squidly@c-69-245-158-34.hsd1.il.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
| [00:47:38] | sphery: | CaptObviousman: about a week ago, a friend's myth backend was running (the same instance of) mythcommflag for 7 days straight writing out a message about corruption in a stream about 3–12 times per second until it filled up the 3.5GB he had available on his root partition. :) |
| [00:48:26] | meshe: | lol |
| [00:48:29] | mzb_d800: | sphery: some info about my "Play School" recordings: http://openpaste.org/en/9852/ |
| [00:49:01] | mzb_d800: | (my problem with commflagging is next on the list;) |
| [00:50:11] | mzb_d800: | in that: recordings that are _not_ set to commflag get commflagged anyway .... and then it's *all* of them at once, at the cost of other jobs which are supposed to be running .... but that's another matter |
| [00:50:23] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has quit ("This computer has gone to sleep") | |
| [00:51:35] | mzb_d800: | I can delete/stop/kill those commflag jobs as fast as they start, but the BE still won't run the (transcode) job I've given it (which is higher in the job list) |
| [00:51:46] | mzb_d800: | anyway ... one at a time |
| [00:52:12] | lbt (lbt!n=david@78.32.229.233) has quit (Read error: 113 (No route to host)) | |
| [00:52:26] | sphery: | mzb_d800: "recordings that are not set to commflag" because they're on commfree channels? |
| [00:53:07] | mzb_d800: | no ... because I've been systematically disabling commflag to diagnose this issue |
| [00:54:13] | mzb_d800: | get's a little annoying if I restart one of the BE's and it decides to commflag ALL the recordings |
| [00:54:15] | riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has quit (Read error: 60 (Operation timed out)) | |
| [00:54:32] | mzb_d800: | (well ... seems like all) |
| [00:55:24] | sphery: | I was meaning there was a bug in mythweb for a while such that if you set a channel to commfree, it wasn't really set to commfree and it would do strange things ( http://svn.mythtv.org/trac/ticket/5195 ). Looking at it more closely, though, it seems kormoc only applied the patch to trunk, so it's still a bug in 0.21-fixes. |
| [00:55:39] | inordkuo (inordkuo!n=inorkuo@adsl-226-137-93.int.bellsouth.net) has joined #mythtv-users | |
| [00:55:45] | mzb_d800: | (I've had to wrap mythcommflag as a result) |
| [00:56:05] | mzb_d800: | ah |
| [00:56:09] | mzb_d800: | hmm |
| [00:56:09] | sphery: | So, if you set channels to commfree through MythWeb, go back in and set them to commfree using mythtv-setup's (or mythfrontend's) channel editor |
| [00:56:38] | mzb_d800: | no ... haven't been using commfree channels |
| [00:56:52] | mzb_d800: | this is a "per recording" setting |
| [00:58:11] | andreax1 (andreax1!n=andreaz@p57B96BE3.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
| [00:58:18] | npm (npm!n=NielsMay@75.83.171.237) has quit ("Leaving.") | |
| [00:58:28] | mzb_d800: | ok, back to auto-expire ... I've got the right perms (I think), the recordings are spread over (most) of the storage dirs ... what next? |
| [00:58:51] | clever: | mythbackend -v file,jobqueue |
| [00:59:33] | mzb_d800: | which spews a *lot* of info |
| [00:59:53] | mzb_d800: | (and constantly) |
| [01:00:06] | sphery: | you said you made a wrapper script for mythcommflag, did you edit the mythcommflag command in settings ("Commercial Flagger command") at all (that can cause strange things to happen if you don't know what you're doing) |
| [01:00:26] | mzb_d800: | no I moved the original to mythcommflag.real |
| [01:00:38] | clever: | sounds like ubuntu:P |
| [01:00:44] | olejl_ (olejl_!n=olejl@92.96.64.26) has quit (Read error: 110 (Connection timed out)) | |
| [01:00:47] | mzb_d800: | and then in mythcommflag I've got: |
| [01:00:57] | olejl_ (olejl_!n=olejl@92.96.64.26) has joined #mythtv-users | |
| [01:00:57] | sphery: | mzb_d800: I'm out of ideas on the auto-expire thing (since I just make sure that I have enough room that things won't autoexpire) |
| [01:00:58] | mzb_d800: | nice -n12 ionice -c2 -n7 mythcommflag.real $* |
| [01:01:13] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit ("Client exiting") | |
| [01:01:27] | clever: | mythcommflag can renice itself, but not ionice |
| [01:01:42] | clever: | and does ionice work 'properly' when setuid root? |
| [01:02:02] | mzb_d800: | yeah ... I've been trying that, but with so many storage dirs keeping it tidy is constant work |
| [01:02:28] | mzb_d800: | (hence purchase of 500GB and 1TB drives) |
| [01:02:35] | clever: | i usualy try to keep things from expiring, but i cant delete much atm |
| [01:02:40] | clever: | only 1.5 hours remaining |
| [01:02:45] | mzb_d800: | gee |
| [01:03:07] | AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has quit (Remote closed the connection) | |
| [01:03:13] | mzb_d800: | my box would've ground to a halt before showing that little space ;) |
| [01:03:13] | clever: | i forgot to turn half my slaves back on too |
| [01:03:19] | AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has joined #mythtv-users | |
| [01:03:33] | a1fa (a1fa!n=fiddy@unaffiliated/a1fa) has quit () | |
| [01:05:51] | dashcloud (dashcloud!n=szakulec@pool-141-158-224-133.phil.east.verizon.net) has quit () | |
| [01:07:29] | mzb_d800: | *sigh* |
| [01:08:55] | ** mzb_d800 wonders if the ones at the top of the expire list actually exist ** | |
| [01:10:08] | mzb_d800: | nope ... all found |
| [01:10:09] | olejl_ (olejl_!n=olejl@92.96.64.26) has quit (Read error: 60 (Operation timed out)) | |
| [01:10:17] | olejl_ (olejl_!n=olejl@92.96.64.26) has joined #mythtv-users | |
| [01:10:22] | mzb_d800: | (and non-zero size) |
| [01:13:43] | iamlindoro: | Neat, looks like the out-of-order frame issue will be fixed in next VDPAU patches/driver |
| [01:15:29] | Lexridge (Lexridge!n=Lexridge@75.108.69.120) has joined #mythtv-users | |
| [01:15:32] | mzb_d800: | lol ... found it! |
| [01:15:46] | mzb_d800: | those 4 shows (the ones at the top) are "watched" |
| [01:15:49] | mzb_d800: | *sigh* |
| [01:15:55] | GreyFoxx: | At the rate VDPAU playback is going and with the upcoming nvidia based atom boards... looks like it will be time for a whole house upgrade :) |
| [01:16:23] | GreyFoxx: | |
| [01:16:32] | mzb_d800: | we'll see if they delete soon, I guess ... hopefully the drives will arrive before everything expires ;) |
| [01:16:42] | Lexridge: | Is it necessary to have ANY mysql installed (even just libs perhaps) for a frontend only machine? |
| [01:16:46] | iamlindoro: | GreyFoxx, Sources I read say June for the Atom+Nvidia boards, have you seen different? |
| [01:17:03] | iamlindoro: | Lexridge, Client libs must be installed |
| [01:17:04] | GreyFoxx: | ugh, I didn't realize it was so far away |
| [01:17:07] | dustybin: | i wonder how much those nvidia based atom boards will go for |
| [01:17:17] | Lexridge: | iamlindoro: okay, thanks! |
| [01:17:19] | dustybin: | GreyFoxx: will you netboot them |
| [01:17:22] | iamlindoro: | atom boards are cheap, so cheap + $50 or so |
| [01:17:25] | GreyFoxx: | still it's only 6 months if they don't get pushed out |
| [01:17:27] | dustybin: | jeeeze |
| [01:17:29] | GreyFoxx: | dustybin: certainly |
| [01:17:50] | iamlindoro: | Lexridge, you are welcome |
| [01:19:52] | dustybin: | the only costly thing left with a HD setup is storage + backup |
| [01:20:13] | iamlindoro: | It's just TV, backup isn't strictly necessary |
| [01:20:21] | Gumby (Gumby!n=gumby@unaffiliated/gumby) has quit (Remote closed the connection) | |
| [01:20:44] | iamlindoro: | do RAID 6 if you're that worried, and skip the backup |
| [01:20:52] | dustybin: | tv recordings i agree, films rips need to be backed up |
| [01:21:01] | CaptObviousman: | ok, so looking through this log |
| [01:21:03] | iamlindoro: | Why? They are. You have the original disk. |
| [01:21:20] | CaptObviousman: | last night immediately after recording a 30 minute show, it started commflagging it |
| [01:21:30] | CaptObviousman: | I think I was still watching the tail end of it at that time |
| [01:21:34] | dustybin: | iamlindoro: because ripping takes time! it would take _ages_ for me to re-rip all my dvds |
| [01:21:57] | ** dustybin looks at the original disks ** | |
| [01:21:59] | CaptObviousman: | then, 20 minutes later it starts this loop out of nowhere: http://pastebin.linode.com/ |
| [01:22:02] | CaptObviousman: | err, oops |
| [01:22:04] | iamlindoro: | dustybin, So you'd rather buy a few thousand bucks/pounds/lira/bottlecaps worth of tape drive? |
| [01:22:12] | dustybin: | dunno man |
| [01:22:22] | CaptObviousman: | http://pastebin.linode.com/1860 |
| [01:23:03] | dustybin: | iamlindoro: and these are just normal .isos, imagine i ripped 500 blu-ray discs |
| [01:23:13] | iamlindoro: | dustybin, No worries, you can't afford 500 blu ray disks |
| [01:23:15] | dustybin: | 25–30g per movie |
| [01:23:35] | dustybin: | 13.5TB |
| [01:23:45] | dustybin: | and then that will need to be backed up |
| [01:23:47] | CaptObviousman: | think of the cost of 500 blu-ray discs |
| [01:23:54] | CaptObviousman: | dustybin: well, no |
| [01:23:57] | iamlindoro: | dustybin, You're speaking to one of the only (the only?) people *with* that much mythvideo space |
| [01:24:13] | iamlindoro: | and I have RAID 6 and original disks and that's just fine with me |
| [01:24:15] | CaptObviousman: | because technically the discs are original and the HD version is backup |
| [01:24:27] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has joined #mythtv-users | |
| [01:24:33] | dustybin: | good point |
| [01:24:37] | CaptObviousman: | this is a topic very near and dear to my heart, because I agonized over this same thing |
| [01:24:56] | dustybin: | your original disks are the backup |
| [01:25:01] | iamlindoro: | I'm not buying a LTO IV tape drive and $900 worth of tape for movies taht already exist on their disks |
| [01:25:02] | CaptObviousman: | and concluded that there's nothing you can do short of building TWO raid5/6 arrays and mirroring them, then also keeping a bunch of spare disks around in case |
| [01:25:08] | ** dustybin looks again at original disks ** | |
| [01:25:16] | CaptObviousman: | but we would all rightly agree that that's excessive |
| [01:25:43] | CaptObviousman: | because really, if your raid array goes down and you lose everything, you've STILL got the movies |
| [01:25:58] | CaptObviousman: | just go to the basement and retrieve them |
| [01:25:59] | dustybin: | even so, it would still take a dam lot of effort to manually re-rip 500 blu-ray discs if you lost all your data |
| [01:26:46] | iamlindoro: | dustybin, You don't own a) a blu ray drive, or b) 1 single disk let alone 500, or c) a job |
| [01:26:55] | dustybin: | it takes my pentum 3.2 about 3–4 hours to rip 1 movie |
| [01:27:00] | dashcloud (dashcloud!n=szakulec@141.158.224.133) has joined #mythtv-users | |
| [01:27:01] | dustybin: | and thats dvd!! |
| [01:27:02] | iamlindoro: | so I think it'll be a fair stretch of time before you need to to worry too much about it |
| [01:27:19] | GreyFoxx: | and think about it, by the time you aquire and rip 500 disk, even at buying 2 a month you are talking years away from having to worry about 500 |
| [01:27:21] | dustybin: | : |
| [01:27:22] | dustybin: | :P |
| [01:27:32] | GreyFoxx: | by then who knows the state of drives and disk readers |
| [01:27:39] | iamlindoro: | You can start worrying about Blu-ray when I'm watching Ultra-hi-vision on my fellate-o-tron |
| [01:27:49] | dustybin: | LOL |
| [01:27:51] | GreyFoxx: | as long as you sufficiently swap out and protect the hd storage you do not need a "backup" |
| [01:28:02] | CrazyFoam (CrazyFoam!n=gturner@genuxb.unzane.com) has quit (Read error: 54 (Connection reset by peer)) | |
| [01:28:31] | CaptObviousman: | fellate-o-tron huh |
| [01:28:40] | dustybin: | linux software RAID with 10+ onboard SATA ports is the way to go |
| [01:28:42] | iamlindoro: | indeedly doo |
| [01:28:42] | CaptObviousman: | if you're that worried, keep a hot spare running |
| [01:29:01] | ** CaptObviousman has a 4-unit 1.5TB array currently, and will probably pop another drive in here soon ** | |
| [01:29:04] | iamlindoro: | dustybin, you are the worlds foremost expert on the way to go about things that you have never done |
| [01:29:13] | CaptObviousman: | I built it on the cheap, but it's Christmas time, which means improvements! |
| [01:29:28] | iamlindoro: | Don't I know it, I spent obscenely at home Depot today |
| [01:29:34] | iamlindoro: | improvement time |
| [01:29:47] | ** CaptObviousman does the "buuuhhhh" sound from the television show ** | |
| [01:30:18] | wagnerrp: | they make boards with 10+ onboard ports? |
| [01:30:33] | dustybin: | i bought a new Turtle Beach USB soundcard to free a PCI slot for another Nova-T 500, 2 people watching live TV and recordings, 4 tuners is a must |
| [01:30:40] | iamlindoro: | wagnerrp, Mine has 10 |
| [01:30:46] | javatexan (javatexan!n=aars@rrcs-24-153-239-89.sw.biz.rr.com) has joined #mythtv-users | |
| [01:31:09] | CaptObviousman: | mine has 6, and I might get a sata II card to expand it |
| [01:31:18] | CaptObviousman: | only problem there is I don't have the space to mount them |
| [01:31:33] | CaptObviousman: | but if it gets to that, I'll get creative |
| [01:31:40] | dustybin: | if the onboard SATA port is built into the motherboard, that means excellent bandwidth? |
| [01:31:54] | wagnerrp: | depends on how its built into the mobo |
| [01:32:01] | wagnerrp: | if its directly on the NB, sure |
| [01:32:12] | dustybin: | whats a NB? |
| [01:32:17] | wagnerrp: | if its slaved through the PCI bus (like on older boards), it will run like ass |
| [01:32:21] | wagnerrp: | north bridge |
| [01:32:29] | dustybin: | oh ok |
| [01:32:32] | CaptObviousman: | you know, ass doesn't even run by itself |
| [01:32:40] | CaptObviousman: | it generally has to be attached to a moving torso |
| [01:32:50] | wagnerrp: | or be... an ass |
| [01:33:00] | dustybin: | NB onboard SATA ports FTW |
| [01:33:11] | CaptObviousman: | I have no idea if mine are NB or not (I suspect so) |
| [01:33:25] | iamlindoro: | oh lord, the original dustybin is back |
| [01:33:34] | iamlindoro: | $thingI'veNeverOwned FTW |
| [01:33:44] | iamlindoro: | $ThingI'VENeverSetUp FTW |
| [01:33:53] | iamlindoro: | $ThingICan'tAfford FTW |
| [01:34:03] | dustybin (dustybin!i=subx@microsoft.devilcode.net) has left #mythtv-users () | |
| [01:34:18] | wagnerrp: | youve done it now... |
| [01:34:32] | iamlindoro: | He's climbing a clocktower as we speak |
| [01:34:57] | wagnerrp: | well they do have big ben over there |
| [01:35:07] | CaptObviousman: | what a horrid domain name |
| [01:35:13] | wagnerrp: | may as well go out in style |
| [01:35:36] | CaptObviousman: | hard to get a gun over there |
| [01:36:13] | wagnerrp: | madman on the top of big ben with a... is that... a bow? |
| [01:36:46] | CaptObviousman: | damnit. I actually laughed in real life, but I can't put "lol" because every dumb schmuck does that |
| [01:36:59] | CaptObviousman: | what's an internet elitist to do |
| [01:37:52] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has joined #mythtv-users | |
| [01:37:54] | MartinCleaver (MartinCleaver!n=martincl@74.210.19.132) has joined #mythtv-users | |
| [01:37:55] | wagnerrp: | cbm... cackling by myself |
| [01:40:47] | wagnerrp: | seems theres in fact 5 intel boards on newegg with 10 ports |
| [01:40:53] | wagnerrp: | and one opteron board with 12 |
| [01:42:14] | sphery: | Instead of getting an 8hr Kerberos ticket to work on my Myth dev box today, I got a standard 2-hr ticket since I had to do some other non-Myth/non-computer stuff today. Now, my tickets have been expired for 8hr and I haven't done the other stuff (which I can only do during the daytime--need daylight). |
| [01:42:21] | wagnerrp: | iamlindoro: dont you have that 4x-gbe asus board? i remember that getting mentioned in here a few months back |
| [01:42:21] | stoneymonster (stoneymonster!n=stoneymo@67.116.236.247) has quit ("Leaving...") | |
| [01:42:42] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has joined #mythtv-users | |
| [01:43:02] | fuxxy: | I assume I need to upgrade mythtv to 0.22 in order to use VDPAU – is that correct? |
| [01:43:10] | wagnerrp: | correct |
| [01:43:18] | fuxxy: | oh, boo. |
| [01:43:22] | wagnerrp: | you *could* use mplayer and mythvideo |
| [01:43:32] | iamlindoro: | wagnerrp, Gigabyte, but yeah, 4x NICs |
| [01:43:37] | CaptObviousman: | good god |
| [01:43:56] | wagnerrp: | but you would have to define custom players for each format type |
| [01:43:56] | CaptObviousman: | what on earth do you do with 4 nics |
| [01:44:15] | iamlindoro: | A whole lot of not much right now, I bought it for the SATA |
| [01:44:20] | wagnerrp: | a normal person would ask what you would do with 10sata ports |
| [01:44:29] | CrazyFoam (CrazyFoam!n=gturner@genuxb.unzane.com) has joined #mythtv-users | |
| [01:44:31] | CaptObviousman: | wut? oh heck no, I already know what to do with that |
| [01:44:36] | CaptObviousman: | did you fill all 10? |
| [01:44:38] | wagnerrp: | but one could not call us normal |
| [01:44:57] | J-e-f-f-A: | iamlindoro: Humm... I eyeballed that board, but didn't take the plunge yet... ;-) My board has 6 sata right now... and 2 more on a PCIe card. |
| [01:45:01] | kormoc: | CaptObviousman, hook up to a switch that supports bonded connections? |
| [01:45:28] | fuxxy: | I'm attempting to watch 1080 HD content from my QAM tuner, and even my laptop is stuttering C2D T8500, 2x8600M GT's, 3GB ram. |
| [01:45:30] | CaptObviousman: | I had a thought |
| [01:45:41] | wagnerrp: | kormoc: thats a bit of a tossup |
| [01:45:43] | CaptObviousman: | that if I was going to go hog wild and do raid6, I better do it now before I start ripping my DVDs |
| [01:45:46] | J-e-f-f-A: | wagnerrp: I guess I'm not normal, I'm using 8... and wish I had 10... ;-) |
| [01:45:49] | LanUser (LanUser!n=Luser@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has quit ("leaving") | |
| [01:46:18] | wagnerrp: | we bought a 48-port netgear switch to be our master at work, supposedly it supported 802.3q (or whatever bonding is) |
| [01:46:22] | fuxxy: | CaptObviousman, unless you like hunting for places to store your ripped DVDs during the transistion. |
| [01:46:40] | CaptObviousman: | I don't suppose you can convert raid5 to raid6 can you |
| [01:46:44] | wagnerrp: | fine print was it really only supports bonding with other netgear switches |
| [01:46:44] | ** CaptObviousman thinks not ** | |
| [01:47:04] | CaptObviousman: | I know you can add-a-drive to a raid5, but can you do the same for raid6? |
| [01:47:05] | wagnerrp: | CaptObviousman: i did just that a couple months ago |
| [01:47:07] | kormoc: | wagnerrp, which is why you should buy procurve equipment :) |
| [01:47:17] | jamesd_: | wagnerrp, becareful it won't be long before new servers can over fill the backplane.. or need 10gigE. |
| [01:47:29] | kormoc: | CaptObviousman, I believe you can grow raid5 or 6 but can't migrate between the two yet |
| [01:47:31] | wagnerrp: | kormoc: cant argue with that, as far as im concerned, everything there is done excessively cheap |
| [01:47:37] | grokky (grokky!n=grokky@128.250.75.246) has quit (Read error: 110 (Connection timed out)) | |
| [01:47:56] | wagnerrp: | well most hardware implementations can, i know nothing of the capabilities of LVM |
| [01:48:04] | ** CaptObviousman debates the merits of raid5+hs vs raid6 ** | |
| [01:48:22] | iamlindoro: | Split the difference, do RAID 6 with a hot spare |
| [01:48:24] | kormoc: | wagnerrp, I've had amazing luck with procurves and 802.3ad, did a 12 port to 12 port bonding test, handled the load beautifully |
| [01:48:30] | CaptObviousman: | bah |
| [01:48:37] | CaptObviousman: | you're talking about 3 drives gone to redundancy |
| [01:48:38] | wagnerrp: | if you have a processor capable of managing it, RAID6 >>> RAID5+HS |
| [01:48:39] | kormoc: | wagnerrp, linux software raid (md) != lvm |
| [01:48:53] | CaptObviousman: | the proc in there is a C2D |
| [01:48:54] | ** J-e-f-f-A will stick with storage groups after his software raid5 experience... ** | |
| [01:48:57] | CaptObviousman: | so it'll handle it just fine |
| [01:49:26] | wagnerrp: | kormoc: thats 12 ports on a switch to a single machine? |
| [01:49:32] | wagnerrp: | or to another switch |
| [01:49:46] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has quit (Remote closed the connection) | |
| [01:49:57] | ** CaptObviousman starts pricing out 4 more drives + addon card ** | |
| [01:50:00] | kormoc: | wagnerrp, Aye, two boxes, each had 12 gigabit ports, one switch between them with 24 ports |
| [01:50:18] | CaptObviousman: | see, I don't know tha tI need it |
| [01:50:24] | CaptObviousman: | I have maybe 300 DVDs? |
| [01:50:29] | wagnerrp: | 12 each? do the make cards with more than 4 ports? |
| [01:50:35] | CaptObviousman: | ripped, they're around 1.5GB apiece |
| [01:50:43] | CaptObviousman: | more maybe, 2GB |
| [01:50:46] | kormoc: | wagnerrp, tested between the boxes with procurve and without, no (measurable) speed difference |
| [01:51:04] | kormoc: | wagnerrp, 2 onboard, 1 card with 2x ports, 2 cards with 4x ports, in a 1u server :) |
| [01:51:35] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
| [01:52:00] | kormoc: | when you use for cardid in `seq 0 11`; do, you know you way too many cards... |
| [01:52:06] | wagnerrp: | of course the same admin that keeps buying netgear swears by realtek cards |
| [01:52:15] | ** kormoc shudders ** | |
| [01:52:29] | CaptObviousman: | when you use cardid in `seq 0 11`; do, you know you are a total badass |
| [01:52:29] | kormoc: | wagnerrp, all these were intel pros, very nice |
| [01:54:41] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
| [01:55:55] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has quit ("This computer has gone to sleep") | |
| [02:00:42] | Tomasu is now known as TomasuDlrrp | |
| [02:00:46] | wesw02 (wesw02!n=wes@ppp-69-223-65-164.dsl.dytnoh.ameritech.net) has joined #mythtv-users | |
| [02:04:21] | wesw02: | I'm using mythvideo and looking for a way to cronjob the process of scanning for newly added videos. I don't want it to get imdb info or remove videos which are not present on the file system. Is there a script or util to do that? |
| [02:04:22] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has joined #mythtv-users | |
| [02:04:31] | wesw02: | or should I get coding? |
| [02:04:52] | fuxxy: | So what can I do to speed up video rendering on this C2D T8500, with 2x8600M GT's ? |
| [02:05:17] | fuxxy: | stupid me tried to enable xvmc, I forgot they only work up to 7xxx series cards. |
| [02:05:50] | iamlindoro: | wesw02, Get coding (but if you're using anything but trunk, don't even do that) |
| [02:06:05] | fuxxy: | enabling SLI would be pointless, wouldnt it? video cards aren't doing decoding at all already. |
| [02:06:27] | jamesd_: | that is the nvidia video cards.. install the latest closed source drivers, and tell mythtv to use a less drastic cpu mode.. and it should be fine |
| [02:06:30] | iamlindoro: | fuxxy, Stand by and wait for .22 and happily use VDPAU? |
| [02:06:43] | SpaceBass (SpaceBass!n=SP@pool-98-117-65-205.rcmdva.fios.verizon.net) has left #mythtv-users ("Leaving") | |
| [02:07:06] | iamlindoro: | 8xxx lost Xvmc and gain VDPAU. 8xxx = WIN! |
| [02:07:13] | fuxxy: | heh. |
| [02:07:32] | wesw02: | iamlindoro, I'm not running the trunk on my production machine, the latest snapshot available in my distros package manager (portage), is the db scheme still the same? |
| [02:07:33] | fuxxy: | I'm wary about upgrading to 0.22, the backend crashes a lot already :) |
| [02:07:49] | wesw02: | I'm a QT developer should I should be able to pick through the code with little to no issues |
| [02:07:56] | ** wesw02 hopes ** | |
| [02:08:02] | iamlindoro: | fuxxy, That's why I suggest waiting until someone packages it up nice for you |
| [02:08:13] | Lexridge: | Since the release of v.22 is yet to be probably even close, it seems it would be beneficial to backport VDPAU to a v.21 source fork, if even possible. |
| [02:08:17] | iamlindoro: | wesw02, DB schema is entirely different in trunk |
| [02:08:22] | iamlindoro: | wesw02, and there's no going back |
| [02:08:34] | fuxxy: | Lexridge, that would be awesome, but I'm not holding my breath for that, either. |
| [02:08:43] | iamlindoro: | wesw02, But, as MythVideo is all-but-rewritten in trunk too, it'd be pointless to patch the released version |
| [02:09:03] | iamlindoro: | VDPAU is *not* getting backported |
| [02:09:21] | wesw02: | yea, perhaps I can just use mythvideo objects in my code, so that when it does update, I won't have to change anything? |
| [02:09:28] | fuxxy: | 0.22 REQUIRES QT4 also, correct? |
| [02:09:40] | iamlindoro: | yes, requires QT4 |
| [02:09:40] | Lexridge: | sure does |
| [02:09:44] | CaptObviousman: | xvmc doesn't work past 7xxx? I suppose they replaced it with vpdau then |
| [02:09:48] | CaptObviousman: | hence all the hubbub |
| [02:09:48] | fuxxy: | I'm just wondering how much of a nightmare it's gonna be to upgrade on my gentoo box. :) |
| [02:10:00] | wesw02: | slotting :) |
| [02:10:07] | iamlindoro: | CaptObviousman, Well, it just sort of turned out that way-- for a few years here it's just been 8xxx do nothing |
| [02:10:10] | ** CaptObviousman reads scrollback buffer and sees he was preempted ** | |
| [02:10:13] | iamlindoro: | but Xvmc sucks anyway, sooooo |
| [02:10:20] | Lexridge: | fuzzy: hell, I'm so afraid of upgrading, I'm still on FC6! |
| [02:10:57] | fuxxy: | and yeah, sad thing is I can't upgrade the frontends to run 0.22 with a 0.21 backend and db schema |
| [02:11:04] | iamlindoro: | wesw02, You'd be reinventing the wheel. There's a fairly high liklihoo that by the time .22 sees the light of day all of that will be done automatically anyway |
| [02:11:11] | CaptObviousman: | every iddy widdle bit helps |
| [02:11:17] | CaptObviousman: | especially when running lots of stuff at once |
| [02:11:26] | J-e-f-f-A: | Lexridge: I'm at least on FC8 on my backend, and FC9 on my frontends... ;-) |
| [02:11:34] | Lexridge: | I'd love to upgrade to Fedora 10, but just not yet comfortable enough with KDE4 to do that yet. |
| [02:11:37] | wesw02: | iamlindoro, cool, I assume your a developer? |
| [02:11:42] | Lexridge: | My backend is running Fedora 8 |
| [02:11:57] | iamlindoro: | wesw02, No, but I keep my finger on things and contribute what/when I can |
| [02:11:59] | fuxxy: | iamlindoro, just likes to delete semicolons. |
| [02:12:15] | ** iamlindoro looks upwards to see if he used even a single semicolon ** | |
| [02:12:33] | wesw02: | iamlindoro, I'd like to contribute some, but I'm a full time student with a full time job :( |
| [02:12:55] | iamlindoro: | ah, the "I'd like to contribute some, but..." |
| [02:13:06] | wesw02: | of course :) |
| [02:13:10] | iamlindoro: | I personally sit around all day watching porno and contributing to myth. |
| [02:13:18] | iamlindoro: | Nope, no job or mortgage here |
| [02:13:18] | wesw02: | i wish I could fund that |
| [02:13:22] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has joined #mythtv-users | |
| [02:13:40] | wesw02: | maybe I'll prove you wrong and go submit a bug fix right now |
| [02:13:44] | CaptObviousman: | that must be nice |
| [02:13:45] | wesw02: | ;) |
| [02:13:48] | iamlindoro: | oh wait, I *do* have a job and mortgage and still manage to contribute ;) |
| [02:14:51] | sphery: | iamlindoro: heh... that's what ja nn eg was thinking when his IRC client kept beeping |
| [02:14:51] | hadees (hadees!n=hadees@cpe-67-9-179-169.austin.res.rr.com) has joined #mythtv-users | |
| [02:14:59] | iamlindoro: | sphery, ;) |
| [02:15:31] | iamlindoro: | I personally just anduin keep a anduin certain svn allergic anduin developer's anduin anduin system beeping anduin |
| [02:16:02] | ** iamlindoro braces for a yelling ** | |
| [02:16:27] | iamlindoro: | Note to potential contributors, here's how not to get people to commit your patches |
| [02:17:57] | ** CaptObviousman takes detailed notes ** | |
| [02:18:16] | iamlindoro: | I my defense I'm badgering exactly once a day |
| [02:18:46] | dustybin (dustybin!i=subx@microsoft.devilcode.net) has joined #mythtv-users | |
| [02:19:59] | wagnerrp: | fuzzy: im pretty sure youve said that exact same thing before |
| [02:20:23] | fuxxy: | wagnerrp, wha? |
| [02:20:33] | wagnerrp: | <fuxxy> iamlindoro, just likes to delete semicolons. |
| [02:20:54] | wagnerrp: | either that or im having some deja-vu |
| [02:21:09] | sphery: | last little push from the offense, there |
| [02:21:16] | iamlindoro: | sphery, I saw that ;) |
| [02:21:27] | iamlindoro: | Was about to send the women and children to the bunkers |
| [02:21:43] | sphery: | lol |
| [02:22:15] | kslater1 (kslater1!n=kslater@206.193.247.78.nauticom.net) has joined #mythtv-users | |
| [02:22:38] | fuxxy: | oh, I was attemtping to poke fun as a response to "someone" (I can't find the name) asking if iamlindoro was a developer. |
| [02:22:56] | iamlindoro: | Woe unto us all if I were |
| [02:22:57] | J-e-f-f-A: | wagnerrp: Wait ... he used a semicolon ^^ see ??? ;-) |
| [02:23:14] | ** CaptObviousman tries to white it out ** | |
| [02:23:17] | CaptObviousman: | damnit, it moved! |
| [02:23:32] | ** iamlindoro believes his current fave patch will be quite popular, hmph ** | |
| [02:23:49] | wagnerrp: | google is turning up nothing, deja-vu i guess |
| [02:23:55] | fuxxy: | iamlindoro, just as long as it's included in 0.22 :) |
| [02:24:00] | lyricnz (lyricnz!n=simonrob@203.171.199.182) has joined #mythtv-users | |
| [02:24:08] | iamlindoro: | fuxxy, should be, but we may be speaking of different things |
| [02:24:54] | fuxxy: | iamlindoro, probbly. |
| [02:24:57] | iamlindoro: | http://svn.mythtv.org/trac/ticket/5920#comment:10 |
| [02:24:59] | iamlindoro: | Doink |
| [02:25:09] | iamlindoro: | Read that comment, gives a good idea of what it does ATM |
| [02:25:33] | sphery: | iamlindoro: if ever there was proof that running trunk is not right for everyone, there's the whole DB conversion has been failing (possibly silently) for 8 months for users who misconfigured their 0.21-fixes issue. And, those patient folk who still run 0.21-fixes will get the benefit of the updated conversion that fixes corruption caused by user misconfiguration. |
| [02:25:35] | iamlindoro: | For all your authentic "Home Theatre" needs |
| [02:26:01] | iamlindoro: | sphery, I can't get over how much of the -users traffic is broken DBs right now |
| [02:26:15] | sphery: | yeah, but 90% of those messages are from me. :) |
| [02:26:25] | sphery: | (at least today's have been) |
| [02:26:39] | ** CaptObviousman wonders if now is the operative time to ask about $STRANGE_ERROR_IN_BACKEND_LOG ** | |
| [02:26:40] | iamlindoro: | Heh, I ain't sayin' nothin' |
| [02:27:09] | CaptObviousman: | so the backend is running, but apparently not accepting communication from the frontend |
| [02:27:18] | wagnerrp: | are you getting $STRANGE_ERROR_IN_BEHAVIOR? |
| [02:28:06] | wagnerrp: | more specifically, if something doesnt seem to be going wrong, less heartache just to not worry about something in the logs |
| [02:28:15] | CaptObviousman: | well, if the backend being completely unrespnsive, then yes |
| [02:28:30] | fuxxy: | iamlindoro, it looks nice, but I don't quite understand how you will tell the db that "this certain file" is a trailer, unless you rename the file somehow (which you suggested not to rename the extension) |
| [02:28:33] | ** CaptObviousman left out a verb there ** | |
| [02:28:39] | wagnerrp: | well then thats just an error in general, nothing to do with the logs |
| [02:28:41] | sphery: | CaptObviousman: new frontend config (i.e. never connected to the backend before)? |
| [02:28:42] | iamlindoro: | fuxxy, They're seperate directories |
| [02:28:45] | CaptObviousman: | http://pastebin.linode.com/1860 |
| [02:28:50] | CaptObviousman: | sphery: no. I was recording yesterday |
| [02:29:07] | fuxxy: | iamlindoro, ahh, so any video file dropped in the ./trailer directory is interpreted as a trailer. |
| [02:29:09] | sphery: | recording is a backend thing... You mean you were in the frontend and /saw/ recordings :) |
| [02:29:12] | CaptObviousman: | I recorded a show, finished, it commflagged it, and then 20 minutes later that error starts spewing into my logs |
| [02:29:27] | iamlindoro: | fuxxy, There's a trailers dir and a movies dir. You edit the metadata on a movie and assign it a trailer. You then ahve the option to play the movie's trailer, play the movie, or play the movie with a (user defined) # of trailers before it |
| [02:29:30] | javatexan (javatexan!n=aars@rrcs-24-153-239-89.sw.biz.rr.com) has quit ("Leaving.") | |
| [02:29:43] | CaptObviousman: | and it was spewing all night and all day long while I was at work, until I came home and tried to watch live TV, then it mysteriously disappeared |
| [02:29:43] | sphery: | CaptObviousman: looks like a broken config.xml and/or broken (deprecated) mysql.txt |
| [02:29:47] | CaptObviousman: | and my Be is dead |
| [02:29:48] | iamlindoro: | Only thing left is to charge admission |
| [02:30:13] | sphery: | CaptObviousman: oh, then the backend crashed, so no the frontend can't connect |
| [02:30:19] | sphery: | s/no/now/ |
| [02:30:27] | sphery: | just restart the backend and the frontend |
| [02:30:43] | CaptObviousman: | so this is $RANDOM_CRASH then? |
| [02:30:44] | sphery: | backend probably crashed because of a bad recording (=invalid data in stream) |
| [02:30:45] | fuxxy: | iamlindoro, okay, now I think I get it. It will play N trailers (selected at random?) before playing the feature movie that is selected? |
| [02:30:55] | sphery: | yeah, basically |
| [02:31:14] | iamlindoro: | fuxxy, That's half of it. The other is that you can assign each film its own trailer so you can watch just the trailer for a movie to see if you're interested. |
| [02:31:24] | iamlindoro: | and yes, selected at random from the trailers dir |
| [02:31:40] | fuxxy: | Oh, that IS nice. |
| [02:31:47] | CaptObviousman: | ok, thanks |
| [02:31:49] | sphery: | CaptObviousman: if it's repeatable/recurring, you'll want to get a backtrace as described at http://mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2 . Note that both Ubuntu and Fedora/Red-Hat-stuff make debug packages available, so you don't have to compile yourself. |
| [02:31:52] | ** CaptObviousman stops worrying about it ** | |
| [02:31:53] | wagnerrp: | because you may have so many movies, that you have no idea what a movie in your collection is about |
| [02:32:02] | iamlindoro: | Where there is currently "Play Video", there is afterwards "Play Video," "Play with Trailers," and "Play Trailer" |
| [02:32:05] | CaptObviousman: | well this is on 21-fixes actually |
| [02:32:07] | fuxxy: | wagnerrp, isn't that the truth. |
| [02:32:17] | CaptObviousman: | I was thinking I'd bump to 22 and see if it appeared there too |
| [02:32:19] | sphery: | CaptObviousman: yeah, they have debug packages for 0.21-fixes. |
| [02:32:20] | iamlindoro: | wagnerrp, A fair number of us aren't the only ones to use our systems :) |
| [02:32:23] | fuxxy: | "Home Theatre mode" |
| [02:32:43] | sphery: | CaptObviousman: chances are you'll have far more (but completely unrelated) crashes on trunk |
| [02:32:59] | ** CaptObviousman will stay off for now ** | |
| [02:32:59] | iamlindoro: | The random trailers before films is *nice*, I've been using it when sitting down with friends to watch a movie-- and I may or may not be keeping all the newest trailers in there so it's just like the theatres |
| [02:33:00] | wagnerrp: | iamlindoro: no, im serious, i have a pair of friends who would both fall under that category |
| [02:33:08] | sphery: | CaptObviousman: on -fixes, a backend crash is a fluke, on trunk it's expected |
| [02:33:14] | iamlindoro: | wagnerrp, heh |
| [02:33:47] | wagnerrp: | last i heard, they were both nearing 700 |
| [02:33:57] | wagnerrp: | and since then, they have both become gainfully employeed |
| [02:34:24] | sphery: | iamlindoro: are the random trailers "random trailers marked for /this/ movie" or can it do random trailers from the entire collection of trailers?' |
| [02:34:32] | fuxxy: | Some of my frontends are widescreen 1080, and when I attempt to play a 4:3 movie, the player stretches the video to fit the screen. How can I stop this from happening (playing both widescreen and SD videos in their respective aspect ratio) |
| [02:34:36] | J-e-f-f-A: | iamlindoro: ooh, cool. You got the 'enable x random trailers' feature implemented... ;-) (I didn't follow it...) ;-) |
| [02:34:39] | iamlindoro: | sphery, They're random from the entire colelction |
| [02:34:45] | sphery: | cool |
| [02:35:00] | sphery: | IMHO, the best part of seeing a movie at the theater is the previews before it. |
| [02:35:07] | fuxxy: | iamlindoro, I expect some logic to not pick the trailer for the same movie you are about to watch :) |
| [02:35:08] | iamlindoro: | J-e-f-f-A, yep |
| [02:35:16] | ** J-e-f-f-A shows up after the previews... ;-) ** | |
| [02:35:18] | fuxxy: | unless explicity selected. |
| [02:35:43] | iamlindoro: | fuxxy, I expect you to git on up off your ass and write your own patch if you don't like it;) |
| [02:35:58] | sphery: | iamlindoro: now I just have to get you to get the apple trailers support (possibly using the HTML widget so I can select /any/ trailer on the site) in MythTube and/or MythVideo |
| [02:36:11] | fuxxy: | iamlindoro, Apple Trailers RSS feed that will download and keep N trailers on disk (overwriting oldest, of course) |
| [02:36:25] | sphery: | I think the "and keep" is a violation, though |
| [02:36:35] | iamlindoro: | sphery, I refuse to look at the HTML widget until Qt 4.5 is a requiremnet |
| [02:36:51] | iamlindoro: | and, for that matter, I'm getting a little tired of fixing MythTube |
| [02:36:52] | fuxxy: | that way you don't have stale trailers on disk. |
| [02:36:53] | CaptObviousman: | god that is so weird |
| [02:37:00] | sphery: | or at least supported (as who cares about the people who choose to use Qt 4.3) |
| [02:37:01] | CaptObviousman: | it successfully recorded everything as I away |
| [02:37:47] | iamlindoro: | sphery, I need alvaro to make his code make sense or I'm going to lose interest |
| [02:37:52] | sphery: | CaptObviousman: so, perhaps that means that it's /you/ and not your system/configuration/Myth that's the problem. :) |
| [02:38:48] | sphery: | iamlindoro: you just have to keep interested until it's committed to upstream... Then, it will (grudgingly) get the necessary attention from devs and/or users. |
| [02:39:28] | iamlindoro: | sphery, I am going to let him fix these segfaults, however, as getting to the bottom of it requires some idea of what in the world he was thinking |
| [02:40:20] | grokky (grokky!n=grokky@batter.csse.unimelb.edu.au) has joined #mythtv-users | |
| [02:43:45] | fuxxy: | grrr, this 4:3 video keeps scaling to fit my widescreen display |
| [02:43:59] | sphery: | fuxxy: in Myth? |
| [02:44:04] | fuxxy: | I wish I could just disable scaling, and let the TV handle it. |
| [02:44:06] | fuxxy: | sphery, yes. |
| [02:44:27] | fuxxy: | It displays properly in the preview screen |
| [02:44:28] | sphery: | you mean it's getting pillarboxed by Myth, so it doesn't fill the screen on your widescreen tv? |
| [02:44:48] | sphery: | or it's getting stretched to fill the widescreen tv screen? |
| [02:44:57] | fuxxy: | sphery, no, it's being streched to fit the screen, and the aspect is all screwy |
| [02:45:05] | fuxxy: | fat heads, etc. |
| [02:45:17] | wagnerrp: | hit 'm', scroll down, and change the setting |
| [02:45:32] | fuxxy: | wagnerrp, I did. Doesn't appear to do anything. |
| [02:45:32] | sphery: | do you have X configured with a proper DisplaySize (i.e. with a 16:9--assuming a 16:9 TV--aspect ratio)? |
| [02:45:48] | sphery: | are you using Xinerama (or /any/ Xinerama relative, including TwinView)? |
| [02:46:21] | fuxxy: | sphery, no, single LCD on my laptop. |
| [02:46:59] | sphery: | may still be xinerama--i.e. the VGA output or TV out or whatever your laptop has--may be enabled in X. |
| [02:47:36] | fuxxy: | sphery, and I can't tell about the X configuration, it's an ubuntu machine, However all the resolutions appear correctly in myth TV settings. |
| [02:48:03] | sphery: | If you go into frontend settings under Appearance on the page "Screen Settings", do you see a setting "Monitor Aspect Ratio" |
| [02:48:31] | fuxxy: | Nope. |
| [02:48:33] | sphery: | If so, make sure it's set to 16:9. If you don't see it, don't worry (it means you don't have Xinerama enabled :) |
| [02:49:31] | sphery: | OK, what's the output of: xdpyinfo | grep -B 3 resolution |
| [02:50:26] | fuxxy: | dimensions: 1680x1050 pixels (365x228 millimeters) |
| [02:50:26] | fuxxy: | resolution: 117x117 dots per inch |
| [02:51:50] | sphery: | that's 16:10 with square pixels, so it should work... Meaning that I think the 4:3 video has a flag that says it's not 4:3 (i.e. 1:1 or 16:9 or 16:10 or ...) |
| [02:52:55] | fuxxy: | I'm not sure if that flag is applied to recordings off the PVR150 ? |
| [02:53:00] | fuxxy: | mabye so, I'm not sure. |
| [02:53:11] | sphery: | so it's a recording from the 150? |
| [02:53:15] | lyricnz (lyricnz!n=simonrob@203.171.199.182) has quit (No route to host) | |
| [02:53:26] | fuxxy: | sphery, so far, I havent tried recordings from the digita. |
| [02:53:27] | sphery: | It does accept/write a widescreen flag if configured to... |
| [02:53:30] | fuxxy: | digital, rather. |
| [02:53:59] | sphery: | OK, then if others aren't known to display properly (I assumed they did), I'd guess you have an override configured |
| [02:54:01] | fuxxy: | sphery, I've never messed with flags, I don't follow. |
| [02:55:12] | sphery: | "Video Aspect Override" in frontend settings TV Settings|Playback on one of the "General Playback" screens (like 2 or so) |
| [02:55:30] | sphery: | Also check "Zoom" on the same screen |
| [02:55:45] | sphery: | You want none for both |
| [02:56:10] | sphery: | (don't know what the word is, but none/off/no/default/...) |
| [02:56:13] | fuxxy: | Okay, override was set to 16:9, but I think that was me trying to fix it earlier. Let me check |
| [02:56:26] | sphery: | you don't want override |
| [02:59:25] | fuxxy: | okay, set to off and still the same. I'm trying to change aspect ratio on the fly during the playback, and each setting does nothing, respectively |
| [03:00:01] | sphery: | you shouldn't be changing aspect on the fly, you should be changing zoom on the fly |
| [03:00:23] | fuxxy: | ahh |
| [03:00:51] | fuxxy: | changing zoom on the fly does nothing also |
| [03:01:04] | sphery: | aspect is for those /very/ rare videos that say, "I'm 16:9," but are actually 4:3 (or vice versa)--as opposed to ones that are truly 4:3, but contain a 16:9 video plus black bars (letterbox), which should be zoomed |
| [03:01:29] | sphery: | the behavior you're seeing is exactly what I'd expect of a system with an override |
| [03:01:34] | sphery: | are you sure you changed it? |
| [03:01:40] | fuxxy: | let me go back and check. |
| [03:01:46] | sphery: | can you verify the setting, then restart the frontend, then try |
| [03:01:48] | fuxxy: | I'd say yes, but I want to make sure. |
| [03:02:00] | GuinnessGuy (GuinnessGuy!n=ian@c-71-202-150-91.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [03:02:08] | clever: | my analog tv can also accept a 16:9 feed in a 4:3 signal, and just add the bars internaly |
| [03:02:16] | sphery: | fuxxy: and, check both aspect override /and/ zoom |
| [03:02:29] | fuxxy: | "Video aspect override" as well as zoom are both set to "Off". |
| [03:02:34] | fuxxy: | let me restart the frontend. |
| [03:02:37] | sphery: | ok, now try restarting. |
| [03:03:37] | fuxxy: | same as before. |
| [03:03:42] | sphery: | HDD OEM Wars now on the -users list. (No need to waste your time with Clone Wars, just read the list, instead.) |
| [03:03:42] | fuxxy: | Can't zoom on the fly |
| [03:04:25] | sphery: | if it can't do any zoom or aspect change, then something is pinning it |
| [03:04:38] | fuxxy: | Will a log tell me? |
| [03:04:43] | sphery: | If it does change but chooses the wrong thing, then X is misconfigured |
| [03:04:59] | fuxxy: | I don't feel as if it's doing anything at all. |
| [03:05:21] | sphery: | I can't think of any other place you can specify an override except perhaps with a playback filter... |
| [03:05:30] | sphery: | but chances are you didn't specify one. |
| [03:06:03] | sphery: | I don't think (but don't know if) there's some aspect/zoom setting in playback profiles |
| [03:06:32] | sphery: | Oh, and you're not running with the "autodetect letter-/pillar-boxing" patch, are you? |
| [03:06:38] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has quit ("This computer has gone to sleep") | |
| [03:06:38] | fuxxy: | sphery, you mean "Playback Groups"? |
| [03:06:50] | fuxxy: | sphery, no idea about the patch, it's ubuntu. |
| [03:07:00] | sphery: | playback profiles... I think playback groups only have jump/skip amounts and timestretch |
| [03:07:15] | sphery: | (and a name :) |
| [03:07:22] | J-e-f-f-A: | sphery: Humm.. is that a 0.21-fixes patch? (I might want to try it...) |
| [03:07:22] | fuxxy: | ahh, there it is. |
| [03:07:24] | sphery: | or filter or something |
| [03:07:27] | sphery: | where? |
| [03:07:36] | fuxxy: | CPU++, --, etc |
| [03:08:09] | fuxxy: | right now I'm using ++, so It uses ffmpeg and XV |
| [03:08:35] | sphery: | yeah, that's profiles--do they have any aspect stuff (make sure you look at the profile--i.e. select Edit next to the top rez > 1280 720 line--as opposed to just the profile group (CPU++, etc)) |
| [03:08:49] | sphery: | I also /highly/ recommend Slim |
| [03:09:08] | sphery: | Slim = same as 0.20 without XvMC/PVR-350-out |
| [03:09:17] | sphery: | and much easier to debug |
| [03:09:49] | fuxxy: | Not sure what I'm looking at, but on #1, match criteria is set >= 1280x720, use xb-blit |
| [03:10:24] | fuxxy: | err, ffmpeg rather |
| [03:11:01] | sphery: | nothing about aspect or zoom anywhere on either of the 2 pages? |
| [03:11:03] | GuinnessGuy (GuinnessGuy!n=ian@c-71-202-150-91.hsd1.ca.comcast.net) has left #mythtv-users () | |
| [03:11:11] | sphery: | (2 pages you get when you edit the profile) |
| [03:11:36] | fuxxy: | Not that I can see |
| [03:13:10] | sphery: | Hmmm... Then I'm out of ideas. |
| [03:14:04] | fuxxy: | Okay, thanks for the help, I'll keep piddling. |
| [03:18:44] | olejl (olejl!n=olejl@92.96.64.26) has quit (Read error: 113 (No route to host)) | |
| [03:19:35] | AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has quit ("Lost terminal") | |
| [03:19:42] | ** iamlindoro craves Round Table Pizza for Pushing Daisies watching ** | |
| [03:21:01] | fuxxy: | I found that even without xbmc/vdpau, if I actually use more than half of my processor for decoding, the quality is much better. Not perfect, but better. |
| [03:21:12] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has joined #mythtv-users | |
| [03:22:36] | sphery: | fuxxy: Your zoom issue was not using vdpau, right? If vdpau, all I said is meaningless (as I know nothing of vdpau). |
| [03:23:01] | fuxxy: | I'm running 0.21 – no VDPAU for me. |
| [03:23:24] | sphery: | OK. Then, again, I'm stumped--don't know why it's not working. |
| [03:25:56] | iamlindoro: | fuxxy, how was your xorg.conf generated? |
| [03:26:59] | fuxxy: | iamlindoro, it JustWorked (tm) |
| [03:27:12] | fuxxy: | I've never used ubuntu before, and it just booted straight into gui. |
| [03:27:29] | iamlindoro: | fuxxy, and you ahve the nvidia closed source drivers installed? |
| [03:27:50] | fuxxy: | iamlindoro, I remember installing them, but let me check to make sure. |
| [03:28:25] | fuxxy: | oh wow |
| [03:28:32] | fuxxy: | it appears they weren't installed on this system. |
| [03:28:52] | fuxxy: | version 173, and 177 |
| [03:30:12] | fuxxy: | installing drivers, give me a second |
| [03:30:23] | iamlindoro: | yep, may/should clear thigns up |
| [03:30:31] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has quit ("Leaving") | |
| [03:32:59] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has joined #mythtv-users | |
| [03:33:15] | fuxxy: | Okay, nvidia binaries v177 are installed |
| [03:33:47] | iamlindoro: | you ought to give it a try now |
| [03:34:33] | fuxxy: | ha-ha! |
| [03:34:38] | fuxxy: | works out of the box |
| [03:35:04] | fuxxy: | thanks, iamlindoro |
| [03:35:14] | iamlindoro: | you are welcome |
| [03:35:38] | fuxxy: | even 16:9 is correctly displaying the black bars above and below |
| [03:35:46] | fuxxy: | and video playback has smoothed CONSIDERABLY |
| [03:36:06] | fuxxy: | I wonder if I should try fullscreen? |
| [03:36:11] | fuxxy: | :] |
| [03:44:45] | olejl (olejl!n=olejl@92.96.64.26) has joined #mythtv-users | |
| [03:48:24] | tanderson (tanderson!n=gentoofa@gentoo/developer/gentoofan23) has quit (Read error: 104 (Connection reset by peer)) | |
| [03:48:31] | tanderson (tanderson!n=gentoofa@gentoo/developer/gentoofan23) has joined #mythtv-users | |
| [03:50:16] | J-e-f-f-A: | Ugh, this sux. only one of my bad 500GB drives is in warranty... |
| [03:55:36] | psipsi_ (psipsi_!n=psipsi@rrcs-24-227-36-210.se.biz.rr.com) has joined #mythtv-users | |
| [03:57:06] | stoneymonster (stoneymonster!n=stoneymo@67.116.236.247) has joined #mythtv-users | |
| [03:57:24] | squish103: | what make of drives? |
| [03:57:30] | squish103 is now known as squish102 | |
| [03:57:55] | wagnerrp: | something with a 3yr warranty apparently |
| [03:58:14] | squish102: | probably wd or maxtor |
| [03:58:38] | MartinCleaver_ (MartinCleaver_!n=martincl@74.210.19.132) has joined #mythtv-users | |
| [03:58:51] | iamlindoro: | It would have to be, he's too smart to own Seagate |
| [03:59:34] | wagnerrp: | well seagates were fine until recently |
| [03:59:42] | Lexridge: | I've been buying the hitachi drives. 5 year warranty. |
| [03:59:49] | squish102: | it is kinda scary to think i have just bought a 1tb drive for recordings and i may loose everything based on what seems to be reliability issues with bigger drives |
| [04:00:08] | iamlindoro: | wagnerrp, I know, but the "recently" has burned me bad :) |
| [04:00:27] | squish102: | ^^ exactly why i bought a samsung |
| [04:01:26] | exburn (exburn!n=exburn@c-98-214-106-84.hsd1.in.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
| [04:01:40] | exburn (exburn!n=exburn@c-98-214-106-84.hsd1.in.comcast.net) has joined #mythtv-users | |
| [04:02:07] | olejl_ (olejl_!n=olejl@92.96.64.26) has quit (Read error: 110 (Connection timed out)) | |
| [04:05:46] | nullsmack (nullsmack!n=test@98.220.223.75) has quit () | |
| [04:06:37] | J-e-f-f-A: | squish102: WD 500. |
| [04:09:08] | iamlindoro: | J-e-f-f-A, Look at it this way, if you got a drive to the end of its warranty, it's already performed better than almost any drive you can buy right now ;) |
| [04:10:13] | J-e-f-f-A: | iamlindoro: Yeah... well, I think this model only had a 1yr warranty... sticker says 11 dec 2006 manufacture date... died when my raid failed, just getting around to RMA'ing it... |
| [04:11:07] | J-e-f-f-A: | But... just determined that I fat-fingered the serial when I registered it and provided my purchase reciept to update the warranty date... just sent them an email, hopefully they'll fix it so I can RMA the drive. |
| [04:11:46] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has quit ("Leaving") | |
| [04:12:10] | MartinCleaver (MartinCleaver!n=martincl@74.210.19.132) has quit (Connection timed out) | |
| [04:12:12] | J-e-f-f-A: | iamlindoro: ^^ and that's the reason I haven't bought any newer, larger, drives yet... |
| [04:12:55] | psipsi (psipsi!n=psipsi@rrcs-24-227-36-210.se.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
| [04:14:20] | kslater1 (kslater1!n=kslater@206.193.247.78.nauticom.net) has quit (Read error: 113 (No route to host)) | |
| [04:18:37] | CaptObviousman: | gosh, hdtv looks preeeeeeeetttyyy |
| [04:18:40] | panfist (panfist!n=panfist@c-69-142-201-81.hsd1.nj.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
| [04:19:49] | CaptObviousman: | what key pauses tv? |
| [04:19:56] | CaptObviousman: | ahh, nm |
| [04:21:40] | grokky (grokky!n=grokky@batter.csse.unimelb.edu.au) has quit (Read error: 110 (Connection timed out)) | |
| [04:33:43] | jhatch (jhatch!n=jhatch@jhatch.azza.org) has joined #mythtv-users | |
| [04:36:47] | jackson__: | OT, however is it typical that the native resolution of a 22" LCD monitor is 1920x1080? I've always presumed that the native resolution is 1680x1050, however my SceptreX22HG-Naga is reporting 1920x1080 as the Native resolution – in fact, after switching to it, it looks great. |
| [04:37:07] | CaptObviousman: | well, if it isn't viewporting it for you, then I"d believe it |
| [04:37:20] | CaptObviousman: | if the LCD couldn't handle it, it wouldn't have shown up in ESSID |
| [04:37:29] | CaptObviousman: | well, usually, unless it's broken or poorly designed |
| [04:38:20] | jackson__: | yeah, it hadn't even occured to me to try anything higher than the advertised res of 1680x1050. It's the NVIDIA X Server Setting app where I spied the Flat Panel Information and the Native Resolution of 1920x1080 |
| [04:39:04] | Lexridge: | 22" monitors can be either, 1680x1050 or 1920x1080. It depends on what you have. |
| [04:39:10] | wagnerrp: | what are the dimensions of the panel? |
| [04:40:03] | wagnerrp: | ive never heard of a 1920x1080 panel under 32" |
| [04:40:23] | Lexridge: | wagnerrp: I have a 24" that does 1920x1200 |
| [04:40:46] | wagnerrp: | thats 1920x1200, not 1920x1080... completely different |
| [04:41:35] | Lexridge: | yes, but I can run this at 1920x1080, and there are other 24" monitors that are specifically 1920x1080 out there. Acer makes one. |
| [04:41:58] | wagnerrp: | got a link? |
| [04:42:07] | Lexridge: | yea, gimme a minute |
| [04:42:34] | wagnerrp: | nevermind... found them |
| [04:42:42] | Lexridge: | okay, you are quick! |
| [04:43:38] | wagnerrp: | huh... wonder who started making that panel |
| [04:43:47] | Lexridge: | no clue |
| [04:43:55] | wagnerrp: | actually two panels, a 21.5" and a 24" |
| [04:44:10] | wagnerrp: | but all monitors of all manufacturers with that resolution have identical stats |
| [04:44:31] | Lexridge: | humm, certainly sounds like the same lcd in all of them. |
| [04:44:32] | wagnerrp: | aside from differences in the controller board |
| [04:45:12] | Lexridge: | yea, everyone is gonna write their own control firmware. |
| [04:45:43] | wagnerrp: | well they probably build their own board too |
| [04:45:48] | CaptObviousman: | yeah, there's many fewer LCD production factories than there are LCD vendors |
| [04:46:14] | CaptObviousman: | Apple used to make comments to the effect of "Other companies use the lcds we reject as being not good enough" |
| [04:46:17] | Lexridge: | you all heard about hte price fixing fiasco the LCD makers got themselves into, with price fixing, right? |
| [04:46:29] | CaptObviousman: | a shot at Dell, because they were buying screens from the same OEM |
| [04:46:36] | wagnerrp: | nope |
| [04:46:44] | CaptObviousman: | no |
| [04:47:28] | Lexridge: | they had a 500M dollar fine against them...Sharp was company indicated, as were many other familiar companies as well. |
| [04:47:56] | Lexridge: | lemme find a link. This means the prices of LCDs should come WAY down soon. |
| [04:48:34] | Lexridge: | her is the first link: http://www.nytimes.com/2008/11/13/technology/13panel.html |
| [04:49:23] | wagnerrp: | personally, i already thought prices had come way down |
| [04:49:47] | Lexridge: | they have to some respect, but they should drop even further, as long as the dollar holds any value. |
| [04:50:08] | d0netsFN: | lol |
| [04:50:11] | d0netsFN: | you shitting me? |
| [04:50:17] | d0netsFN: | woops i forget the language possibility |
| [04:50:26] | d0netsFN: | but the dollar is down for the count |
| [04:50:59] | CaptObviousman: | goddamnit |
| [04:51:02] | d0netsFN: | the fed is printing them by the billions |
| [04:51:03] | CaptObviousman: | something keeps screwing up |
| [04:51:09] | Lexridge: | yea, pretty much. With low gas prices again, everything is not realizing that it's gonna jump WAY back up in a few months. |
| [04:51:20] | ** CaptObviousman is starting to get pissed ** | |
| [04:52:08] | d0netsFN: | language policy |
| [04:52:08] | Lexridge: | yea, the more worthless money they print, the less our dollar is worth |
| [04:52:08] | d0netsFN: | * |
| [04:52:16] | d0netsFN: | right |
| [04:52:20] | d0netsFN: | if you ahve 10$ |
| [04:52:33] | d0netsFN: | and they increase the money supply by 10% |
| [04:52:38] | d0netsFN: | you now have 9 |
| [04:52:42] | d0netsFN: | or what used to be 9 |
| [04:53:08] | d0netsFN: | inflation 101 |
| [04:53:17] | ** d0netsFN starts an "end tha' fed!" chant ** | |
| [04:53:23] | jhatch (jhatch!n=jhatch@jhatch.azza.org) has left #mythtv-users ("Leaving") | |
| [04:53:28] | wagnerrp: | crap! mythfilldatabase has been failing since last thursday |
| [04:53:56] | wagnerrp: | guess its time for a update and rebuild |
| [04:53:59] | wagnerrp: | see if that fixes things |
| [04:54:00] | Lexridge: | d0netsFN: yep, you are preaching to the chour dude. I'm spreading all this info around, and the federal reserve B/S too, far and wide. |
| [04:54:27] | d0netsFN: | good |
| [04:54:32] | CaptObviousman: | I am starting to believe that this hardware is cursed somehow |
| [04:54:33] | d0netsFN: | "every generation needs a revolution" |
| [04:54:46] | CaptObviousman: | I always used to have weird screwups before, and it struggled to compile without random errors |
| [04:54:53] | ** CaptObviousman begins to suspect processor-ness ** | |
| [04:54:55] | Lexridge: | d0netsFN: btw, I still voted for Ron Paul in the general election...write in. |
| [04:55:02] | wagnerrp: | d0netsFN: thats not entirely true |
| [04:55:12] | d0netsFN: | i didnt vote in the general election |
| [04:55:16] | d0netsFN: | i voted for him in the primary though |
| [04:55:19] | wagnerrp: | it may have been 50 years ago when we were still based on the gold standard |
| [04:55:31] | wagnerrp: | but now its more complicated than a direct 1:1 |
| [04:55:40] | Lexridge: | actually, the gold standard ended fully in 1975 |
| [04:56:10] | Lexridge: | wow, so 33 years is close I guess. |
| [04:56:23] | zlyzyr (zlyzyr!n=mike@cpe-76-180-122-198.buffalo.res.rr.com) has quit (Remote closed the connection) | |
| [04:57:20] | wagnerrp: | its a speculator's market, just like stocks |
| [04:58:36] | Dagmar: | CaptObviousman: CONGRATULATIONS! You've just described the symptoms of *bad RAM*. Break out memtest86+ post haste |
| [04:59:26] | Dagmar: | CaptObviousman: No, this is not a drill. "Close" doesn't count in the output of memtest86+ because RAM is neither horseshoes nor hand grenades. If it can't run overnight without zero errors, you need new gear. |
| [04:59:52] | Dagmar: | gcc is freaking awesome for finding bad RAM. |
| [04:59:56] | Lexridge: | it could also be bad caps |
| [05:00:15] | Lexridge: | and that is easy to check visually. |
| [05:00:32] | Dagmar: | If they're exploded like popcorn, sure. |
| [05:00:44] | Lexridge: | or even swollen, or leaking from the top |
| [05:00:57] | Dagmar: | He's not clever, tho. |
| [05:01:13] | Dagmar: | He wont' be running some weird hardware found in the back of a closet that was made in Taipei |
| [05:01:25] | wagnerrp: | hundreds of machines ive come across in the past couple years, ive never found one with bad caps |
| [05:01:34] | wagnerrp: | ive found several dozen sticks of bad memory |
| [05:01:38] | wagnerrp: | test the memory |
| [05:01:48] | Lexridge: | I've had had MANY MBs have had to get their caps shotgunned. That means replacing them all. |
| [05:01:51] | Dagmar: | He's literally describing *exactly* the behaviours bad RAM causts. |
| [05:02:06] | Dagmar: | s/causts/causes/; |
| [05:02:24] | Lexridge: | well, the thing with bad caps is, it looks like a memory or cpu error, because of voltage variences. |
| [05:02:31] | Dagmar: | It's up there with (pardon the graphicness of this) "it burns when I pee" for a telltale |
| [05:02:33] | clever: | 2008-12–18 01:00:29.968 TV: Attempting to change from WatchingRecording to WatchingPreRecorded |
| [05:02:36] | clever: | 2008-12–18 01:00:37.185 TV: Attempting to change from WatchingPreRecorded to None |
| [05:02:42] | wagnerrp: | well thats why you run memtest |
| [05:02:48] | wagnerrp: | if you get an error, there is a hardware error |
| [05:02:53] | clever: | for some reason, whenever the 'tuner' stops recording, all playback comes to a screaching halt |
| [05:02:59] | Dagmar: | Memtest86 will give you a definite yes or no answer in one night. |
| [05:03:01] | clever: | even when theres another 30mins left to the file |
| [05:03:07] | wagnerrp: | you swap out the memory, if you still get an error, its a hardware error other than memory |
| [05:03:22] | clever: | anybody have any ideas? |
| [05:04:00] | Dagmar: | clever: The tuner on liveTV that you're trying to watch through? |
| [05:04:17] | clever: | Dagmar: i havent used livetv in weeks |
| [05:04:29] | Lexridge: | just humor me, and youself, and look at the caps around the CPU. Swollen caps are very obvious, and produces all kinds of crashing issues |
| [05:04:38] | clever: | i picked it out of the 'watch recordings' list while it was actively recording |
| [05:05:33] | clever: | i can get a chunk of the log on pastebin |
| [05:05:44] | Dagmar: | Sounds like a bug |
| [05:06:14] | clever: | yeah |
| [05:06:24] | wagnerrp: | thats not true, i have had blown caps in power supplies |
| [05:06:50] | wagnerrp: | if we lose power for an extended period, the lab gets humid |
| [05:07:07] | clever: | Dagmar: http://pastebin.ca/1288351 |
| [05:07:23] | wagnerrp: | if we dont turn the AC up, and let it filter out the humidity before dropping the temperature and starting the cluster, we usually lose several machines |
| [05:07:40] | Dagmar: | clever: Unless it's saying something really weird, there's no point in reading that |
| [05:08:23] | clever: | it does the expected change from recording->prerecorded when it gets the done_recording message |
| [05:08:39] | CaptObviousman: | Dagmar: that's a very good idea, I'll do that overnight |
| [05:08:47] | clever: | then a timeout on the socket... |
| [05:08:51] | wagnerrp: | usually no need to do it overnight |
| [05:09:08] | clever: | 2008-12–18 01:00:37.082 MythSocket(9867d48:33): readStringList: Error, timeout (quick). |
| [05:09:10] | wagnerrp: | any time ive had bad memory, it usually shows up within a couple seconds/minutes |
| [05:09:30] | Lexridge: | Dagmar: Ah, I want to ask you something. We had a professional installer install our 30Kw UPS system. He installed shutoff switches for both the AC and the UPS at every exit, and charged us a bunch for it cause he said it was "code" for a datacenter...... |
| [05:09:53] | Dagmar: | clever: WHen I say "Sounds like a bug" I don't mean in the speculative sense. I mean it sounds like a coding error someone might make that would cause the recording to _move_ in some way as the thing goes from being recorded to not being recorded |
| [05:09:57] | Lexridge: | is that true? Does a datacenter have to have a power shutoff at every exit |
| [05:10:01] | wagnerrp: | i was not aware there was any sort of 'code' for data centers |
| [05:10:24] | clever: | Dagmar: ive had similar problems with the seek table state getting scrambled right when the recording is ending |
| [05:10:26] | wagnerrp: | but easy access to kill switches are certainly a good idea |
| [05:10:33] | clever: | if i try to seek right at that time, the frontend gets confused |
| [05:10:39] | clever: | but it didnt usualy halt on its own |
| [05:10:51] | Dagmar: | Lexridge: To put this bluntly, if you EVER want to be able to do maintenance on those UPSes you will need the kill switches. |
| [05:10:53] | Lexridge: | He showed it to me, but the book was from 1996, so it certainly could be outdated information, however, they seem to tighten up on this stuff, not loosen up. |
| [05:11:04] | Dagmar: | I don't know if it's in your local construction codes or not, but it's the _sensible_ thing to do |
| [05:11:23] | Lexridge: | yea, it is sensible, but just unexpected. |
| [05:11:43] | Dagmar: | Just make sure there's some really unsubtle cover on them so no one pushes them trying to get the doors out of the datacenter open |
| [05:11:53] | Lexridge: | in a fire situation, I'm sure killing the A/C would be beneficial. |
| [05:12:08] | ** CaptObviousman bites back a laugh ** | |
| [05:12:21] | Dagmar: | I assumed you were talking about the power into the datacenter when you said "AC" |
| [05:12:38] | CaptObviousman: | if you even think of doing so, LiveJournal admins will suddenly materialize in the corners of your room and stab you through the heart from four directions |
| [05:12:46] | Lexridge: | oh, both actually....The switch kills both the air conditioning and the UPS. |
| [05:12:48] | Dagmar: | There should be a cutoff for power to the UPS as well as power from the UPS into teh datacenter |
| [05:12:55] | Dagmar: | That'll work |
| [05:13:06] | Dagmar: | Wait, kills them both at the same time? |
| [05:13:08] | Lexridge: | the air is on a completely seperate circuit. |
| [05:13:26] | wagnerrp: | so its a little switch that triggers a pair of relays |
| [05:14:00] | Lexridge: | the datacenter runs off a three phase 100amp breaker, and the AC runs on it's own 60amp breaker. It triggers two relays, yes. |
| [05:14:17] | Dagmar: | Being able to kill the power to the HVAC isn't a bad idea tho |
| [05:14:36] | Dagmar: | Contractors like to occasionally disconnect the wrong damn ones |
| [05:14:48] | Lexridge: | yea, cause it moves some serious freaking air. Certainly fuel for a fire. |
| [05:15:03] | Dagmar: | ...so if you're at least sure you know where "the button" is, you can ensure no fried techs will make it all smelly. |
| [05:15:14] | Dagmar: | ...and they won't accidentally blow it up doing PMs |
| [05:15:23] | Lexridge: | I wouldn't guarantee anything ;) |
| [05:15:26] | wagnerrp: | well then... you just need to move your data center into a closed nitrogen tank |
| [05:15:45] | Dagmar: | We're a good 20 years away from liquid cooled DCs thankfully |
| [05:15:59] | Lexridge: | yea, I can hardly see anyway, wearing a mask would make that much better ;) |
| [05:16:19] | wagnerrp: | no, gaseous nitrogen, fire suppressant |
| [05:16:26] | wagnerrp: | halon is for wimps |
| [05:16:39] | Lexridge: | lol |
| [05:16:46] | olejl_ (olejl_!i=c3e5eb25@gateway/web/ajax/mibbit.com/x-6e08bf50e8ebde59) has joined #mythtv-users | |
| [05:16:48] | clever: | if you displace all the air with an inert gas, you wont have any fire hazard |
| [05:17:13] | Dagmar: | or any live admins |
| [05:17:23] | wagnerrp: | details details |
| [05:17:37] | wagnerrp: | issue them rebreathers |
| [05:17:39] | clever: | just bring a oxygen mask in when repairing the thing:P |
| [05:17:43] | Lexridge: | hence the mask...or oxygen as the case is. |
| [05:18:14] | CaptObviousman: | you can always hire more admins right? |
| [05:18:15] | wagnerrp: | well giving them oxygen would be bad, because most of what you exhale is oxygen |
| [05:18:20] | wagnerrp: | they would taint the system |
| [05:18:26] | Dagmar: | FIRE GO BOOM |
| [05:18:28] | wagnerrp: | you would have to add scrubbers |
| [05:18:44] | clever: | you could just flush the room with normal air when doing maintaince |
| [05:18:49] | Lexridge: | man, we had a huge setback this week. We were told our digital microwave NEXTEL replacement wasn't going to arrive until april 1st. We are seriously fscked!! |
| [05:18:57] | clever: | but then you would have to reflush it with an intert gas when your done |
| [05:19:00] | wagnerrp: | rebreathers capture and store the CO2, and recycle the oxygen |
| [05:19:25] | clever: | wagnerrp: you could just have a full face mask, with lines going out of the room |
| [05:19:35] | clever: | so you just suck normal air from outside in |
| [05:19:44] | clever: | and exaust it back out somewhere normal |
| [05:19:52] | Lexridge: | way too expensive |
| [05:19:57] | wagnerrp: | force them to be tethered? thats no fun |
| [05:20:05] | clever: | my idea seems cheaper then a rebreather |
| [05:20:14] | clever: | just a full mask and teather |
| [05:20:23] | Lexridge: | yea, cheaper maybe, but still expensive nonetheless. |
| [05:20:50] | Lexridge: | once you get it to pass OHSA requirements, it would be overly pricey |
| [05:20:53] | inordkuo (inordkuo!n=inorkuo@adsl-226-137-93.int.bellsouth.net) has quit ("Leaving.") | |
| [05:21:17] | Lexridge: | or would that be OSHA |
| [05:21:23] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has quit (Remote closed the connection) | |
| [05:21:47] | wagnerrp: | just slap an MSDS on the door, youll be fine |
| [05:21:54] | Lexridge: | lol |
| [05:22:03] | RyeBrye is now known as RyeBot | |
| [05:22:14] | RyeBot is now known as RyeBrye | |
| [05:31:31] | CaptObviousman: | HDTV is gorgeous. Just thought you all should know. |
| [05:32:47] | jamesd_: | i'm surprised more people aren't dropping cable and satelite TV and just going back to rabbit ears and a digital tuner.. the picture totally rocks and save $50 a month and still rent a couple movies a week. |
| [05:33:04] | Lexridge: | why is it that Wal-Mart always hooks up analog RF, and stretces it to full screen on all their display monitors? They look like CRAP!! |
| [05:33:23] | wagnerrp: | because its walmart |
| [05:33:32] | Lexridge: | that is reason enough ;) |
| [05:33:59] | Lexridge: | It's amazing they sell any TVs at all with the crappy looking picture. |
| [05:34:05] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has quit () | |
| [05:34:07] | jamesd_: | Lexridge, because they are using an old analog satelite feed put through to all the tv via a tv distrubution system that is old as the store... |
| [05:34:13] | HRearden (HRearden!n=HRearden@c-75-66-165-142.hsd1.tn.comcast.net) has joined #mythtv-users | |
| [05:34:30] | wagnerrp: | they can sell tv there because the general masses dont know better |
| [05:34:34] | Lexridge: | and what is sad, most of the folks that purchase them, still run it in a stretched mode. UGH! |
| [05:34:56] | Lexridge: | wagnerrp: my point exactly! |
| [05:36:02] | jamesd_: | here you have to change the setting based on what is on TV, some shows are still narrow and have to be done in zoom 2... to fill the screen.. others are fine in aspect and that is without even changing the channel |
| [05:37:05] | Lexridge: | jamesd_ yea, my wife still zooms into a SD sat channel when there is a HD channel of the SAME THING!!! WTF? |
| [05:37:26] | RyeBrye: | Lexridge: time to delete that channel from the TV lineup :) |
| [05:37:30] | wagnerrp: | Lexridge: go to a best buy, and try to find a properly configured HDTV |
| [05:37:47] | wagnerrp: | its not worth them any more sales to spend the time to do so |
| [05:37:48] | RyeBrye: | They should have a V-Chip like thing... only for TV settings... like block all SD channels without a password ;) |
| [05:38:11] | Lexridge: | wagnerrp: Well, I configure it all right, correctly, and somehow, she changes it all. |
| [05:38:37] | AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has joined #mythtv-users | |
| [05:38:47] | Lexridge: | If you've heard the phrase, "just play around, you can't hurt it" Well, she CAN!! |
| [05:38:58] | jamesd_: | Lexridge, dont feel bad, my wife wanted to make sure we watched all the "digital TV test" to be sure that we had digital tv, after she changed the channel to "12.1" on the 42" 1080p lcd tv, yes she knows its 12.1 and the 1080p. and we got the converter boxes for the kids room.. |
| [05:39:52] | Lexridge: | my wife is brilliant with computers, but sucks when it comes to running the entertainment center, and then she gets pissed off when I try to show her!! |
| [05:41:03] | Lexridge: | I ended up re-wiring the whole thing to make it better wife friendly. |
| [05:41:04] | jamesd_: | my wife is getting better... but i really have to program the universal remote... were back up to 4 remotes... blu-ray, dvd, tv, reciever and mythtv (microsoft) |
| [05:41:58] | jamesd_: | we replaced all the gear recently and i'm been too lazy to reprogram it all.. |
| [05:42:25] | Lexridge: | four remotes is not good. Easy enough for me, but not for the wife. Oh NO! ;) |
| [05:43:27] | DylanCh (DylanCh!n=no@pin-broadband-6-ws-119.dsl.redwing.net) has quit (Read error: 110 (Connection timed out)) | |
| [05:43:32] | jamesd_: | yeah i know.. and i'm getting tired of hearing "what do i have to change the Tv too to watch DVD" ... its hdmi but every night practically she asks again |
| [05:45:13] | Lexridge: | that's better than mine. I should her the A/V input for the DVD, and the Component1 input for sat. She said "Don't confuse me with a lot of button presses. It should just work" DOH!!! |
| [05:46:04] | Lexridge: | it's a hopeless cause. I've given up. I'll just lock her in the basement with the toon channel on 24/7 |
| [05:46:12] | MartinCleaver_ (MartinCleaver_!n=martincl@74.210.19.132) has quit () | |
| [05:47:40] | Lexridge: | for the record, that was a joke. I don't even have a basement, and my wife is hotter than hell, and she is standing beside me ATM. Gulp!! |
| [05:48:22] | jamesd_: | i think mine would be mostly happy with... the system automaticly changed the channels as followed... "9am rachel ray, 10am the view, 11 am martha steward, rest fo the soaps and the night time shows are just as set, including reruns of every show doesn't matter she never rememebers she has seen it a dozen times before... and of course she will watch movies on tv, even thought we have the same damm movie in wide scr |
| [05:48:22] | jamesd_: | een on dvd. |
| [05:49:55] | CaptObviousman: | good move since she's beside you |
| [05:50:04] | CaptObviousman: | of course she's hot as hell |
| [05:50:26] | AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has quit ("Lost terminal") | |
| [05:51:25] | jamesd_: | of course "hot as hell" not equal "horny as hell" which is much nicer usually... |
| [05:52:05] | Lexridge: | humm, well she could be both..hot and horney, which is always better. ;) |
| [05:52:19] | jamesd_: | of course... |
| [05:52:49] | Lexridge: | horney fat chicks are no fun...or are they? I guess that depends on ones age. lol |
| [05:52:53] | jamesd_: | Lexridge, of course that combination usually happens in the middle of a playoff game, the world series, or the superbowl |
| [05:53:08] | Lexridge: | lol, yea, ain't that the truth! |
| [05:55:00] | Lexridge: | Any college football fans here? I just read the Idaho bowl between Maryland and Nevada has only sold 16 tickets in Maryland, and 8 tickets in Nevada. WOW!!! |
| [05:55:54] | KraMer (KraMer!n=mark@adsl-70-240-182-49.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
| [05:56:28] | RyeBrye: | what are the odds that this is stolen: http://provo.craigslist.org/sys/958952002.html ? |
| [05:56:52] | wagnerrp: | probably little |
| [05:57:02] | wagnerrp: | its an OLD system theyre trying to dump |
| [05:57:08] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has quit ("Civilization exists by geological consent, subject to change without notice") | |
| [05:57:28] | RyeBrye: | wagnerrp: true. I guess I was assuming newer xeons |
| [05:57:28] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
| [05:57:45] | wagnerrp: | thats an old socket 604 netburst Xeon |
| [05:57:47] | jamesd_: | it could even be eide drives. |
| [05:57:56] | wagnerrp: | i would presume scsi |
| [05:58:01] | RyeBrye: | Ah. ok. now the price makes sense |
| [05:58:31] | jamesd_: | 120's are a wierd size for scsi.. usually scsi is 36, 72, 144, or 300's |
| [05:58:49] | wagnerrp: | you can part together a better system with new parts off newegg for that price |
| [05:59:13] | wagnerrp: | jamesd_: yeah, forgot scsi are more exact with their sizes |
| [05:59:58] | ghckghkjhfg (ghckghkjhfg!n=drintoul@ppp121-44-22-169.lns10.syd7.internode.on.net) has joined #mythtv-users | |
| [06:00:50] | jamesd_: | and if you can wait i read that AMD are releasing some new desktop chips are low power and decent specs and cheap... dual and quad core 45um with 3MB of l3 storage and 2.5ghz. |
| [06:01:16] | wagnerrp: | their 45nm fabs are up and running? |
| [06:01:37] | jamesd_: | they said it will be shipping q1 09. |
| [06:02:12] | jamesd_: | http://www.eweek.com/c/a/Desktops-and-Noteboo . . . 12172008STR1 |
| [06:02:39] | wagnerrp: | well the i7s are no more power efficient than the 45nm Core2s |
| [06:02:51] | wagnerrp: | might give AMD a bit of time to catch up before the 32nm jump |
| [06:03:35] | jamesd_: | i like buying AMD because they tend to be a bit cheaper and have hypertransport, and gives intel a reason to keep inovating. |
| [06:04:05] | wagnerrp: | well they did, the i7s have something similar |
| [06:04:26] | jamesd_: | and besides transcoding multiple streams... is there a reason for more than dual core on the desktop or even home servers. |
| [06:04:27] | wagnerrp: | except you cant get a board and proc for under $500 at the moment |
| [06:04:53] | wagnerrp: | transcoding h264 |
| [06:05:11] | wagnerrp: | but really, very few people will fill that |
| [06:09:29] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has quit ("Civilization exists by geological consent, subject to change without notice") | |
| [06:09:32] | jamesd_: | ram is more important than cpu these days... but venders still have problems putting more than 8GB of ram on desktop class motherboards, i know there are a few 16GB boards but they are rare |
| [06:11:58] | oobe: | why is ram more important |
| [06:12:03] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
| [06:13:43] | jamesd_: | oobe, because ram is faster than disk so data can be cached, and it can cache network content as well and ram is faster than network, not to mention applications are bloated hogs. firefox anyone... 1GB of ram to hold 20 pages each 100k or less in actual content. |
| [06:13:45] | KraMer (KraMer!n=mark@adsl-70-240-182-49.dsl.hstntx.swbell.net) has joined #mythtv-users | |
| [06:15:48] | oobe: | i have a 2 gb dual channel kit i bought to replace my generic 1gb set and i still havent got round to putting it in purely laziness but i will be interested to see if it has any major performance increases its faster to 800mhz as apose to 667 |
| [06:16:20] | artus35 (artus35!n=carsten@i577B80A0.versanet.de) has joined #mythtv-users | |
| [06:20:09] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has quit (Remote closed the connection) | |
| [06:20:38] | jamesd_: | oobe, unless you are a gamer... speed of ram isn't that important... even slow ram is faster at the tasks i mentioned... |
| [06:20:59] | oobe: | faster or fast enough |
| [06:21:12] | oobe: | i would be disapointed if it were faster |
| [06:21:28] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
| [06:22:19] | jamesd_: | unless you are going to use artifiical benchmarks, if you swapped 600 ram with 800 ram you wouldn't notice the difference. more ram is always better though |
| [06:23:39] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has quit (Remote closed the connection) | |
| [06:24:11] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
| [06:27:18] | stoneymonster (stoneymonster!n=stoneymo@67.116.236.247) has quit ("Leaving...") | |
| [06:32:35] | RyeBrye: | well... for compiling I like multiple cores |
| [06:33:39] | jamesd_: | yeah but that task is becoming more and more rare these days ;-) might even want to point you to #myth for using language like that in this channel ;-) |
| [06:35:00] | HRearden (HRearden!n=HRearden@c-75-66-165-142.hsd1.tn.comcast.net) has quit (" HydraIRC -> http://www.hydrairc.com <- In tests, 0x09 out of 0x0A l33t h4x0rz prefer it :)") | |
| [06:35:51] | Lexridge (Lexridge!n=Lexridge@75.108.69.120) has quit ("Leaving") | |
| [06:36:45] | psipsi (psipsi!n=psipsi@rrcs-24-227-36-210.se.biz.rr.com) has joined #mythtv-users | |
| [06:37:08] | RyeBrye: | oh, no. I know better than to speak in #myth |
| [06:37:12] | RyeBrye: | :) |
| [06:40:04] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has quit ("Leaving") | |
| [06:40:11] | jamesd_: | i think its only fair.. they send everyone here, its about time we send a few there who talk about compiling code ;-) |
| [06:40:15] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has joined #mythtv-users | |
| [06:40:54] | abqjp (abqjp!n=john@c-69-254-145-214.hsd1.nm.comcast.net) has quit (Client Quit) | |
| [06:41:10] | PointyPumper (PointyPumper!i=Pintlezz@190.244.78.47) has quit (Read error: 110 (Connection timed out)) | |
| [06:42:09] | CaptObviousman: | hmm, am I missing something here? I'm trying to get memtest86 "burned" to a usb drive |
| [06:42:34] | RyeBrye: | :) |
| [06:42:39] | CaptObviousman: | I downloaded the iso, then did dd if=memtest.iso of=/dev/sdb bs=512 |
| [06:42:44] | CaptObviousman: | and it don't work |
| [06:43:17] | CaptObviousman: | I did the same thing a few weeks ago for a slackware usb boot image and it worked like a hose |
| [06:43:32] | Huijari: | is it a cd image or an usb image? |
| [06:43:33] | CaptObviousman: | so, this leads me to believe that bootable cd image != bootable usb image |
| [06:43:39] | CaptObviousman: | Huijari: no |
| [06:43:55] | CaptObviousman: | what are the differences, and can I convert one to the other easily? |
| [06:44:25] | Huijari: | yes, if the cd uses isolinux as bootloader |
| [06:46:55] | Huijari: | CaptObviousman: http://damnsmalllinux.org/wiki/index.php/Inst . . . installation there's a quick guide |
| [06:48:23] | lyricnz (lyricnz!n=simonrob@203.171.199.95) has joined #mythtv-users | |
| [06:48:52] | lyricnz (lyricnz!n=simonrob@203.171.199.95) has left #mythtv-users () | |
| [06:50:08] | CaptObviousman: | Huijari: thanks |
| [06:53:24] | psipsi_ (psipsi_!n=psipsi@rrcs-24-227-36-210.se.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
| [06:55:08] | aaronp (aaronp!n=aaron@76-220-41-59.lightspeed.sntcca.sbcglobal.net) has joined #mythtv-users | |
| [07:16:37] | havan (havan!n=havan@85.105.15.214) has joined #mythtv-users | |
| [07:21:04] | artus35 (artus35!n=carsten@i577B80A0.versanet.de) has left #mythtv-users () | |
| [07:21:05] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
| [07:24:29] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
| [07:30:35] | KraMer (KraMer!n=mark@adsl-70-240-182-49.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
| [07:41:48] | gnome42 (gnome42!n=gnome42@69-196-169-87.dsl.teksavvy.com) has quit (Remote closed the connection) | |
| [07:42:29] | nagnag (nagnag!i=nero@217.80-203-253.nextgentel.com) has quit (Read error: 104 (Connection reset by peer)) | |
| [07:43:33] | califdreas (califdreas!n=andreas@netblock-72-25-106-205.dslextreme.com) has joined #mythtv-users | |
| [07:51:12] | Penfold (Penfold!n=mikewh@nsabfw1.nsab.se) has joined #mythtv-users | |
| [07:54:57] | jvs (jvs!n=jvs@cpe90-146-210-116.liwest.at) has joined #mythtv-users | |
| [08:06:37] | Finswimmer (Finswimmer!n=weechat@frnk-4d00faff.pool.mediaWays.net) has joined #mythtv-users | |
| [08:07:39] | exburn (exburn!n=exburn@c-98-214-106-84.hsd1.in.comcast.net) has quit () | |
| [08:07:45] | Finswimmer: | hello, i am thinking about this: moving the mysql DB and webfrontend into the internet. so that I could schedule my recordings even while the pc is off. is this possible? |
| [08:08:40] | wagnerrp: | no |
| [08:08:50] | wagnerrp: | mythweb is not designed to function with an offline backend |
| [08:09:21] | wagnerrp: | ls |
| [08:13:39] | Finswimmer: | wagnerrp: the mysql database is not enough? |
| [08:14:11] | wagnerrp: | if you try to access mythweb without a backend, it will just complain and display nothing |
| [08:14:42] | wagnerrp: | mythweb does not actually make schedules |
| [08:14:52] | wagnerrp: | it just edits rules |
| [08:15:04] | wagnerrp: | after which it tells the backend to rerun the scheduler |
| [08:15:06] | wagnerrp: | and displays the results |
| [08:15:08] | Finswimmer: | hmm. so the backend must run 24/7 when I want to schedule it via the internet... |
| [08:15:16] | wagnerrp: | that is correct |
| [08:15:21] | CCFL_Man_: | anyone know what udp 2046 is used for? |
| [08:15:42] | TomasuDlrrp (TomasuDlrrp!n=moose@S010600016cb89986.ed.shawcable.net) has quit (Read error: 54 (Connection reset by peer)) | |
| [08:15:47] | Finswimmer: | ah. i see. i thought mythweb is modyfing the database directly... |
| [08:15:54] | wagnerrp: | it is |
| [08:16:58] | Finswimmer: | yeah. but i missed the part that the backend is needed to rerun the scheduler. |
| [08:17:10] | Finswimmer: | thought that this is not necessary. |
| [08:17:13] | wagnerrp: | http://letmegooglethatforyou.com/?q=port+2046&l=1 |
| [08:18:12] | Finswimmer: | *lol* what a funny homepage. |
| [08:19:11] | Penfold (Penfold!n=mikewh@nsabfw1.nsab.se) has quit (Read error: 104 (Connection reset by peer)) | |
| [08:19:41] | xris: | Finswimmer: the schedules live in the db... but mythweb doesn't load them from the db itself.. backend handles all of that. |
| [08:19:47] | xris: | besides, you can't record if the backend isn't running |
| [08:20:06] | Finswimmer: | the reason why i asked for porting mysql in the internet was to save energy. But keeping it on for 24/7 is the only possible? even a small box at home would not help. |
| [08:20:25] | Finswimmer: | xris: wake on lan would have solved this problem ;) |
| [08:23:06] | wagnerrp: | well one idea would be running a small embedded machine, tunerless, as the primary frontend |
| [08:23:22] | wagnerrp: | it does all the scheduling and wakes up other backends as needed |
| [08:23:28] | wagnerrp: | that is currently impossible |
| [08:23:36] | PointyPumper (PointyPumper!i=Pintlezz@190.244.78.47) has joined #mythtv-users | |
| [08:23:41] | wagnerrp: | but there has been a lot of complaining for that on the mailing list |
| [08:23:49] | Floppe: | why not a small embedded backend ? |
| [08:24:00] | wagnerrp: | yeah... backend i mean |
| [08:24:17] | judazz (judazz!n=gronslet@cm-84.208.182.112.getinternet.no) has joined #mythtv-users | |
| [08:25:28] | Finswimmer: | Floppe: but this one would never have the power to record anything? |
| [08:25:29] | xris: | wagnerrp: you know how much work that scheduler query takes? on a slow machine, it can take several minutes to run. |
| [08:25:51] | wagnerrp: | a tunerless backend is also completely unsupported, and used to cause problems, but at least it seems to work on 0.21 |
| [08:26:02] | wagnerrp: | xris: never actually paid attention while it was running |
| [08:26:38] | edannenbe (edannenbe!n=edannenb@mail.blooparkstudios.de) has joined #mythtv-users | |
| [08:27:20] | wagnerrp: | the best option you have currently? check what your WOL options are |
| [08:27:38] | wagnerrp: | on some boards, there is an option to wake on any network traffic |
| [08:28:07] | wagnerrp: | so, use ethtool to set that mode, put it in standby, and whenever you try to access the page, the machine wakes back up |
| [08:28:30] | Finswimmer: | wagnerrp: that is a very good idea. |
| [08:29:07] | Finswimmer: | I think with "normal" WOL magic packages should it also work, at least if the router let them through. |
| [08:29:29] | wagnerrp: | 'magic packets' are broadcast, you cannot push them through the router |
| [08:29:41] | CCFL_Man_ is now known as CCFL_Man2 | |
| [08:29:46] | wagnerrp: | best bet would be to have a hacked firmware (ddwrt) with a wol client |
| [08:30:58] | wagnerrp: | most boards only support 'd' (disabled) and 'g' (magic packet) |
| [08:31:10] | wagnerrp: | you would be looking for 'u' (unicast) or 'p' (phy) |
| [08:36:06] | Finswimmer: | Supports Wake-on: pumbg :) |
| [08:40:20] | Finswimmer: | hmm. is it possible to rename my tuner? I have tuner 1,2 on DVB:0, and tuner 7,8 on DVB:1... not a real problem, but a cosmetic one... |
| [08:42:29] | EvilGuru (EvilGuru!n=freddie@dyn1220-11.wlan.ic.ac.uk) has joined #mythtv-users | |
| [08:45:08] | olejl_ (olejl_!i=c3e5eb25@gateway/web/ajax/mibbit.com/x-6e08bf50e8ebde59) has quit ("http://www.mibbit.com ajax IRC Client") | |
| [08:50:42] | Tomasu (Tomasu!n=moose@S010600016cb89986.ed.shawcable.net) has joined #mythtv-users | |
| [08:51:40] | wagnerrp: | Finswimmer: delete them all, and re-add them |
| [08:51:58] | wagnerrp: | delete all in mythtv-setup restarts the numbering |
| [08:52:34] | Finswimmer: | wagnerrp: ah. ok. i just tried to delete the second one. which causes to count even higher ;) |
| [08:52:50] | Finswimmer: | will that delete all my channels? |
| [08:52:56] | wagnerrp: | there should be an option to delete all cards |
| [08:53:04] | wagnerrp: | cards and sources are completely independent |
| [08:53:10] | wagnerrp: | channels are kept with the sources |
| [08:55:30] | Finswimmer: | great. thank you very much! |
| [09:00:21] | wagnerrp: | seems the Ion (Atom + GF9400M) wont be available until mid next year |
| [09:04:20] | grokky (grokky!n=grokky@ppp118-208-211-190.lns10.mel6.internode.on.net) has joined #mythtv-users | |
| [09:05:18] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 113 (No route to host)) | |
| [09:06:12] | bluepoint (bluepoint!n=bluepoin@host213-123-248-128.in-addr.btopenworld.com) has left #mythtv-users () | |
| [09:06:17] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 110 (Connection timed out)) | |
| [09:11:31] | olejl__ (olejl__!i=c3e5f234@gateway/web/ajax/mibbit.com/x-50e5de9be594c1de) has joined #mythtv-users | |
| [09:11:50] | Penfold (Penfold!n=mikewh@nat/yahoo/x-e3662cf99a0fbecb) has joined #mythtv-users | |
| [09:12:45] | jvs_ (jvs_!n=jvs@ap164166.wlan.jku.at) has joined #mythtv-users | |
| [09:12:52] | jvs (jvs!n=jvs@cpe90-146-210-116.liwest.at) has quit (Read error: 113 (No route to host)) | |
| [09:16:21] | Sedorox (Sedorox!i=brandon@smartserv/cna/Sedorox) has quit (Read error: 54 (Connection reset by peer)) | |
| [09:16:33] | grokky (grokky!n=grokky@ppp118-208-211-190.lns10.mel6.internode.on.net) has quit ("Leaving") | |
| [09:24:37] | Finswimmer: | wagnerrp: this site lets wake up your pc via internet: http://www.lchu.net/wowASP/wow.asp |
| [09:24:41] | Finswimmer: | it works :) |
| [09:28:18] | orkid (orkid!n=orkid@unaffiliated/orkid) has quit (Read error: 60 (Operation timed out)) | |
| [09:29:59] | lyricnz (lyricnz!n=simonrob@203.171.199.141) has joined #mythtv-users | |
| [09:30:28] | lyricnz (lyricnz!n=simonrob@203.171.199.141) has left #mythtv-users () | |
| [09:35:11] | Sedorox (Sedorox!i=brandon@web1.smart-serv.net) has joined #MythTV-Users | |
| [09:45:47] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
| [09:58:41] | Sedorox (Sedorox!i=brandon@web1.smart-serv.net) has quit (Read error: 54 (Connection reset by peer)) | |
| [10:01:45] | lbt (lbt!n=david@78.32.229.233) has joined #mythtv-users | |
| [10:05:42] | Sedorox (Sedorox!i=brandon@web1.smart-serv.net) has joined #MythTV-Users | |
| [10:09:55] | nagnag (nagnag!i=nero@217.80-203-253.nextgentel.com) has joined #mythtv-users | |
| [10:23:18] | olejl__ (olejl__!i=c3e5f234@gateway/web/ajax/mibbit.com/x-50e5de9be594c1de) has quit ("http://www.mibbit.com ajax IRC Client") | |
| [10:25:21] | oobe (oobe!n=oobe@220-244-162-235.static.tpgi.com.au) has quit ("Woops somthing bad happened") | |
| [10:30:01] | jvs_ is now known as jvs | |
| [10:45:56] | olejl_ (olejl_!n=olejl@92.96.64.26) has joined #mythtv-users | |
| [10:48:06] | Finswimmer (Finswimmer!n=weechat@frnk-4d00faff.pool.mediaWays.net) has quit ("WeeChat 0.2.6") | |
| [10:49:34] | waxhead_ (waxhead_!n=pete@121.223.186.95) has joined #mythtv-users | |
| [10:49:39] | waxhead_: | hey everyone... |
| [10:49:56] | waxhead_: | got a HD tv... how the heck do it get the diplsay to go to 1920x1080 |
| [10:50:05] | waxhead_: | s/it/I/ |
| [10:50:16] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [10:52:30] | Tomasu is now known as TomasuDlrrp | |
| [10:53:21] | waxhead_: | hmmm... where's the darn setting to change the GUI??? |
| [10:58:16] | jvs (jvs!n=jvs@ap164166.wlan.jku.at) has quit (Read error: 110 (Connection timed out)) | |
| [10:59:43] | porcodildo (porcodildo!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [11:02:09] | directhex: | waxhead_, it runs full screen, unless you've been titting about with the settings |
| [11:02:35] | waxhead_: | not really mucking about with the settings... |
| [11:02:47] | waxhead_: | what I can't get is the GUI to sit full screen... |
| [11:03:01] | Finswimmer (Finswimmer!n=weechat@frnk-4d00faff.pool.mediaWays.net) has joined #mythtv-users | |
| [11:04:04] | Finswimmer: | hello, is here somebody who is using tvm2xml and has no problems with umlaute (like öüä)? |
| [11:04:15] | Finswimmer: | They are displayed incorrectly. |
| [11:05:40] | directhex: | trunk or 0.21? |
| [11:06:35] | waxhead_: | me? |
| [11:06:54] | waxhead_: | directhex: 21 I think.. |
| [11:07:12] | kkuno (kkuno!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [11:10:29] | waxhead_: | I have set the playback to 1920x1080, but what do I go to get the GUI right? |
| [11:14:01] | directhex: | oh, hang on, you mean it's not 100% centered? |
| [11:14:14] | waxhead_: | directhex: yeah... it's sitting to the left of the screen |
| [11:14:40] | waxhead_: | Oh.. and how would I get sound to go out the HDMI port... can I do that? |
| [11:15:00] | directhex: | sounds like a lack of 1:1 pixel mapping in your tv. there should be a screen wizardsomewhere in the frontend settings |
| [11:15:03] | waxhead_: | it's going out SPIDF for now... I have hdmi out form the video card though... |
| [11:15:21] | waxhead_: | directhex: the TV is fine... |
| [11:16:13] | waxhead_: | directhex: the TV is running 1920 x 1080, but the GUI and playback doesn't "fill" the screen... I'm missing a setting in myth I think to tell the GUI it's 1920x1080 |
| [11:16:28] | directhex: | your desktop fits 100%? |
| [11:16:43] | waxhead_: | directhex: yes... |
| [11:16:59] | waxhead_: | desktop fits sweet... biggest computer monitor I've ever used! :) |
| [11:17:05] | directhex: | and your frontend log says what? |
| [11:18:32] | waxhead_: | what would I be looking for? |
| [11:19:33] | directhex: | just pastebin the whole log |
| [11:22:53] | waxhead_: | directhex: can I paste two lines? |
| [11:22:58] | lbt: | I'm going into my program guide and selecting a program and doing "record only this showing". It says "Single Record — Not Listed" and won't record |
| [11:24:03] | directhex: | 2 lines, probably. more than that, expect to be kickbanned |
| [11:24:47] | lbt: | I've read up and it suggests that this is due to "the TV listings have changed" |
| [11:25:02] | lbt: | but I'm selecting from the program guide so they can't have |
| [11:25:06] | waxhead_: | directhex: http://pastebin.ca/1288523 |
| [11:25:14] | waxhead_: | directhex: that's from the last reboot... |
| [11:25:26] | waxhead_: | so not too much there.. it does show that it's running in 1920x1080 |
| [11:26:19] | directhex: | try changing theme |
| [11:27:34] | lbt: | any clues about Not Listed? |
| [11:27:46] | KaZeR (KaZeR!n=kazer@86.67.170.161) has quit (Read error: 110 (Connection timed out)) | |
| [11:30:04] | waxhead_: | directhex: seriously? |
| [11:30:11] | waxhead_: | do you have a recommendation? |
| [11:30:36] | directhex: | just try a different wide theme. i'm still failing to visualize your issue properly, but it might help |
| [11:31:01] | lbt: | My problem only seems to apply to programs that have started... |
| [11:31:11] | lbt: | (just running some tests) |
| [11:32:37] | waxhead_: | directhex: imagine a huge screen where all the desktop can be seen ( which on the CRT you couldn't ) and you have the myth GUI in the top left hand corner... |
| [11:32:56] | waxhead_: | but I think it's got to do with the screen settings! Just found them... |
| [11:33:03] | directhex: | oh christ |
| [11:33:07] | directhex: | waxhead_, compiz? |
| [11:33:08] | waxhead_: | GUI width is only 900 with an off set.... |
| [11:33:19] | waxhead_: | directhex: no.. it's a mythbuntu setup... |
| [11:33:24] | waxhead_: | compiz isn't on it... |
| [11:33:45] | directhex: | mythfrontend --reset |
| [11:34:03] | directhex: | you're running in a window, it seems |
| [11:34:51] | waxhead_: | I'll try that before I fiddle with the settings then... |
| [11:35:24] | test1 (test1!n=test1@81-66-55-24.rev.numericable.fr) has joined #mythtv-users | |
| [11:35:49] | test1: | hi |
| [11:36:46] | test1: | i'm reading in usermanual that ; "Archiving Recordings/ ..These files are either in NuppelVideo format or MPEG-2 (Program or Transport Stream) format." |
| [11:36:56] | test1: | but i only see nuv files.. |
| [11:37:28] | test1: | where are mpeg2 files? .. or how can i select option record in mpeg ? |
| [11:37:29] | waxhead_: | directhex: I'll try setting the screen settings to 0 to go full screen... |
| [11:37:35] | nagnag (nagnag!i=nero@217.80-203-253.nextgentel.com) has quit (Read error: 60 (Operation timed out)) | |
| [11:37:56] | directhex: | test1, what kind of tv card do you have? |
| [11:38:15] | dustybin: | the turtle beach has arrived!! sooo small |
| [11:38:16] | Finswimmer (Finswimmer!n=weechat@frnk-4d00faff.pool.mediaWays.net) has quit ("WeeChat 0.2.6") | |
| [11:38:20] | test1: | pinacle v4l analogic (?) |
| [11:38:28] | directhex: | then you don't have any choice. |
| [11:38:37] | test1: | only nuv? |
| [11:38:54] | directhex: | only nuv, with rtjpeg or mpeg4 payload |
| [11:39:12] | test1: | ok.. |
| [11:39:21] | test1: | ty.. |
| [11:39:30] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [11:40:10] | waxhead_: | what does enable LCD device mean? |
| [11:40:14] | EvilGuru_ (EvilGuru_!n=freddie@dyn1075-176.hor.ic.ac.uk) has joined #mythtv-users | |
| [11:40:23] | directhex: | for LCD displays on PCs. |
| [11:40:34] | directhex: | 8-segment-style things |
| [11:42:47] | test1: | directhex: please confirm (because my english is regular), > so there is no way to record with an other extension (in my case, with my tv card?) |
| [11:42:51] | Wayhigh (Wayhigh!i=wayhigh@www.kevinlynn.com) has quit (Read error: 104 (Connection reset by peer)) | |
| [11:43:02] | EvilGuru (EvilGuru!n=freddie@dyn1220-11.wlan.ic.ac.uk) has quit (Read error: 60 (Operation timed out)) | |
| [11:43:18] | directhex: | correct. |
| [11:43:54] | test1: | :) but i still can try to convert it ... using https://svn.forevermore.net/nuvexport/ true ? |
| [11:44:02] | directhex: | yes |
| [11:44:06] | test1: | cool |
| [11:44:08] | dustybin: | wow my spdif digital sound cable glows red on the other end |
| [11:44:21] | test1: | (hi) |
| [11:44:24] | keith4 (keith4!n=keith@lust.CC.Lehigh.EDU) has quit (Read error: 60 (Operation timed out)) | |
| [11:45:36] | CaptObviousman: | it's like there's a lazzzzzer in it or something |
| [11:46:10] | Wayhigh (Wayhigh!i=wayhigh@www.kevinlynn.com) has joined #mythtv-users | |
| [11:46:20] | porcodildo (porcodildo!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [11:48:25] | laga: | all hail to the mighty captain obvious |
| [11:48:37] | ** CaptObviousman takes a bow ** | |
| [11:49:16] | keith4 (keith4!n=keith@lust.CC.Lehigh.EDU) has joined #mythtv-users | |
| [11:49:41] | test1: | please, what about convert a nuv file (convert in avi/ xvid/ 480*272) using ... MEDIACODER(+wine) ? |
| [11:51:02] | waxhead_ (waxhead_!n=pete@121.223.186.95) has quit (Read error: 113 (No route to host)) | |
| [11:51:06] | waxhead__ (waxhead__!n=pete@121.223.186.95) has joined #mythtv-users | |
| [11:51:20] | waxhead__: | back... |
| [11:51:23] | waxhead__: | bit of a lock up.. |
| [11:51:38] | waxhead__: | directhex: thanks for the help... it's working... full screen beauty!!!!! |
| [11:52:34] | keith4_ (keith4_!n=keith@lust.CC.Lehigh.EDU) has joined #mythtv-users | |
| [11:53:33] | keith4 (keith4!n=keith@lust.CC.Lehigh.EDU) has quit (Read error: 104 (Connection reset by peer)) | |
| [11:53:35] | test1: | actually it seems to be possible to convert nuv in avi with mediacoder (it uses mplayer) but i have trouble with aspect ratio (and..sound speed) .. |
| [11:53:48] | test1: | does sm1 use mediacoder to convert his nuv ?? |
| [11:54:28] | laga: | test1: why don't yo ask the people who wrote mediacoder? especially if it's windows software |
| [11:55:10] | test1: | laga: yes .. (adapted to wine , too) |
| [11:55:25] | test1: | but .. any user of mediacoder here ? |
| [11:57:40] | test1: | :) ... ty all .. anyway, i'll study nuvexport (and try laga's solution too ;) |
| [12:06:14] | Dibblah: | CaptObviousman is actually wrong. There's only an LED in the SPDIF transmitter. |
| [12:06:39] | Dibblah: | It's not a laser, since it really doesn't need high signal levels. |
| [12:07:23] | CaptObviousman: | hmm, tat's quite interesting. This entire set of channels, which was working the other day, is now causing my be to lock up |
| [12:07:33] | CaptObviousman: | low signal quality |
| [12:07:44] | Dibblah: | "lock up" as in? |
| [12:08:53] | justinh (justinh!n=Justin@cpc1-salf4-0-0-cust54.manc.cable.ntl.com) has joined #mythtv-users | |
| [12:09:08] | CaptObviousman: | well, it doesn't crash, but it stops responding to the fe totally |
| [12:09:20] | justinh (justinh!n=Justin@cpc1-salf4-0-0-cust54.manc.cable.ntl.com) has left #mythtv-users () | |
| [12:09:33] | Dibblah: | Backtrace? |
| [12:09:48] | Dibblah: | And is this current SVN or 0.21*? |
| [12:09:53] | CaptObviousman: | 21-fixes |
| [12:10:28] | Dibblah: | Log of the backend show anything suspicious? |
| [12:10:43] | CaptObviousman: | hang on, lemme duplicate it again so I can isolate |
| [12:13:01] | kkuno (kkuno!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [12:13:43] | CaptObviousman: | http://pastebin.linode.com/1861 |
| [12:13:56] | CaptObviousman: | that's [functiona channel]->[non-functional] backend log |
| [12:14:23] | CaptObviousman: | the fe pops up a message which says "You shold have gotten a channel lock by now." |
| [12:14:48] | CaptObviousman: | and I can see the be still checking expirations in the log. It just refuses to repond to the fe any more until I restart it by hand |
| [12:15:24] | CaptObviousman: | where is this mysql.txt supposed to be anyway |
| [12:18:36] | zlyzyr (zlyzyr!n=mike@cpe-76-180-122-198.buffalo.res.rr.com) has joined #mythtv-users | |
| [12:19:48] | Dibblah: | -v record,channel |
| [12:19:53] | Dibblah: | Would probably help. |
| [12:26:01] | lyricnz (lyricnz!n=simonrob@203.171.199.215) has joined #mythtv-users | |
| [12:26:28] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [12:28:43] | CaptObviousman: | http://pastebin.ca/1288555 |
| [12:28:46] | CaptObviousman: | significantly longer |
| [12:40:39] | waxhead__ (waxhead__!n=pete@121.223.186.95) has quit ("Ex-Chat") | |
| [12:50:52] | porcodildo (porcodildo!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [12:54:25] | kslater (kslater!n=kslater@ipl-186-016.dsl.stargate.net) has joined #mythtv-users | |
| [12:56:07] | kslater (kslater!n=kslater@ipl-186-016.dsl.stargate.net) has quit (Remote closed the connection) | |
| [12:57:46] | MartinCleaver (MartinCleaver!n=martincl@74.210.19.132) has joined #mythtv-users | |
| [13:02:22] | lyricnz (lyricnz!n=simonrob@203.171.199.215) has quit () | |
| [13:02:44] | kslater1 (kslater1!n=kslater@209.195.188.38.nauticom.net) has joined #mythtv-users | |
| [13:07:35] | PointyPumper (PointyPumper!i=Pintlezz@190.244.78.47) has quit (Read error: 104 (Connection reset by peer)) | |
| [13:09:03] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has joined #mythtv-users | |
| [13:10:02] | PointyPumper (PointyPumper!i=Pintlezz@190.244.78.47) has joined #mythtv-users | |
| [13:12:09] | kk__ (kk__!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [13:18:34] | dustybin: | wow i got the turtle beach usb device working perfectly!!! |
| [13:18:49] | dustybin: | now i have a free PCI slot for another Nova-T 500 :) |
| [13:22:05] | kkuno (kkuno!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [13:22:21] | porcodildo (porcodildo!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [13:23:35] | nagnag (nagnag!i=nero@217.80-203-253.nextgentel.com) has joined #mythtv-users | |
| [13:23:49] | porcodildo (porcodildo!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [13:24:02] | nagnag (nagnag!i=nero@217.80-203-253.nextgentel.com) has quit (Client Quit) | |
| [13:28:07] | lbt (lbt!n=david@78.32.229.233) has quit (Read error: 113 (No route to host)) | |
| [13:30:56] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [13:34:26] | kk__ (kk__!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [13:36:22] | jm|home: | can I use some command line mythcommflag that say "just use channel logo detection" ? |
| [13:37:35] | ** jm|home comes back from the wiki, embarrassed. ** | |
| [13:40:57] | kslater1 is now known as kslater | |
| [13:41:28] | kslater: | jm|home: it happens to most of us (me especially) |
| [13:41:45] | EvilGuru_ (EvilGuru_!n=freddie@dyn1075-176.hor.ic.ac.uk) has quit () | |
| [13:41:50] | kslater: | myth is feature rich |
| [13:41:52] | kk__ (kk__!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [13:41:59] | jm|home: | ja |
| [13:42:15] | jm|home: | I was going to try to make my own logo detection program 4S&G |
| [13:42:20] | jm|home: | but this might be easier |
| [13:42:38] | jm|home: | it won't trim under/overrun though :/ |
| [13:44:20] | gbee (gbee!n=gbee@cpc2-derb9-0-0-cust507.leic.cable.ntl.com) has joined #mythtv-users | |
| [13:45:27] | gbee: | anyone have a clue why downloading large images in firefox would cause video to freeze in myth? (not network or disk IO related, konq doesn't have this issue either) |
| [13:46:58] | kslater: | gbee: I have one site that when I visit with FF 3 causes all input to my machine to stop. It's like the Gnome input queue gets hosed |
| [13:47:04] | gbee: | thinking I'll have to ditch Firefox in favour of Opera/Konq, both of which seem faster anyway |
| [13:47:05] | kslater: | doesn't happen with Opera |
| [13:47:46] | gbee: | yeah, FF seems to cause more lockups on this new machine than anything else |
| [13:48:59] | gbee: | used to be a big Opera fan, but there were one or two things I quite liked about Firefox which Opera didn't do :/ |
| [13:49:34] | kslater: | as a general browser I depend on FF too much (not on myth specifically) |
| [13:49:42] | kslater: | Opera just never seemed right |
| [13:49:51] | Knoppit (Knoppit!n=hpladds@adsl-19-106-214.asm.bellsouth.net) has joined #mythtv-users | |
| [13:49:59] | diocaro (diocaro!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [13:50:31] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has joined #mythtv-users | |
| [13:50:52] | jm|home: | gbee: do you use nvidia driver? |
| [13:51:18] | porcodildo (porcodildo!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [13:51:22] | kkuno (kkuno!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [13:51:32] | gbee: | yep |
| [13:51:45] | jm|home: | I'm afraid this is just a "me too" |
| [13:51:55] | jm|home: | . o O ( NVP ) |
| [13:52:41] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [13:55:02] | kk__ (kk__!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [13:56:39] | jm|home: | well that didn't work :/ |
| [13:56:44] | jm|home (jm|home!n=jm|home@dilbert.jamiem.com) has quit (Remote closed the connection) | |
| [13:58:34] | EvilGuru (EvilGuru!n=freddie@dyn1204-74.wlan.ic.ac.uk) has joined #mythtv-users | |
| [14:01:03] | test1 (test1!n=test1@81-66-55-24.rev.numericable.fr) has quit ("Konversation terminated!") | |
| [14:02:16] | test1 (test1!n=test1@81-66-55-24.rev.numericable.fr) has joined #mythtv-users | |
| [14:02:34] | diocaro (diocaro!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [14:04:41] | jamiem (jamiem!n=jm|home@dilbert.jamiem.com) has joined #mythtv-users | |
| [14:05:04] | jamiem: | gbee: there are a few forums citing this sort of problem with nvidia driver |
| [14:05:36] | jamiem: | I can make mythfrontend freeze by simply scrolling up and down in firefox if the page is long enough (even without images) |
| [14:06:02] | jamiem: | I am using SLi and xinerama though which could influence things |
| [14:06:09] | gbee: | yeah it happens in other ways, the images thing is just one sure way to trigger it |
| [14:06:14] | porcodildo (porcodildo!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [14:06:58] | gbee: | but although the driver could be fixed to stop it, FF has to take some of the blame for the way it's working |
| [14:07:08] | jamiem: | gbee: do you use xinerama? |
| [14:07:16] | gbee: | twinview, no xinerama |
| [14:07:24] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection) | |
| [14:07:29] | jamiem: | oh |
| [14:07:35] | gbee: | might have still done it when I was using xinerama |
| [14:07:42] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
| [14:07:55] | ** jamiem uses xinerama and twinview – 3 monitors ** | |
| [14:08:09] | jduggan: | with nvidia? |
| [14:08:19] | kk__ (kk__!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [14:08:24] | jduggan: | i couldnt get it working right |
| [14:08:27] | jduggan: | :\ |
| [14:08:39] | gbee: | well as I recently learnt, xinerama is not required with recent drivers and twinview (for a two monitor setup anyway) |
| [14:08:45] | jduggan: | my dual screens were stretching the desktop |
| [14:08:54] | jduggan: | and the third screen was fine |
| [14:08:58] | jduggan: | so maximise a window |
| [14:09:01] | gbee: | apparently xinerama actually does more harm than good |
| [14:09:01] | jduggan: | and it stretches both |
| [14:09:11] | jamiem: | gbee: that's right. But for three or four you need to xinerama the two twinviews together |
| [14:09:18] | ** gbee nods ** | |
| [14:09:22] | jamiem: | don't get me started on RandR |
| [14:09:30] | jduggan: | arent they working on it |
| [14:09:49] | gbee: | used to be that you needed xinerama because twinview would just stretch the desktop/windows |
| [14:10:05] | jamiem: | I think I'm hungry |
| [14:10:28] | gbee: | my screens operate at the native res, never need RandR |
| [14:11:06] | jduggan: | http://www.phoronix.com/scan.php?page=news_item&px=NjkwMw |
| [14:11:12] | gbee: | think I'll stick with Opera, forgot just how damn fast it is, even compared to the supposedly fast FF 3 |
| [14:11:55] | jduggan: | cept |
| [14:11:57] | jduggan: | its too strict |
| [14:12:02] | jduggan: | and breaks sites |
| [14:12:03] | jduggan: | :( |
| [14:12:04] | gbee: | no such thing |
| [14:12:11] | jduggan: | ideally no |
| [14:12:13] | jduggan: | but practically |
| [14:12:14] | jduggan: | :( |
| [14:12:29] | gbee: | honestly the stricter the better in my book, I just don't use sites that can't stick to standards |
| [14:12:32] | gbee: | never have |
| [14:12:42] | jduggan: | i dont have a choice |
| [14:12:43] | gbee: | f*** em |
| [14:12:44] | jduggan: | ;) |
| [14:13:14] | jduggan: | i went 2years without touching windows.. new job made me use it.. some people just dont have a choice ;P |
| [14:15:29] | test1: | hi again .. lil question : how is the .nuv of recording : is it a video of 50.00 FPS ? or 25 PFS? or stg else ? |
| [14:16:02] | test1: | (frame rate) |
| [14:16:40] | jamiem (jamiem!n=jm|home@dilbert.jamiem.com) has quit (Remote closed the connection) | |
| [14:17:02] | kkuno (kkuno!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [14:17:23] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [14:17:50] | test1: | 50? |
| [14:17:52] | test1: | 25? |
| [14:18:27] | porcodildo (porcodildo!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [14:18:47] | jamiem (jamiem!n=jm|home@dilbert.jamiem.com) has joined #mythtv-users | |
| [14:19:35] | jamiem: | updating to 177.82 didn't help :) |
| [14:20:32] | kk__ (kk__!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [14:20:35] | jamiem: | at least the installer doesn't get freaked out by Xen presence in the linux headers any more |
| [14:21:52] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has quit (Remote closed the connection) | |
| [14:26:27] | jvs (jvs!n=jvs@cpe90-146-210-116.liwest.at) has joined #mythtv-users | |
| [14:28:30] | arodd_ (arodd_!n=aworkman@70.89.200.89) has quit ("Ex-Chat") | |
| [14:29:08] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Remote closed the connection) | |
| [14:30:55] | Knoppit (Knoppit!n=hpladds@adsl-19-106-214.asm.bellsouth.net) has quit ("Leaving") | |
| [14:32:15] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [14:34:13] | gbee: | I'm on 180.xx atm, but it was no better with 177.xx |
| [14:35:13] | gbee: | generally performance on this nvidia chipset has been really bad so far, lets hope that it's just the drivers and they'll improve soon |
| [14:36:10] | gbee: | need to figure out why audio over hdmi is working for recordings, but not mythmusic |
| [14:39:40] | Goga777 (Goga777!n=Goga777@shpd-92-101-154-92.vologda.ru) has joined #mythtv-users | |
| [14:43:53] | hadees (hadees!n=hadees@cpe-67-9-179-169.austin.res.rr.com) has quit (Remote closed the connection) | |
| [14:43:59] | jamesd_ (jamesd_!n=jamesd@adsl-68-249-0-205.dsl.milwwi.ameritech.net) has quit (Remote closed the connection) | |
| [14:44:51] | jamesd (jamesd!n=jamesd@adsl-68-249-0-205.dsl.milwwi.ameritech.net) has joined #mythtv-users | |
| [14:48:05] | dashcloud (dashcloud!n=szakulec@141.158.224.133) has quit (Read error: 110 (Connection timed out)) | |
| [14:50:51] | keith4_ (keith4_!n=keith@lust.CC.Lehigh.EDU) has quit (Read error: 131 (Connection reset by peer)) | |
| [14:51:02] | keith4_ (keith4_!n=keith@lust.CC.Lehigh.EDU) has joined #mythtv-users | |
| [14:58:15] | EvilGuru (EvilGuru!n=freddie@dyn1204-74.wlan.ic.ac.uk) has quit () | |
| [14:58:34] | dashcloud (dashcloud!n=szakulec@c-76-116-149-58.hsd1.pa.comcast.net) has joined #mythtv-users | |
| [14:59:03] | kkuno (kkuno!n=wefw@212.116.219.81) has quit ("Sto andando via") | |
| [15:04:09] | pigeon (pigeon!n=pigeon@60-241-137-179.static.tpgi.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
| [15:04:18] | pigeon (pigeon!n=pigeon@60-241-137-179.static.tpgi.com.au) has joined #mythtv-users | |
| [15:04:46] | judazz (judazz!n=gronslet@cm-84.208.182.112.getinternet.no) has quit (Read error: 110 (Connection timed out)) | |
| [15:07:35] | dustybin: | I just bought a Nova-T 500 from PC world for £48, got home and installed, works ace :) |
| [15:07:57] | dustybin: | time to record the xmas schedule :) |
| [15:09:58] | kkuno (kkuno!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [15:10:14] | porcodildo (porcodildo!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [15:12:15] | javatexan (javatexan!n=aars@rrcs-24-153-239-89.sw.biz.rr.com) has joined #mythtv-users | |
| [15:14:28] | Nem^ (Nem^!n=Nem@dslb-084-056-208-180.pools.arcor-ip.net) has joined #mythtv-users | |
| [15:14:51] | AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has joined #mythtv-users | |
| [15:15:24] | aBs0lut30 (aBs0lut30!n=mhughes@adsl-074-180-113-005.sip.bhm.bellsouth.net) has joined #mythtv-users | |
| [15:16:39] | aBs0lut30: | hey guys. I am looking to move to MythTV from vista MCE and have a question or two, first off, is there any way in mythtv to record only first run shows like there is in mce? |
| [15:19:00] | iamlindoro__: | yes. you set the filter to "Ignore Generic and Repeat Episodes" fo each recording rule. |
| [15:21:28] | aBs0lut30: | ok cool, thanks... Also, i have read a lot about issues with the ATI cards, personally I am a die hard ATI user, and have not had very good luck with Nvidia cards in the past, whats the real deal on this, are there any major issues or is it just a bit buggy? also do the Nvidia cards buy me anything over the ATI as far as myth would be concerned? |
| [15:22:33] | porcodildo (porcodildo!n=wefw@212.116.219.81) has quit ("Sto andando via") | |
| [15:23:30] | jackson__: | Nvidia is currently the only game in town for hardware HD acceleration under linux (which is a brand spankin new development – not in the stable Myth release yet – give it three or so months?) |
| [15:24:00] | iamlindoro__: | Yes, NVidia is currently preferred for a number of reasons. ATI *can* be made to more or less work, but it is somewhat buggy. nVidia works pretty darn well out of the box and with an 8xxx series or better, there is a new API for hardware offload of video decode-- which is lacking in ATI at the moment. |
| [15:24:29] | dashcloud (dashcloud!n=szakulec@c-76-116-149-58.hsd1.pa.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
| [15:25:14] | iamlindoro__: | ATI has classicly been absolute agony with Myth (and ATI themselves said that Myth was unsupported) but it has improved in recent months-- Most (but not all) would still say that nVidia is the far more stable and capable choice for Myth, though |
| [15:26:50] | aBs0lut30: | gotcha, reason I am not a big fan of Nvidia, I recently bought a 9800 (I think anyway, was like 300 bux) with HDMI output so I could hook up to my tv, the HDMI output was TERRIBLE! so I sent it back, I really need to get off the old vga port as I am getting a new home theater reciever with HDMI and want to run everything through it, that said anybody else useing/used HDMI output on the nvidia cards? if so how did it wor |
| [15:27:10] | gbee: | iamlindoro__: having picked Nvidia again for this dev frontend/backend, I've got to say that we've all got massive blindspots when it comes to the nvidia drivers ;) |
| [15:27:58] | gbee: | aBs0lut30: I've an ATI Radeon x1250 (IGP) with HDMI, it's in my main frontend, very happy with it |
| [15:28:03] | iamlindoro__: | aBs0lut30: I am using HDMI out on an integrated 9300 card, and it works very very well |
| [15:28:30] | iamlindoro__: | gbee: Then again, most of us haven't run into your issues either ;) |
| [15:29:27] | _abbenormal: | hey iamlindoro__ mornin dude |
| [15:30:04] | gbee: | iamlindoro__: I didn't have much bad to say about Nvidia with my past experiences, but my experience with this 8200 has left a very bad taste in my mouth |
| [15:30:30] | _abbenormal: | aBs0lut30, i run nvidia dont have the 9300 but want one im using dvi to hdmi right now with very good luck and like it |
| [15:30:52] | jackson__: | gbee, what difficulties have you had with the 8200? What's you're setup? |
| [15:30:53] | gbee: | but I'm not alone, just earlier everyone was jumping onboard to say that firefox/video don't behave with their drivers ... |
| [15:32:12] | moodboom (moodboom!n=moodboom@cpe-075-177-134-090.nc.res.rr.com) has joined #mythtv-users | |
| [15:32:29] | iamlindoro__: | _abbenormal: good morning |
| [15:32:51] | aBs0lut30: | yeah, I went and looked it was a PNY 9800 GX2 that I got, and as I said the HDMI output was awful, the colors were off, bad pixelation, the blacks were off was just not to happy... so that said, anybody got a suggestion on a "good" nvidia card with HDMI |
| [15:33:13] | gbee: | jackson__: opengl performance is slow as hell, slower than the 4 year old 6200 in my laptop, 2D performance isn't anything to shout about either, the whole desktop becomes like treacle periodicially (right now I can't actually do much more than type) |
| [15:33:15] | iamlindoro__: | gbee: heh, where everyone = one guy? |
| [15:33:18] | porcodildo (porcodildo!n=wefw@212.116.219.81) has joined #mythtv-users | |
| [15:34:35] | iamlindoro__: | Anyway, my 9800 GT and 9300 IGP are both behaving very nicely in linux and with Myth. In the interest of full disclosure, so is my ATI 4850, but I personally love having video decode offload too much to use that right now. |
| [15:34:40] | jackson__: | gbee, what mobo? Is this an actuall nvidia labeled geforce8200 mobo chipset, or something like the nforce 750 series mcp chipset (heck, is there a difference between the two?)? |
| [15:35:13] | gbee: | iamlindoro__ I counted three or four people responding with the same problem in 15 minutes, I can't even find that many people with myth problems to respond so quickly |
| [15:35:34] | aBs0lut30: | yeah offload would be nice as I am planning on trying to get a couple of the HD-PVR's up and running with my two HD directv boxes :D |
| [15:36:07] | iamlindoro__: | aBs0lut30: So your option is an nvidia card with hardware offload, or a 3.0 Ghzish Core 2 Duo |
| [15:36:18] | gbee: | jackson__: Asus M3N78 |
| [15:36:58] | aBs0lut30: | well, happen to already have a 2.8 Core 2 Duo so thats good, but the offload would be even better |
| [15:37:30] | iamlindoro__: | 2.8 should manage... barely/mostly |
| [15:37:31] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has joined #mythtv-users | |
| [15:37:59] | aBs0lut30: | so, anyway how about the HD-PVR how hard is it to get that working |
| [15:38:41] | iamlindoro__: | Well, requires that you compile your own driver, and compile your own copy of the development version of myth, which means religiously following the dev and commits lists from now on |
| [15:38:53] | iamlindoro__: | If you are comfortable with all of the above, then you are fine |
| [15:39:15] | gbee: | iamlindoro__: my point would be that every single person here has probably run into Nvidia driver problems, more than once, but that for whatever reason we're still prepared to recommend them over ATi when many of those same people haven't tried their latest drivers/cards |
| [15:39:19] | aBs0lut30: | well that sounds like lots of fun for a box I try not to mess with much ;) |
| [15:39:49] | jackson__: | gbee, where's ATI's linux HD acceleration? :) |
| [15:40:07] | gbee: | I'm no ATi shill – I wouldn't have bought the Nvidia board if I was, I'm just continually bemused by the prevailing attitudes |
| [15:40:17] | gbee: | wtf? |
| [15:40:23] | iamlindoro__: | gbee: I haven't run into problems :) And I would argue that you can find far far more people who plugged in the nvidia card, installed the driver and it "just worked" than with the same experience with ATI |
| [15:40:51] | kk__ (kk__!n=wefw@151.64.204.69) has joined #mythtv-users | |
| [15:41:01] | iamlindoro__: | gbee: Anyway, I think I was fairly even handed in my description of both-- mentioned the improvements to the ATI experience, mentioned that it can work fine, and mentioned that mine worked fine-- it's not as though I'm being unfair |
| [15:41:10] | hadees (hadees!n=hadees@rrcs-97-77-45-90.sw.biz.rr.com) has joined #mythtv-users | |
| [15:41:57] | _abbenormal: | ill have to remember that iamlindoro__ |
| [15:42:06] | gbee: | iamlindoro__: sorry, but bullshit ... in the last 2–3 years of using an Nvidia card you've never hit one of the many driver issues affecting not just myth users (pink screen, tearing etc) but many others linux users? |
| [15:42:16] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has quit ("Leaving.") | |
| [15:42:38] | gbee: | you've either been extremely lucky or you never upgraded the drivers very much |
| [15:42:46] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has joined #mythtv-users | |
| [15:43:04] | iamlindoro__: | gbee: I got the pink screen, admittedly, but it was easily fixed at that time-- anyway, why are you taking this out on me? I wasn't bagging on ATI. |
| [15:43:06] | gbee: | iamlindoro__ and I'm not picking on you in particular |
| [15:43:21] | gbee: | you're the one responding ;) |
| [15:43:38] | _abbenormal: | cause he can this time iamlindoro |
| [15:43:45] | iamlindoro__: | ugh, fine I'm going to work. |
| [15:43:49] | gbee: | you should know by now that this is a topic which gets me worked up ;) |
| [15:43:52] | _abbenormal: | lol |
| [15:43:52] | ** aBs0lut30 hides in the corner for mentoning the age old ATIvsNvidia debage ** | |
| [15:44:17] | kkuno (kkuno!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [15:45:13] | jackson__: | Maybe I'm in the minority, however I think that VDPAU (linux hardware acceleration of mpeg2, h.264, and vc-1 / wmv3) is a really big deal for mythtv. |
| [15:45:15] | gbee: | I'm not saying that the ATi drivers are perfect, but neither are the nvidia ones and personally at this moment I regret buying nvidia over ATi |
| [15:45:42] | aBs0lut30: | well, anybody have tips for switching from MCE to Myth? I really hate to make the move cause I love how simple MCE is to use and from what I have seen playing around with Myth its not that easy to setup and get working, but I am really pissed that Directv dropped their USB reciever box project for MCE so I want my HD NOW! |
| [15:46:26] | inordkuo1 (inordkuo1!n=inorkuo@97.66.21.169) has joined #mythtv-users | |
| [15:46:53] | gbee: | jackson__: had it come two years ago I might have agreed, but it's not as though the processors required for HD h.264 are high-end anymore – you don't need hardware acceleration to save £200 on a capable CPU |
| [15:47:09] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has quit (Read error: 104 (Connection reset by peer)) | |
| [15:47:13] | _abbenormal: | well gbee choices thats all we have some are good and some turn out bad but at least we have them |
| [15:47:15] | gbee: | it's a good thing, but it's nowhere near as important as it would have been in the past |
| [15:48:39] | jackson__: | gbee, I have some capable SD mythfrontends that an nvidia VDPAU capable card would breath some great life into that I for various reasons, don't want the snowball affect of upgrading mobos, cpu, ram. |
| [15:48:54] | gbee: | and we will see hardware acceleration with ATi cards, we know it's coming and I think we can be confident that it's not going to take them that long since the initial work was in the driver before anyone even know Nvidia were doing it |
| [15:49:09] | gbee: | so I'm not really sure what relevance it has to the ATi vs Nvidia debate |
| [15:49:26] | gbee: | s/know/knew/ |
| [15:50:20] | laga (laga!n=laga@mythwiki.de) has quit (Read error: 60 (Operation timed out)) | |
| [15:50:54] | porcodildo (porcodildo!n=wefw@212.116.219.81) has quit (Remote closed the connection) | |
| [15:51:02] | aBs0lut30: | so, what generation of card do you have to have to get the VDPAU? |
| [15:51:29] | _abbenormal: | 8200 or newer |
| [15:51:33] | gbee: | 8xxx, 9xxx (only some 9xxx have VC1) |
| [15:51:51] | jackson__: | gbee, sure, I'll conceed that – hopefully the spirit of competition will take hold and something will come from ati sooner rather than later. |
| [15:51:57] | gbee: | double check the model before you buy though, there are a couple of exceptions |
| [15:52:15] | laga (laga!n=laga@mythwiki.de) has joined #mythtv-users | |
| [15:52:20] | jackson__: | gbee, my 8200 based nforce 750a mcp does vc-1, as well as my g98 based 8400gs. |
| [15:52:44] | aBs0lut30: | a 9800GT? |
| [15:53:38] | gbee: | jackson__: interesting .... that seems to go against what Nvidia were saying, but I'll have to give a VC-1 sample a try I guess |
| [15:54:02] | gbee: | well except for the g98 bit, already knew those were an exception to the rule |
| [15:54:18] | jackson__: | gbee, nvidia was really wiffy waffy as to what 8200/8300 gpus would do vc1, but with 180.16, they had enabled mine. |
| [15:54:20] | gnome42 (gnome42!n=gnome42@69-196-169-87.dsl.teksavvy.com) has joined #mythtv-users | |
| [15:54:37] | perilousapricot (perilousapricot!n=bucky@c-69-245-59-153.hsd1.tn.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
| [15:54:49] | jackson__: | then again, I don't know what all the differences are in mobo chipsets like the geforce 8200 and the nforce 750 |
| [15:55:55] | EvilGuru (EvilGuru!n=freddie@dyn1204-74.wlan.ic.ac.uk) has joined #mythtv-users | |
| [15:56:19] | jackson__: | aBs0lut30, according to the nvidia Geforece 9 wikipedia article, that's a g92 based card. should do mpeg2 and h.264 hardware acceleration via VDPAU, but not vc-1 or wmv3. |
| [15:56:45] | aBs0lut30: | is there a chip that will run all 4? |
| [15:56:54] | aBs0lut30: | cause that would be cool |
| [15:58:00] | jackson__: | I had just gotten an ASUS EN8400GS SILENT 512MB card thta is g98 based and I've confirmed does it all. Be aware thta the 256MB card from ASUS does NOT. |
| [15:58:51] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users | |
| [16:00:44] | aBs0lut30: | Im looking at the wiki on the GTX 200 series, what do I look for to see what version of the chip its using? |
| [16:01:07] | jackson__: | if you just want this to be a media box, no need for an expensive card. |
| [16:02:24] | aBs0lut30: | it will be mainly a media box, no gaming or anything but some desktop functions, but I want to get a good card so I dont have to upgrade again for a while... but I do want to be able to run some 1080p through it and drive my plasma at 1080p |
| [16:02:57] | dacs (dacs!n=chatzill@unaffiliated/dacs) has quit ("ChatZilla 0.9.84 [Firefox 3.0.4/2008102920]") | |
| [16:03:11] | olejl_ (olejl_!n=olejl@92.96.64.26) has quit ("Ex-Chat") | |
| [16:03:43] | jackson__: | nvidia has been pretty tight lipped on a comprehensive list of what cards are capable of. This VDPAU stuff is brand new (was introduced on 11/14/08) Caught people by surprise really. |
| [16:04:25] | jackson__: | Here's the announcement which has the preliminary list of supported cards: http://www.nvnews.net/vbulletin/showthread.php?t=123091 |
| [16:04:53] | GreyFoxx: | I want one of the pico-itx atom boards with the nvidia chipset on it :) |
| [16:05:03] | jackson__: | GreyFoxx, heck yea |
| [16:05:27] | GreyFoxx: | I was drooling last night after seeing the photos and reading the articles :) |
| [16:05:37] | GreyFoxx: | My Msntv2's will all be replaced :) |
| [16:06:54] | jackson__: | right – that's one of the arguments for hardware offloading of video decoding – not NEEDING a large power hungry/loud box next to the tv... |
| [16:07:59] | kk__ (kk__!n=wefw@151.64.204.69) has quit (Client Quit) | |
| [16:09:11] | iamlindoro_: | aBs0lut30: The VC1 and WMV accel are actually the same accel |
| [16:09:41] | aBs0lut30: | gotcha |
| [16:09:57] | iamlindoro_: | aBs0lut30: So if you get a board that does h.264, MPEG-1/2, and VC1, you get WMV too-- that would be most of the integrated and mobile 9xxx, the newer 8400 GS, and apparently some integrated 8xxx series too |
| [16:11:12] | gbee: | iamlindoro_ |
| [16:11:17] | gbee: | hey sorry ;) |
| [16:11:27] | iamlindoro_: | gbee: no worries |
| [16:13:44] | gbee: | GreyFoxx: what CPUs go with those boards, Atom? |
| [16:14:22] | iamlindoro_: | I hope they can get them out sooner than June, but I think Mini ITX would make me just as happy (Apple TV size is fine with me) |
| [16:14:29] | iamlindoro_: | gbee: yeah, Atom |
| [16:14:43] | iamlindoro_: | the ECS/Pegatron board looks tempting |
| [16:14:48] | iamlindoro_: | (in Mini ITX) |
| [16:15:31] | gbee: | I like the idea, but I'll hold out for the new AMD Atom rival – lower power, plus the northbridge in my Atom netbook runs hot |
| [16:15:50] | gbee: | of course we won't know until it actually arrives |
| [16:16:01] | GreyFoxx: | gbee: One of the things I read said it was atom 330's, dualcore hyperthreading at 1.6ghz |
| [16:16:09] | iamlindoro_: | Hope when XvBA is available that it's also on those low power AMD boards |
| [16:16:29] | Penfold (Penfold!n=mikewh@nat/yahoo/x-e3662cf99a0fbecb) has quit (Read error: 110 (Connection timed out)) | |
| [16:16:30] | GreyFoxx: | so easily neough for the majority of all tasks and software decoding sdtv stuff |
| [16:16:40] | GreyFoxx: | and the onboard 9400igp for vdpau |
| [16:16:50] | GreyFoxx: | and it's TINY :) |
| [16:16:55] | GreyFoxx: | no moving parts |
| [16:17:13] | gbee: | if you see Nvidia IGPs on the Atom boards, you'll see them on the AMD too (well I hope) |
| [16:17:39] | GreyFoxx: | So my low power, msntv2's are gonna get the boot since they can't handle hd material |
| [16:18:01] | iamlindoro_: | gbee: Hey, any commentary on what you've got planned for MythUI on OSDs? I think I can actually get off my butt enough to create a decent OSD theme, but not sure what changes are coming |
| [16:18:16] | aBs0lut30: | so, back to the HD-PVR, you said I have to compile the driver for the box and compile from DEV on MythTV? |
| [16:18:25] | iamlindoro_: | aBs0lut30: That's correct |
| [16:19:24] | gbee: | GreyFoxx: my Atom netbook does great as an SD frontend, so yeah an Atom frontend should do fine, just if I'm going to save power I'd like to take it as far as possible (the Intel Northbridge isn't there yet) |
| [16:19:24] | Reiver (Reiver!n=medontwa@c-67-171-44-233.hsd1.wa.comcast.net) has quit ("The gene pool needs a little chlorine") | |
| [16:19:28] | aBs0lut30: | how stable is the dev release? |
| [16:19:35] | iamlindoro_: | gbee: Saw a Humax Freesat PVR that had an OSD I thought was actually really neat and I might try to copycat it a bit |
| [16:20:03] | GreyFoxx: | I wonder if anyone has a menu+osd screenshot collection from the various pvr's |
| [16:20:17] | iamlindoro_: | aBs0lut30: Unstable-- but IMO perfectly usable in production if you know what you're doing and (probably most importantly) following the dev and commit mailing lists like your life depended on it |
| [16:20:50] | gbee: | iamlindoro_: haven't given a lot of thought about what additions will be possible, but more freedom over layouts and the option to use graphical representations for things (icons instead of text) |
| [16:20:51] | iamlindoro_: | As that's how you know whether updating or compiling a given revision will be 100% broken or nice and near-stable |
| [16:21:00] | GreyFoxx: | One OSD/menu I HATE is the Tivo stuff I saw a couple years back |
| [16:21:22] | gbee: | will have to see how animation works with the video, but animation should be possible |
| [16:21:22] | aBs0lut30: | lol, well once again it comes down to how badly do I want my HD... |
| [16:21:46] | iamlindoro_: | gbee: Cool, One thing I was kind of hoping would be possible would be different layouts for the timelines for editing and playback mode-- ie the current setup when in edit mode, but a "mini timeline" in playback mode |
| [16:22:12] | gbee: | iamlindoro_ that's what I want to see |
| [16:22:21] | iamlindoro_: | nice |
| [16:22:53] | iamlindoro_: | http://www.ukfree.tv/styles/images/upgrade2fr . . . reesat15.jpg |
| [16:23:01] | iamlindoro_: | Thought that wasn't half bad in terms of layout |
| [16:23:14] | GreyFoxx: | I tried that VDPAU renderer and man it was quick |
| [16:23:18] | gbee: | current OSD revolves around ~4 defined popups, not really that flexible |
| [16:23:39] | iamlindoro_: | and maybe when/if animations are in, the ability to "explode/collapse" the decription |
| [16:23:55] | iamlindoro_: | ie the OSD "slides open" to reveal the plot |
| [16:24:10] | dustybin: | I've managed to setup multi-rec, so if my sister was watching live TV, and I wanted to watch live TV, 2 seperate tuners would be used so nobody would get stuck in the same mux of channels. That part works ok, however, how does multi-rec behave when you have upcoming recordings and you are watching live TV? Will MythTV use the other spare tuner / encoders so nobody gets stuck in the same mux? I can get that working without multi-rec using the |
| [16:24:11] | gbee: | GreyFoxx: faster than opengl? |
| [16:24:23] | iamlindoro_: | gbee: was faster than opengl by 40% or so here |
| [16:24:43] | GreyFoxx: | yeah quite a bit faster |
| [16:24:55] | neddy (neddy!n=john@nat/sun/x-a6a5e8f8b583ab86) has quit (Read error: 104 (Connection reset by peer)) | |
| [16:25:00] | GreyFoxx: | there was some scaling issues in afew places |
| [16:25:05] | gbee: | really, weird – would have assumed it was the same pipeline and Chutt initially said it was fractionally slower (which made sense) |
| [16:25:07] | GreyFoxx: | but it was really suprisingly fast |
| [16:25:58] | gbee: | might try it at the weekend |
| [16:26:51] | GreyFoxx: | once those scaling issues get sorted it could be a good alternative |
| [16:27:04] | GreyFoxx: | though I was just running the menus |
| [16:27:04] | gbee: | right now my real problem are the QT rendered old UI screens, with this GPU (yes, I'm ragging on Nvidia again) they are taking well over 10 seconds to appear |
| [16:27:08] | GreyFoxx: | never started playback and such |
| [16:27:18] | GreyFoxx: | that's just crazy |
| [16:27:39] | aBs0lut30: | so one last questio for today, how much power would I need to have two of the HD-PVR boxes recording HD programs at once? |
| [16:27:44] | iamlindoro_: | With all the problems you've had I'm left wondering if it's a buggy hardware implementation |
| [16:27:57] | iamlindoro_: | aBs0lut30: recording is practically no CPU |
| [16:27:59] | gbee: | I have to believe it just driver issues, maybe they aren't even aware |
| [16:28:15] | iamlindoro_: | aBs0lut30: the HD-PVRs are doing all the work, the system just dumps the stream to disk |
| [16:29:03] | aBs0lut30: | well thats good to know, well I guess I am going to have to get ready to start messing with this, I just hate doing a bunch of work cause I cant watch tv while i'm working on it :( |
| [16:29:26] | aBs0lut30: | anyway, thanks for the info guys, I am sure I will be back with more questions later.... |
| [16:29:28] | GreyFoxx: | gbee: You might want to try posting to the nvnews.net linux forum |
| [16:29:29] | gbee: | aBs0lut30: I don't have the exact figures to hand, but we've had people recording 20 channels at once on a Celeron 800Mhz etc |
| [16:29:35] | GreyFoxx: | they are usually responsive |
| [16:29:43] | aBs0lut30: | WOW thats fairly impressive |
| [16:29:49] | iamlindoro_: | aBs0lut30: If you're concerned about all the setup, I highly recommend Mythbuntu as a starting point |
| [16:30:31] | iamlindoro_: | as that will at least set up a light WM and most of your hardware, and installing the HD-PVR driver and Myth from source from there would be your only real hurdles |
| [16:30:46] | gbee: | aBs0lut30: like iamlindoro said, recording takes almost no CPU – playback on the other hand ... |
| [16:31:05] | aBs0lut30: | well, I'm not really concerned, I am pretty comfortable with linux, I just hate doing work on that box... but I think its worth it at this point to get my HD working, |
| [16:31:39] | aBs0lut30: | ohhh, I do have one more question, how well does the internet streaming work? dont know if anyone is fimaillar with it but I am using WebGuide on MCE and it works pretty well |
| [16:31:52] | iamlindoro_: | aBs0lut30: I like to believe I am fairly capable when it comes to this stuff, but I will admit that when setting up a box quick, I have often used mythbuntu as a starting point-- no shame in letting someone else handle the small stuff for you |
| [16:32:07] | aBs0lut30: | very true :D |
| [16:32:44] | iamlindoro_: | aBs0lut30: MythWeb has built in flash streaming-- it's a highly experimental feature. You can also do ASX streaming and direct downloads from Mythweb |
| [16:32:59] | iamlindoro_: | so "light" streaming and "full" streaming, more or less |
| [16:33:21] | aBs0lut30: | well, I think I read somewhere about somebody getting it working with the iPhone, that ring a bell? |
| [16:33:28] | aBs0lut30: | cause that would be AWESOM! |
| [16:33:37] | iamlindoro_: | Yes, trunk Mythweb has a iphone interface, including video playback |
| [16:33:49] | aBs0lut30: | SCHWEET!!!! |
| [16:34:18] | aBs0lut30: | cant wait to try that out, well looks like I have a nice project for the next couple of weeks |
| [16:34:20] | iamlindoro_: | IIRC it does the transcodes to iphone format in advance, so it require a titch more disk space, but for me that would not bother me |
| [16:34:45] | aBs0lut30: | getting everything setup like i want it will be fun I am sure... but sounds like it will be well worth it |
| [16:34:55] | gbee: | GreyFoxx: ok, I'll do that at the weekend (again if I get time) |
| [16:34:55] | aBs0lut30: | cool |
| [16:34:56] | iamlindoro_: | Oh you THINK it'll be a project for the next few weeks, but in a few months you'll be yelling at people in here for not reading the wiki and complaining about $CableCompany |
| [16:35:10] | aBs0lut30: | haha :D |
| [16:35:29] | EvilGuru (EvilGuru!n=freddie@dyn1204-74.wlan.ic.ac.uk) has quit (Read error: 60 (Operation timed out)) | |
| [16:35:46] | dustybin: | i have another idea, my setup now has 4 tuners, i would like to keep 2 of those tuners free at all times for live tv, and i would like to use multi-rec on the other 2 tuners, is there a way to make sure that live tv always uses the tuners without multi-rec ? |
| [16:35:59] | aBs0lut30: | well thanks for the help man, I have got to run but I will be back thats for sure :D |
| [16:36:00] | iamlindoro_: | dustybin: Not possible to designate a "live TV" tuner |
| [16:36:06] | dustybin: | dam :( |
| [16:36:19] | iamlindoro_: | aBs0lut30: You are welcome |
| [16:38:10] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit ("Leaving.") | |
| [16:38:28] | iamlindoro_: | I had thought about adding the ability to call a tuner a Live TV only tuner, though, should be pretty simple |
| [16:38:33] | dustybin: | what does it mean to have high and low prioerty tuners? is that for recordings? |
| [16:38:44] | jvs (jvs!n=jvs@cpe90-146-210-116.liwest.at) has quit (Remote closed the connection) | |
| [16:39:28] | iamlindoro_: | dustybin: It's for a number of things-- actually, sphery is the best at understanding/explaining how the order tuners are defined/priorities are given affects what is scheduled/used for LiveTV, you should ask him |
| [16:39:43] | dustybin: | ok thanks :) |
| [16:40:35] | Reiver (Reiver!n=medontwa@c-67-171-44-233.hsd1.wa.comcast.net) has joined #mythtv-users | |
| [16:41:37] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has joined #mythtv-users | |
| [16:41:37] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
| [16:42:44] | lbt (lbt!n=david@78.32.229.233) has joined #mythtv-users | |
| [16:45:11] | perilousapricot (perilousapricot!n=bucky@DHCP-129-59-122-82.n1.vanderbilt.edu) has joined #mythtv-users | |
| [16:45:24] | ** iamlindoro_ cracks open scheduler.cpp to look at it ** | |
| [16:49:09] | stoffel_ (stoffel_!n=sfr@p57B4D942.dip.t-dialin.net) has joined #mythtv-users | |
| [16:49:09] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel_ | |
| [16:53:59] | ** Dibblah waits for the screams of anguish. ** | |
| [16:54:37] | iamlindoro_: | I can't scream, my jaw won't go back in the socket ;) |
| [16:54:45] | pheld (pheld!n=heldal@81-31-236-106.net.nc-systems.no) has quit ("Leaving.") | |
| [16:55:40] | iamlindoro_: | Well at least it's well comment... erm... never mind. |
| [17:01:04] | GlemSom (GlemSom!n=Glenn@93.163.75.202) has joined #Mythtv-Users | |
| [17:03:47] | andreax (andreax!n=andreaz@p57B96BE3.dip.t-dialin.net) has joined #mythtv-users | |
| [17:05:59] | EvilGuru (EvilGuru!n=freddie@dyn1075-2.hor.ic.ac.uk) has joined #mythtv-users | |
| [17:06:17] | Dibblah: | Hey, it's better than it was. |
| [17:06:29] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has quit ("Client exiting") | |
| [17:06:29] | Dibblah: | At least it's no longer a monolithic block query. |
| [17:08:23] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 60 (Operation timed out)) | |
| [17:10:12] | iamlindoro_: | Yeah, it's not too terrible, just being a goof |
| [17:10:50] | kormoc: | it's fairly aggressive :P |
| [17:15:27] | d0netsFN is now known as d0nets | |
| [17:15:51] | sphery: | dustybin: actually the best at explaining how it works is Bruce M.--who explained it at http://mythtv.org/docs/mythtv-HOWTO-12.html#ss12.6 (and, really, you should read all of http://mythtv.org/docs/mythtv-HOWTO-12.html because many other things affect priority). If you don't want to take the time, though, just Delete all capture cards and then re-create cards, then re-connect inputs, but this time in the order from most ... |
| [17:15:57] | sphery: | ... preferred to least preferred. That's the best configuration. http://www.gossamer-threads.com/lists/mythtv/users/264034#264034 |
| [17:17:10] | Led-Hed (Led-Hed!n=LedHed@75.151.70.113) has joined #mythtv-users | |
| [17:20:20] | iamlindoro_: | Seems it shouldn't be too terrible to add a DB value in capturecard akin to LiveTVOnly and check that value when scheduling, would just need to make sure to suppress display of those as conflicts |
| [17:20:46] | ** iamlindoro_ realizes he's contemplating adding a feature that pertains to LiveTV and wonders whether he is in fact quite drunk ** | |
| [17:22:36] | stoffel_ (stoffel_!n=sfr@p57B4D942.dip.t-dialin.net) has quit (Read error: 113 (No route to host)) | |
| [17:25:16] | GlemSom (GlemSom!n=Glenn@93.163.75.202) has quit ("Leaving") | |
| [17:30:34] | jvs (jvs!n=jvs@cpe90-146-210-116.liwest.at) has joined #mythtv-users | |
| [17:31:24] | KraMer (KraMer!n=mark@adsl-70-240-182-49.dsl.hstntx.swbell.net) has joined #mythtv-users | |
| [17:37:32] | kkuno (kkuno!n=wefw@151.64.206.32) has joined #mythtv-users | |
| [17:42:21] | dustybin: | sphery: i got it working!!! |
| [17:42:49] | dustybin: | the first 2 tuners are automatically picked for live tv |
| [17:43:14] | dustybin: | and the other 2 tuners have 3 encoders each |
| [17:47:52] | kkuno (kkuno!n=wefw@151.64.206.32) has quit ("Sto andando via") | |
| [17:48:23] | wagnerrp: | what cards do you have with three independent inputs? |
| [17:48:45] | iamlindoro_: | wagnerrp: Think he's using multirec |
| [17:49:08] | dashcloud (dashcloud!n=szakulec@pool-141-158-224-133.phil.east.verizon.net) has joined #mythtv-users | |
| [17:51:27] | wagnerrp: | well i figured out my problem with zoneminder |
| [17:51:41] | wagnerrp: | it doesnt support v4l2, at least not fully |
| [17:51:51] | wagnerrp: | so i have to frameserve to it with vlc |
| [17:52:02] | sid3windr: | patch it use it quick-commit it! |
| [17:52:13] | wagnerrp: | except mpjpeg streaming in vlc 0.9x is borked |
| [17:52:25] | wagnerrp: | so i have to use 0.8x to stream |
| [17:52:33] | wagnerrp: | except 0.8x doesnt support v4l2 |
| [17:52:46] | sid3windr: | sounds like fun! |
| [17:52:48] | wagnerrp: | so i have to capture in 0.9x, stream to 0.8x, then stream to zoneminder |
| [17:53:07] | wagnerrp: | all to get a little cheap $15 cam working |
| [17:56:38] | kkuno (kkuno!n=wefw@151.64.206.32) has joined #mythtv-users | |
| [17:59:05] | stoffel_ (stoffel_!n=sfr@p57B4FA08.dip.t-dialin.net) has joined #mythtv-users | |
| [17:59:05] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel_ | |
| [17:59:24] | sphery: | iamlindoro_: But why waste a capture card? Meaning, if it's there and not in use, why not use it for recordings when necessary? Users can decide, "LiveTV is more important than this recording," by simply going to Watch/Delete Recordings and selecting, "Stop Recording," then watching LiveTV. Or they can watch recordings. :) |
| [18:00:08] | wagnerrp: | does it pop up some sort of warning when going into livetv? saying all tuners are already in use? |
| [18:00:16] | sphery: | yep |
| [18:00:39] | iamlindoro_: | sphery: I presume for occasions in which there are varying levels of user on one system (ie SWMBO) who just want to "watch TV." But anyway, I've already decided against it as it doesn't benefit me ;) |
| [18:00:40] | sphery: | that's the indicator that you should go to watch recordings (and either stop one or watch one). |
| [18:00:52] | sphery: | I think it may also ask if you want to watch one of the recordings in progress... |
| [18:03:41] | GreyFoxx: | Bah |
| [18:03:56] | GreyFoxx: | Looks like I have a failing pvr250 |
| [18:04:14] | GreyFoxx: | I've got 1 card that consistantly gives crappy picture now which use to be perfect |
| [18:04:33] | GreyFoxx: | and moving the coax between that and another pvr250 in the same box makes no difference |
| [18:04:41] | GreyFoxx: | So it's not the signal |
| [18:04:47] | GreyFoxx: | and the settings haven't changed in years |
| [18:05:02] | GreyFoxx: | Might be time to bury this hard worked soldier :) |
| [18:05:06] | iamlindoro_: | What an opportune time to convert to an HD-PVR :) |
| [18:05:11] | GreyFoxx: | hah |
| [18:05:23] | GreyFoxx: | Well I do have full firewire |
| [18:05:39] | GreyFoxx: | but if I switch to a sat provider the hd-pvr will be on the list :) |
| [18:05:56] | iamlindoro_: | I need to buy another for my "integrate HD-PVR and HDFury2 into chassis" project |
| [18:05:57] | GreyFoxx: | I wonder if it's my oem 250 or the pvr freestyle |
| [18:06:31] | gbee: | iam: plenty of photos? :) |
| [18:06:49] | iamlindoro_: | gbee: I may go through the whole thing twice as the first time through may be ugly-- but yeah :) |
| [18:07:03] | iamlindoro_: | already planning a fully photo-annotated DVB-S update to the wiki over Christmas |
| [18:07:27] | XLV (XLV!n=XLV@unaffiliated/xlv) has joined #mythtv-users | |
| [18:07:48] | Goga777 (Goga777!n=Goga777@shpd-92-101-154-92.vologda.ru) has quit (Read error: 110 (Connection timed out)) | |
| [18:08:39] | sphery: | GreyFoxx: it's not a PVR-250 that arrived in a small box on your doorstep, is it? |
| [18:08:42] | Goga777 (Goga777!n=Goga777@shpd-78-36-167-122.static.vologda.ru) has joined #mythtv-users | |
| [18:08:58] | sid3windr: | back when it was still a pvr 125 |
| [18:09:09] | sid3windr: | but after come loving care, it turned out to be a very nice and strong pvr 250 ! |
| [18:10:41] | wagnerrp: | i cannot figure out how to get two instances of vlc to live on the same system |
| [18:10:56] | wagnerrp: | they both seem to have /usr/lib64/vlc hardcoded into them for plugins |
| [18:11:05] | wagnerrp: | and i cannot figure out where |
| [18:12:19] | iamlindoro_: | ah, there, that should work nicely: http://www.performance-pcs.com/catalog/index. . . . cts_id=22292 |
| [18:12:20] | gbee: | won't be the full path, only thing you can search for, unhelpfully is "vlc" |
| [18:12:27] | sphery: | GreyFoxx: anyway, if it's one of yours, don't go out and buy a replacement as you have 4 PVR-x50's on the way (mailed Dec 11, USPS--estimated (not guaranteed) 6–10 days shipping, IIRC) |
| [18:12:48] | Led_Hed (Led_Hed!n=LedHed@75.151.70.113) has joined #mythtv-users | |
| [18:13:12] | gregL: | GreyFoxx, : I recently had a 150 fail...The wire form the coax socket,broke and the signal was ghosting and wavy... A little solder fixed it..You might want to check that.. |
| [18:13:18] | dustybin: | sphery: check this out: http://empire.ispeeds.net/~subx/multi-rec.png the first 2 encoders will only get used for live tv, encoders 3–8 are spread across the other 2 tuners for recording only!! it works perfectly!!!! |
| [18:13:21] | gbee: | iamlindoro_: I'm after one of those |
| [18:13:35] | iamlindoro_: | gbee: The cable? What have you got planned? |
| [18:13:45] | dustybin: | my box now one _serious_ recording machine :) |
| [18:13:50] | dustybin: | *is |
| [18:13:50] | sphery: | dustybin: isn't that what we set up a week or so ago? Did you re-do it? |
| [18:14:12] | sphery: | You only had 2 cards then, right? |
| [18:14:39] | dustybin: | sphery: i only had 2 tuners then, i got 2x frontends, so that means 1 tuner each reserved for live tv is essential |
| [18:14:56] | dustybin: | 1 card, 2 tuners |
| [18:15:01] | sid3windr: | 1card2tuners.com |
| [18:15:01] | dustybin: | now i got 2 cards, 4 tuners |
| [18:15:06] | dustybin: | Nova-T 500 dual tuner! |
| [18:16:02] | sphery: | note that with that construct it's possible that 2 recordings on the same mux will use 2 different capture cards (because of the way encoders are chosen--which is pretty much a first-available basis from highest-priority to lowest) |
| [18:16:10] | wagnerrp: | are you actually watching something different than what youre recording? |
| [18:16:22] | sphery: | but if you want to prefer LiveTV, it's the way to go |
| [18:16:45] | dustybin: | ive tested lots of different variations, like watching live tv, then recording, or recording, then watching live tv, the live tv tuners are always used first for live tv and the other 2 multi-rec tuners are only used for recordings! |
| [18:16:56] | jamesd: | is there really more than 3 programs showing at any given moment that are worth recording? |
| [18:17:03] | gbee: | iamlindoro_: nothing special, I've got a drive bay mounted USB hub thingy that for some stupid reason has a USB B connector instead of connecting direct to a header, I used to loop the cable out the back but I don't want to do that any more |
| [18:17:24] | iamlindoro_: | gbee: Yeah, would be nice to get it in under 24" length but I can live with that |
| [18:18:35] | Led (Led!n=LedHed@75.151.70.113) has joined #mythtv-users | |
| [18:18:52] | Led (Led!n=LedHed@75.151.70.113) has quit (Client Quit) | |
| [18:19:10] | iamlindoro_: | Would be nice to power it from the PSU instead of passthrough, too, will need to think about that |
| [18:19:17] | wagnerrp: | you know youre just going to cause a rash of 'i saw an HDMI tuner card that worked with mythtv, where can i buy' |
| [18:19:58] | iamlindoro_: | wagnerrp: The answer will be "I hear Iamlindoro does that for a reasonable markup" |
| [18:20:04] | dustybin: | now its time to record the xmas line up :_ |
| [18:22:52] | EvilGuru_ (EvilGuru_!n=freddie@dyn1220-11.wlan.ic.ac.uk) has joined #mythtv-users | |
| [18:23:38] | gbee: | 3 minutes, you should be done by now dusty |
| [18:24:51] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [18:25:18] | dustybin: | grrr those sticky blue windows on mythweb |
| [18:26:18] | GreyFoxx: | sphery cool! thank you very much. I hope shipping wasn't expensive (the failing one has been in VERY heavy use since 2003 |
| [18:26:27] | gbee: | postit notes, you should find they peel straight off the screen |
| [18:28:35] | califdreas (califdreas!n=andreas@netblock-72-25-106-205.dslextreme.com) has quit (Read error: 110 (Connection timed out)) | |
| [18:29:34] | lbt (lbt!n=david@78.32.229.233) has quit (Read error: 104 (Connection reset by peer)) | |
| [18:29:42] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [18:31:01] | stoffel_ (stoffel_!n=sfr@p57B4FA08.dip.t-dialin.net) has quit ("leaving") | |
| [18:33:42] | Led-Hed (Led-Hed!n=LedHed@75.151.70.113) has quit (Read error: 110 (Connection timed out)) | |
| [18:34:30] | Led_Hed (Led_Hed!n=LedHed@75.151.70.113) has quit (Read error: 110 (Connection timed out)) | |
| [18:36:45] | EvilGuru (EvilGuru!n=freddie@dyn1075-2.hor.ic.ac.uk) has quit (Read error: 110 (Connection timed out)) | |
| [18:36:58] | dustybin: | oh dear, the only thing worth recording is the queens speech |
| [18:37:15] | iamlindoro_: | gbee: Plus, it's another reason to speed the death of framegrabbers! ;) |
| [18:38:01] | iamlindoro_: | "Oh, myth doesn't support your crap card out of the box? Well, you can RECOMPILE IT YOURSELF (scaryscary) or you can buy this nice hardware encoder here..." |
| [18:45:21] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
| [18:49:12] | jvs (jvs!n=jvs@cpe90-146-210-116.liwest.at) has quit (Read error: 113 (No route to host)) | |
| [18:49:13] | TomasuDlrrp is now known as Tomasu | |
| [18:50:28] | wagnerrp: | gbee: i put one of those in my parent's computer a few years back |
| [18:50:45] | wagnerrp: | i guess that was before the internal USB connector actually became standard |
| [18:51:13] | wagnerrp: | (even though every header i have ever seen has been identical) |
| [18:52:02] | iamlindoro_: | Sheesh, you'd figure someone would have a Molex 5V rail to external style DC jack |
| [18:52:17] | Penfold (Penfold!n=mikewh@alysande.altrion.org) has joined #mythtv-users | |
| [18:52:47] | gbee: | that one would be easy to make up though |
| [18:52:50] | wagnerrp: | is it a 5V brick? |
| [18:53:08] | iamlindoro_: | yes, it's a 5V brick |
| [18:53:10] | gbee: | well, maybe not crimping the molex pins |
| [18:53:24] | iamlindoro_: | gbee: Yeah, Will make one if necessary |
| [18:55:00] | andreax1 (andreax1!n=andreaz@p57B97464.dip.t-dialin.net) has joined #mythtv-users | |
| [19:00:08] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has quit (Remote closed the connection) | |
| [19:00:10] | sid3windr: | hmm |
| [19:00:14] | sid3windr: | they exist, iamlindoro_ |
| [19:00:34] | wagnerrp: | i see plenty that go the other direction, DC supply with molex connectors |
| [19:00:37] | sid3windr: | I saw slot backplates which connected to the psu internally, with some output on the other side |
| [19:00:47] | sid3windr: | "to connect your speakers without using an extra wall socket" and such |
| [19:00:52] | sid3windr: | or your usb hub or whatnot |
| [19:01:07] | sid3windr: | if only I knew where I saw it |
| [19:01:46] | iamlindoro_: | sid3windr: Yeah, like gbee says it's simple enough to cook one up but I tend to like to leave as little to chance as possible |
| [19:01:57] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [19:08:56] | iamlindoro_: | Would be extra nice to do it from another USB header connector and thus do both from one connection, but USB only does 500 mA IIRC |
| [19:09:24] | wagnerrp: | yeah, 5V 500mA |
| [19:09:41] | wagnerrp: | you would probably have to chain 6 together to get enough power |
| [19:10:11] | kkuno (kkuno!n=wefw@151.64.206.32) has quit ("Sto andando via") | |
| [19:10:45] | andreax (andreax!n=andreaz@p57B96BE3.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out)) | |
| [19:18:24] | MasseR (MasseR!i=masse@nikita.tnnet.fi) has left #mythtv-users () | |
| [19:19:24] | Led-Hed (Led-Hed!n=LedHed@75.151.70.113) has joined #mythtv-users | |
| [19:21:20] | edannenbe (edannenbe!n=edannenb@mail.blooparkstudios.de) has quit (Remote closed the connection) | |
| [19:30:37] | jamesd (jamesd!n=jamesd@adsl-68-249-0-205.dsl.milwwi.ameritech.net) has quit (Read error: 60 (Operation timed out)) | |
| [19:32:49] | J-e-f-f-A|work: | iamlindoro_: Are you handy with a soldering iron? |
| [19:33:01] | iamlindoro_: | J-e-f-f-A|work: Handy enough to accomplish this, anyway |
| [19:35:44] | kkuno (kkuno!n=wefw@151.64.206.32) has joined #mythtv-users | |
| [19:37:42] | hatchmt (hatchmt!n=mhatch_@nat/novell/x-02de6efe76daa202) has quit (Remote closed the connection) | |
| [19:43:48] | d0nets is now known as d0netsFN | |
| [19:44:14] | jamesd (jamesd!n=jamesd@adsl-68-249-0-205.dsl.milwwi.ameritech.net) has joined #mythtv-users | |
| [19:45:01] | d0netsFN is now known as d0nets | |
| [19:45:23] | Led_Hed (Led_Hed!n=LedHed@75.151.70.113) has joined #mythtv-users | |
| [19:48:32] | sebrock (sebrock!n=sebastia@c-144-224-255-94.3.cust.bredband2.com) has joined #mythtv-users | |
| [19:49:38] | judazz (judazz!n=gronslet@cm-84.208.182.112.getinternet.no) has joined #mythtv-users | |
| [19:52:01] | sebrock: | where is the proper way to disable upnp/DNLA on the backend? |
| [19:52:37] | directhex: | afaik you can't disable it, it's used for frontends to detect the backend |
| [19:53:17] | sebrock: | ok... how does it broadcast? I think it may be visible from outside my LAN |
| [19:53:24] | iamlindoro_: | It's not |
| [19:54:01] | sebrock: | so it does not broadcast itself like lets say ushare does? |
| [19:54:34] | iamlindoro_: | upnp is multicast. You'd have to actively work at passing it outside your LAN |
| [19:54:49] | GreyFoxx: | It broadcasts using multicast, it wont pass your router unless you explictly set it to do so |
| [19:55:13] | sebrock: | ah alright |
| [19:56:10] | anykey__ (anykey__!n=guedel@84-72-183-129.dclient.hispeed.ch) has joined #mythtv-users | |
| [19:56:43] | styelz (styelz!n=yoohoo@m0o0.mooo.com) has quit (zelazny.freenode.net irc.freenode.net) | |
| [19:56:43] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has quit (zelazny.freenode.net irc.freenode.net) | |
| [19:56:43] | GreyFoxx (GreyFoxx!i=greg@out.of.phaze.org) has quit (zelazny.freenode.net irc.freenode.net) | |
| [19:56:43] | eNeRGi (eNeRGi!n=nrgizer@dsl-aur-fee4de00-143.dhcp.inet.fi) has quit (zelazny.freenode.net irc.freenode.net) | |
| [19:56:43] | tomimo (tomimo!n=kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (zelazny.freenode.net irc.freenode.net) | |
| [19:56:43] | dpirotte (dpirotte!n=dpirotte@206.205.133.99) has quit (zelazny.freenode.net irc.freenode.net) | |
| [19:57:27] | pigeon_ (pigeon_!n=pigeon@60-241-137-179.static.tpgi.com.au) has joined #mythtv-users | |
| [19:57:28] | pigeon (pigeon!n=pigeon@60-241-137-179.static.tpgi.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
| [19:57:36] | sphery: | That should teach Brad to make a valid point (about running an atom-based master backend with MySQL database)... He got told to get some pills (based on implications, probably by a North American user who doesn't run mythfilldatabase properly--i.e. who crons it, and likely because he has an underpowered system running his MySQL DB). |
| [19:57:38] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users | |
| [20:00:19] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has joined #mythtv-users | |
| [20:00:19] | styelz (styelz!n=yoohoo@m0o0.mooo.com) has joined #mythtv-users | |
| [20:00:19] | dpirotte (dpirotte!n=dpirotte@206.205.133.99) has joined #mythtv-users | |
| [20:00:19] | tomimo (tomimo!n=kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users | |
| [20:00:19] | eNeRGi (eNeRGi!n=nrgizer@dsl-aur-fee4de00-143.dhcp.inet.fi) has joined #mythtv-users | |
| [20:00:19] | GreyFoxx (GreyFoxx!i=greg@out.of.phaze.org) has joined #mythtv-users | |
| [20:00:19] | Mode for #mythtv-users by irc.freenode.net : +v GreyFoxx | |
| [20:00:29] | kormoc: | Wheee.... drama... |
| [20:00:41] | Dagmar: | linkie? |
| [20:01:01] | Dagmar: | I need a pick me up. My boss in on my ass about the night shift not getting things done. |
| [20:01:11] | Dagmar: | If it were up to me, they'd already be fired. |
| [20:02:29] | Led-Hed (Led-Hed!n=LedHed@75.151.70.113) has quit (Read error: 110 (Connection timed out)) | |
| [20:03:49] | Dagmar: | Nevermind... It only took five emails to convince me I don't want to read mythtv-users |
| [20:04:49] | anykey_ (anykey_!n=guedel@84-72-183-129.dclient.hispeed.ch) has quit (Read error: 110 (Connection timed out)) | |
| [20:04:58] | Dagmar: | "My machine is too slow to transcode properly, so I r wanting to be havings it transcodes while recordings and then to be watching the transcodes before commercial flagging in realtimes" |
| [20:07:33] | olejl_ (olejl_!n=olejl@92.96.64.26) has joined #mythtv-users | |
| [20:10:20] | judazz (judazz!n=gronslet@cm-84.208.182.112.getinternet.no) has quit (Read error: 145 (Connection timed out)) | |
| [20:16:50] | squish102: | is there anything in mythtv or anything on the roadmap to make somethign like orb.com to watch your recordings on your iphone/win mobile 6 phone? |
| [20:17:56] | kormoc: | pre-transcode your recordings and you can already watch them on your iphone |
| [20:17:58] | iamlindoro_: | MythTV trunk already has an iphone interface that is capable of watching recordings |
| [20:18:02] | iamlindoro_: | whoops, too slow |
| [20:20:07] | squish102: | thanks |
| [20:20:10] | olejl (olejl!n=olejl@92.96.64.26) has quit ("Leaving") | |
| [20:20:53] | squish102: | i will go check out the wiki for more info, which is what i should have done in the first place ;) |
| [20:21:04] | iamlindoro_: | Don't imagine there's much on it in the wiki, it's brand new |
| [20:21:11] | iamlindoro_: | (and only in trunk) |
| [20:23:50] | squish102: | oh, ok, the only trunk i know belongs to an elephant |
| [20:24:07] | iamlindoro_: | Then hang in there for .22 and you can play |
| [20:24:17] | GlemSom (GlemSom!n=glemsom@93.163.75.202) has joined #mythtv-users | |
| [20:24:23] | ** iamlindoro_ pokes kormoc to put his transcode script in contrib when he's done ** | |
| [20:24:25] | squish102: | any idea how far off .22 is? |
| [20:24:35] | iamlindoro_: | how long is a piece of string? |
| [20:24:41] | Dagmar: | Years. |
| [20:24:46] | GlemSom: | iamlindoro, from the start to the end |
| [20:25:04] | iamlindoro_: | GlemSom: Sorry, the correct answer is "twice as long as a half-piece of string" |
| [20:25:06] | kormoc: | iamlindoro, I am planning on ir :) |
| [20:25:09] | squish102: | is there a feature freeze for .22? |
| [20:25:18] | GlemSom: | iamlindoro, heh :) |
| [20:25:18] | iamlindoro_: | squish102: What, now? No. |
| [20:25:39] | squish102: | ok so Dagmar is right then |
| [20:25:41] | kormoc: | squish102, we are months away at the least |
| [20:25:58] | kormoc: | I doubt it'll be more then a few thousand years |
| [20:26:05] | squish102: | haha |
| [20:26:29] | kormoc: | I at least plan to be feature complete in the next century or so |
| [20:27:27] | GlemSom: | I've setup mythtv to use EIT for channel data... This works great on all – except one transponder... How should I go about debugging that? (using the eit flag for loglevel on the mythbackend does not seem to give me anything usefull) |
| [20:30:34] | jroysdon (jroysdon!n=User@ox.roysdon.org) has joined #mythtv-users | |
| [20:32:52] | olejl_ (olejl_!n=olejl@92.96.64.26) has quit (Read error: 113 (No route to host)) | |
| [20:33:37] | GlemSom: | ohh, I just sat this in my log: StartActiveScan called with 17 multiplexes But I have 19 multiplexes... ? I wonder why it will not scan the last two? |
| [20:39:51] | olejl (olejl!n=olejl@92.96.64.26) has joined #mythtv-users | |
| [20:43:26] | kkuno (kkuno!n=wefw@151.64.206.32) has quit (Read error: 60 (Operation timed out)) | |
| [20:44:19] | hatchmt (hatchmt!n=mhatch_@137.65.120.94) has joined #mythtv-users | |
| [20:52:26] | perilousapricot (perilousapricot!n=bucky@DHCP-129-59-122-82.n1.vanderbilt.edu) has quit (Read error: 60 (Operation timed out)) | |
| [20:54:27] | eyp810 (eyp810!n=eyp810@1009ds1-es.0.fullrate.dk) has joined #mythtv-users | |
| [20:57:54] | jroysdon (jroysdon!n=User@ox.roysdon.org) has quit ("ttfn") | |
| [20:57:57] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 60 (Operation timed out)) | |
| [21:01:31] | sebrock (sebrock!n=sebastia@c-144-224-255-94.3.cust.bredband2.com) has left #mythtv-users ("Leaving") | |
| [21:07:58] | jgarvey (jgarvey!n=jgarvey@cpe-098-026-069-229.nc.res.rr.com) has joined #mythtv-users | |
| [21:08:08] | d0nets is now known as d0netsFN | |
| [21:10:21] | pheld (pheld!n=heldal@81-31-236-106.net.nc-systems.no) has joined #mythtv-users | |
| [21:10:59] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users | |
| [21:11:50] | havan (havan!n=havan@unaffiliated/havan) has quit (Remote closed the connection) | |
| [21:18:06] | moodboom (moodboom!n=moodboom@cpe-075-177-134-090.nc.res.rr.com) has quit (Client Quit) | |
| [21:28:03] | Goga777 (Goga777!n=Goga777@shpd-78-36-167-122.static.vologda.ru) has quit (Read error: 110 (Connection timed out)) | |
| [21:28:57] | kkuno (kkuno!n=wefw@151.64.201.184) has joined #mythtv-users | |
| [21:29:34] | javatexan (javatexan!n=aars@rrcs-24-153-239-89.sw.biz.rr.com) has quit ("Leaving.") | |
| [21:34:17] | gbee: | Does at least one channel on each mux have "Use On Air Guide" enabled? |
| [21:38:13] | GlemSom: | gbee, I cannot quite seem to find that option? (using 0.21-fixes19390) |
| [21:38:25] | KaZeR (KaZeR!n=kazer@161.170.67-86.rev.gaoland.net) has joined #mythtv-users | |
| [21:39:30] | gbee: | GlemSom: mythtv-setup, Edit Channels, Select a channel on a multiplex, press select (enter) – should be an option there |
| [21:41:34] | GlemSom: | gbee, oh there... Yes, it's ticked.. |
| [21:42:05] | gbee: | and there are definately 19 muxes in the database? |
| [21:43:38] | GlemSom: | I just checked with phpmyadmin...I'm looking at the table dtv_multiplex – saying: Showing rows 0 – 18 (19 total, Query took 0.0002 sec) |
| [21:44:02] | XLV (XLV!n=XLV@unaffiliated/xlv) has quit ("Leaving") | |
| [21:44:50] | eyp810_ (eyp810_!n=eyp810@1009ds1-es.0.fullrate.dk) has joined #mythtv-users | |
| [21:48:33] | janneg: | GlemSom: SELECT DISTINCT mplexid FROM channel WHERE useonairguide = 1; |
| [21:51:26] | GlemSom: | That uhhm.. have me: Showing rows 0 – 17 (18 total, Query took 0.0003 sec) (what am i missing here...) |
| [21:54:32] | GlemSom: | I'm a bit unsire what that tells me? That I've missed a "useonairguide" somewhere? |
| [21:54:36] | Led_Hed (Led_Hed!n=LedHed@75.151.70.113) has quit (Read error: 104 (Connection reset by peer)) | |
| [21:54:43] | Led_Hed (Led_Hed!n=LedHed@75.151.70.113) has joined #mythtv-users | |
| [21:55:53] | iamlindoro_: | Sheesh, try finding < 1 ft runs of common cables some time |
| [21:56:51] | Dagmar: | That's because < 3ft is a violation of ethernet spec |
| [21:57:15] | wagnerrp: | seriously? why? |
| [21:57:17] | Dagmar: | It can fail for hte same reason your friends might complain if you talk *right into their ear* |
| [21:57:50] | Dagmar: | Too much signal can screw things up as badly as too little |
| [21:58:03] | wagnerrp: | ah, just overvolting |
| [21:58:25] | kormoc: | the only problem with that is they never thought about wiring closets |
| [21:58:34] | kormoc: | 6" cables were amazingly userful at times |
| [22:00:03] | iamlindoro_: | Erm, I don't *want* ethernet cables |
| [22:00:14] | iamlindoro_: | So can't imagine what its spec has to do with anything |
| [22:00:39] | wagnerrp: | you just dont know that you want ethernet cables |
| [22:01:03] | kormoc: | iamlindoro_, you never really said what type of cable, so Dagmar was only guessing |
| [22:01:23] | iamlindoro_: | I want < 1 ft of various types, actually, but none of them ethernet |
| [22:01:40] | Dagmar: | Coat hangers. |
| [22:01:56] | Dagmar: | Low signal loss, cheap, durable, and freaks people the hell out |
| [22:02:00] | iamlindoro_: | optical x 2, component x 2, rca x2 |
| [22:02:24] | RyeBrye (RyeBrye!n=ryebrye@108.248.sfcn.org) has quit (Read error: 113 (No route to host)) | |
| [22:02:35] | RyeBrye (RyeBrye!n=ryebrye@108.248.sfcn.org) has joined #mythtv-users | |
| [22:02:38] | iamlindoro_: | Given the expensiveness of the equipment involved and my desire not to do it twice, I'll likely buy *actual* cables (as freaking people out is only my second or third priority ;) ) |
| [22:02:59] | eyp810 (eyp810!n=eyp810@1009ds1-es.0.fullrate.dk) has quit (Read error: 110 (Connection timed out)) | |
| [22:03:11] | Dagmar: | You can get seriously steampunk with coat hangers and some leather strips |
| [22:03:55] | inordkuo1 (inordkuo1!n=inorkuo@97.66.21.169) has quit ("Leaving.") | |
| [22:04:20] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has joined #mythtv-users | |
| [22:05:09] | wagnerrp: | to be honest, i usually just use AWG18 scavaged from ethernet cables for all my bulk wire needs |
| [22:05:35] | Dagmar: | Heck, I've used it for shower curtain hooks |
| [22:05:53] | Dagmar: | That wazy plastic wire coating works a LOT better than you'd expect.] |
| [22:09:31] | janneg: | bah, the second hard freeze today |
| [22:14:23] | leprechau (leprechau!n=leprecha@c-71-228-215-60.hsd1.tn.comcast.net) has quit ("Leaving") | |
| [22:21:16] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
| [22:22:47] | GlemSom (GlemSom!n=glemsom@93.163.75.202) has quit (Remote closed the connection) | |
| [22:25:18] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
| [22:26:29] | dustybin: | Dagmar: ive discovered ettercap, what a fun tool :) |
| [22:27:00] | eyp810_ (eyp810_!n=eyp810@1009ds1-es.0.fullrate.dk) has quit (Remote closed the connection) | |
| [22:27:20] | kormoc: | dustybin, you've never heard of wireshark? |
| [22:27:23] | Dagmar: | They have a nice thing on their forum that explains how easily one can abduct MACs too |
| [22:27:48] | kormoc: | ifconfig eth0 HW ether 11:22:33:44:55:66? |
| [22:28:10] | Dagmar: | That just presents a race condition. |
| [22:28:13] | dustybin: | kormoc: ive heard of it but never used it |
| [22:28:24] | Dagmar: | What you wanna do is spam phony announcements about once a second |
| [22:28:43] | kormoc: | ahh, I see |
| [22:28:50] | Dagmar: | Granted it's a race condition you'll almsot always win against Windows boxes |
| [22:29:05] | dustybin: | i managed to poision the ARP and target a user and replaced all web images with anything i want |
| [22:29:17] | leprechau (leprechau!n=leprecha@c-71-228-215-60.hsd1.tn.comcast.net) has joined #mythtv-users | |
| [22:29:21] | Dagmar: | ...but the general idea is to get your entry in everyone's cache before they can go an ARP query |
| [22:29:24] | ** dustybin looks forward to using friends wireless again ** | |
| [22:29:34] | Dagmar: | That won't work so well |
| [22:29:42] | dustybin: | dam |
| [22:30:02] | Dagmar: | Wireless gets a little "interesting" if your MAC changes, or a wireless device shows up with more than one of them |
| [22:30:16] | dustybin: | :( |
| [22:35:56] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has quit (Remote closed the connection) | |
| [22:38:07] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [22:38:14] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has quit (Read error: 54 (Connection reset by peer)) | |
| [22:39:06] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [22:39:41] | hatchmt (hatchmt!n=mhatch_@137.65.120.94) has quit (Remote closed the connection) | |
| [22:40:35] | jgarvey (jgarvey!n=jgarvey@cpe-098-026-069-229.nc.res.rr.com) has quit ("Leaving") | |
| [22:40:51] | jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Remote closed the connection) | |
| [22:41:22] | abqjp (abqjp!n=john@69.49.164.201.swcp.com) has quit (Client Quit) | |
| [22:47:53] | abqjp (abqjp!n=jpabq@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [22:50:02] | abqjp (abqjp!n=jpabq@69.49.164.201.swcp.com) has left #mythtv-users () | |
| [22:50:45] | abqjp (abqjp!n=abqjp@69.49.164.201.swcp.com) has joined #mythtv-users | |
| [22:52:11] | aBs0lut30 (aBs0lut30!n=mhughes@adsl-074-180-113-005.sip.bhm.bellsouth.net) has quit (Remote closed the connection) | |
| [22:55:44] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has quit ("Leaving.") | |
| [22:56:34] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection) | |
| [22:56:50] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
| [23:02:53] | judazz (judazz!n=gronslet@cm-84.208.182.112.getinternet.no) has joined #mythtv-users | |
| [23:03:53] | nzcarrick (nzcarrick!n=cam@24.105-84-212.ippool.ndo.com) has joined #mythtv-users | |
| [23:06:50] | gbee (gbee!n=gbee@cpc2-derb9-0-0-cust507.leic.cable.ntl.com) has left #mythtv-users ("Left") | |
| [23:07:11] | hadees (hadees!n=hadees@rrcs-97-77-45-90.sw.biz.rr.com) has quit (Read error: 113 (No route to host)) | |
| [23:07:23] | hadees (hadees!n=hadees@rrcs-97-77-45-90.sw.biz.rr.com) has joined #mythtv-users | |
| [23:09:58] | iamlindoro_: | Oh Monoprice, how I love thee |
| [23:10:08] | iamlindoro_: | (and I am dumb for not checking you first) |
| [23:10:39] | ** dustybin ettercaps iamlindoro_ ** | |
| [23:12:46] | hatchmt (hatchmt!n=mhatch_@nat/novell/x-38779925bbfff354) has joined #mythtv-users | |
| [23:12:59] | iamlindoro_: | It seems to have escaped you what the boundary of a packet sniffer is |
| [23:13:36] | dustybin: | iamlindoro_: your packets smell of oranges :P |
| [23:18:20] | kormoc: | and your father smelt of elderberries! |
| [23:20:05] | KaZeR (KaZeR!n=kazer@161.170.67-86.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
| [23:20:42] | KaZeR (KaZeR!n=kazer@161.170.67-86.rev.gaoland.net) has joined #mythtv-users | |
| [23:22:34] | kslater (kslater!n=kslater@209.195.188.38.nauticom.net) has quit (Read error: 60 (Operation timed out)) | |
| [23:23:13] | Tomasu (Tomasu!n=moose@S010600016cb89986.ed.shawcable.net) has quit (Remote closed the connection) | |
| [23:23:42] | jk1joel (jk1joel!n=jsmith@ns.jk1.net) has quit (Remote closed the connection) | |
| [23:26:41] | havan (havan!n=havan@88.248.82.133) has joined #mythtv-users | |
| [23:38:39] | fuxxy (fuxxy!n=fuxxy@c-76-31-189-187.hsd1.tx.comcast.net) has joined #mythtv-users | |
| [23:40:02] | fuxxy: | What's the logic behind the "chanid" column in the database table "channel" ? I'm wanting to manually add channels that mythtv's scan didn't pick up, but I don't want to pick something that won't bork later if I run another channel scan on a new input. |
| [23:41:59] | kormoc: | it's a absolutely unique id for the row in that table I'd imagine |
| [23:42:13] | Dagmar: | Perhaps even the key field |
| [23:42:23] | fuxxy: | It does seem to be a unique ID. |
| [23:43:12] | fuxxy: | so I'm assuming I can just fill any missing chanid, as long as there is not an existing entry, and it's not higher than the last one. |
| [23:43:42] | kormoc: | shouldn't matter if it's higher or not as long as it's not used |
| [23:43:50] | fuxxy: | I'm just not sure how mythtv's scan knows where to continue the table.. if it is "smart" enough to check if a chanid is currently in the table. |
| [23:44:08] | kormoc: | it's likely a auto-increment column |
| [23:44:17] | kormoc: | which means myth doesn't assign a id, the database does |
| [23:44:20] | fuxxy: | awesome |
| [23:44:32] | fuxxy: | so I can enter to my heart's content :) |
| [23:44:51] | nagnag (nagnag!i=nero@217.80-203-253.nextgentel.com) has joined #mythtv-users | |
| [23:46:19] | fuxxy: | I agree, mythtv is a good way to learn mysql :) |
| [23:46:29] | abqjp (abqjp!n=abqjp@69.49.164.201.swcp.com) has quit () | |
| [23:48:05] | judazz (judazz!n=gronslet@cm-84.208.182.112.getinternet.no) has quit (Read error: 110 (Connection timed out)) | |
| [23:51:01] | sphery: | actually Myth chooses the chanid, but the specific value isn't important |
| [23:51:06] | clever: | fuxxy: yeah, i use sql all the time to peek at things the ui wont let me see |
| [23:51:23] | sphery: | Still, the /right/ way to do things is to rescan (and figure out why Myth isn't picking up the channel). |
| [23:51:28] | sphery: | Likely just didn't do the right scan. |
| [23:51:32] | fuxxy: | sphery, tried and tried. |
| [23:51:48] | clever: | i usualy avoid editing the db directly |
| [23:52:01] | fuxxy: | clever, did you ever get your RAM? |
| [23:52:02] | sphery: | fuxxy: I'm assuming since you're scanning it's a digital channel, right? |
| [23:52:10] | fuxxy: | sphery, correct. |
| [23:52:24] | clever: | fuxxy: ive lost a stick in the acer, but havent gained any recently |
| [23:52:26] | sphery: | then you'll need a /lot/ more than just an entry in channel to make the channel work. |
| [23:52:44] | fuxxy: | sphery, I know. |
| [23:52:54] | clever: | pid and transport atleast, id think |
| [23:53:03] | fuxxy: | I've done this before, but at the time wasn't worried about borking db |
| [23:53:03] | clever: | and in the transport table, the freq and stuff |
| [23:54:17] | EvilGuru_ (EvilGuru_!n=freddie@dyn1220-11.wlan.ic.ac.uk) has quit (Read error: 110 (Connection timed out)) | |
| [23:55:36] | fuxxy: | The only thing that throws me off is the mplexid |
| [23:55:44] | Scopeuk (Scopeuk!n=scopeukf@78-86-138-56.zone2.bethere.co.uk) has quit (Read error: 60 (Operation timed out)) | |
| [23:56:35] | fuxxy: | that is something that hdhomerun's scan doesn't record. |
| [23:56:42] | Scopeuk (Scopeuk!n=scopeukf@78-86-138-56.zone2.bethere.co.uk) has joined #mythtv-users | |
| [23:56:57] | jams: | ugh i'm about to throw this readynas out the window |
| [23:57:02] | jams: | dang thing won't boot anymore |
| [23:58:54] | RyeBrye (RyeBrye!n=ryebrye@108.248.sfcn.org) has quit (Read error: 104 (Connection reset by peer)) | |
| [23:58:55] | riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users | |
| [23:59:19] | janneg: | remove the HDDs first |
| [23:59:21] | RyeBrye (RyeBrye!n=ryebrye@108.248.sfcn.org) has joined #mythtv-users | |
| [23:59:56] | jams: | already done |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.