Monday, September 21st, 2009, 00:03 UTC | ||
[00:03:11] | sphery: | Captain_Murdoch: Were you planning on applying that TFW toLocal8Bit() change or were you wanting me to? |
[00:05:48] | Captain_Murdoch: | forgot about it, I assume one of you guys was going to. sorry about that. |
[00:06:26] | sphery: | heh, yeah, I thought you were since you mentioned some other places |
[00:06:38] | Captain_Murdoch: | doesn't seem to make sense for us to use toAscii in one place and toLocal8Bit in the other. |
[00:06:40] | Gav8in (Gav8in!n=gavin@ytz.ca) has quit (Read error: 104 (Connection reset by peer)) | |
[00:06:52] | sphery: | so the others are already "right" (toLocal8Bit) |
[00:07:09] | Captain_Murdoch: | the other place I was looking at didn't matter. I can't recall right now, but it didn't appear to be an issue. |
[00:07:20] | chainsawf (chainsawf!n=chainsaw@121.73.114.254) has joined #mythtv-users | |
[00:07:33] | sphery: | yeah, I've forgotten the conversation, too |
[00:07:53] | sphery: | just see this patch in my quilt series every once in a while, so it reminded me |
[00:09:52] | Captain_Murdoch: | I think the place I was thinking of was in MainServer::DoHandleDeleteRecording where it does somethig like toascii().toutf8() or something. |
[00:12:41] | sphery: | I'm going to be traveling this week (and only have 'net at night), so I'm not going to apply a change to such an important part of Myth right now. |
[00:13:08] | sphery: | If I don't see it go in this week, I'll look through the code better and be up to speed when I get back so I can check it in and watch it. :) |
[00:14:32] | sphery: | The scariest part to me is that the results of running toLocal8Bit() on a string that contains chars that can't be represented in the local charset are undefined. For toAscii(), though, they're not (it uses ? for chars that can't be represented). |
[00:15:01] | dserban_: | q: why does it always ask me to select a CD drive upon mythfrontend's invocation? |
[00:16:13] | sphery: | dserban_: I don't use any of that media monitoring stuff, so I don't know for sure, but I think there's a setting where you can specify it so that it's "locked in". |
[00:16:31] | sphery: | probably just asking each time since you didn't explicitly set the setting, so it doesn't know if your drives flip/flop |
[00:16:34] | dserban_: | ahh, I'll check the settings |
[00:16:57] | iamlindoro: | wagnerrp, Did RDV_Linux's ttvdb.py newline patch work acceptably? |
[00:17:12] | sphery: | probably either mythtv-setup, mythfrontend, MythMusic, MythVideo or MythArchive settings |
[00:17:22] | sphery: | (though that really doesn't help narrow it down... :( ) |
[00:17:41] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit (Read error: 113 (No route to host)) | |
[00:17:46] | RDV_Linux: | iamlindoro: Yes wagnerrp said it worked and welcome back |
[00:18:00] | iamlindoro: | OK, thanks to both, will apply in a few |
[00:18:02] | chainsawbike (chainsawbike!n=chainsaw@121-73-114-254.cable.telstraclear.net) has quit (Connection timed out) | |
[00:18:05] | iamlindoro: | and thanks for the welcome back :) |
[00:18:21] | RDV_Linux: | np |
[00:18:31] | sphery: | welcome back, iamlindoro |
[00:18:39] | iamlindoro: | thanks :) ;) |
[00:18:49] | laga: | welcome back iamlindoro! |
[00:19:02] | ** iamlindoro waves ** | |
[00:19:07] | laga: | ohai |
[00:19:09] | Captain_Murdoch: | sphery, since MythtV should only ever write out files like chanid_starttime.(mpg|nuv), then MV is the main thing to consider. does toLocal8Bit just strip out the unavailable chars or does it fail or what? |
[00:19:33] | sphery: | I haven't run any tests... |
[00:19:40] | sphery: | the docs just say "results are undefined" |
[00:19:59] | sphery: | http://qt.nokia.com/doc/4.4/qstring.html#toLocal8Bit |
[00:20:07] | sphery: | actually, "returned byte array is undefined" |
[00:20:22] | sphery: | that doesn't say it returns NULL |
[00:20:42] | awalls (awalls!n=andy@02-092.155.popsite.net) has joined #mythtv-users | |
[00:20:55] | sphery: | I haven't looked at the QString code, yet, either |
[00:21:10] | Captain_Murdoch: | ok, now I remember you saying underfined. so, with the issue with MV before, would it have been solved by using toAscii everywhere? |
[00:21:39] | awalls (awalls!n=andy@02-092.155.popsite.net) has left #mythtv-users () | |
[00:21:39] | Captain_Murdoch: | since MythTV shouldn't have odd chars, recordings will work with either unless the user renames files. |
[00:21:47] | chainsawbike (chainsawbike!n=chainsaw@121-73-114-254.cable.telstraclear.net) has joined #mythtv-users | |
[00:22:39] | iamlindoro: | Problem w/ toAscii everywhere AIUI is if you use a title that can't be represented in Ascii, it's all ???s |
[00:22:47] | sphery: | Captain_Murdoch: well, toAscii() introduces a problem with potential filename duplication through "strategically-placed" ?'s |
[00:23:07] | sphery: | and it does make some hard-to-read filenames for some users |
[00:23:48] | dansushi (dansushi!n=dan@147.4.211.195) has quit (Read error: 104 (Connection reset by peer)) | |
[00:23:49] | Captain_Murdoch: | tossup whether undefined or ??? |
[00:23:54] | Captain_Murdoch: | 's are more unreadable. :) |
[00:24:35] | dansushi (dansushi!n=dan@147.4.211.195) has joined #mythtv-users | |
[00:24:44] | Captain_Murdoch: | sounds like we need to sanity check the filenames we generate. that may be best done at the source (ie, MV), so it always uses the same filename. |
[00:24:45] | sphery: | what do they mean by undefined? just that it will have "something" where the bad char was |
[00:24:50] | sphery: | or that the whole string is suspect? |
[00:24:57] | Captain_Murdoch: | result of toLocal8Bit being undefined |
[00:25:01] | sphery: | (i.e. that it truncates or ...) |
[00:25:19] | sphery: | right, wondering how to define undefined... :) |
[00:25:28] | Captain_Murdoch: | who knows. undefined can mean that it works fine in 4.4, but not in 4.5 but ok in 4.6, etc. |
[00:26:04] | sphery: | ah, so even testing/looking at the code isn't worthwhile |
[00:26:10] | Captain_Murdoch: | possibly |
[00:26:18] | sphery: | could just throw BLOB's in the DB ;) |
[00:26:28] | Captain_Murdoch: | undefined means nobody wrote code to standardize how it works. |
[00:26:35] | Josh_: | So, if I'm in the middle of a full blown 20x fast forward (through the commercials, heh), What button can I hit to return me back to "play" mode? I've tried hitting "P", but it pauses before it will play again. |
[00:27:25] | tc2617 (tc2617!n=yourmom@130.15.22.64.aeneasdsl.com) has joined #mythtv-users | |
[00:27:38] | Captain_Murdoch: | sphery, can we be sure that the underlying filesystem supports all the chars supported by toLocal8Bit? |
[00:27:42] | sphery: | Josh_: P isn't play, P is toggle pause. hit PLAY (Alt-P?) |
[00:27:48] | chainsawf (chainsawf!n=chainsaw@121.73.114.254) has quit (Read error: 145 (Connection timed out)) | |
[00:27:56] | Der_Thomas (Der_Thomas!n=tom@cpe-76-180-193-90.buffalo.res.rr.com) has joined #mythtv-users | |
[00:28:03] | Captain_Murdoch: | guess so if it stores in 8 bit as the name implies |
[00:28:31] | Der_Thomas: | Hi all, got a weird problem I can't figure out |
[00:29:04] | Der_Thomas: | I'm switchig from a serial (homebrew style) remote receiver to using the one on my pinnicle pctv card |
[00:29:11] | sphery: | I don't know my i18n very well, so I'm not the guy to ask... |
[00:29:41] | the|cheat (the|cheat!n=yourmom@130.15.22.64.aeneasdsl.com) has quit (Read error: 110 (Connection timed out)) | |
[00:29:43] | Der_Thomas: | I'm having trouble getting lirc working with it but what is weird is that some functions of the remove work with myth even when LIRC isn't running |
[00:30:00] | sphery: | Josh_: Ctrl+P |
[00:30:19] | Der_Thomas: | Is the card connecting to myth in another way? |
[00:30:20] | Josh_: | sphery, ahh, I don't see that in the mythtv keybindings webpage. Are those "special" keybindings documented somewhere? |
[00:30:32] | sphery: | Der_Thomas: that means you have the kernel keyboard driver for the remote loaded--which will break stuff |
[00:30:53] | sphery: | Josh_: MythControls is the documentation--and is always personalized for your own system ;) |
[00:31:10] | sphery: | (MythControls is a plugin in 0.21-fixes and part of core mythtv in trunk) |
[00:31:43] | sphery: | the webpage/howto/keys.txt/... are all way out of date/very "basic", so MythControls is the best place |
[00:32:30] | Der_Thomas: | OK, so is it better to have the remote work that way or to turn that off and use LIRC? |
[00:33:02] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has joined #mythtv-users | |
[00:33:18] | sphery: | IMHO, LIRC is perfect for a remote... they don't call it Linux Infrared /Remote/ Control for nothing |
[00:33:39] | sphery: | the keyboard driver means you get what keys the kernel guys want you to have |
[00:33:48] | sphery: | and you have to remap the keybindings in all your apps to fit |
[00:33:55] | Der_Thomas: | ahh |
[00:33:58] | Der_Thomas: | I get it |
[00:35:09] | Der_Thomas: | Hmm, don't know why it is acting that way. I didn't load any special modules. Must get loaded when I load the modules for the video? |
[00:35:43] | sphery: | when you load modules for the capture card |
[00:35:48] | sphery: | or automatically by the kernel |
[00:35:52] | sphery: | you likely need to blacklist it |
[00:36:07] | sphery: | use lsmod to find out what's loaded |
[00:36:11] | sphery: | or Google to find out what the driver is called |
[00:36:19] | Der_Thomas: | right |
[00:36:29] | Der_Thomas: | cool, thanks man. been pulling my hair out all day |
[00:37:29] | Der_Thomas: | The reason I am doing this is that I just got a serial irblaster and trying to get LIRC to work with 2 serial devices is really hard |
[00:37:42] | Der_Thomas: | It seems like it is possible, but I just can't get it to work |
[00:38:09] | sphery: | yeah, it's a pain |
[00:38:11] | sphery: | been there, done that |
[00:38:17] | sphery: | don't /ever/ want to do it again |
[00:38:22] | Der_Thomas: | haha |
[00:38:27] | sphery: | (and it's an ugly hack of a solution, too) |
[00:38:43] | Der_Thomas: | yeah modifying the srv to run two version |
[00:39:07] | Der_Thomas: | I couldn't get it to compile so I switched paths to try using this other remote receiver |
[00:39:15] | Der_Thomas: | now of course that is a pain too – haha |
[00:41:16] | sphery: | yeah, that pretty much applies to LIRC in general |
[00:41:29] | sphery: | but once you get it set up, it's 100x better than the keyboard drivers |
[00:44:41] | Zanthus (Zanthus!n=steeljaw@60-241-78-168.static.tpgi.com.au) has quit ("Ex-Chat") | |
[00:48:25] | \malex\ (\malex\!i=yt4mw9II@unaffiliated/malex/x-000000001) has quit (Remote closed the connection) | |
[00:49:04] | [R]: | sometimes my frontend kill deicde to use 100% cpu |
[00:49:05] | [R]: | is this known? |
[00:51:20] | tank-man: | more info is needed |
[00:51:25] | tank-man: | impossible to know |
[00:52:12] | hadees (hadees!n=hadees@ip72-196-206-227.dc.dc.cox.net) has quit (Remote closed the connection) | |
[00:52:38] | dserban_: | [35441.062965] mythfrontend[8767]: segfault at 7ffffc ip b6813852 sp bfb1afe0 error 4 in libc-2.9.so[b67a3000+158000] ok, so... it's not my hardware... ran it through stress, heat, memory and i/o tests for like 4 days now. is this normal? |
[00:52:46] | dserban_: | err it's not normal... dumb question. |
[00:52:55] | dserban_: | But is it something common? |
[00:53:18] | [R]: | yeah, its hard to get details really |
[00:53:27] | [R]: | i'm trying my hardest to get the box to reboot cleanly |
[00:53:32] | [R]: | it responds to commands, itj ust refuses to reboot and or halt |
[00:53:53] | tmkt (tmkt!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[00:53:58] | tmkt: | Hello Hell |
[00:54:01] | tmkt: | o |
[00:54:45] | tmkt: | anyone try mirobridge? |
[00:54:48] | sphery: | dserban_: sounds like a broken libc (which is the basis of the entire system, so would cause segfaults in all sorts of apps) |
[00:54:49] | ** dserban_ awaits for someone to flood the channel with a bunch of Hello's. ** | |
[00:54:58] | dserban_: | sphery, yeh |
[00:55:29] | dserban_: | dpkg died, aptitude died... I've gone on assuming it's the kernel or hardware, I'm hella sure it's not now. (hardware). |
[00:55:54] | [R]: | VICTORY |
[00:55:56] | sphery: | I'd suggest reinstalling the whole system |
[00:55:57] | [R]: | i killed X |
[00:56:13] | sphery: | format and reinstall the distro |
[00:56:15] | dserban_: | sphery, I can just er... crap |
[00:56:27] | sphery: | make sure you get the right build for you hardwaare |
[00:56:42] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has quit (Success) | |
[00:56:50] | dserban_: | I've already done that heh... but debian sid isn't known for "stablity" if I could narrow it down I could submit a bug... but tracking it seems next to impossible |
[00:57:05] | sphery: | have you tried other distros? |
[00:57:13] | sphery: | throw MythBuntu on there and see how it goes |
[00:57:17] | dserban_: | dmesg |
[00:57:21] | sphery: | it's Debian-like, so you should feel relatively at home |
[00:57:22] | dserban_: | err oops wrong window |
[00:57:45] | sphery: | [R]: glad you found a way in... hope you get the shutdown/startup thing working |
[00:58:05] | dserban_: | mythbuntu... was locking harder and harder each update. I gave up on it and launch pad had like 300 people following the same locking bugs ... gave up on it unfortunately. |
[00:58:38] | sphery: | well, it seems to run pretty stable for a lot of people |
[00:58:46] | sphery: | then again, I'm not a user, so I can't say forsure |
[00:59:13] | andreax (andreax!n=andreaz@p57B966A0.dip.t-dialin.net) has quit ("Leaving.") | |
[00:59:16] | [R]: | sphery: yeah, looks like its working great |
[00:59:30] | [R]: | sphery: now i'm trying to work out some bugs in my mysql |
[00:59:50] | sphery: | some wrong signature thing? |
[01:00:21] | [R]: | if i give phpmyadmin my root user/pass, it acts like its not root cuz i can't create tables and i can't manage users |
[01:00:28] | dserban_: | sphery, oh I'm not knocking it... hell I'd love to support it as it seems to be opening quite a few doors for us linuxers ... unfortunately, it felt buggy on two machines, I didn't understand the differences between the two ... so I went back to familiar ground |
[01:00:35] | [R]: | and if i try to use a blank root pass with phpmyadmin, it just refuses to work at all |
[01:00:36] | dserban_: | sphery, not a user? |
[01:00:41] | tmkt: | mythbuntu worked best for me |
[01:00:49] | tmkt: | tried mythdora..wouldn't even install |
[01:00:58] | sphery: | [R]: did you try your personal user's password? |
[01:01:03] | sphery: | think that's the *buntu way, now |
[01:01:17] | Josh_: | I just wish my inbuilt IR reciever on my laptop would work with linux |
[01:01:55] | sphery: | IRDA or an actual remote (like from a Dell laptop) |
[01:01:59] | [R]: | sphery: there is only the root, phpmyadmin, and mythtv users |
[01:02:18] | sphery: | [R]: yeah, but root MySQL user with your normal user's password |
[01:02:24] | Josh_: | sphery, I *think* it's an irda, it's on a Toshiba X205-sli4 laptop. cant find any info on my specific laptop |
[01:02:44] | sphery: | yeah, IRDA won't work for LIRC/remote stuff, anyway, so no big loss :) |
[01:02:54] | [R]: | sphery: i expliclity set the root mysql user's password |
[01:03:04] | sphery: | ahhh |
[01:03:38] | Josh_: | sphery, this laptop actually came with a full featured remote that works in windows. I'm sure the hardware is capable, just there's no driver support for it |
[01:04:36] | sphery: | ah, maybe it's just LIRC that won't do IRDA |
[01:04:56] | hadees (hadees!n=hadees@ip72-196-206-227.dc.dc.cox.net) has joined #mythtv-users | |
[01:05:45] | sphery: | oh, guess LIRC now supports IRDA |
[01:08:54] | Dagmar: | For what? |
[01:10:06] | Dagmar: | It looks like it might be possible for super-genius types who can code it up themsevles after looking at http://www.lirc.org/irda.html |
[01:13:54] | wagnerrp: | but that all seems to be for serial port SIR only |
[01:14:12] | wagnerrp: | USB driven ones need not apply |
[01:14:21] | Dagmar: | It is, at best an ugly hack |
[01:14:32] | Dagmar: | ...and it's not going to work "well" if/when it does. |
[01:14:34] | sphery: | yeah, I didn't see much more than just that page |
[01:14:59] | Dagmar: | You might as well be trying to use an electret mic as a sonar reciever |
[01:15:01] | sphery: | but I figured that page, plus some words on the front page that said the configs work for IrDA was enough to say "it works" |
[01:15:17] | Dagmar: | When you dig deeper and see what they mean by that tho... |
[01:15:23] | sphery: | One ping! |
[01:15:39] | sphery: | yeah, I won't be using it |
[01:15:52] | sphery: | serial works for me |
[01:18:15] | Josh_: | bah, gonna reboot to windows and see if I can find out some detail |
[01:18:28] | Josh_ (Josh_!n=fuxxy@98.201.31.24) has quit ("Leaving") | |
[01:20:33] | sphery: | Wow... Jacob wants Scylla. |
[01:23:16] | hadees (hadees!n=hadees@ip72-196-206-227.dc.dc.cox.net) has quit (Remote closed the connection) | |
[01:26:53] | AndrewNC_ (AndrewNC_!n=ANC@24.128.157.168) has joined #mythtv-users | |
[01:33:11] | scan_away is now known as scan | |
[01:49:47] | tank-man (tank-man!i=1000@174.6.38.217) has quit ("Fuck off with your Star Trek ideas") | |
[01:52:34] | Hilikus (Hilikus!n=hilikus@unaffiliated/hilikus) has quit ("Suerrrrrrte") | |
[01:55:07] | dashcloud (dashcloud!n=quassel@pool-96-245-191-112.phlapa.fios.verizon.net) has joined #mythtv-users | |
[01:57:48] | hadees (hadees!n=hadees@ip72-196-206-227.dc.dc.cox.net) has joined #mythtv-users | |
[01:57:55] | hadees (hadees!n=hadees@ip72-196-206-227.dc.dc.cox.net) has quit (Read error: 54 (Connection reset by peer)) | |
[01:59:18] | Ashlar- (Ashlar-!i=scott@cpe-72-190-82-112.tx.res.rr.com) has left #mythtv-users () | |
[02:04:15] | tank-man (tank-man!i=1000@S010600121729c6a1.vc.shawcable.net) has joined #mythtv-users | |
[02:09:02] | scan is now known as scan_away | |
[02:13:28] | phunyguy (phunyguy!n=phunyguy@h69-130-65-171.kgldga.dsl.dynamic.tds.net) has quit (Remote closed the connection) | |
[02:15:41] | adante_ (adante_!n=adante@59.167.212.65) has joined #mythtv-users | |
[02:21:39] | phunyguy (phunyguy!n=phunyguy@h69-130-65-171.kgldga.dsl.dynamic.tds.net) has joined #mythtv-users | |
[02:21:42] | adante (adante!n=adante@59.167.212.65) has quit (Read error: 145 (Connection timed out)) | |
[02:21:43] | adante_ is now known as adante | |
[02:24:22] | tc2617 (tc2617!n=yourmom@130.15.22.64.aeneasdsl.com) has quit (Read error: 110 (Connection timed out)) | |
[02:39:34] | foxbuntu (foxbuntu!n=foxbuntu@ubuntu/member/foxbuntu) has joined #mythtv-users | |
[02:40:13] | iamlindoro: | http://www.airlockalpha.com/node/6696 |
[02:40:32] | foxbuntu: | hey all, I am working on setting up/testing my HD-PVR, I have it working so that it records video and plays back, however I cannot play the video back on my remote frontends any ideas? |
[02:41:47] | Dagmar: | That's covered in the wiki |
[02:41:50] | foxbuntu: | ...the play back acts like its going to start, then it just falls back to the menu |
[02:42:12] | foxbuntu: | Dagmar, where? |
[02:42:27] | foxbuntu: | Dagmar, I have bee reading through this: http://www.mythtv.org/wiki/Hauppauge_HD-PVR#Testing_the_Driver |
[02:42:28] | Dagmar: | On the wiki. |
[02:42:47] | Dagmar: | It explains what you have to do to make a remote frontend able to access the backend and database. |
[02:43:07] | wagnerrp: | not 'quite' cancelled? |
[02:43:17] | Dagmar: | wagnerrp: Maybe that explains why it wasn't on tonight |
[02:43:35] | Dagmar: | ...but hten, I'd stopped watching it and had relegated it to "mostly just listening to while minimized" |
[02:43:36] | wagnerrp: | well it wasnt on tonight, because there have only been 8 episodes |
[02:43:43] | wagnerrp: | as seen by last week's cliffhanger |
[02:43:55] | wagnerrp: | they love doing that on shows with no more content... |
[02:44:36] | foxbuntu: | Dagmar, Im sorry I must have not been clear, my remote frontend can access other data on the backend, its recordings and livetv on the hd-pvr |
[02:44:52] | wagnerrp: | seriously... do you expect to get good ratings at 10 pm on a Sunday? |
[02:44:53] | Dagmar: | I must have somehow been vague about it being on the wiki |
[02:45:13] | wagnerrp: | i mean thats as bad as a friday evening for a show geared to a young audience |
[02:47:53] | foxbuntu: | Dagmar, I think there is a disconnect in communication here. My Problem ONLY relates to recordings generated from the HDPVR tuner, other tuners and data stored on the backend are working on the remote machines |
[02:48:25] | Dagmar: | I wouldn't call that a disconnect, I'd call that "details completely not mentioned" |
[02:48:53] | foxbuntu: | Dagmar, Im sorry for not being clear enough earlier |
[02:48:59] | Dagmar: | You might want to start by looking at the output that's going to the console on your frontend when it fails |
[02:51:38] | Dagmar: | ...although from your description I'd say the problem is probably that you don't have vdpau working right, or at all, or that you managed to omit an h.264 decoding library on that machine |
[02:52:13] | Dagmar: | That other types of recordings will stream to that box eliminates a whole raft of possibilities |
[02:54:12] | wagnerrp: | 'i am not sure students have a sense of any reason why they should vest their time and effort in writing a message out manually when it can be sent electronically in seconds' |
[02:54:27] | wagnerrp: | im in my mid-20s, and i dont understand the use of teaching people cursive |
[02:55:09] | wagnerrp: | i can scribble non-cursive pretty damn fast, as fast as people ive seen use cursive |
[02:55:15] | wagnerrp: | and it is at least as legible if not more so |
[02:56:33] | Dagmar: | Mainly because it teaches them craftsmanship. |
[02:57:10] | [R]: | i'm trying to run mythtv-setup on a second computer and it says its not finding the upnp backend |
[02:57:19] | [R]: | but i know its running... do i have a config set wrong somewhere? |
[02:57:26] | Dagmar: | Probably |
[02:57:38] | wagnerrp: | so have then take something that teaches craftsmanship, and can actually be used for more than their signature when they grow up |
[02:57:46] | [R]: | i have the public ip set in the mythtv-setup for the backend |
[02:57:54] | Dagmar: | At the age of seven? |
[02:57:59] | mikeones (mikeones!n=mikeones@pool-70-104-31-42.dllstx.fios.verizon.net) has quit ("leaving") | |
[02:58:36] | wagnerrp: | sure, why not |
[02:58:37] | Dagmar: | [R]: At the risk of saying the same thing so many times in one day |
[02:58:54] | wagnerrp: | i wasnt older than that by the time my dad started teaching me how to repair things around the house |
[02:58:57] | Dagmar: | ...have you typed "upnp" into the search box on the wiki and read the bottom of the first page it shows you |
[02:59:12] | [R]: | haha... i actually have a version mismatch |
[02:59:15] | [R]: | let me fix that |
[02:59:23] | [R]: | Dagmar: no, but i'll check that out too |
[02:59:23] | crankhar2er (crankhar2er!n=crankhar@ip68-100-2-225.dc.dc.cox.net) has quit ("Lost terminal") | |
[02:59:25] | Dagmar: | Generally the last of a multicast route is what keeps people from having it work |
[02:59:42] | Dagmar: | Above that there's not remembering to set a real IP for the backend to listen to |
[02:59:48] | Dagmar: | ...and above that there's general idiocy |
[02:59:55] | [R]: | lol |
[03:00:14] | Dagmar: | It's only a few distros that bother to set a route to multicast in any case |
[03:00:25] | Dagmar: | MythBuntu being one notable exception, for somewhat obvious reasons |
[03:01:55] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has quit (Remote closed the connection) | |
[03:02:18] | wagnerrp: | Dagmar: would most consumer routers (and ISPs) even know what to do with a multicast signon? |
[03:02:32] | AndrewNC_ (AndrewNC_!n=ANC@24.128.157.168) has quit (Read error: 145 (Connection timed out)) | |
[03:03:42] | Dagmar: | Yeah |
[03:03:46] | Dagmar: | THey'd know to drop it on the floor |
[03:03:59] | Dagmar: | ...or pass it up to the ISP who would then drop it on the floor. |
[03:04:04] | Dagmar: | That's what generally hapepns. |
[03:04:14] | wagnerrp: | love those standards.... |
[03:04:15] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has joined #mythtv-users | |
[03:04:27] | Dagmar: | You just don't find ISPs that do multicast anymore |
[03:04:43] | Dagmar: | The only reason they did at my first ISP was because I turned the stuff on in the routers my damn self |
[03:05:03] | Aji-Dahaka (Aji-Dahaka!n=root@gandalf.aero.und.edu) has joined #mythtv-users | |
[03:05:19] | wagnerrp: | no one wants to watch someone elses stream... they want the internet to be on-demand |
[03:05:39] | Dagmar: | But you know, of course everyone needs a new proprietary protocol for video streaming because multicast doesn't exist. |
[03:05:56] | Dagmar: | You'd thikn this would be a no-farking-brainer for hte cable companies |
[03:06:07] | wagnerrp: | i have to wonder if internet-only TV stations would be more common if ISPs supported multicast |
[03:06:11] | Dagmar: | There's like ONE |
[03:06:19] | crankhar1er (crankhar1er!n=crankhar@ip68-100-2-225.dc.dc.cox.net) has joined #mythtv-users | |
[03:06:25] | wagnerrp: | right now, its probably too expensive to run such a station of any significant size |
[03:06:31] | Dagmar: | Some guy I was talking to last year in Seattle had a cable company that was using IPTV and multicast |
[03:06:41] | Aji-Dahaka: | this probably gets asked all the time, so a (recent) link would be fine, but ...what's the recommended hardware like these days? I want to do TV tuning (preferrably something that can do encrypted digital streams if that's possible) and do blu-ray image decoding and so forth |
[03:06:46] | Dagmar: | Frankly, I think someone at Syfy was having a laugh pretending to be someone from Eureka |
[03:06:57] | Dagmar: | The only town where proper technology is used |
[03:06:58] | wagnerrp: | you cant do encrypted digital streams |
[03:07:14] | Dagmar: | If you're on their network, you're subscribing to their cable TV |
[03:07:15] | wagnerrp: | the only thing you can do is use your STB to decrypt and decode, and then use analog capture from there |
[03:07:29] | crankhar1er: | I've got this awesome action when trying to watch liveTV http://pastie.org/624148 — and I'm sure this is the reason why my scheduled recordings arne't working either... I don't follow the suggestion setup software encoders profile ??!? |
[03:07:37] | wagnerrp: | similarly, you cannot do blu-ray |
[03:07:43] | Dagmar: | THey weren't selling them as separate services with a bundle package |
[03:07:45] | wagnerrp: | there is very marginal support for decryption under linux |
[03:07:53] | Dagmar: | They were flat out selling them as one combied service |
[03:07:53] | wagnerrp: | and there is no support for doing it on-the-fly |
[03:08:01] | wagnerrp: | nor is there support for the menu system |
[03:08:16] | Aji-Dahaka: | oh, thank you, wagnerrp |
[03:08:21] | wagnerrp: | the best you can do is rip and decrypt in windows with anydvdhd, and then play the video file on linux |
[03:08:27] | Dagmar: | It's amazing how many people don't even read the shorted of install documentation |
[03:08:36] | Dagmar: | s/shorted/shortest/; |
[03:09:04] | Aji-Dahaka: | my current media system is using vlc (in macos) and it seems to work alright. I had thought perhaps the status of blu-ray support had changed |
[03:09:17] | Dagmar: | Nope. |
[03:09:21] | Dagmar: | Lawyers are still dicks. |
[03:09:26] | Dagmar: | When that changes, check again. |
[03:09:28] | Aji-Dahaka: | yeah, that's the trueth. |
[03:09:45] | Dagmar: | Let's see, when did DVDs first come out? |
[03:09:51] | [R]: | Dagmar: looks like it was that route |
[03:09:56] | Dagmar: | 12 years ago or so? |
[03:10:02] | Dagmar: | We still don't have a legal way to play them. |
[03:10:04] | [R]: | Dagmar: thanks |
[03:10:17] | Dagmar: | [R]: Thankfully there's not too much that can break the uPNP |
[03:10:19] | wagnerrp: | nah.... DVDJon was like 10 years ago |
[03:10:26] | wagnerrp: | DVDs have been out since the mid-90s |
[03:10:32] | Dagmar: | DVDJon accomplished what exactly? |
[03:10:49] | wagnerrp: | maybe 15 years ago, and still no legal way to decrypt them |
[03:10:55] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has joined #mythtv-users | |
[03:11:16] | Dagmar: | Regardless of whether or not it's damn near impossible to buy a DVD burner without a copy of Nero and PowerDVD which both paid the relevant licence fee, we can't legally decode them still. |
[03:11:38] | Dagmar: | Or rather, for the purposes of fair use you're allowed to reverse engineer the entire thing and write your own decoder and player |
[03:11:42] | Dagmar: | No one else may help you. |
[03:12:04] | Dagmar: | ...otherwise they're slapped with charges of contributory copyright infringement and more. |
[03:12:09] | clever: | and your not allowed to share it? |
[03:12:27] | wagnerrp: | as much as i dislike Real Networks, it's a shame they got pounded down in their lawsuit |
[03:12:32] | Dagmar: | Yes. Obviously everyone is a criminal until proven otehrwise. |
[03:12:54] | Dagmar: | wagnerrp: This is probably why RealPlayer SE is so quick to download other people's videos now |
[03:13:01] | clever: | 'your either with us, or your a terrorist' |
[03:13:09] | Dagmar: | "Screw it. We're going to get sued anyway. Time to start burning some bridges" |
[03:13:32] | Dagmar: | I'd have uninstalled it already if it weren't for that |
[03:14:12] | Aji-Dahaka (Aji-Dahaka!n=root@gandalf.aero.und.edu) has left #mythtv-users ("thank you all very much") | |
[03:14:13] | wagnerrp: | i think its even more disgusting that they pounded down kaleidoscope |
[03:15:58] | wagnerrp: | they produced some rediculously expensive home theater server in the early 2000s |
[03:16:04] | wagnerrp: | like $30K for one of these systems |
[03:16:19] | Dagmar: | Sounds like there's a lot of margin in that for lawyers to bite into |
[03:16:21] | wagnerrp: | where you dumped DVD images onto it, and it would allow you to play them anywhere in your house |
[03:16:29] | wagnerrp: | basically a networked DVD jukebox |
[03:16:29] | Dagmar: | OMG PIRACY |
[03:16:56] | Dagmar: | I remember. |
[03:17:11] | Dagmar: | I thought it was perfectly freaking stupid the claims tehy made |
[03:17:17] | wagnerrp: | the kind of thing that if you do spend the ridiculous amount of money on this hardware, you are certainly going to be filling it with a couple grand worth of legitimate DVDs |
[03:17:23] | Dagmar: | No one with thirty thousand to burn on a home theater system pirates a damn thing |
[03:17:30] | Dagmar: | They fedex whatever they want to watch |
[03:17:34] | wagnerrp: | because at that point, price is no object to you |
[03:18:26] | wagnerrp: | they even paid in the necessary DVD licensing fees |
[03:18:39] | Lexridge (Lexridge!n=lexridge@75.108.69.120) has joined #mythtv-users | |
[03:19:14] | wagnerrp: | i dont see how what they did was illegal anyway |
[03:19:21] | Dagmar: | It wasn't. |
[03:19:22] | wagnerrp: | i mean its no different than just running 'dd' on your disk drive |
[03:19:30] | Dagmar: | They covered all their bases except one. |
[03:19:39] | Dagmar: | They didn't offer the people suing them the lion's share up front. |
[03:19:45] | Dagmar: | It's as simple as that. |
[03:20:04] | Dagmar: | You do not enter this market, EVER, without paying off the monopolists first. |
[03:20:17] | wagnerrp: | im mean youre allowed to make a backup copy, this machine was just doing it for you already |
[03:20:22] | Dagmar: | This is why the only new companies you see in that space come out of China |
[03:20:36] | Dagmar: | Who said you were allowed to make a backup? |
[03:20:44] | Dagmar: | I guarantee you no lawyers have heard of that. |
[03:20:58] | Dagmar: | Their thinking is that if you can pay them another $30 you can just buy another backup. |
[03:21:08] | Dagmar: | Not kidding about that, by the way |
[03:21:14] | Dagmar: | It was used in a court argument in 2002 |
[03:21:43] | dashcloud (dashcloud!n=quassel@pool-96-245-191-112.phlapa.fios.verizon.net) has quit (Read error: 113 (No route to host)) | |
[03:21:54] | Dagmar: | This shit is probably the reason you never see the media companies directly engage certain lawsuits in court |
[03:22:13] | wagnerrp: | they dont want to have to defend it |
[03:22:26] | wagnerrp: | because it will get thrown out if it ever hits a sensible judge? |
[03:22:29] | Dagmar: | If they formalized the extention of the VHS fair use rights over to digital media, they'd lose a great number of avenues by which to sue people and claim they are stealing. |
[03:22:59] | Dagmar: | So, if a case goes to court on that merit, it gets dropped. |
[03:36:40] | wagnerrp: | amazing.... |
[03:37:05] | wagnerrp: | theyre replacing the Bay Bridge, because structural engineers dont think it will withstand an earthquake |
[03:37:21] | wagnerrp: | so a pair of architects want to repurpose the old bridge as apartment and park space |
[03:37:43] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has joined #mythtv-users | |
[03:38:11] | tmkt_ (tmkt_!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[03:40:50] | wagnerrp: | i guess theyre planning ahead for a future dystopian society, where the bridge can be turned into a defensible position |
[03:43:41] | wagnerrp: | so then i guess the pool they have in the demo shots would be used to hold the cyberdolphin |
[03:51:43] | ourtv (ourtv!n=ourtv@74-129-146-53.dhcp.insightbb.com) has quit (Remote closed the connection) | |
[03:54:53] | ourtv (ourtv!n=ourtv@74-129-146-53.dhcp.insightbb.com) has joined #mythtv-users | |
[03:55:28] | [R]: | it doesnt' look like mythcommflag works too well over wifi |
[03:55:49] | wagnerrp: | mythtv in general does not like wigi |
[03:55:52] | wagnerrp: | wifi |
[03:55:53] | chainsawf (chainsawf!n=chainsaw@121.73.114.254) has joined #mythtv-users | |
[03:55:55] | [R]: | haha |
[03:57:03] | Lexridge (Lexridge!n=lexridge@75.108.69.120) has quit ("Leaving") | |
[04:09:35] | tmkt (tmkt!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has quit (Read error: 110 (Connection timed out)) | |
[04:09:54] | [R]: | is there any way to manipulate the job queue? |
[04:11:00] | chainsawbike (chainsawbike!n=chainsaw@121-73-114-254.cable.telstraclear.net) has quit (Read error: 110 (Connection timed out)) | |
[04:12:01] | wagnerrp: | explain |
[04:12:58] | [R]: | i dunno, like i have some commflag jobs that are in there, but they claim they are marked as finsihed, but they are still in there |
[04:13:04] | [R]: | and they aren't finished |
[04:13:30] | wagnerrp: | jobs remain in the table finished, so you can see that they are in there, and finished |
[04:13:56] | wagnerrp: | if you want to rerun them, just change the status from 272 to 1 |
[04:14:20] | [R]: | i guess thats what i was wondering... how do you do that? |
[04:14:33] | wagnerrp: | dont know sql? |
[04:14:59] | [R]: | oh, gotta edit the table? |
[04:19:47] | [R]: | i don't think my 3ghz celeron can handle everythign i'm throwing at it |
[04:19:58] | [R]: | it just grinds to a halt very easily |
[04:20:42] | wagnerrp: | netburst was a marginally architecture |
[04:20:47] | wagnerrp: | the celeron versions more so |
[04:21:39] | wagnerrp: | all the cache misfires, without a sizable cache to alleviate the issue |
[04:22:29] | [R]: | as soon as i kill X my hdpvr comes back online |
[04:22:35] | [R]: | of course now my recording is corrupt |
[04:23:12] | Dagmar: | Perhaps you missed the memo about how much framegrabber cards suck |
[04:23:25] | Dagmar: | Oh wait |
[04:23:31] | [R]: | i'm not using a framegrabber? |
[04:23:36] | Dagmar: | heh |
[04:24:07] | [R]: | i think i'll have to get a new cpu/mb a dual core atleast |
[04:24:25] | [R]: | the only thing i'm really pissed about is i spent the extra money to get a PCI nvidia when if i had just gotten a new mb to begin with... i could have gotten a cheaper pci express |
[04:24:34] | Dagmar: | doh |
[04:26:32] | f0urty5 (f0urty5!n=noone@75.150.130.121) has quit () | |
[04:26:45] | Dagmar: | You probably want a dual-core machine anyway just because it makes the issue of the commflagger a non-issue |
[04:27:35] | [R]: | yeah, that would be nice too |
[04:27:58] | wagnerrp: | that 3GHz Celeron probably commflags at... 1/4 realtime? |
[04:28:18] | [R]: | oh, i wasn't able to run it even |
[04:28:53] | wagnerrp: | that HDPVR requires about a 3GHz core2 for decoding at full bitrate |
[04:29:06] | wagnerrp: | (single threaded) |
[04:29:09] | [R]: | i'm decoding with vdpau |
[04:29:16] | wagnerrp: | no youre not... |
[04:29:20] | wagnerrp: | not for commflagging anyway |
[04:29:29] | wagnerrp: | commflagging is all software |
[04:29:29] | [R]: | yeah... thats why i said i wasn't abel to run commflag |
[04:29:58] | wagnerrp: | theres no reason i could think of why it wouldnt run it |
[04:30:18] | [R]: | it was running, it was just poudning my cpu |
[04:30:22] | [R]: | pounding* |
[04:31:07] | wagnerrp: | run it at lowest priority |
[04:31:15] | wagnerrp: | where it nices, and adds waits in the code |
[04:31:27] | [R]: | yeah, it looked like it was nice'd |
[04:31:30] | [R]: | but it was still using like 80% |
[04:31:31] | wagnerrp: | 1/10th realtime, but at least your system is usable |
[04:31:45] | [R]: | i think i had something set wrong |
[04:31:59] | [R]: | i need to get it all 100% stable before i worry about commflag though |
[04:32:07] | [R]: | the whole systme is still a little flaky |
[04:33:25] | jya (jya!n=avenardj@gw2.hydrix.com) has quit () | |
[04:33:42] | Newsome (Newsome!n=sorenson@dsl081-138-007.chi1.dsl.speakeasy.net) has quit ("Linux: Now with employee pricing!") | |
[04:39:36] | olesalscheider_ (olesalscheider_!n=desktop@xdsl-78-35-145-207.netcologne.de) has joined #mythtv-users | |
[04:42:32] | squidly: | anyonw know how I can import rip a dvd wiht 0.22's mythvideo? |
[04:43:32] | olesalscheider (olesalscheider!n=desktop@xdsl-78-35-143-184.netcologne.de) has quit (Read error: 60 (Operation timed out)) | |
[04:45:09] | [R] ([R]!n=rbox@unaffiliated/rbox) has quit (Read error: 104 (Connection reset by peer)) | |
[05:08:09] | stoffel (stoffel!n=quassel@p57B4E772.dip.t-dialin.net) has joined #mythtv-users | |
[05:08:09] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[05:08:34] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has quit (Read error: 110 (Connection timed out)) | |
[05:12:16] | Wicked (Wicked!n=zero@unaffiliated/blazed) has joined #mythtv-users | |
[05:17:17] | jya (jya!n=avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users | |
[05:26:08] | kazer_ (kazer_!n=kazer@81.149.81-79.rev.gaoland.net) has joined #mythtv-users | |
[05:32:12] | Gumby (Gumby!n=Gumby@unaffiliated/gumby) has quit (Connection timed out) | |
[05:34:27] | mgisbers is now known as mgisbers_away | |
[05:38:46] | drascus321 (drascus321!n=drascus@c-76-119-30-199.hsd1.ma.comcast.net) has joined #mythtv-users | |
[05:39:49] | drascus321: | does anyone know how to tune comcast digital cable with mythtv? |
[05:41:06] | pak0 (pak0!n=francisc@87.221.126.193) has quit ("Leaving") | |
[05:41:33] | MarcT: | well I'm home =p |
[05:42:09] | MarcT: | turns out that my buddy's cube, which has a cable hookup, is too far from the drop to get good signal quality. |
[05:42:40] | MarcT: | I had to put my backend in the breakroom, which is where the drop is... lol |
[05:43:33] | MarcT: | some of the guys went nuts with the cable in the office, there are Y splitters all over and some W's too |
[05:44:18] | MarcT: | so putting my backend in my buddy's cube, my digital tuner could barely get 50% |
[05:45:51] | MarcT: | But I compiled the windows frontend again, and I got one of the machines in my cube acting as a frontend so I can watch some stuff at work =p |
[05:46:48] | MarcT: | I'll set it up for my buddy too, hopefully he will watch the shows he is behind on so I can delete them =p |
[05:50:38] | penguincentral (penguincentral!n=matt@fullcirclemagazine/podcast/penguincentral) has joined #mythtv-users | |
[05:51:16] | penguincentral: | i was wondering. with mythtv is it possible to store external videos onto the backend that can be streamed to a frontend? |
[05:51:48] | wagnerrp: | with trunk, yes |
[05:51:59] | wagnerrp: | with 0.21, the frontends must have direct file system access |
[05:54:15] | penguincentral: | hm |
[05:56:44] | penguincentral: | wagnerrp: is there any information on that? |
[05:57:10] | wagnerrp: | yeah, check the mythvideo page on the wiki |
[06:02:26] | xand (xand!n=xand@unaffiliated/xelam) has joined #mythtv-users | |
[06:04:41] | penguincentral: | wagnerrp: thanks for that |
[06:06:22] | lyricnz (lyricnz!n=simonrob@ppp118-208-172-168.lns10.mel4.internode.on.net) has joined #mythtv-users | |
[06:24:57] | stoffel (stoffel!n=quassel@p57B4E772.dip.t-dialin.net) has quit (Remote closed the connection) | |
[06:27:11] | mchou (mchou!n=quassel@unaffiliated/mchou) has quit (Remote closed the connection) | |
[06:29:06] | joat (joat!n=joat@ip70-174-79-200.hr.hr.cox.net) has quit ("Ex-Chat") | |
[06:29:53] | KraMer (KraMer!n=mark@adsl-70-240-214-75.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
[06:29:54] | joat (joat!n=joat@ip70-174-79-200.hr.hr.cox.net) has joined #mythtv-users | |
[06:38:06] | olesalscheider_ (olesalscheider_!n=desktop@xdsl-78-35-145-207.netcologne.de) has quit (Remote closed the connection) | |
[06:42:38] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has joined #mythtv-users | |
[06:44:41] | tmkt_ (tmkt_!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has quit (Read error: 110 (Connection timed out)) | |
[06:45:03] | jya: | A quick one, as I'm facing a family emergency with my 18 month old... |
[06:45:10] | jya: | 2009-09–21 16:44:28.407 NVP::OpenFile(): Error, couldn't read file: myth://Videos@192.168.10.11:6543//data/videos/Cartoons/Baby Einstein/11BE_NEIGHBORHOOD_ANIMALS.avi |
[06:45:37] | jya: | I don't use SG ; everything is mounted locally |
[06:46:07] | wagnerrp: | certainly looks like its trying to pull off the storagegroup |
[06:46:17] | wagnerrp: | the SG are not defined at all? |
[06:46:49] | jya: | this worked fine until a few days ago when I last played it |
[06:48:03] | jya: | I have the following SG defined: |
[06:48:23] | jya: | Default, LiveTV, Trailers, Coverart, Fanart, Screeshots, Banners |
[06:48:30] | jya: | that's it |
[06:49:14] | wagnerrp: | this is a frontend that you have used for video before? (VideoStartupDir is defined) |
[06:51:05] | drascus321 (drascus321!n=drascus@c-76-119-30-199.hsd1.ma.comcast.net) has quit ("Leaving.") | |
[06:52:23] | jya: | yes I have used it before |
[06:52:33] | jya: | I can see all my videos, most of them play fine |
[06:52:36] | jya: | except that directory |
[06:53:10] | jya: | Directories is set to /data/videos |
[06:53:17] | jya: | in the mythvideo settings |
[06:54:54] | jya: | other videos in that directory plays actually... |
[06:54:58] | jya: | just 3 or 4 don't |
[06:55:27] | jya: | they play fine with mplayer |
[06:55:34] | jya: | weird |
[06:59:30] | univate (univate!n=chris@124-171-194-72.dyn.iinet.net.au) has joined #mythtv-users | |
[07:02:42] | joat (joat!n=joat@ip70-174-79-200.hr.hr.cox.net) has quit ("Ex-Chat") | |
[07:03:16] | wagnerrp: | ugh... Udo is back |
[07:06:50] | joat (joat!n=joat@ip70-174-79-200.hr.hr.cox.net) has joined #mythtv-users | |
[07:07:57] | pmhahn (pmhahn!n=pmhahn@euro.Informatik.Uni-Oldenburg.DE) has joined #mythtv-users | |
[07:14:44] | xand (xand!n=xand@unaffiliated/xelam) has quit (Remote closed the connection) | |
[07:14:56] | xand (xand!n=xand@unaffiliated/xelam) has joined #mythtv-users | |
[07:20:01] | jvs (jvs!n=jvs@90.146.56.206) has joined #mythtv-users | |
[07:25:04] | grokky (grokky!n=grokky@128.250.1.13) has quit (Read error: 145 (Connection timed out)) | |
[07:29:11] | Defense|Twin (Defense|Twin!n=jepz@e177224196.adsl.alicedsl.de) has joined #mythtv-users | |
[07:33:40] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
[07:38:56] | cdpuk (cdpuk!n=chris@cdpuk.cdp.me.uk) has joined #mythtv-users | |
[07:41:53] | zand_ (zand_!n=xand@unaffiliated/xelam) has joined #mythtv-users | |
[07:44:46] | loki_666 (loki_666!n=loki@194.6.227.17) has joined #mythtv-users | |
[07:45:05] | loki_666: | i'm having an issue with mythvideo and subititles |
[07:45:41] | loki_666: | subtitles are rendered for about 5min of the movie then it stops |
[07:45:49] | loki_666: | anyone having this issue? |
[07:48:50] | xand (xand!n=xand@unaffiliated/xelam) has quit (Read error: 110 (Connection timed out)) | |
[07:51:17] | zand_ is now known as xand | |
[07:52:07] | Easy_Rider9999 (Easy_Rider9999!n=jhmgbl@p5B225DED.dip.t-dialin.net) has joined #MythTV-users | |
[07:55:52] | swann (swann!n=swann@93-97-33-98.zone5.bethere.co.uk) has joined #mythtv-users | |
[07:56:07] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has quit () | |
[07:58:49] | ddettman: | is .22 going to support New Zealand and Norway's DVB format? I was following conversations about LATM or something, but have lost track of the current status on the lists. |
[08:05:40] | pheld: | ddettman: there's no problem with the DVB-format wrt DVB-T. Even the codecs that are used should be ok by now, but then there's encryption. Operators have promised some form of pairing CAMs, but those will most probably be CI+ and thus useless with mythtv. |
[08:08:24] | duerF (duerF!n=tommi@heima.tommi.org) has quit ("Leaving") | |
[08:08:59] | ddettman: | that's good news, thanks!. I know about the encryption issues, I have been trying to convince my better half that we only need the open channels here in Norway, I am not going to pay for something so restricted. The open channels still provide more good TV than we have time to watch, even if it's a bit slower to come out. for example Heroes S3 started last night and True Blood is coming soon. |
[08:09:48] | swann (swann!n=swann@93-97-33-98.zone5.bethere.co.uk) has quit () | |
[08:12:10] | zand_ (zand_!n=xand@unaffiliated/xelam) has joined #mythtv-users | |
[08:15:24] | zand_ (zand_!n=xand@unaffiliated/xelam) has quit (Client Quit) | |
[08:16:31] | swann (swann!n=swann@93.97.33.98) has joined #mythtv-users | |
[08:19:48] | loki_666 (loki_666!n=loki@194.6.227.17) has quit ("Ex-Chat") | |
[08:23:36] | xand (xand!n=xand@unaffiliated/xelam) has quit (Read error: 110 (Connection timed out)) | |
[08:30:42] | XLV_ (XLV_!n=XLV@unaffiliated/xlv) has joined #mythtv-users | |
[08:33:09] | pheld: | I'm not so sure channel operators will let NTV broadcast in the clear for much longer due to the fear of piracy. We might have to accept CI+ or similar protection even though the subscription for some channels is covered by the national TV license. |
[08:38:43] | XLV- (XLV-!n=XLV@88.218.194.57) has joined #mythtv-users | |
[08:43:08] | XLV (XLV!n=XLV@unaffiliated/xlv) has quit (Read error: 110 (Connection timed out)) | |
[08:49:59] | jduggan: | there is a country other than UK that pays a national tv license? :D |
[08:50:41] | XLV_ (XLV_!n=XLV@unaffiliated/xlv) has quit (Connection timed out) | |
[09:11:58] | Easy_Rider9999 (Easy_Rider9999!n=jhmgbl@p5B225DED.dip.t-dialin.net) has quit ("Leaving.") | |
[09:16:15] | grokky (grokky!n=grokky@ppp118-208-187-5.lns10.mel4.internode.on.net) has joined #mythtv-users | |
[09:18:31] | grokky (grokky!n=grokky@ppp118-208-187-5.lns10.mel4.internode.on.net) has quit (Remote closed the connection) | |
[09:27:19] | dgilmore (dgilmore!n=dgilmore@fedora/dgilmore) has quit (Read error: 110 (Connection timed out)) | |
[09:40:39] | beatbreak (beatbreak!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has joined #mythtv-users | |
[09:40:49] | beatbreak (beatbreak!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[09:42:25] | grokky (grokky!n=grokky@ppp118-208-187-5.lns10.mel4.internode.on.net) has joined #mythtv-users | |
[09:45:09] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit (Read error: 113 (No route to host)) | |
[09:45:30] | Defense|Twin (Defense|Twin!n=jepz@e177224196.adsl.alicedsl.de) has quit (Remote closed the connection) | |
[10:00:21] | Josh_Borke (Josh_Borke!n=jk275@WoWUIDev/WoWInterface/LegoBlock/joshborke) has quit (Remote closed the connection) | |
[10:02:52] | pat- (pat-!n=pat@203.171.82.242.static.rev.aanet.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[10:04:34] | pat- (pat-!n=pat@203.171.82.242) has joined #mythtv-users | |
[10:15:34] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has quit (Connection timed out) | |
[10:18:28] | adante_ (adante_!n=adante@59.167.212.65) has joined #mythtv-users | |
[10:18:52] | adante (adante!n=adante@59.167.212.65) has quit (Read error: 60 (Operation timed out)) | |
[10:18:57] | adante_ is now known as adante | |
[10:21:00] | Joopy (Joopy!n=joenamit@76.173.8.220) has joined #mythtv-users | |
[10:24:32] | gunni (gunni!n=quassel@xdsl-84-44-235-195.netcologne.de) has joined #mythtv-users | |
[10:24:36] | l3v0n (l3v0n!n=l3v0n@p54BD2D77.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[10:25:16] | l3v0n (l3v0n!n=l3v0n@p54BD2D77.dip.t-dialin.net) has joined #mythtv-users | |
[10:27:52] | ddettman: | jduggan: Norway's is about 200 pounds a year, for that we get 3 ok channels and a whole bunch of rotton regional ones that have no content. At least BBC has some decent programs. |
[10:28:30] | ddettman: | pheld: that sounds like madness. Although , sadly, perfectly likely. |
[10:30:30] | Joopy: | whats a good graphics card to use for output to a coax or compent TV for a decent price? My motherboard has regular PCI slots and 1 AGP |
[10:31:27] | l3v0n_ (l3v0n_!n=l3v0n@p54BD2B3A.dip.t-dialin.net) has joined #mythtv-users | |
[10:35:20] | Joopy: | its actually composite video not compnonet |
[10:35:45] | sid3windr: | your tv doesn't do svhs? |
[10:37:23] | Joopy: | i dont think so |
[10:37:53] | Joopy: | it only has a coax in, and a composite (red, yellow, white) in |
[10:38:19] | Joopy: | its pretty old maybe 8 or 10 year |
[10:39:35] | Joopy: | im thinking maybe svideo out and a audio converter out to composite |
[10:39:46] | sid3windr: | I think a lot of video cards which have s-video out can also do composit eover it |
[10:40:02] | Joopy: | although when i hook the svideo up to my tv using my notebook it doesnt look all that great just browsing windows on there |
[10:41:17] | gunni_ (gunni_!n=quassel@xdsl-81-173-254-39.netcologne.de) has quit (Read error: 110 (Connection timed out)) | |
[10:45:18] | Joopy: | im new to mythtv and im going to maybe build one using an old PC with an AMD Athlon XP 2166MHz processor, a mother board with nvidia nforce2 ultra 400, and 512 ram |
[10:46:25] | l3v0n (l3v0n!n=l3v0n@p54BD2D77.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out)) | |
[10:46:25] | l3v0n_ is now known as l3v0n | |
[10:46:26] | Joopy: | im just wondering what the quality is going to be like with a semi good graphics card, if it looks like regular tv im going to build one |
[10:52:25] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[10:54:27] | Joopy: | i guess a better quation would be is it better to convert svideo to composite, or VGA to Composite? |
[10:55:02] | lyricnz: | Joopy: doesn't your TV have digital in? (hdmi or dvi, or even vga?) |
[10:55:13] | lyricnz: | Joopy: planning on recording? digital or analogue capture? |
[10:55:51] | lyricnz: | Okay, reads back. |
[10:56:17] | lyricnz: | Hmm, it's going to look like cr*p, however you do it. Composite would be better than coax, anyway |
[10:56:57] | lyricnz: | You can convert svideo to coax with just a cable, or at least that worked fine for me. |
[10:57:35] | Joopy: | it doesnt have HDMI or DVI or CGA in |
[10:57:54] | lyricnz: | Depending on where your source media comes from, there's no reason it should look worse than watching something else that comes in via coax. (say watching TV via your VHS) |
[10:57:55] | Joopy: | only coax and composite which i beleive is the yellow, white, and red |
[10:58:04] | kazer_ is now known as KaZeR | |
[10:58:10] | lyricnz: | Yeah, yellow is composite, white+red are stereo audio |
[10:58:17] | Joopy: | ya |
[10:58:50] | ** lyricnz used to do svideo->composite for the old telly upstairs. ** | |
[10:58:52] | Joopy: | i think im going to have to convert svideo to composite |
[10:59:07] | lyricnz: | It was okay. No worse than VHS->TV anyway |
[10:59:13] | beatbreaker (beatbreaker!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has joined #mythtv-users | |
[10:59:23] | Joopy: | i jsut have regulalr cable which i beleive is all digital now |
[10:59:31] | Joopy: | but it goes from teh box outside straight to my tv |
[10:59:35] | lyricnz: | Yeah, you probably can't get that into mythtv. |
[10:59:39] | Joopy: | no cable boxes |
[10:59:45] | Joopy: | thats where mythtv comes in |
[10:59:46] | lyricnz: | Into your TV using coax? |
[10:59:52] | Joopy: | ya |
[11:00:04] | Joopy: | jjust a cable straight into the tv |
[11:00:05] | Joopy: | no guides |
[11:00:16] | Joopy: | channels 1–70 or so |
[11:00:32] | lyricnz: | It's probably got analogue crapovision on it, to "protect" the content |
[11:00:46] | lyricnz: | macrovision |
[11:00:52] | lyricnz: | Which means that a capture card might have a hard time capturing/recording it. |
[11:01:04] | lyricnz: | Though the cable company is probably laughing at your crappy hookup :) |
[11:01:26] | Joopy: | i bet |
[11:01:38] | Joopy: | its only $25 |
[11:02:05] | lyricnz: | Can you record your cable with a VCR? |
[11:02:18] | lyricnz: | That's a good indication as to whether it has macrovision or whatever |
[11:02:22] | Joopy: | i dont even watch much tv because i hate commercials |
[11:02:40] | Joopy: | thats why i want to build a mythtv with like 3 or 4 tuners |
[11:02:45] | Joopy: | record a bunch of stuff |
[11:03:10] | lyricnz: | Do you have a VCR? Try and record some cable channels on it, and playback to your TV. |
[11:03:21] | lyricnz: | Not local stuff, that's probably free, but one of the cable-only channels |
[11:03:51] | lyricnz: | You're going to get broken by the digital switchover really soon anyway. Time to buy a new tv man. |
[11:04:23] | Joopy: | i think it has switch over |
[11:04:33] | Joopy: | but i might be wrong |
[11:04:41] | lyricnz: | Obama delayed it, the p*ssy |
[11:05:03] | Joopy: | i thought it was this summer |
[11:05:22] | Joopy: | and i thougt that was for antennas |
[11:05:27] | lyricnz: | Maybe it doesn't apply to cable, yeah |
[11:05:48] | Joopy: | im pretty surethe signal im recieving is digital i just dont have a cable box |
[11:05:49] | lyricnz: | Anyway, try with a VCR before you do anything else – otherwise you'll be wasting your time with mythtv |
[11:06:07] | Joopy: | what about a VCR? |
[11:06:12] | Joopy: | just record it and watch? |
[11:06:24] | lyricnz: | yeah, if it works, your analogue signal doesn't have macrovision |
[11:06:39] | lyricnz: | So it should be possible to record (with an analogue capture card) |
[11:06:56] | lyricnz: | Though they're getting a bit rarer now, since everything is going digital |
[11:07:02] | Joopy: | i think it should work |
[11:07:09] | lyricnz: | I have a pvr-350, which does hardware recording, so no CPU load |
[11:07:12] | lyricnz: | bbl, dinner |
[11:07:29] | Joopy: | do you need an HD reciever in order get hd signal? |
[11:07:34] | Joopy: | with a hdmi capture |
[11:10:52] | beatbreaker (beatbreaker!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has quit ("Leaving") | |
[11:15:46] | MarcT: | Um, to my knowledge there are no HDMI capture devices yet. |
[11:36:26] | docci (docci!i=docci@hattara.com) has joined #mythtv-users | |
[11:39:47] | docci: | i have nova t-500 and i try to get mythtv work once again.. after configuring it works ok, but when i change to channel where is no transmit, i get "error showing video" or something like that.. and mythtv goes to menu.. after that mythtv gives same error every time i try to watch tv |
[11:40:15] | docci: | restarting service doesnt affect |
[11:49:21] | MarcT: | You will need to change the start channel for the tuner, and then setup your channels so that you cant tune to a channel without a signal =-p |
[11:51:40] | swann_ (swann_!n=swann@93-97-33-98.zone5.bethere.co.uk) has joined #mythtv-users | |
[11:58:03] | swann (swann!n=swann@93.97.33.98) has quit (Read error: 145 (Connection timed out)) | |
[11:58:03] | swann_ is now known as swann | |
[12:00:03] | docci: | hmm, where can i change start channel? in backend setup start channel for both tuners is 1 |
[12:05:55] | PhoenixMage (PhoenixMage!n=Phoenix@49.71.96.58.static.exetel.com.au) has joined #mythtv-users | |
[12:12:51] | PhoenixMage1 (PhoenixMage1!n=Phoenix@49.71.96.58.static.exetel.com.au) has joined #mythtv-users | |
[12:16:29] | dgilmore (dgilmore!n=dgilmore@fedora/dgilmore) has joined #mythtv-users | |
[12:22:19] | beatbreak (beatbreak!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has joined #mythtv-users | |
[12:22:23] | beatbreak (beatbreak!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[12:33:16] | lcase (lcase!n=lcase@p5B0EBC47.dip0.t-ipconnect.de) has joined #mythtv-users | |
[12:33:59] | MarcT: | docci is 1 a channel that you can tune? Where I am, 1 is on demand and none of my tuners can access that. normal start channel for me is 2. |
[12:34:04] | PhoenixMage (PhoenixMage!n=Phoenix@49.71.96.58.static.exetel.com.au) has quit (Read error: 110 (Connection timed out)) | |
[12:34:42] | lcase (lcase!n=lcase@p5B0EBC47.dip0.t-ipconnect.de) has quit (Client Quit) | |
[12:35:22] | MarcT: | If 1 does not work try setting it to another channel yout know you have access to. Like for my digial tuner I sometimes set it at like 800+ even thou I can sei it to a lower number. |
[12:36:17] | MarcT: | And if you are worried, start channel does not mean the lowest channel you can tune, but it means the channel the tuner will start on the next time you try to goto live tv |
[12:36:39] | lyricnz: | Joopy: did you get all the information you needed? |
[12:37:23] | MarcT: | so say you were watching live tv, and you stopped watching when on channel 62, the start channel would be set to 62 so the next time you went to live tv it would again start on 62. |
[12:39:17] | MarcT: | recording TV does something similar, if your tuner last recorded on 43 the next time you load live tv you will be on 43 if you use the same tuner. however another recording ignores that 43 and tunes the channel that it intends to record on schedule. |
[12:39:24] | Josh_Borke (Josh_Borke!n=jk275@WoWUIDev/WoWInterface/LegoBlock/joshborke) has joined #mythtv-users | |
[12:40:01] | MarcT: | and I gotta goto work now =p might RDC into this machine to help later.. or maybe I'll just ignore you all and watch tv at work lol |
[12:42:50] | docci: | MarcT: 1 should be normal channel, if those channels are same than channel i get when i press 1.. |
[12:43:36] | docci: | but i reinstalled everything and now its working :) so how can i block tuning channel where is no signal? |
[12:44:03] | docci: | tried to google but cant find anything |
[12:44:28] | docci: | should i just remove channels? it wont work because some channels send programs 12h/day |
[12:46:18] | docci: | and btw, there is signal even there is no program.. |
[12:52:34] | grokky (grokky!n=grokky@ppp118-208-187-5.lns10.mel4.internode.on.net) has quit (Remote closed the connection) | |
[12:56:17] | mzb: | docci, why have you got channels configured without signal? |
[12:56:47] | mzb: | if you go to channel setup in mythweb you can set a particular channel to be hidden, if that helps |
[12:57:42] | docci: | there are channels which transmit programs 12h/day.. if i change to such channel when there is no program(there is still signal) it brokes mythtv |
[12:57:42] | mzb: | also, if you go to livetv, you could try to select a "known good" channel *immediately* and then exit |
[12:58:13] | mzb: | not even a test signal? ... gee ... doesn't sound good |
[12:58:44] | mzb: | the start channel for each tuner is in the db |
[12:59:20] | mzb: | you might want to try writing a cron script to change the start channel at the right time ... would that help? |
[12:59:54] | mzb: | (bit of a hack, and probably not approved by the experts here ... but the best I can suggest;)) |
[13:00:54] | mzb: | ie: if channel 1 goes off air at 1am then write a script to change the start channel for each tuner (it it's on "1") to a "good" channel ... etc) |
[13:02:02] | docci: | so there is no way to block mythtv changing to that channel? |
[13:02:54] | mag0o: | hmm, can you set a parental level pin for that channel? |
[13:03:07] | mag0o: | then not enter the pin when the channel is out of service? |
[13:03:27] | mag0o: | i forget it the pin applies to channels too, i think it does, but not sure |
[13:03:40] | mzb: | not that I know of |
[13:04:03] | mzb: | you can make that channel "hidden", as I've said above, by using mythweb |
[13:06:41] | docci: | pff, but then channel is hidden :) |
[13:08:41] | PhoenixMage1: | Hi guys, is it possible to setup a mythtv backend without qt installed? |
[13:08:55] | PhoenixMage1 is now known as PhoenixMage | |
[13:09:47] | mag0o: | im pretty sure qt is a requirement PhoenixMage |
[13:09:59] | PhoenixMage: | ok, thanks |
[13:10:10] | PhoenixMage: | Actually, it has to be for db access |
[13:11:20] | mzb: | docci, didn't you just ask how to block that channel? |
[13:11:27] | mzb: | you have 2 main options" |
[13:11:30] | mzb: | : |
[13:11:36] | mzb: | 1. hide the channel |
[13:11:40] | mzb: | 2. delete it |
[13:12:34] | docci: | block channel so that mythtv wont tune/select it when there is no program because it brokes mythtv and i have to go to mythtv-setup and change startup channel again |
[13:12:51] | mzb: | option 3 (probably not recommended by the experts) ensure that the start channel in the db is not on a "bad" channel during the "bad" times |
[13:12:52] | docci: | i want to be able to see channel when there is program |
[13:13:41] | ** laga calls the whambulance ** | |
[13:13:53] | mzb: | I've explained my best suggestion twice now ... if you don't like my advice then wait until a real expert can help you |
[13:14:14] | ** mzb looks for the laga remote ;) ** | |
[13:14:36] | docci: | ok ty, sry first i thought u didnt understand what i ment |
[13:17:10] | mzb: | I can't think of any other way of achieving what you *reall* need, as there's no "these are good times for this channel" setting in mythtv ;) |
[13:17:18] | mzb: | s/really |
[13:19:49] | Cougar (Cougar!n=cougar@lost.data.ee) has quit (Remote closed the connection) | |
[13:20:27] | olesalscheider (olesalscheider!n=desktop@xdsl-78-35-145-207.netcologne.de) has joined #mythtv-users | |
[13:21:21] | docci: | weird, it should be easy to make mythtv change back to prev channel instead of error+going back to menu and leaving startup channel to "broken" channel |
[13:22:04] | docci: | is there way to make start channel final, so it wont change ever |
[13:22:07] | laga: | maybe that's already fixed in trunk |
[13:25:01] | pmhahn (pmhahn!n=pmhahn@euro.Informatik.Uni-Oldenburg.DE) has quit ("Konversation terminated!") | |
[13:25:19] | Cougar (Cougar!n=cougar@lost.data.ee) has joined #mythtv-users | |
[13:28:32] | tank-man: | mythtv-setup |
[13:28:40] | oobe: | mythvideo shows coverart and fanart but not screen shots and banners in trunk |
[13:29:28] | oobe: | it did when i first downloaded metadata but it doesnt after running some other grabber scripts |
[13:29:59] | PhoenixMage: | does mythvideo show movies from the master backend server or only local movies/ |
[13:30:30] | PhoenixMage: | ie, if I am using it do I need to use nfs or something similar to get access to the movies |
[13:30:43] | tank-man: | PhoenixMage, the latter, but ive heard in here that newer mythtv versions can do the former |
[13:30:55] | olesalscheider_ (olesalscheider_!n=desktop@xdsl-78-35-152-85.netcologne.de) has joined #mythtv-users | |
[13:31:12] | PhoenixMage: | I am building trunk atm maybe it will support it |
[13:31:19] | oobe: | there appears to be usful info in my frontend logs http://pastebin.ca/1573944 |
[13:32:05] | GreyFoxx: | oobe: Maybe those scripts wiped the screenshot fields in the database |
[13:32:16] | olesalscheider (olesalscheider!n=desktop@xdsl-78-35-145-207.netcologne.de) has quit (Read error: 104 (Connection reset by peer)) | |
[13:32:23] | oobe: | thats what im thinking GreyFoxx |
[13:32:36] | crankhar1er (crankhar1er!n=crankhar@ip68-100-2-225.dc.dc.cox.net) has quit (Remote closed the connection) | |
[13:32:49] | oobe: | i ran some old script i used to use in 21 and i think i messed up some tables |
[13:34:21] | oobe: | is there a way i can reinstall the db tables |
[13:34:47] | GreyFoxx: | I doubt your script would have changed the schema of them |
[13:34:50] | GreyFoxx: | just the content |
[13:35:06] | GreyFoxx: | so if you have a backup from before the script was run you could just reimport the content |
[13:36:17] | oobe: | i most likely do but i thought i would wipe my most recent recordings restoring it |
[13:36:40] | oobe: | i have a sql bakup running in cron.daily |
[13:37:57] | GreyFoxx: | Oh you want to reinstall the entire DB, I assumed you meant just mythvideo stuff |
[13:38:11] | oobe: | no i do want just the video stuff |
[13:38:25] | oobe: | i dont know how or exactly what to extract |
[13:38:39] | GreyFoxx: | then just restore the video* tables. It wont touch the recordings :) |
[13:39:15] | oobe: | nice could you tell me how |
[13:40:45] | GreyFoxx: | Find your backup, copy it to a new file |
[13:40:57] | oobe: | i found it |
[13:41:02] | GreyFoxx: | edit the new file and manually remove anything not related to those tables ;) |
[13:41:12] | GreyFoxx: | or import the entire thing into a seperate database |
[13:41:21] | GreyFoxx: | and then dump out just the video* tables |
[13:41:38] | oobe: | oh ok |
[13:41:45] | GreyFoxx: | It's not a trivial process if you have never done anything like it before |
[13:41:56] | GreyFoxx: | if you are very family with mysql it's simple |
[13:42:00] | GreyFoxx: | familiar |
[13:45:34] | oobe: | no im not that familiar but i understand the concept and can backup before i try |
[13:45:57] | oobe: | im comfortable with backing and and restoring but dont mess with the db manually |
[13:46:24] | oobe: | do you know of key words to find the mythvideo tables i want to extract |
[13:46:37] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Remote closed the connection) | |
[13:47:24] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[13:48:31] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Client Quit) | |
[13:48:52] | PhoenixMage (PhoenixMage!n=Phoenix@49.71.96.58.static.exetel.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[13:49:35] | jya (jya!n=avenardj@60-242-40-141.static.tpgi.com.au) has quit () | |
[13:50:00] | oobe: | GreyFoxx, did you look at that pastebin i made |
[13:50:05] | oobe: | http://pastebin.ca/1573944 |
[13:52:12] | oobe: | maybe i will start from scratch one day soon with just my recordings dumped to an sql backup |
[13:52:17] | oobe: | then start from scratch |
[13:54:15] | Newsome (Newsome!n=sorenson@tuxrocks.com) has joined #mythtv-users | |
[14:02:03] | mycosys1 (mycosys1!n=mycosys@121-79-60-184-dsl.ispone.net.au) has joined #mythtv-users | |
[14:02:34] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[14:07:52] | Faithful (Faithful!n=Faithful@124.217.119.152) has joined #mythtv-users | |
[14:09:08] | oobe: | turned out to be really simple i ran trunk/mythtv/contrib/maintenance/optimize_mythdb.pl and that fixed everything |
[14:12:37] | sid3windr: | no no no that can't be! |
[14:12:43] | sid3windr: | you need to run mysqlrepair and not some mythical perl script! |
[14:12:48] | sid3windr: | sorry, couldn't resist :] |
[14:13:27] | mzb: | you don't mean mythf**database? ;) |
[14:13:51] | iamlindoro: | wagnerrp, read the scrollback, just telling you since jya is not here-- His issue is that he has the "host" value set for those records in videometadata, which is the key to mythvideo considering the item to be in an SG |
[14:14:33] | iamlindoro: | and the only way to end up w/ a value for host is a) to scan with a video SG defined, or b) to manually hack the DB (or use a script that does) |
[14:15:58] | mycosys (mycosys!n=mycosys@121-79-60-184-dsl.ispone.net.au) has quit (Read error: 110 (Connection timed out)) | |
[14:17:00] | jgarvey (jgarvey!n=jgarvey@cpe-098-026-065-013.nc.res.rr.com) has joined #mythtv-users | |
[14:21:02] | oobe: | SG? |
[14:22:18] | sid3windr: | storage group |
[14:23:45] | oobe: | ok i think i see whats wrong some of banner art are html files renamed |
[14:23:54] | oobe: | i dont think it was a db issue at all |
[14:24:27] | oobe: | i just switched to gallery view and could see more art than in listing after i ran the optimize script |
[14:24:37] | olesalscheider (olesalscheider!n=desktop@xdsl-78-35-153-105.netcologne.de) has joined #mythtv-users | |
[14:25:35] | iamlindoro: | If you have HTML redirects, you downloaded them with a much older version of MythVideo, or with Jamu, which can not presently account for them |
[14:26:05] | iamlindoro: | Jamu will not create the HTML files after today, and MythVideo has not for a long time |
[14:26:34] | iamlindoro: | the reason you saw more is because in a different view, the artwork has different attributes and thus is re-cached into new filenames |
[14:26:51] | iamlindoro: | therefor files that weren't "stuck" in a cached, bad state showed up |
[14:28:05] | oobe: | thanks |
[14:28:14] | iamlindoro: | np |
[14:28:15] | oobe: | i never had any db probs after all |
[14:28:54] | oobe: | im using a mythbuntu devel repo which gets updated daily? |
[14:29:21] | oobe: | mythvideo_0.22.0~trunk21965–0ubuntu0~mythbuntu1_i386.deb |
[14:29:35] | oobe: | thats only 4 revisions of the newest |
[14:31:01] | oobe: | im using the newest version of jamu but i have so many videos that is seems to take hours to do all my collection |
[14:31:10] | crankharder (crankharder!n=crankhar@68.100.2.225) has joined #mythtv-users | |
[14:31:26] | crankharder: | any suggestions for playing the ASX streams from mythweb on OSX? |
[14:31:36] | oobe: | when i only want to update just a few video AFAIK i cant specify a specific dir with jamu is thi the case |
[14:31:58] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Remote closed the connection) | |
[14:32:35] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[14:33:56] | olesalscheider_ (olesalscheider_!n=desktop@xdsl-78-35-152-85.netcologne.de) has quit (Read error: 110 (Connection timed out)) | |
[14:34:21] | crankharder (crankharder!n=crankhar@68.100.2.225) has quit ("leaving") | |
[14:34:36] | iamlindoro: | oobe, correct, that's not what jamu is for--- if you want to do a few videos you should be using the UI |
[14:34:55] | iamlindoro: | Jamu is meant to batch update your library-- Single/few updates are meant to be through the UI |
[14:34:56] | oobe: | ok thanks |
[14:35:00] | iamlindoro: | np |
[14:35:31] | hondo (hondo!n=hpladds@adsl-232-70-68.asm.bellsouth.net) has joined #mythtv-users | |
[14:36:31] | oobe: | is there a script that will scan for newly added video's in mythvideo |
[14:36:42] | oobe: | or do i need to use the UI only to do that |
[14:36:47] | iamlindoro: | ui |
[14:38:10] | oobe: | somtimes the UI will take ages to add changes after a scan and if i rescan somtimes it will add doubles of each video |
[14:38:14] | hondo: | With a recent install of Mythbuntu, the only Weather Screen Setup options I am offered is "Severe Setup" |
[14:38:34] | hondo: | "Severe Weather" |
[14:39:52] | hondo: | no "Current Conditions," "Six Day," "Three Day," etc. |
[14:40:26] | jst_home (jst_home!n=jst@dpc6935243243.direcpc.com) has quit (Read error: 104 (Connection reset by peer)) | |
[14:40:37] | oobe: | before i upgrade to trunk most of my local weather scripts were broken |
[14:40:51] | oobe: | are you using 21 fixes |
[14:41:18] | jst_home (jst_home!n=jst@69.35.243.243) has joined #mythtv-users | |
[14:42:00] | iamlindoro: | oobe, You are not following commits/bugs, and appear not to have read the mythvideo transition guide |
[14:42:39] | iamlindoro: | It's really frustrating when people want support for prerelease code and don't at least follow that stuff |
[14:43:00] | iamlindoro: | As there's an open bug for that, and a warning in the transition guide |
[14:43:08] | iamlindoro: | anyway, off to work... |
[14:44:49] | oobe: | i read that just mentioned it is all |
[14:45:03] | oobe: | thanks for you time iamlindoro |
[14:45:35] | Faithful (Faithful!n=Faithful@124.217.119.152) has quit (Read error: 110 (Connection timed out)) | |
[14:45:48] | hondo: | oobe, Nope I just downloaded Jaunty and installed. Jaunty isn't development is it? |
[14:46:00] | oobe: | no |
[14:46:25] | oobe: | a lot of the older xml grabbers dont work cause the sources change |
[14:46:28] | Faithful (Faithful!n=Faithful@124.217.119.151) has joined #mythtv-users | |
[14:46:31] | oobe: | where are you from |
[14:46:36] | oobe: | like what city |
[14:47:14] | hondo: | Atlanta, GA |
[14:48:59] | hondo: | I'm prepping for an MythtTV InstallFest and am installing KnoppMyth, Buntu, Dora just to see what challenges they offer. |
[14:49:58] | hondo: | Seems like Myth Weather has worked well in the past |
[14:50:06] | hondo: | *recent past |
[14:50:17] | hondo: | four/five days |
[14:52:40] | KraMer (KraMer!n=mark@adsl-70-240-214-75.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[14:54:57] | hondo: | GTG |
[14:55:10] | hondo (hondo!n=hpladds@adsl-232-70-68.asm.bellsouth.net) has quit ("Leaving") | |
[15:06:00] | Faithful (Faithful!n=Faithful@124.217.119.151) has quit (Connection timed out) | |
[15:08:51] | Faithful (Faithful!n=Faithful@124.217.119.131) has joined #mythtv-users | |
[15:09:15] | PointyPumper (PointyPumper!i=Pintlezz@190.244.73.136) has quit (Remote closed the connection) | |
[15:10:05] | matt23: | ack, the fix for svn mythvideo broke something else heh |
[15:10:11] | matt23: | isn't that always the way? |
[15:10:25] | _ben: | heh |
[15:10:28] | _ben: | what did it fix? |
[15:11:18] | PointyPumper (PointyPumper!i=Pintlezz@190.244.73.136) has joined #mythtv-users | |
[15:11:47] | matt23: | was supposed to fix a doubled line in the dbschema update..or i should say doubled table.. http://svn.mythtv.org/trac/ticket/7053 |
[15:12:23] | jgarvey (jgarvey!n=jgarvey@cpe-098-026-065-013.nc.res.rr.com) has left #mythtv-users ("Leaving") | |
[15:14:53] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
[15:15:13] | matt23: | dbcheck.cpp: In function bool<unnamed>::DoVideoDatabaseSchemaUpgrade(): |
[15:15:14] | matt23: | dbcheck.cpp:668: error: no matching function for call to |
[15:15:16] | matt23: | rats |
[15:15:26] | matt23: | welps no worries i can wait a few days for a fix fix |
[15:15:58] | dserban (dserban!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
[15:16:12] | matt23: | either that or take the plunge and recompile the mythtv core heh |
[15:24:15] | Srendi (Srendi!n=srendi@202.63.50.203) has joined #mythtv-users | |
[15:24:18] | ** J-e-f-f-A would never run 'weekly builds' of an in-flight project... ** | |
[15:25:47] | mchou (mchou!n=quassel@67.160.223.78) has joined #mythtv-users | |
[15:26:12] | matt23: | nopers but i haven't even had mythvideo working yet |
[15:26:29] | matt23: | with the new box i built i decided to forego .21 and hope for the best on .22 heh |
[15:26:34] | matt23: | it'll be a bumpy ride |
[15:30:58] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
[15:32:27] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
[15:33:26] | J-e-f-f-A: | matt23: 0.22 will be fine – once it's actually 0.22 and not 'Trunk Development'... you've got a couple of weeks left until 0.22 is released. |
[15:35:05] | J-e-f-f-A: | matt23: what you're actually running would be considered "Alpha 0.22"... |
[15:35:14] | wagnerrp: | well the hope was for 'before october', but it looks like it will run a week or two in |
[15:36:25] | matt23: | no worries since i'm playing 0 (except in emotional tolls) for all of it :) |
[15:36:31] | matt23: | er paying ! |
[15:37:09] | wagnerrp: | J-e-f-f-A: i would correct you and say 'no, its just trunk'.... but with a feature freeze in effect, its really in beta, if unofficially |
[15:37:31] | Josh_Borke: | hm, think 0.22 will be released in time for the mythtv installfest at freesideatl? |
[15:37:45] | wagnerrp: | Josh_Borke: date? |
[15:37:50] | Josh_Borke: | oct 10 |
[15:38:08] | wagnerrp: | maybe |
[15:38:22] | matt23: | i think it should definitely coordinate with Oktoberfest |
[15:38:25] | Josh_Borke: | i might try upgrading my system there |
[15:39:01] | wagnerrp: | beer and mythtv! |
[15:39:51] | J-e-f-f-A: | wagnerrp: That's probably fair... ;-) I was thinking more of "Alpha" as I think of "Beta" as more of a "very few known issues" type of state, wheras trunk still has alot of changes going on, and alot of known 'still need to change/update/fix' things... |
[15:40:04] | matt23: | or more importantly ROKtobertfest! |
[15:40:28] | matt23: | Or Omega, which is so Alpha, it wrapped around to the back |
[15:40:59] | ** J-e-f-f-A wishes there was a LinuxFest nearby... (Boston area) – maybe there is, and he's just not aware of it? ;-) ** | |
[15:41:31] | wagnerrp: | alpha is generally considered incomplete code, in progress to a specific version number (which is technically incorrect because trunk is just trunk until it gets branched for release) |
[15:41:41] | _abbenormal: | goggle it id say there should be user group there |
[15:41:57] | wagnerrp: | beta is generally considered complete, if perhaps very buggy |
[15:42:23] | RyeBrye (RyeBrye!n=ryebrye@170.249.sfcn.org) has joined #mythtv-users | |
[15:42:24] | wagnerrp: | google sitting for years in beta, while they continually add features, shouldnt happen |
[15:42:29] | purefusion_ is now known as purefusion | |
[15:42:57] | Josh_Borke: | you mean their search isn't one of the things they released? |
[15:43:01] | matt23: | google..golden rule...he who has the gold....etc |
[15:43:44] | wagnerrp: | Josh_Borke: until very recently, their search was about the only thing that WASNT called beta |
[15:47:16] | wagnerrp: | seems seagate is the first fact with a SATA3 drive |
[15:49:19] | matt23: | will it finally be more scsi-like..not so i/o bound |
[15:49:29] | J-e-f-f-A: | _abbenormal: There's one in Ohio this weekend... 750 miles away from me... (I don't think I'll be going!) |
[15:49:32] | wagnerrp: | eh? |
[15:51:12] | wagnerrp: | matt23: unless youre using splitters, its hard to peak out on SATA1 |
[15:51:29] | matt23: | oh wrt to myth? |
[15:51:45] | wagnerrp: | no, WRT drives just arent that fast |
[15:52:20] | matt23: | nah i just mean in general multiple parallel writes and scsi has no prob |
[15:52:50] | matt23: | i don't mean total thruput per se |
[15:52:53] | matt23: | i said thru |
[15:53:08] | matt23: | ok recompiled..reinstalled..lessee what happens |
[15:53:16] | wagnerrp: | that was a function of TCQ, which allowed the controller to reorder i/o to be closer to linear |
[15:53:28] | wagnerrp: | SATA has the same feature in the form of NCQ |
[15:54:20] | wagnerrp: | and in the case of mythtv, you have several parallel linear streams of data |
[15:54:33] | wagnerrp: | and it is no issue for the kernel to cache each of those in memory |
[15:55:00] | wagnerrp: | and burn through them at full sequential write speed onto the hard drive |
[15:55:14] | matt23: | si i'm all about the cache |
[15:55:21] | ** matt23 hugs his zfs ** | |
[15:55:30] | J-e-f-f-A: | _abbenormal: There's also one in Toronto, Canada on October 24th... 530 miles. ;-) But I wouldn't be able to take my son unless we got him a passport... ;-) |
[15:55:41] | ** wagnerrp prods his zfs ** | |
[15:55:49] | matt23: | no need, it runs itself ;) |
[15:55:49] | wagnerrp: | its not too happy with only 2GB of memory |
[15:56:06] | matt23: | hm it shouldn't be hogging memory from other resources |
[15:56:15] | _abbenormal: | wont make that one there slow on them passport |
[15:56:28] | wagnerrp: | zfs wants vast amounts of memory |
[15:56:34] | J-e-f-f-A: | _abbenormal: Actually, I got mine in 3 weeks. ;-) |
[15:56:46] | _abbenormal: | id think there would me some in ny or dc |
[15:56:53] | wagnerrp: | ive got a good third of it reserved for kernel cache that zfs can use |
[15:57:00] | _abbenormal: | but hard to tell |
[15:57:23] | matt23: | you can actually set limits on it if you want |
[15:57:31] | matt23: | er wait is that a solaris box you're on? |
[15:57:33] | wagnerrp: | and i still have to reboot once every month or so, as zfs burns through that and performance goes to crap |
[15:58:05] | ** _ben has 8GB ram in this zfs box ** | |
[15:59:50] | matt23: | heh it's fun to do a dd from the optical drive to a zfs filesystem and just watch it vacuum the entire drive in to ram |
[15:59:56] | matt23: | er fun...if you're into that sort of thing |
[16:00:44] | wagnerrp: | not sure why it would, considering a single disk is far faster than an optical drive |
[16:00:49] | J-e-f-f-A: | _abbenormal: DC is ~12 hrs away... NYC would be an option – only 4–1/2 hrs away... ;-) |
[16:01:18] | matt23: | well just watching the cache and flush ..you can tune that too |
[16:01:27] | matt23: | wagnerrp is your zfs on a solaris box? |
[16:02:01] | _abbenormal: | get ahold of your local lug and see what there going to |
[16:02:18] | _abbenormal: | there stuff on md ny and dc |
[16:02:40] | wagnerrp: | matt23: no, bsd |
[16:03:14] | matt23: | oh ok i've only used it on solaris..that's a definite bug if it's not properly allocating its cache mem footprint |
[16:03:19] | matt23: | maybe there's a patch? |
[16:03:29] | _abbenormal: | looks to me like you have a few in your area that are active |
[16:04:02] | Faithful (Faithful!n=Faithful@124.217.119.131) has quit (Connection timed out) | |
[16:04:06] | wagnerrp: | im on 7.2-release, which uses a much older version than 7-stable and 8.0-beta |
[16:04:20] | wagnerrp: | apparently support is much better in upcoming versions |
[16:04:25] | wagnerrp: | 8.0 should be out in a couple weeks |
[16:04:28] | _ben: | 8.0 isn't beta anymore :P |
[16:04:33] | J-e-f-f-A: | _abbenormal: yeah, just found the Boston Linux & Unix lug... they meet on Wednesdays... |
[16:04:33] | matt23: | come to the dark side, wagnerrp, solaris! |
[16:04:38] | wagnerrp: | ok... release candidate |
[16:04:54] | GlemSom (GlemSom!n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users | |
[16:06:00] | wagnerrp: | _ben: theyre not in RC yet are they? last release i saw was B4 |
[16:06:18] | _ben: | Yeah, RC1 is out |
[16:07:25] | olesalscheider_ (olesalscheider_!n=desktop@78.35.143.133) has joined #mythtv-users | |
[16:09:19] | matt23: | ok i guess i should get my ass to Mars |
[16:09:19] | mgisbers_away is now known as mgisbers | |
[16:09:21] | matt23: | er i mean work |
[16:11:39] | wagnerrp: | open your mind to me.... |
[16:11:48] | matt23: | heh |
[16:12:36] | matt23: | 2009-09–21 09:12:27.558 Current MythVideo Schema Version (mythvideo.DBSchemaVer): 1011 |
[16:12:37] | matt23: | here we go |
[16:12:43] | matt23: | 2009-09–21 09:12:33.984 Database Backup complete. |
[16:13:01] | wagnerrp: | seems its supposed to be out by the end of the month |
[16:13:41] | wagnerrp: | RC1 was supposed to be out last week, 2 today, but i see no official mention of either |
[16:14:24] | tmkt (tmkt!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[16:16:20] | _ben: | wagnerrp: http://svn.freebsd.org/viewvc/base/stable/8/s . . . mp;r2=197281 |
[16:20:23] | matt23: | mehhh.. no videos found |
[16:21:24] | olesalscheider (olesalscheider!n=desktop@xdsl-78-35-153-105.netcologne.de) has quit (Read error: 110 (Connection timed out)) | |
[16:23:26] | Faithful (Faithful!n=Faithful@124.217.119.152) has joined #mythtv-users | |
[16:28:37] | wagnerrp: | apparently one of the main highways south of me is completely closed |
[16:28:42] | wagnerrp: | overturned cattle carrier |
[16:30:49] | paperclip (paperclip!n=papercli@ip72-204-175-205.no.no.cox.net) has quit (Read error: 110 (Connection timed out)) | |
[16:31:45] | matt23: | eww |
[16:31:50] | matt23: | well on that note, i'll finally go to work |
[16:32:06] | matt23: | mythvideo seems to be working..odd directory setup..work on it later |
[16:35:05] | penguincentral (penguincentral!n=matt@fullcirclemagazine/podcast/penguincentral) has quit ("Lost terminal") | |
[16:38:05] | jan2600 (jan2600!n=jan@62.235.144.147) has quit (Remote closed the connection) | |
[16:38:09] | jan2600 (jan2600!n=jan@62.235.144.147) has joined #mythtv-users | |
[16:41:54] | wagnerrp: | so with long time soaps dying out, you think we have any chance of them moving reality tv to daytime, and out of primetime? |
[16:42:47] | iamlindoro: | Heh... think they make too much money on them at primetime |
[16:43:25] | wagnerrp: | oh, so well just get new reality tv and talk shows during the day |
[16:43:48] | wagnerrp: | i never watched soaps, but at least they made no lies about them not being over-acted |
[16:56:25] | univate (univate!n=chris@124-171-194-72.dyn.iinet.net.au) has quit (Read error: 104 (Connection reset by peer)) | |
[16:58:58] | univate (univate!n=chris@124-171-194-72.dyn.iinet.net.au) has joined #mythtv-users | |
[16:59:12] | mchou (mchou!n=quassel@unaffiliated/mchou) has quit (Read error: 148 (No route to host)) | |
[17:09:58] | dserban (dserban!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit ("Leaving") | |
[17:11:56] | Faithful (Faithful!n=Faithful@124.217.119.152) has quit (Read error: 110 (Connection timed out)) | |
[17:11:58] | Faithful1 (Faithful1!n=Faithful@124.217.119.156) has joined #mythtv-users | |
[17:13:58] | ** tmkt has never been this anxious to upgrade to the next buntu release ** | |
[17:14:31] | Josh_Borke: | tmkt: what is so special about it? |
[17:14:49] | Srendi (Srendi!n=srendi@202.63.50.203) has quit () | |
[17:17:36] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has joined #mythtv-users | |
[17:17:36] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
[17:22:52] | messerting (messerting!n=messerti@cm-84.208.182.112.getinternet.no) has joined #mythtv-users | |
[17:24:24] | wagnerrp: | fresh new version of ubuntu, fresh new version of mythtv |
[17:29:08] | kormoc: | iamlindoro: have you noticed any increase in backend crashes from 21822 till HEAD? |
[17:29:31] | iamlindoro: | kormoc: TBH, no, I haven't had a BE crash in a really long time-- why? |
[17:29:51] | wagnerrp: | yeah, ive increased from zero to... zero |
[17:30:15] | kormoc: | hrm |
[17:30:31] | kormoc: | Thumbnail generation has caused crashes now with a pile of h264 decode errors |
[17:30:54] | kormoc: | but they'll playback fine |
[17:31:04] | iamlindoro: | hmm, that shouldn't even be able to crash the BE, right? Isn't that why we spawn off the separate process? |
[17:31:24] | kormoc: | Yeah, afaik, but it seems to be the cause |
[17:31:47] | wagnerrp: | Udo's backend has been crashing |
[17:32:10] | kormoc: | (also amusingly my h264 container from the hdpvr is reporting 120 fps while the video stream is only 24 fps) |
[17:35:26] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has joined #mythtv-users | |
[17:41:01] | ** iamlindoro wonders WHY he allows Heroes to continue recording ** | |
[17:41:14] | iamlindoro: | Fool me once, shame on you, fool me four seasons, shame on... |
[17:41:20] | kormoc: | that bad eh? |
[17:41:37] | wagnerrp: | yeah, it has lost all direction |
[17:41:52] | messerting: | Hi – I've got an userjob that is sending an email to me on certain recording. I pass the %DESCRIPTION% field to the command line like this: --description "%DESCRIPTION" |
[17:41:58] | iamlindoro: | Heh, well they've got Bryan Fuller back so I'm hoping this story arc might actually be okay, but I'm really only giving it a few episodes to find out |
[17:42:04] | messerting: | but it fails whenever the description includes quotes |
[17:42:14] | messerting: | is there a way to work around this? |
[17:42:28] | iamlindoro: | put decription in single quotes |
[17:42:30] | wagnerrp: | dont pass the description |
[17:42:46] | messerting: | well, single quotes will fail at single quotes |
[17:42:50] | messerting: | sure |
[17:43:00] | wagnerrp: | put the jobid, or chanid and starttime |
[17:43:14] | iamlindoro: | sed the command line to parse them out |
[17:43:16] | wagnerrp: | use that to index the recording in the database, and pull your information from there |
[17:43:21] | Tomasu (Tomasu!n=moose@S010600195b863efb.ed.shawcable.net) has quit (Remote closed the connection) | |
[17:43:55] | messerting: | yes – sed will work, thanks |
[17:44:33] | kothog (kothog!n=kothog@unaffiliated/kothog) has left #mythtv-users () | |
[17:45:29] | iamlindoro: | While facing the unexpected consequences of his heroic acts, Peter meets a reluctant new hero (Deanne Bray) |
[17:45:36] | iamlindoro: | Oh great... more reluctant new heroes |
[17:45:59] | iamlindoro: | Sure hope there's three of them that were cloned in a lab and can be introduced over three successive seasons |
[17:47:49] | wagnerrp: | and shes deaf... i wonder if theyre going to have her sign everything with subtitles |
[17:48:26] | wagnerrp: | deaf people cant do tv, americans dont like subtitles |
[17:48:48] | Tomasu (Tomasu!n=moose@S010600195b863efb.ed.shawcable.net) has joined #mythtv-users | |
[17:53:14] | notlistening (notlistening!n=tom@94-195-105-95.zone9.bethere.co.uk) has joined #mythtv-users | |
[17:53:44] | notlistening: | Hi any mythbuntu users having cd drive open/close issues? |
[17:56:32] | Dagmar: | Try in #MythBuntu |
[17:58:29] | iamlindoro: | kormoc: I am noticing in the detail screen for an upcoming recording in mythweb, that most of the metadata (length, cast, etc) seems to be missing ATM |
[17:58:50] | iamlindoro: | Do you see that on your end/ |
[17:58:55] | kormoc: | hrm... |
[17:58:59] | iamlindoro: | ? |
[17:59:31] | iamlindoro: | sorry, last "?" wasn't meant to be insistent, was meant to be me correcting myself :) |
[17:59:52] | notlistening: | I will wait patiently ;) |
[17:59:54] | Josh_Borke: | J-e-f-f-A: why didn't you go to FUDCon 2008 in Boston? |
[17:59:55] | iamlindoro: | detail screen for existing recordings seems to work properly |
[18:00:37] | Josh_Borke: | or FUDCon 2009? |
[18:00:59] | kormoc: | iamlindoro: why yes, I do see it too |
[18:01:13] | Captain_Murdoch: | wagnerrp, only if they can talk: http://www.imdb.com/name/nm0559144/ |
[18:02:09] | iamlindoro: | Captain_Murdoch: But then, only if hot ;) |
[18:02:15] | Captain_Murdoch: | :) |
[18:02:23] | iamlindoro: | It *is* still TV after all |
[18:02:51] | Captain_Murdoch: | and bonus points for being on My Name Is Earl. |
[18:02:58] | kormoc: | cutie++ |
[18:04:45] | notlistening: | some programs are broadcast with multiple sound streams specifically one for the visually impaired, is it possible to capture all of them? |
[18:04:48] | crankharder (crankharder!n=crankhar@68.100.2.225) has joined #mythtv-users | |
[18:05:08] | crankharder: | how do I make a program never record "later" ? |
[18:05:21] | iamlindoro: | If you are recording a digital channel, you capture all the sound streams by default |
[18:05:22] | Dagmar: | Disable it |
[18:06:04] | notlistening: | yeah it is but i have two streams when i access it thorugh vlx but the second gives me nothing |
[18:06:18] | kormoc: | crankharder: by clicking never record in mythweb? |
[18:06:23] | iamlindoro: | That's a player issue, not a recording issue |
[18:06:39] | iamlindoro: | (presumably you mean VLC) |
[18:06:44] | notlistening: | oh okay so your saying it should be there |
[18:06:45] | crankharder: | no — I want it to record the first time it's aired, not on a rerun |
[18:06:58] | iamlindoro: | crankharder: Then set your rule to only record new showings |
[18:07:07] | notlistening: | *vlc |
[18:07:09] | iamlindoro: | (also easiest in mythweb IMHO) |
[18:07:39] | iamlindoro: | Filter: Exclude Repeat Episodes |
[18:08:10] | crankharder: | i dont want that either, maybe there's not an option for this? |
[18:08:24] | kormoc: | crankharder: or you're not explaining what you want very well... |
[18:08:28] | inordkuo (inordkuo!n=inorkuo@adsl-99-145-91-82.dsl.chcgil.sbcglobal.net) has joined #mythtv-users | |
[18:08:37] | iamlindoro: | The above option is exactly what you asked for... |
[18:08:41] | iamlindoro: | so.. yeah ^^ |
[18:09:12] | kormoc: | crankharder: sounds like you want more, 'Recording in this timeslot on this channel' + filter repeat episodes + filter generic |
[18:09:44] | iamlindoro: | And if sphery were around he would explain why such rules are a tremendously awful idea ;) |
[18:09:48] | Defense|Twin (Defense|Twin!n=jepz@e177224196.adsl.alicedsl.de) has joined #mythtv-users | |
[18:09:53] | crankharder: | I'm sketched out about the "in this timeslot |
[18:10:02] | crankharder: | "option because i dont follow when/if networks change stuff |
[18:10:16] | kormoc: | What are you attempting to do? |
[18:10:25] | crankharder: | the issue is that House premieres tonght, but despite it having my highest priority, it's set to record "later" on oct 1st |
[18:10:53] | kormoc: | and you clicked 'Record this' in the upcoming recordings page? |
[18:11:00] | crankharder: | i |
[18:11:14] | crankharder: | in mythweb I coudl click ACtivate — but i'd have to keep track of all my programs that way |
[18:11:24] | kormoc: | you could also disable the 'reschedule higher priority' option |
[18:11:31] | crankharder: | what happens next week when fooprogram premieres and i have the same issue? |
[18:11:35] | Dagmar: | So what else did you schedule to record around that time |
[18:11:54] | kormoc: | crankharder: so disable the option that you enabled that reschedules higher priority recordings? |
[18:12:11] | crankharder: | I'd think that if there was a choice between two of the same-named show that are unrecorded, the first one would have priority |
[18:12:48] | kormoc: | crankharder: not when said option is set, as it prefers number of recordings over instant gratification |
[18:13:10] | kormoc: | crankharder: you could listen to me and go toggle the option, restart the backend and live a happy life, or you can keep arguing about it... |
[18:13:13] | crankharder: | ...reschedules higher priority recordings, hmm, but House is m highest priority |
[18:13:29] | kormoc: | right, it reschedules them later to get more recordings in |
[18:13:50] | crankharder: | I dont follow that logic, why would it defer the recording of the premiere tonight? |
[18:13:51] | kormoc: | if you have a show a and b now and a tomorrow, and a is higher then b, it'll schedule b now and a later so you get both rather then only a |
[18:14:13] | crankharder: | i see |
[18:14:24] | Josh_Borke: | you really aren't smarter than the scheduler ;-P |
[18:14:37] | Captain_Murdoch: | just more impatient |
[18:14:48] | crankharder: | Oct1st is a week away :p |
[18:17:27] | crankharder: | so where is this option that reschedules higher priority recordings? is it in mythweb? |
[18:17:38] | kormoc: | as I said up there, it's in mythtv-setup |
[18:18:09] | crankharder: | cool, thanx :) sorry to be argumentative |
[18:19:03] | crankharder: | dunno if anyone in here worked on the ubuntu packages, but I just rebuilt my server and everything was ridiculously easy to install :) |
[18:19:43] | paul-h (paul-h!n=mythtv@5ad84319.bb.sky.com) has joined #mythtv-users | |
[18:21:43] | Faithful1 (Faithful1!n=Faithful@124.217.119.156) has quit (Connection timed out) | |
[18:23:32] | mw (mw!n=mythtv@adsl-074-244-059-200.sip.asm.bellsouth.net) has quit (Remote closed the connection) | |
[18:27:17] | jvs (jvs!n=jvs@90.146.56.206) has quit ("Leaving") | |
[18:30:47] | f0urtyfive (f0urtyfive!n=noone@75.150.130.121) has joined #mythtv-users | |
[18:36:49] | AndrewNC (AndrewNC!n=N0135446@73.sub-97-32-210.myvzw.com) has joined #mythtv-users | |
[18:40:01] | Essobi (Essobi!n=Essobi@96-28-64-118.dhcp.insightbb.com) has quit (Read error: 113 (No route to host)) | |
[18:41:24] | dmz (dmz!n=dmz@64.203.233.195.dyn-cm-pool35.hargray.net) has quit (Read error: 104 (Connection reset by peer)) | |
[18:41:46] | okolsi: | should Graphite show fanart/coverart for recordings? |
[18:42:02] | kormoc: | If it's available, it will |
[18:42:05] | okolsi: | managed to download some with Jamu, but can't see a thing.. |
[18:42:20] | iamlindoro: | s/available/available and locally mounted/ |
[18:42:34] | dmz (dmz!n=dmz@64.203.233.195.dyn-cm-pool35.hargray.net) has joined #mythtv-users | |
[18:42:49] | okolsi: | where the info is in DB? I could check that it's correct there.. |
[18:42:58] | kormoc: | there is none in the db |
[18:43:10] | okolsi: | a-ha.. |
[18:44:37] | okolsi: | it's the locally mounted part.. I'd have to re-configure some NFS mounts that I already disabled |
[18:45:25] | iamlindoro: | needs to be locally mounted in the directory set in the frontend (Utilities/Setup->Setup->Media Settings->Video Settings->General) |
[18:46:05] | okolsi: | iamlindoro: thanks.. I wondered what those are for anymore since we got storage groups |
[18:46:18] | iamlindoro: | Storage Groups are a technology preview only |
[18:46:27] | iamlindoro: | anyone using them in mythvideo should be aware of the (several) limitations |
[18:46:49] | iamlindoro: | But since you're using trunk, of course you know the limitations from reading the commit logs ;) |
[18:47:13] | okolsi: | yeah :) |
[18:51:37] | wagnerrp: | hmm... somehow i managed 15 mod points on slashdot |
[18:51:45] | wagnerrp: | ive only ever seen batches of 5 before |
[18:51:54] | kormoc: | they're increased it lately |
[18:52:00] | kormoc: | *ve |
[18:52:23] | wagnerrp: | figure with 15, people are more likely to use them than save them as with only 5? |
[18:53:58] | kormoc: | just less people eligible to mod, and more trolls then ever |
[18:58:55] | messerting: | So, I couple of years back, I made a native archive (to file system) in mytharchive, but I don't remember what I named it, where I stored it, or if I made an iso... Any suggestions on how to find it on my discs..? |
[18:59:25] | c3l (c3l!n=c3l@c-d493e253.04-264-73746f13.cust.bredbandsbolaget.se) has quit (Remote closed the connection) | |
[19:00:25] | wagnerrp: | 'find' any files over a couple hundred mb? |
[19:00:36] | crankharder: | say I wanted to record all m" |
[19:00:42] | crankharder: | man i can't type :/ |
[19:00:53] | messerting: | yes, trying to figure find now :) |
[19:00:57] | crankharder: | say I watned to record all "movies" on a given channel, think that can be done? |
[19:01:12] | kormoc: | crankharder: yes, via the power search custom schedule |
[19:01:18] | kormoc: | crankharder: hope you know SQL |
[19:03:35] | J-e-f-f-A: | messerting: he was telling you to use the 'find' command... |
[19:03:46] | swann_ (swann_!n=swann@93-97-33-98.zone5.bethere.co.uk) has joined #mythtv-users | |
[19:05:07] | messerting: | J-e-f-f-A: yes, I was not very precise in my reply. I meant to say that I am trying to figure out the 'find' command now ;) |
[19:07:59] | crankharder: | so what might be a good way of identifying "movies" off of the program table? |
[19:08:47] | crankharder: | actually category_type looks like it'll work |
[19:09:31] | messerting: | something like: where category_type='movie' |
[19:09:38] | messerting: | er, yep |
[19:11:17] | HenryHayes (HenryHayes!n=pgthomas@c-68-33-247-64.hsd1.md.comcast.net) has joined #mythtv-users | |
[19:12:20] | HenryHayes: | hio |
[19:17:27] | crankharder: | badass, program.chanid = 1081 AND program.category_type = "movie" worked like a charm |
[19:18:33] | HenryHayes: | found something wierd... i cant get root password to save between reboots... |
[19:19:22] | J-e-f-f-A: | messerting: this works for me to find files in the /mythtv directory that are > 10MB in size and > 1 year old: find /mythtv -size +10M -mtime +365 |
[19:20:24] | swann (swann!n=swann@93-97-33-98.zone5.bethere.co.uk) has quit (Read error: 110 (Connection timed out)) | |
[19:20:25] | swann_ is now known as swann | |
[19:22:07] | Essobi (Essobi!n=Essobi@96-28-64-118.dhcp.insightbb.com) has joined #mythtv-users | |
[19:22:10] | wescore (wescore!n=wescore@p5DDB3439.dip.t-dialin.net) has joined #mythtv-users | |
[19:25:02] | wescore: | hi there i have a terratec dvb-c capture card and it is not listed in mythtv |
[19:25:21] | HenryHayes: | is it listed in the supported hardware list? |
[19:25:34] | iamlindoro: | We don't support hardware |
[19:25:41] | J-e-f-f-A: | on linuxtv.org that is... |
[19:25:46] | iamlindoro: | ^^ exactly |
[19:33:40] | Greek-Boy (Greek-Boy!n=greek@41.188.154.137) has joined #MythTV-users | |
[19:33:43] | wescore: | yep its supported |
[19:33:51] | wescore: | its a cinergy pci dvb-c |
[19:34:09] | wescore: | but why cant i find it in the list for capture cards |
[19:34:24] | Greek-Boy: | my LG plasma 50" reports an edid of "1360x768". This is the native resolution of the HDTV but it is supposed to accept 1080p input. Will it benefit me to use xrandr to output at 1920x1080 virtual resolution? |
[19:34:50] | J-e-f-f-A: | wescore: Are you looking in the DVB capture cards? It should appear as /dev/dvb/adapter_ |
[19:37:40] | wagnerrp: | no |
[19:38:05] | J-e-f-f-A: | Greek-Boy: I would probably run it at the native 1380x768 resolution so the osd and graphics are crisp instead of scaled down by the TV. |
[19:38:08] | wagnerrp: | no sense upscaling everything only to downscale it again |
[19:38:25] | wagnerrp: | and what J-e-f-f-A said about the OSD |
[19:38:51] | Greek-Boy: | hmmm |
[19:39:00] | Greek-Boy: | so in that case I won't be watching in true HD mode? |
[19:39:14] | wagnerrp: | eh? |
[19:39:40] | J-e-f-f-A: | Greek-Boy: You wouldn't be watching in 'true pixel-perfect HD mode' anyways, as your tv is not a Native HD resolution. |
[19:40:08] | wagnerrp: | very few TVs can actually play in 'pixel-perfect HD mode' |
[19:40:17] | wagnerrp: | most 1080p TVs still overscan |
[19:40:42] | wagnerrp: | and only a few have an option to turn overscan off |
[19:41:03] | Greek-Boy: | mine turns overscan off when u select 16:9 aspect ratio |
[19:41:25] | wagnerrp: | no, it does not |
[19:41:34] | wagnerrp: | it cannot, because it runs at a non-standard resolution |
[19:42:06] | wagnerrp: | it doesnt even run 16:9 natively |
[19:42:41] | tmkt (tmkt!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has quit (Read error: 104 (Connection reset by peer)) | |
[19:42:44] | Greek-Boy: | actually it should |
[19:42:48] | tmkt (tmkt!n=tmkt@CPE00242b77265d-CM0016b533ff4a.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[19:42:53] | Greek-Boy: | with my windows laptop HDMI output runs perfect |
[19:43:09] | Greek-Boy: | but in linux it gets only the 1360x768 edid |
[19:43:10] | Greek-Boy: | :( |
[19:43:38] | wagnerrp: | runs perfect what? |
[19:43:55] | Greek-Boy: | the laptop runs a 1080p resolution perfectly |
[19:44:04] | l3v0n_ (l3v0n_!n=l3v0n@p54BD7946.dip.t-dialin.net) has joined #mythtv-users | |
[19:44:06] | Greek-Boy: | it detects that resolutio as optimal |
[19:44:16] | wagnerrp: | no, it outputs 1080p, and gets scaled down to the native resolution by the tv |
[19:44:21] | iamlindoro: | 1080p is *not* optimal on a display that is only 1366x768 native |
[19:44:23] | wagnerrp: | and in the process gets clipped a bit |
[19:44:27] | iamlindoro: | 1366x768 is |
[19:44:51] | wagnerrp: | most 720p TVs will not accept a 1080p signal |
[19:45:11] | wagnerrp: | hell, older 1080p TVs wont even accept a 1080p signal |
[19:45:16] | Greek-Boy: | but this is a 1080p tv |
[19:45:30] | Greek-Boy: | it says on the TV, HD-Ready 1080p input |
[19:45:35] | J-e-f-f-A: | Greek-Boy: Not physically... |
[19:45:47] | wagnerrp: | you said it had a native 1360x768 resolution |
[19:45:50] | iamlindoro: | Accepting 1080p in does NOT make it a 1080p TV |
[19:45:51] | Hoxzer: | Does anybody here have experiences with: Scythe Ninja II or any other passive CPU cooling systems |
[19:45:55] | J-e-f-f-A: | Greek-Boy: It ACCEPTS a 1080p signal, then scales it down to 1360x768 |
[19:45:58] | wagnerrp: | so how can you come back and say it is a 1080p tv? |
[19:46:29] | Dagmar: | 'cuz the nice salesman promised |
[19:46:37] | wagnerrp: | Hoxzer: passive cooling and mythtv do not mix |
[19:46:38] | Dagmar: | ...and salesmen _never_ lie. |
[19:46:48] | Hoxzer: | wagnerrp: oh yeah. I think they do. |
[19:47:08] | Hoxzer: | Can't see why not. Running mythtv without live TV |
[19:47:20] | Greek-Boy: | i see |
[19:47:32] | Greek-Boy: | so why did they bother making HD ready |
[19:47:33] | Greek-Boy: | i dont get it |
[19:47:33] | wagnerrp: | you cannot run that heatsink on a processor that will get by with passive cooling |
[19:47:35] | Dagmar: | Hoxzer: MythTV involves a number of _very_ CPU-intensive tasks |
[19:47:40] | Greek-Boy: | if its never going to ouput HD |
[19:47:41] | Dagmar: | Good luck with that and passive cooling. |
[19:47:41] | Greek-Boy: | true HD |
[19:47:46] | Hoxzer: | Dagmar: Dude. |
[19:47:50] | iamlindoro: | 720p is still true HD |
[19:47:59] | iamlindoro: | it's just not *sic* "full HD" |
[19:48:01] | wescore: | |
[19:48:04] | Hoxzer: | Dagmar: As I said. I need passive for recording not commflags |
[19:48:24] | Dagmar: | Have fun writing the code to restrict commflagging jobs to specific backends |
[19:48:34] | Dagmar: | wescore: yes |
[19:48:38] | Hoxzer: | Dagmar: Eh? |
[19:48:43] | wescore: | ok |
[19:48:44] | wagnerrp: | Dagmar: that already exists, you just disable it for that backend in mythtv-setup |
[19:48:48] | Greek-Boy: | the way i see it, if a screen displays HD ready 1080p it is supposed to have that as a native resolution. yet mine isn't.. |
[19:48:50] | wescore: | why is that |
[19:49:00] | Greek-Boy: | does this mean that LG has broken the HD rules? |
[19:49:17] | Dagmar: | wescore: because it's not windows and occasionally you have to TYPE things |
[19:49:21] | wagnerrp: | Hoxzer: unless you intend to extremely undervolt and underclock your processor, you cannot run that heatsink on a chip that outputs little enough heat to run fanless |
[19:49:23] | messerting: | J-e-f-f-A: thanks for the 'find' command, I think I've buried the archive in a mondo-rescue .iso file or something... |
[19:49:26] | Dagmar: | Greek-Boy: It means your sales people lied |
[19:49:46] | wagnerrp: | and running that heatink fanless in a case that puts an exhaust fan right next to the heatsink does not count as fanless |
[19:49:55] | Hoxzer: | Dagmar: well. I'm thinking of doing it by following method. Use a passive cooling and set bios to turn CPU fans to 0%. then use fancontrol. Set mythcommflags to run only when manual startup occured |
[19:49:59] | iamlindoro: | It means you didn't do your research |
[19:50:00] | messerting: | wescore: I've got a Terratec Cinergy C DVB-C PCI card, and use it with mythtv |
[19:50:09] | Dagmar: | Hoxzer: Enjoy buying new CPUs then |
[19:50:17] | Greek-Boy: | i think i realized something |
[19:50:22] | Greek-Boy: | they didn't brake the rules |
[19:50:30] | Dagmar: | Either thermal throttling will kick in and you'll wonder aloud why the thing is SOOOOO slow, or the CPU will probably burn up |
[19:50:32] | Greek-Boy: | what they did is put HD Ready and 1080p seperately |
[19:50:33] | wagnerrp: | Hoxzer: that said, putting a 120mm 1500rpm fan in there will result in 'silent' cooling, if not fanless |
[19:50:34] | Greek-Boy: | clever bastards |
[19:50:35] | Greek-Boy: | :-( |
[19:50:45] | Dagmar: | Greek-Boy: because technically anything with 720 scan lines is HD |
[19:50:56] | wagnerrp: | do you have some weird distain for fans? |
[19:51:06] | wagnerrp: | are you against the entire concept of forced airflow? |
[19:51:16] | wescore: | messerting did you find it in the capture cards area |
[19:51:29] | Hoxzer: | wagnerrp: I definitely need noisless(HDD doesn't count) system as I sleep in the same room as my backend |
[19:51:32] | messerting: | yes, after loading the 'mantis' driver |
[19:51:35] | Greek-Boy: | one day i'll buy myself a SAMSUNG 100 incher plasma TV and i'll make sure that baby is true HD 1080p |
[19:51:44] | Greek-Boy: | by that time it might be able to do 4xHD |
[19:51:56] | Greek-Boy: | imax resolution |
[19:51:56] | Greek-Boy: | :-) |
[19:51:57] | wagnerrp: | Hoxzer: so get a nice noise dampening case, some big slow fans, and be done with it |
[19:52:21] | wagnerrp: | Greek-Boy: what is 'HD' such that there can be a '4x'? |
[19:52:23] | Dagmar: | Antec makes some pretty awesome noise-reducing cases |
[19:52:23] | Hoxzer: | wagnerrp: dude. |
[19:52:23] | Hoxzer: | I'm sick of "this is quite" |
[19:52:34] | sid3windr: | this is quite quiet. |
[19:52:39] | Hoxzer: | in fact I sometimes get annoyed because of freezer turning fans on |
[19:52:52] | ** laga calls the whambulance *again* ** | |
[19:52:56] | wagnerrp: | Hoxzer: if you absolutely require fanless, you have a couple options |
[19:52:57] | sid3windr: | I think you just need to listen to music very loudly for a couple of weeks, Hoxzer |
[19:53:05] | wagnerrp: | 1. turn the computer off (no recordings) |
[19:53:08] | Dagmar: | Hoxzer: Sorry, MOVING PARTS ARE NOT FOR YOU THEN |
[19:53:17] | Dagmar: | Spend a fortune on SSD drives and leave us the hell alone |
[19:53:19] | wagnerrp: | 2. stick the computer in another room (who cares how loud it is) |
[19:53:32] | Dagmar: | Your inability to cope with your fridge kicking on isn't OUR problem to solve |
[19:53:38] | wagnerrp: | 3. get a POS fanless VIA system, and USB tuners |
[19:53:59] | Greek-Boy: | wagnerrp: its called quad HD. http://en.wikipedia.org/wiki/High-definition_video |
[19:54:06] | Greek-Boy: | 3840x2160 |
[19:54:07] | wagnerrp: | 4. get a case designed to run a fanless system, such as the TNN-500A |
[19:54:20] | messerting: | wescore: I used the mantis module from the s2-liplianin repository. But I think that repo also contains stuff that is not allowed to talk about in this forum |
[19:54:31] | wagnerrp: | Greek-Boy: HD is not defined as any specific resolution, for there to be quad of anything |
[19:54:44] | Hoxzer: | wagnerrp: yeah, the case is propably one solution :\ Sucks though to waste completely useful old case |
[19:54:55] | Greek-Boy: | wagnerrp: i am not talking about the definition of HD |
[19:55:00] | wagnerrp: | Greek-Boy: IMAX screens run at a MUCH MUCH higher effective resolution than 2160p |
[19:55:01] | Greek-Boy: | wagnerrp: i talking about quad HD |
[19:55:06] | sid3windr: | I had a quad hd monitor in |
[19:55:11] | sid3windr: | kicks ass =) |
[19:55:18] | wescore: | ohhhhhh kay |
[19:55:20] | Dagmar: | There is no definition for that that I'm aware of |
[19:55:25] | sid3windr: | pity it took an 1800 eur quadro to drive it |
[19:55:34] | Dagmar: | Since there's no baseline "unit" of HD, there's no unit which can be multiplied by four |
[19:55:41] | sid3windr: | well yeah |
[19:55:47] | sid3windr: | they mean 1920x1080 |
[19:55:52] | sid3windr: | :) |
[19:56:04] | sid3windr: | could call it quad link dvi |
[19:56:06] | Hoxzer: | Just read that one guy ran E6600 with syche ninja. However he propably has other fans in his case |
[19:56:11] | sid3windr: | +- ;) |
[19:56:29] | Dagmar: | I've read about someone who used an oil cooler from a Cessna to cool his CPU |
[19:56:37] | wagnerrp: | Hoxzer: I could run my heatsink 'fanless' if i so desired |
[19:56:41] | Dagmar: | It ran for short periods before shorting everything out and destroying the computer. |
[19:56:47] | Hoxzer: | wagnerrp: Of course |
[19:56:47] | Dagmar: | This doesn't mean he's not an idiot. |
[19:56:55] | wagnerrp: | i have a P182, and the heatsink is positioned at the top rear corner of my case |
[19:57:06] | wagnerrp: | so i could reverse my rear exhaust fan |
[19:57:22] | wagnerrp: | and have it pump air across my CPU, and out the top exhaust fan |
[19:57:42] | Dagmar: | wagnerrp: That's generally what you want happening anyway isn't it? |
[19:57:45] | wagnerrp: | there would be no fan attached to my heasink, but i couldnt in good conscience claim i had a fanless CPU |
[19:57:58] | Dagmar: | Air fresh from outside going straight to teh CPU then out through the PSU exhaust fan |
[19:58:05] | Dagmar: | Oh nevermind |
[19:58:05] | sid3windr: | my cpu does not have a fan! |
[19:58:06] | l3v0n (l3v0n!n=l3v0n@p54BD2B3A.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out)) | |
[19:58:06] | l3v0n_ is now known as l3v0n | |
[19:58:21] | wagnerrp: | Dagmar: nah, i have plenty of fresh air coming from the front of the case (no hard drives in the way) |
[19:58:26] | Greek-Boy: | i'm getting INTEL Core i7–975 Extreme Quad-Core 3.33GHz CPU |
[19:58:29] | Hoxzer: | wagnerrp: One solution would be use fansless water cooling but then the pump would make noise |
[19:58:30] | wagnerrp: | but the air under the desk behind the case is all very hot |
[19:58:36] | Greek-Boy: | will use ASUS Triton 88 Thermal Solution |
[19:58:57] | ** J-e-f-f-A 's fan has a big heatsink and fan, and his case has a combined total of 7 fans. ;-) ** | |
[19:59:13] | Hoxzer: | Well. |
[19:59:18] | Josh_Borke: | J-e-f-f-A: wow, must be some f an to have its own heatsink and fan |
[19:59:23] | Hoxzer: | I definitely need an solution as for record only :/ |
[19:59:34] | Hoxzer: | wHen I'm not sleeping it is alright if fans are running |
[19:59:45] | wagnerrp: | Hoxzer: unless you want to run a low power Atom or Via system (or undervolt/clock a desktop processor), you need a ridiculously large heatsink to run a watercooling system fanless |
[19:59:50] | Hoxzer: | So something like run fanless for 2 hours would be enough |
[19:59:56] | J-e-f-f-A: | Josh_Borke: yeah, I noticed my typo righ after I hit 'enter' and though I'd see if anyone else caught it... ;-) |
[20:00:04] | Greek-Boy: | my hdtv also says corresponding 150hz, i wonder what that means? |
[20:00:12] | Hoxzer: | wagnerrp: :P Heh, you haven't read about it ? |
[20:00:27] | J-e-f-f-A: | Hoxzer: maybe you could wear earplugs while sleeping? ;-) |
[20:00:30] | Hoxzer: | wagnerrp: Actually one of those systems have huge tower to exhaust the heat |
[20:00:38] | Hoxzer: | outside the case |
[20:00:41] | wagnerrp: | yes, i have seen things like the reservator, a ridiculously large tower heatsink |
[20:00:51] | iamlindoro: | haha |
[20:00:54] | iamlindoro: | we have five at work |
[20:00:58] | Hoxzer: | http://www.quietpc.com/files/images/products/reserator1v2.jpg |
[20:01:02] | iamlindoro: | They are soooooo finicky |
[20:01:16] | Josh_Borke: | Hoxzer: use a fishtank as your resevoir/pump |
[20:01:31] | iamlindoro: | The quality of the pump in them is very very poor, so they like to just spontaneously stop and take the PC down with them |
[20:01:37] | AndyCap: | Josh_Borke: so you can cook dinner while watching HD? |
[20:01:54] | Josh_Borke: | you cook iny our fishtanks? o.O |
[20:01:58] | wagnerrp: | i have also seen systems that use a large open tank as the reservoir, so you can use evaporative cooling |
[20:02:37] | wagnerrp: | of course we all seem to be missing the most logical solution... MOVE THE COMPUTER OUT OF YOUR ROOM |
[20:02:58] | wagnerrp: | put it in a closet, put it in your basement, put it somewhere else |
[20:03:01] | iamlindoro: | I didn't miss that, my MBE lives in a closet :) |
[20:03:12] | Josh_Borke: | my mbe is behind my tv... |
[20:03:18] | Josh_Borke: | mainly because i'm too cheap to buy a frontend |
[20:03:36] | wagnerrp: | if you cant sleep because something is making too much noise, learn to cope, or get rid of it |
[20:03:40] | iamlindoro: | It can live in a closet and still be a FE :) |
[20:03:51] | iamlindoro: | Just have to run cables through the wall and terminate in nice wall plates |
[20:03:54] | iamlindoro: | it's much sexy :) |
[20:04:04] | Josh_Borke: | my closet closet is 25ft from the TV, and i cannot put holes in the wall |
[20:04:07] | Hoxzer: | wagnerrp: dude. I don't have that other room |
[20:04:18] | Josh_Borke: | Hoxzer: store the pc in a padded box |
[20:04:23] | wagnerrp: | dorm room? |
[20:04:38] | Hoxzer: | Josh_Borke: The heat might be the problem still |
[20:04:53] | Josh_Borke: | don't seal the box |
[20:05:02] | AndyCap: | at least this one doesn't have a pump. :P http://www.devhardware.com/c/a/Computer-Cases . . . Case-Review/ |
[20:05:10] | Hoxzer: | Josh_Borke: then it would also let the noise out |
[20:05:29] | wagnerrp: | Hoxzer: no.. its a concept called a 'baffle' |
[20:05:36] | AndyCap: | wagnerrp: ooh, magic. :P |
[20:05:43] | Hoxzer: | AndyCap: :/ yep. |
[20:06:03] | AndrewNC (AndrewNC!n=N0135446@73.sub-97-32-210.myvzw.com) has quit ("Leaving.") | |
[20:06:04] | AndyCap: | Hoxzer: uh. no |
[20:06:21] | Hoxzer: | AndyCap: I have thought about that but it is expensive |
[20:06:30] | Dagmar: | I hope he has a lot of money because he's going to need it to compensate for the lack of sense and inability to learn |
[20:06:31] | Josh_Borke: | Hoxzer: there are lots of solutions for silent pcs |
[20:07:06] | wagnerrp: | Hoxzer: aside from some very expensive and/or absurd solutions, you are not going to get a PC to run fanless |
[20:07:11] | J-e-f-f-A: | AndyCap: Ooh, and it's only $1300! ;-) |
[20:07:24] | AndyCap: | J-e-f-f-A: oh, it's gone down? I must buy one! |
[20:07:25] | AndyCap: | :P |
[20:07:37] | wagnerrp: | put up with the noise, move the pc elsewhere, or have an embedded system (Atom, Via, laptop) do your recording |
[20:07:46] | AndyCap: | Or I could stick with my current ikea frontend with stock intel cooling. |
[20:07:56] | Dagmar: | Or put in an aquarium filled with mineral oil and submerse the thing |
[20:08:04] | AndyCap: | Dagmar: eew. what a mess |
[20:08:16] | Dagmar: | Of course, liquid pumps make a hell of a lot more noise than a 120mm fan running at low RPMs |
[20:08:24] | wagnerrp: | Dagmar: you still run into the issue of having enough surface area to dissipate the heat |
[20:08:37] | Dagmar: | Ah yes but it's still fanless tho isn't it! |
[20:08:45] | Dagmar: | ....and that's the point. |
[20:08:48] | AndyCap: | large enough oilqarium should do it. |
[20:09:01] | wagnerrp: | see mention of 'absurd solutions' above |
[20:09:09] | Dagmar: | For it to run fanless even if it's such a stupid thing to obsess over that it'll handicap one's future offspring. |
[20:09:29] | AndyCap: | Dagmar: are you sure you got the cause and effect sorted? |
[20:09:39] | Dagmar: | Yes. |
[20:09:56] | Dagmar: | I'm pretty sure that if you willfully do something stupid enough that it will permanently make you dumber. |
[20:10:33] | Dagmar: | It might even make innocent passersby stupider by side effect in a aort of negative intelligence field. |
[20:10:47] | AndyCap: | This is off course the ultimate in decadent liquid cooling. http://www.spikynorman.dsl.pipex.com/CrayWWWS . . . 2cascade.jpg |
[20:11:03] | Dagmar: | Using an oil cooler to chill a CPU is one such sort of thing |
[20:11:23] | Hoxzer: | O_o |
[20:11:34] | wagnerrp: | AndyCap: you mean those big towers on the CRAYs were just water cascades? not actual hardware? |
[20:12:00] | AndyCap: | wagnerrp: far more expensive than water. |
[20:12:04] | AndyCap: | http://www.bergoiata.org/fe/tech/cray2.jpg |
[20:12:12] | wagnerrp: | ok, flourohydrates |
[20:12:24] | AndyCap: | yeah |
[20:12:24] | Dagmar: | Sure you can draw enough heat out of the CPU to make fire go out, but you can't do anything about the fact that overcooling things far below their designed spec causes condensation, frost, and short circuits. |
[20:12:38] | Dagmar: | Tasty! |
[20:13:08] | Dagmar: | "Ensure all proper insurance forms have been filed before drinking from the fountain on the Cray. Thanks, Management." |
[20:13:30] | Hoxzer: | Dagmar is a little hostile I see. |
[20:13:33] | wagnerrp: | ok, so that is computer hardware in the tower, just with fluid cascading over it |
[20:13:46] | wagnerrp: | not that it is a cascade/evaporative water chiller |
[20:13:58] | Dagmar: | There are too many stupid people in the world, and far too many safeguards to keep them here. |
[20:14:01] | AndyCap: | If it doesn't drink it doesn't think. |
[20:14:19] | AndyCap: | Dagmar: unfortunately drinking fluorinert wouldnt help getting rid of them |
[20:14:48] | AndyCap: | smoking it, perhaps. |
[20:16:22] | wagnerrp: | looking at that ninja heatsink, im surprised they didnt shroud the sides |
[20:16:28] | AndyCap: | Hoxzer: anyhow. perhaps spend more time on silentpcreview.com and less time on extremeoverclocking.com |
[20:16:32] | wagnerrp: | or have some sort of clip-on think to let you do it yourself |
[20:16:54] | wagnerrp: | theyre going to lose a lot of air out the top and bottom |
[20:17:21] | wagnerrp: | rendering the entire center of that heatsink relatively useless |
[20:18:07] | Hoxzer: | AndyCap: And what makes you think I would look for solution to problem like this from extremeoverclocking? |
[20:19:03] | wagnerrp: | thats the one fault i see with most heatsinks, they dont seem to be designed with the flow properties of a fan in mid |
[20:19:09] | J-e-f-f-A: | Hoxzer: probably because you referenced water cooling. |
[20:19:26] | wagnerrp: | Zalman's round sinks are about the only exception |
[20:19:47] | AndyCap: | Hoxzer: sorry, I thought you were the one going on about getting the i7 extreme hyper quad core megahurtz. |
[20:19:57] | AndyCap: | I see that was Greek-Boy |
[20:19:59] | wagnerrp: | no, that was Greek-Boy |
[20:20:02] | Hoxzer: | ehm.. |
[20:22:48] | Greek-Boy: | huh |
[20:22:58] | Greek-Boy: | what does that CPU have to do with extremeoverclocking.com |
[20:22:59] | Greek-Boy: | ? |
[20:23:23] | matt23: | ERROR when trying to delete file: myth://:/1009_20090710170000.mpg. File doesn't exist. Database metadata will not be removed. |
[20:23:26] | matt23: | ruh roh, raggy |
[20:23:31] | matt23: | what did i fatfinger now |
[20:23:51] | matt23: | now with 1.5x the URLs! |
[20:24:04] | iamlindoro: | more like .5 |
[20:24:18] | iamlindoro: | since that's a normal URL missing the storage Group name and ip address/port |
[20:24:37] | matt23: | ah si hm |
[20:24:51] | iamlindoro: | correct would be something like: myth://LiveTV@192.168.0.5:6543/1009_20090710170000.mpg |
[20:25:10] | matt23: | right right..hmm well i have done more than a couple reinstalls |
[20:25:31] | matt23: | but no hostname changes. hrm |
[20:25:57] | Greek-Boy: | mythfrontend runs fines as root user but cant connect to database as normal user? |
[20:25:58] | Greek-Boy: | weird.. |
[20:26:19] | matt23: | make sure your 'normal' user has access to the hostname and localhost (127.0.0.1) |
[20:26:29] | matt23: | er as its mysql privs |
[20:26:56] | Greek-Boy: | the db is on backend |
[20:28:08] | matt23: | si, verify your mythtv user privs in mysql..if you just changed em by hand be sure to 'flush privileges;' |
[20:28:15] | matt23: | yay..a meeting. bbl :-P |
[20:28:28] | dserban (dserban!n=dserban@S010600195b2f0f96.ok.shawcable.net) has joined #mythtv-users | |
[20:29:31] | matt23: | mm Popchips i love you so |
[20:29:43] | matt23: | ok now meeting |
[20:30:28] | dserban: | this is totally a FAQ from what google tells me. Though no one seems to have a good answer. What's the best remote to use for ... "everything" ie. One that has buttons for most if not all possible options that myth gives you? I have a URC, but that thing only emulates other remotes and disables the play/pause function when you set it to a cable box etc... Wondering what people are using out there? |
[20:32:28] | J-e-f-f-A: | dserban: For use *only* with MythTV, I use MCE remotes, such as the Microsoft MCE. The HP version has more buttons, but isn't backlit, but is a decent remote too. (I have 3 of them, 2 are basically spares) |
[20:33:02] | dserban: | J-e-f-f-A: and these are available through retailers? (sorry I've never seen 'em) |
[20:34:07] | dserban: | what's the hp's model number? |
[20:35:19] | dserban: | http://cgi.ebay.com/HP-MEDIA-CENTER-REMOTE-CO . . . cmdZViewItem |
[20:35:21] | dserban: | that guy? |
[20:36:52] | messerting (messerting!n=messerti@cm-84.208.182.112.getinternet.no) has quit (Remote closed the connection) | |
[20:37:20] | justdave: | ok, so the way the menu system works in .21-fixes is all of the menu items for all of the plugins are defined in the XML file ahead of time, and they just don't show up if the corresponding plugin for that menu item isn't installed? |
[20:37:38] | iamlindoro: | correct |
[20:38:00] | justdave: | so there's really no way to add stuff to the menus that won't get wiped every time I pull an upgrade |
[20:38:39] | justdave: | (getting weekly updates from svn, but via deb packages, so it'll overwrite stuff like that when the deb is updated) |
[20:38:44] | iamlindoro: | Menu XML can live in ~/.mythtv |
[20:39:05] | justdave: | ahh, so I just clone the file to that location and edit it there? |
[20:39:12] | iamlindoro: | yep |
[20:40:31] | justdave: | sweet, that'll work |
[20:40:45] | justdave: | thanks |
[20:40:48] | iamlindoro: | np |
[20:41:23] | justdave: | out of curiosity, I know the theming engine got like completely rewritten in .22... is there a more dynamic way for a plugin or other things to add menus by any chance? |
[20:41:47] | iamlindoro: | no, nothing has changed w/r/t the menu XML/structure/building |
[20:42:15] | iamlindoro: | as the menu XML isn't really the UI/theming in question |
[20:42:32] | justdave: | ah. |
[20:43:48] | justdave: | I found it useful for a couple streaming websites to use Prism to create a standalone app that goes to that streaming site. Set the app to open in full-screen mode, and add a menu item to Myth with an EXEC and the command line to invoke it. |
[20:44:47] | justdave: | (Hulu, for example) |
[20:45:08] | iamlindoro: | If .22 you could just open MythBrowser to use Hulu |
[20:45:16] | iamlindoro: | and even control it w/ the remote |
[20:45:32] | justdave: | yeah. MythBrowser in .21 doesn't do flash I think was the problem when I tried that |
[20:48:29] | J-e-f-f-A: | dserban: Yeah, that's the one. |
[20:48:44] | J-e-f-f-A: | dserban: (sorry – @ work, and was away for a few mins) |
[20:48:45] | cdpuk (cdpuk!n=chris@cdpuk.cdp.me.uk) has quit (Read error: 54 (Connection reset by peer)) | |
[20:48:56] | dserban: | J-e-f-f-A: yeah no worries... I'm in the same boat... |
[20:49:54] | dserban: | ok well I have an mce remote already (came packaged with the 150pvr mce). I think I'll use it. But commandir doesn't understand the codes it sends so I guess I'll have to have two ir transceivers running .. gah (and I hate lirc :P) |
[20:50:11] | J-e-f-f-A: | dserban: To look for M$ MCE remotes, search for "Microsoft RC6" – that should give pretty good results and eliminate most of the 'junk' mce-compatible remotes. |
[20:50:40] | dserban: | J-e-f-f-A: I have this one: http://www.mythtv.org/wiki/Image:MCE-Remote-2-v1069.jpg |
[20:50:48] | dserban: | that's a good one right? |
[20:51:16] | dserban: | well .. I don't hate lirc per-se. Just debian and the guy packaging lirc :P |
[20:52:27] | Josh_Borke: | dserban: i have that exact same remote! |
[20:52:53] | dserban: | Josh_Borke: and it works fine using the included transceiver right? |
[20:53:10] | Josh_Borke: | no clue. my lirc was so sluggish that i've resigned myself to using the keyboard... |
[20:53:17] | GlemSom (GlemSom!n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Remote closed the connection) | |
[20:53:20] | dserban: | oh? |
[20:53:24] | dserban: | odd |
[20:53:26] | Josh_Borke: | i hope to revisit itin the next few weeks |
[20:53:44] | Josh_Borke: | like, press a button, wait 5 seconds for a response sluggish |
[20:54:30] | Greek-Boy: | i did a grant all on mythconverg.* to mythtv@"%" identified by "mythtv"; |
[20:54:34] | Greek-Boy: | i flushed the privs |
[20:54:44] | Greek-Boy: | but i still cant connect from the frontend to the backend |
[20:54:53] | Greek-Boy: | the only way is if i run mythfrontend as root on the frontend |
[20:54:54] | Dagmar: | So what are the logs saying |
[20:54:54] | Greek-Boy: | i dont get it |
[20:55:46] | Greek-Boy: | mysql logs? |
[20:57:24] | dserban: | anyone have the wrapper script that mythbuntu has for the frontend? |
[20:57:33] | wagnerrp: | copy ~root/.mythtv/config.xml to ~/.mythtv/config.xml, and try again |
[20:57:42] | Dagmar: | Greek-Boy: Frontend logs |
[20:57:52] | Dagmar: | Generally since that's the bit that can't connect, it's probably saying something specific about it |
[20:57:56] | Dagmar: | If it doesn't, THEN the mysql logs |
[20:59:30] | Greek-Boy: | its not reavealing much |
[20:59:32] | Greek-Boy: | and mysql logs are empty |
[20:59:41] | Greek-Boy: | i'll try to copy the config and see |
[21:00:28] | dserban (dserban!n=dserban@S010600195b2f0f96.ok.shawcable.net) has quit ("Leaving") | |
[21:01:00] | J-e-f-f-A: | dserban: I have 2 of the Microsoft ones on this page: http://www.mythtv.org/wiki/MCE_Remote — 3rd remote "Backlight, No colored buttons" – in addition to the 3 HP MCE remotes. |
[21:04:29] | J-e-f-f-A: | Josh_Borke: I've never had ir responses that slow! Sometimes on my old PIII 1Ghz frontend they'd take a second, but never 5 seconds... |
[21:04:51] | wescore (wescore!n=wescore@p5DDB3439.dip.t-dialin.net) has quit ("Verlassend") | |
[21:05:27] | wagnerrp: | J-e-f-f-A: there used to be a problem with gnome, where it would cause very poor response times to LIRC |
[21:06:08] | Dagmar: | *kof*FUD*kof* |
[21:07:06] | wagnerrp: | eh? i thought there was some issue with mythtv conflicting with gnome-screensaver or something |
[21:07:27] | Dagmar: | If you're running a screensaver on your TV... *sigh* |
[21:07:54] | wagnerrp: | likewise, if youre running gnome on a mythtv frontend.... |
[21:07:57] | Dagmar: | It'll add some significant lag as the thing asks for your password to unlock the console |
[21:08:19] | Pio: | i run gnome on my mythfrontend |
[21:08:24] | Pio: | i just have the screensaver disabled though heh |
[21:08:26] | wagnerrp: | dedicated frontend? |
[21:08:37] | wagnerrp: | or a PC that just also happens to have mythtv installed? |
[21:08:37] | Pio: | well.. pretty much dedicated |
[21:08:52] | Pio: | its also my router and fileserver heh |
[21:09:01] | wagnerrp: | so why are you running gnome? |
[21:09:04] | Pio: | i have the remote set up so i can control the mouse cursor |
[21:09:22] | Pio: | so i can browse for specific videos, launch programs outside of mythtv |
[21:09:50] | wagnerrp: | launchers to external programs can be added to the menu |
[21:09:54] | Pio: | so .. yeah its not like it never leaves myth |
[21:10:08] | Pio: | interesting, didn't know that |
[21:10:09] | wagnerrp: | and any real program you have to run would be far more productive done over ssh/vnc |
[21:10:29] | Pio: | well yeah but if i want to read slashdot from the couch, or load up a video from my workstation over nfs.. |
[21:10:29] | toorima (toorima!n=bq@ip68-7-79-241.sd.sd.cox.net) has quit (Read error: 110 (Connection timed out)) | |
[21:10:38] | wagnerrp: | mythgame itself is little more than a generic application launcher |
[21:10:42] | Newsome (Newsome!n=sorenson@tuxrocks.com) has quit ("Linux: Now with employee pricing!") | |
[21:10:45] | Pio: | huh, didn't know that |
[21:10:47] | Pio: | never tried it |
[21:10:51] | grokky (grokky!n=grokky@ppp118-208-187-5.lns10.mel4.internode.on.net) has joined #mythtv-users | |
[21:11:02] | wagnerrp: | however you can add custom program launching into the menu XML with the 'EXEC' call |
[21:11:04] | grokky (grokky!n=grokky@ppp118-208-187-5.lns10.mel4.internode.on.net) has quit (Remote closed the connection) | |
[21:11:38] | wagnerrp: | you just need some form of bare window manager to keep track of application Z-level and focus |
[21:11:51] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has joined #mythtv-users | |
[21:12:10] | Pio: | yeah.. well the machine *does* have a normal VGA out that i occasionally use in addition to the tv out |
[21:12:18] | Pio: | so.. yeah its not really completely a dedicated myth thing |
[21:12:35] | Pio: | i let guests use it sometimes when im using my workstation |
[21:13:08] | wagnerrp: | two separate video cards? |
[21:13:21] | Pio: | nah just an old fx5700 or something |
[21:13:28] | Pio: | vga & s-video out |
[21:13:36] | wagnerrp: | so you have to switch between using mythtv and using the VGA out |
[21:13:46] | Pio: | no, its both at the same time |
[21:13:49] | Pio: | separate X screens |
[21:13:54] | Pio: | :0.0 & :0.1 |
[21:14:08] | wagnerrp: | but still one X server, so only one focused application |
[21:14:13] | Pio: | correct |
[21:14:31] | Pio: | and a lot of myth's menus cant be controlled without focus, even with lirc |
[21:14:32] | Pio: | which bugs me |
[21:14:44] | Pio: | but i can control the mouse with the remote, so if i need to i just move the cursor over to :0.1 heh |
[21:14:57] | wagnerrp: | well that doesnt make sense... LIRC functions independently of X |
[21:15:08] | wagnerrp: | it does not use keyboard/mouse emulation |
[21:15:21] | iamlindoro: | Unless someone has done something silly like using irxevenets and lircmd |
[21:15:23] | Pio: | yeah like myth's recording context menu, and the exit confirmation screen, if myth doesnt have focus, they cannot be operated |
[21:15:27] | wagnerrp: | it *can* if you use irxevent, but that is not its default behavior |
[21:16:16] | Pio: | the recording context one (like if you hit 'm' on a recording) actually grabs focus when you repeatedly open it |
[21:16:18] | Pio: | the exit one doesnt |
[21:16:19] | Pio: | its weird |
[21:16:28] | Pio: | older version of myth too, its debian etch |
[21:16:51] | wagnerrp: | i presume that just means 'some old revision of 0.21-fixes' |
[21:17:10] | Pio: | Library API : 0.21.20080304–1 |
[21:17:24] | Pio: | MythTV Branch : tags/release-0–21 |
[21:17:25] | Pio: | yeah |
[21:17:35] | Pio: | i keep procrastinating updating to lenny |
[21:17:37] | wagnerrp: | oh, release? |
[21:17:49] | Pio: | yeah but i'll bet theres some debian patches in there |
[21:19:55] | stoffel (stoffel!n=quassel@p548D1B32.dip0.t-ipconnect.de) has joined #mythtv-users | |
[21:19:55] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[21:21:14] | CoreDump is now known as CoreDump|home | |
[21:23:17] | cocoa117 (cocoa117!n=cocoa117@80-47-172-37.lond-th.dynamic.dial.as9105.com) has joined #mythtv-users | |
[21:24:21] | styelz (styelz!n=yoohoo@m0o0.mooo.com) has quit (Read error: 110 (Connection timed out)) | |
[21:26:50] | notlistening (notlistening!n=tom@94-195-105-95.zone9.bethere.co.uk) has quit ("Leaving") | |
[21:32:43] | HenryHayes (HenryHayes!n=pgthomas@c-68-33-247-64.hsd1.md.comcast.net) has quit () | |
[21:33:51] | olesalscheider_ (olesalscheider_!n=desktop@78.35.143.133) has quit (Remote closed the connection) | |
[21:37:31] | stoffel (stoffel!n=quassel@p548D1B32.dip0.t-ipconnect.de) has quit (Remote closed the connection) | |
[21:46:34] | dashcloud (dashcloud!n=quassel@pool-96-245-191-112.phlapa.fios.verizon.net) has joined #mythtv-users | |
[21:50:30] | matt23: | hm so if i'm seeing these errors, should i re-import my old recording data? |
[21:50:36] | matt23: | 2009-09–21 09:36:53.826 ERROR when trying to delete file: myth://:/1009_20090828 |
[21:50:36] | matt23: | 093000.mpg. File doesn't exist. Database metadata will not be removed. |
[21:50:44] | matt23: | er minus linebreak :P |
[21:51:15] | kormoc: | if the files don't exist, why would importing old metadata do anything? |
[21:51:39] | matt23: | well i'm wondering how is it getting that malformed filename that looks like a broken url? |
[21:51:57] | kormoc: | the hostname that is tied to the recording is missing/invalid/etc |
[21:52:23] | matt23: | hm maybe i can hack that in by hand |
[21:53:00] | sphery: | matt23: or you could fix your system |
[21:53:09] | matt23: | heh well sure |
[21:53:15] | sphery: | how did you get the recordings in? |
[21:53:34] | sphery: | are these ones you put in with myth.rebuilddatabase.pl or did you hack them in by hand? |
[21:53:37] | matt23: | following the example of the mythconverg < restore.sql |
[21:53:38] | ideogon (ideogon!n=ideogon@pool-71-178-191-38.washdc.east.verizon.net) has joined #mythtv-users | |
[21:54:04] | matt23: | and this seemed to be working ok for a while but now i think after a few mythbackend redos it's not happy..hmm |
[21:54:08] | sphery: | hostname is in the recorded table, so if they were recorded by myth, the hostname would be populated |
[21:54:39] | matt23: | ah but it's a new box and new hostname so i'm probably running into the hostname issue. how about file path to the media directory? is that stored there as well? |
[21:54:53] | sphery: | you didn't do the 23.7 "Moving data to new hardware" did you? |
[21:54:53] | matt23: | i would assume not (?) |
[21:55:43] | sphery: | http://www.mythtv.org/docs/mythtv-HOWTO-23.html#ss23.7 |
[21:55:51] | sphery: | if so, what was your old hostname? |
[21:56:01] | android60 (android60!i=d82fc4c9@gateway/web/freenode/x-macrptbmtsetdyzl) has joined #mythtv-users | |
[21:56:13] | matt23: | heh it was mythtv and now it's mythtv2 ... creative aren't they |
[21:56:20] | matt23: | yes i did that section hence my restore.sql |
[21:56:23] | sphery: | and if you did do that, did you do http://www.mythtv.org/docs/mythtv-HOWTO-23.html#ss23.15 |
[21:56:59] | matt23: | right, picking a genericky hostname..not a good idea here :P |
[21:56:59] | sphery: | as 23.15 will /completely/ and totally break a DB when you use an old hostname of mythtv |
[21:57:10] | matt23: | heh si |
[21:57:10] | sphery: | no, you just need to do it right this time... |
[21:57:29] | sphery: | start over with the old backup, but this time use: http://www.mythtv.org/wiki/Database_Backup_and_Restore |
[21:57:48] | matt23: | eek! automated tools?! ;) |
[21:57:48] | sphery: | things to note: just because it's new hardware there's absolutely no reason to do a partial restore |
[21:57:54] | matt23: | k |
[21:57:57] | sphery: | you should really do a full restore |
[21:58:42] | android60: | im trying to figure out the best way for adding guide data. right now with my tuner situation, i only have 6 clearqam channels. if i have an xml file with channel info, how can I get mythfilldatabase to only update info for the channels that i have instead of adding info for the channels i dont |
[21:58:45] | matt23: | wait, dumping the old system's mythconverg and going from there? |
[21:58:46] | sphery: | you need to do the full restore http://www.mythtv.org/wiki/Database_Backup_an . . . _backup_file , then you need to change the hostname (this approach /will/ work for mythtv old hostname) http://www.mythtv.org/wiki/Database_Backup_an . . . d_or_backend |
[21:58:55] | sphery: | then start mythtv-setup and change settings as desired |
[21:59:03] | sphery: | then start mythfrontend and change settings as desired |
[21:59:10] | matt23: | gah |
[21:59:16] | sphery: | take whatever full backup you had from the old system |
[21:59:25] | matt23: | oh rats. ok |
[21:59:45] | sphery: | the one you sed'ed to get the partial DB which you broke with the HOWTO's broken approach to hostname changes |
[22:00:16] | matt23: | yeah thing is i didn't even do 23.15.. |
[22:00:33] | matt23: | i was trying to start from scratch and just add some program data |
[22:00:35] | sphery: | how did you attempt to change hostname, then? |
[22:01:07] | sphery: | well, with the approach I just recommended, it will work fine (and will be easy) |
[22:01:16] | sphery: | any other approach and you're on your own :) |
[22:01:31] | matt23: | ok i guess i should do that..just hate to reconfig everything, readd recording defs etc. |
[22:02:22] | sphery: | matt23: with the approach I mentioned, you will have everything you had at the time of the backup |
[22:02:29] | sphery: | but changed for the new hostname |
[22:02:39] | sphery: | so all you lose is whatever you've done since then |
[22:02:49] | matt23: | ok gotcha, yeah it's just that it's been a couple months lol! |
[22:03:00] | sphery: | oh... |
[22:03:08] | matt23: | during that time, our area also went to Comcast digilog hybrid cable :P |
[22:03:17] | sphery: | well, you can throw those new recordings into mythvideo for an easy way to watch them |
[22:03:22] | matt23: | so i said hey, why change one thing when i can change three! :) |
[22:03:30] | matt23: | yah i might do that |
[22:03:31] | sphery: | ah, yeah |
[22:03:45] | sphery: | but on the bright side, you've had practice making those changes, so it will be easier this time |
[22:03:47] | scan_away is now known as scan | |
[22:03:53] | matt23: | yeah thank jebus for the stce65scan or whatever it's called |
[22:04:22] | sphery: | yeah, though I can't use it (no cable/comcast/dta/...), I'm glad it's there for those who can use it |
[22:04:32] | matt23: | it's totally bizarre |
[22:04:51] | matt23: | but fun to watch it walk the mysterious ether and come up with channels :) |
[22:05:37] | sphery: | oh, one more thing--make sure you change the hostname /before/ starting any mythtv programs on the new host |
[22:06:00] | matt23: | ok will do yeah i figured best to do the scary stuff with everything off :) |
[22:08:58] | sphery: | crankharder: All you need to do is disable "Reschedule Higher Priorities" and it will get the highest priority shows on their first showing |
[22:09:14] | sphery: | how's that for 4-hrs too late for the conversation |
[22:09:19] | Dagmar: | Didn't you tell him that hours ago? |
[22:09:23] | Dagmar: | Ah hehe |
[22:09:43] | Dagmar: | I thought for a moment there we had another "answer shopping" newb |
[22:09:49] | sphery: | I just saw my name mentioned in a context where that's what he wanted, so I was answering (didn't fell like reading all of scrollback) |
[22:10:09] | Dagmar: | THe ones who'll show up, ask a question, get a reasonable answer, and then come back hours later to ask teh same question a few times more, in case a "better" answer comes up |
[22:10:25] | sphery: | heh, no, not this time |
[22:15:26] | lyricnz (lyricnz!n=simonrob@ppp118-208-172-168.lns10.mel4.internode.on.net) has quit (Read error: 110 (Connection timed out)) | |
[22:21:19] | matt23: | hey sphery, i was wondering about importing old recording data into a new host with.... :D |
[22:22:47] | swann (swann!n=swann@93-97-33-98.zone5.bethere.co.uk) has quit () | |
[22:31:56] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has quit () | |
[22:37:53] | matt23: | sphery, i know it's a hack, but touch /var/media/mythvideo/<filename> seems to do the trick, then the deletion proceeds as normal |
[22:42:20] | inordkuo (inordkuo!n=inorkuo@adsl-99-145-91-82.dsl.chcgil.sbcglobal.net) has quit (Read error: 104 (Connection reset by peer)) | |
[22:44:03] | grokky (grokky!n=grokky@excalibur.csse.unimelb.edu.au) has joined #mythtv-users | |
[22:44:07] | inordkuo (inordkuo!n=inorkuo@adsl-99-145-91-82.dsl.chcgil.sbcglobal.net) has joined #mythtv-users | |
[22:46:05] | dashcloud: | is there a recommended way to handle re-scanning digital channels to get the new location of them? |
[22:47:12] | wagnerrp: | run the scanner with 'minimal updates' |
[22:47:30] | wagnerrp: | it will try to match and move any channels that have an identifier |
[22:47:48] | wagnerrp: | which for digital cable, is likely going to be some of the broadcast channels |
[22:49:28] | dashcloud: | okay- I will do that in a bit |
[22:54:54] | iamlindoro (iamlindoro!n=iamlindo@unaffiliated/iamlindoro) has quit ("Coyote finally caught me") | |
[22:57:22] | inordkuo (inordkuo!n=inorkuo@adsl-99-145-91-82.dsl.chcgil.sbcglobal.net) has quit ("Leaving.") | |
[22:57:43] | iamlindoro (iamlindoro!n=iamlindo@c-67-188-139-219.hsd1.ca.comcast.net) has joined #mythtv-users | |
[22:57:46] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v iamlindoro | |
[22:59:36] | gunni_ (gunni_!n=quassel@xdsl-81-173-233-53.netcologne.de) has joined #mythtv-users | |
[22:59:53] | iamlindoro (iamlindoro!n=iamlindo@unaffiliated/iamlindoro) has quit (Client Quit) | |
[23:02:22] | pizdets (pizdets!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has joined #mythtv-users | |
[23:03:32] | pizzledizzle (pizzledizzle!n=pizdets@pool-96-250-220-91.nycmny.fios.verizon.net) has quit (Read error: 104 (Connection reset by peer)) | |
[23:07:10] | matt23: | House goes through detox, hoping to stop the hallucinations that tormented him; Dr. Nolan (Andre Braugher) refuses to sign the paperwork to reinstate House's license unless House participates in his own mental recovery. (CC, Stereo) |
[23:07:19] | matt23: | so when is the alien abduction episode? aren't we overdue? |
[23:08:57] | Dagmar: | Any form of life able to cross the gulf between worlds will be smart enough to avoid the hell out of Dr. House |
[23:09:26] | matt23: | heh |
[23:09:46] | Dagmar: | If for no other reason than his patients might come in for a hangnail removal, but invariably wind up in ICU hanging to life by a thread at some point before they leave |
[23:10:31] | matt23: | i've heard one of the appeals of the show is we dream we could be at work and telling everybody else they're an idiot...and be right |
[23:10:47] | Dagmar: | Dream? |
[23:10:50] | matt23: | heh |
[23:11:22] | Dagmar: | I avoid customer-facing positions for a reason |
[23:11:42] | matt23: | i loved the day i moved away from that world |
[23:12:11] | matt23: | yknow...from do you want fries with that? to should we order more fries? |
[23:12:16] | Dagmar: | *most* of my coworkers realize my refusal to sugar-coat and minimize is simply me being honest |
[23:12:55] | beatbreak (beatbreak!n=AndyMike@c211-30-15-33.rivrw2.nsw.optusnet.com.au) has joined #mythtv-users | |
[23:13:37] | Dagmar: | "It's not in my job description to make you feel good about failure. I will however, laud subsequent successes without fail." |
[23:13:54] | gunni (gunni!n=quassel@xdsl-84-44-235-195.netcologne.de) has quit (Read error: 110 (Connection timed out)) | |
[23:15:04] | matt23: | wow heidi klum is like 10 months pregnant |
[23:15:13] | matt23: | no more midriff shots for her |
[23:17:12] | Dagmar: | not on the usual websites anyway |
[23:17:42] | matt23: | yeah more like blog material now |
[23:18:03] | matt23: | but she can still say auf wiedersehen to the LOSERS on project runway |
[23:18:07] | Er1K (Er1K!n=erik@71.94.168.85) has joined #mythtv-users | |
[23:18:08] | iamlindoro (iamlindoro!n=iamlindo@c-67-188-139-219.hsd1.ca.comcast.net) has joined #mythtv-users | |
[23:18:11] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v iamlindoro | |
[23:22:34] | matt23: | hm so i dumped all our employee names to a file then sorted them by length |
[23:23:00] | matt23: | the winner: Karthikeyan Vijayanarayanasamy |
[23:23:17] | ** matt23 is impressed ** | |
[23:23:28] | kormoc: | Did you mean: Karthikeyan Vijay Narayanasamy? |
[23:23:38] | swann (swann!n=swann@93-97-33-98.zone5.bethere.co.uk) has joined #mythtv-users | |
[23:24:35] | matt23: | kormoc on the google heh |
[23:25:13] | kormoc: | yeah, funny how much info you can get, class of 1989, tomcat user, hotmail email address.... |
[23:25:35] | crankharder: | Dagmar: I'm not shopping, I got a good answer the first time :) |
[23:26:25] | kormoc: | ooh, he's a bad guy, posts to a mailing list and never posts again when asked for clarification... |
[23:27:01] | matt23: | heh |
[23:27:13] | matt23: | yeah i think it might be the same guy |
[23:27:34] | duerF (duerF!n=tommi@heima.tommi.org) has joined #mythtv-users | |
[23:27:53] | Dagmar: | If it sounds like a 64-bit hash and it spells like a 64-bit hash... |
[23:28:20] | swann (swann!n=swann@93-97-33-98.zone5.bethere.co.uk) has quit (Client Quit) | |
[23:28:26] | matt23: | spell my finger |
[23:31:58] | weevilofdoom (weevilofdoom!n=xu@71.237.249.6) has joined #mythtv-users | |
[23:32:17] | weevilofdoom: | is there a table/row where i can see my unencrypted schedule's direct password? :/ |
[23:33:12] | mzb: | wouldn't that be a bug? ;) |
[23:33:49] | weevilofdoom: | in a way yes, in a way no :( |
[23:34:43] | matt23: | https://www.schedulesdirect.org/login/forgot |
[23:34:44] | Josh__ (Josh__!n=fuxxy@c-98-201-31-24.hsd1.tx.comcast.net) has joined #mythtv-users | |
[23:34:45] | matt23: | ^ not an option? |
[23:34:55] | matt23: | dead email address? |
[23:35:03] | matt23: | you should be able to mail them |
[23:35:19] | lightpriest (lightpriest!n=lightpri@87.69.225.30) has left #mythtv-users ("Leaving") | |
[23:35:20] | Defense|Twin (Defense|Twin!n=jepz@e177224196.adsl.alicedsl.de) has quit (Remote closed the connection) | |
[23:35:35] | Dagmar: | Just dump the entire database and find out |
[23:35:42] | Dagmar: | It can't be stored encrypted. Hint hint |
[23:35:56] | kormoc: | SELECT * FROM videosource; |
[23:36:13] | scan is now known as scan_away | |
[23:36:46] | Josh__: | Is QT4 backward compatible with QT3 apps? |
[23:37:04] | Dagmar: | no |
[23:37:10] | kormoc: | a little |
[23:37:33] | weevilofdoom: | ha thanks |
[23:37:34] | weevilofdoom: | got it |
[23:38:05] | weevilofdoom: | oh, thanks kormoc, i went and found that out by dumping and grepping, lol |
[23:38:56] | matt23: | dump and grep |
[23:39:02] | matt23: | saw that on CSI i think |
[23:39:31] | Josh__: | Dagmar, kormoc, hmm, I guess it's compatible enough, my 0.21 FE is running on a QT4 desktop (completely by accident) |
[23:39:49] | kormoc: | Josh__: or you have both installed |
[23:40:14] | Josh__: | kormoc, that's possible as well... |
[23:40:34] | Josh__: | kormoc, how would I find out what all versions of QT are currently installed? |
[23:41:26] | kormoc: | depends on your distro? |
[23:41:47] | jya (jya!n=avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users | |
[23:41:53] | Josh__: | kormoc, ahh, mabye I can ask the package manager. |
[23:41:56] | matt23: | aptdpkgyum -qal | grep -i qt |
[23:43:02] | weevilofdoom (weevilofdoom!n=xu@71.237.249.6) has quit () | |
[23:43:48] | matt23: | i swear i've had two different video sources running together at times..could this be due to my dvb card and the 'on known multiplex' tuning? |
[23:45:56] | Dagmar: | Assuming they're on the sake multiplex |
[23:46:44] | Josh__: | Dagmar, too much sake? |
[23:46:46] | laga: | weeabo! |
[23:47:17] | matt23: | mm sake |
[23:48:19] | ** Josh__ wishes Comcast Houston would put his standard cable channels on Clear QAM already. ** | |
[23:49:43] | swann (swann!n=swann@93.97.33.98) has joined #mythtv-users | |
[23:57:59] | matt23: | so dagmar going with the scte65scan output, are these channels on the same multiplex? |
[23:58:14] | matt23: | 37 110.7 4 TNT |
[23:58:14] | matt23: | 38 110.8 4 ESPN |
[23:58:14] | matt23: | 39 110.9 4 ESPN2 |
[23:58:52] | Josh__: | Is there a way to run the frontend from within the build directory? (without a "make install" |
[23:58:53] | paperclip (paperclip!n=papercli@ip72-204-175-205.no.no.cox.net) has joined #mythtv-users |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.