| Monday, January 17th, 2011, 00:00 UTC | ||
| [00:00:18] | Beirdo: | mmmm, mythbeer? |
| [00:00:20] | [R]: | so all you need to do, is make --status return an extra value for "script said not to shutdown" or something |
| [00:00:32] | [R]: | and make mythshutdown --status run that script (configurable from the db) |
| [00:00:35] | Crys: | mythshutdown doesn't have a hook to customize the status check. |
| [00:00:40] | [R]: | Crys: so you make oen |
| [00:01:08] | Beirdo: | anyone here have a G4 Mac running Linux |
| [00:01:13] | jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users | |
| [00:01:40] | [R]: | Crys: i'd do it myself... but wrapping mythsutdown --check works for me cuz i dont use mythwecleom nor if i did would it matter what it said |
| [00:02:02] | Crys: | [R]: right, that's probably a better place than mythwelcome. |
| [00:03:05] | [R]: | if you maek an option for --status to run a script, that takes care of --check also, than you dont need a specail script for that (which is what you said you were doing) |
| [00:03:41] | sid3windr: | boo iamlindoro. posting responses to help people. boo. :P |
| [00:08:20] | Crys: | [R]: that sounds like a plan. I'm gonna add an option to the backend for an user script that gets called by mythshutdown --check and --status. Does it sound like a good idea? |
| [00:10:00] | [R]: | Crys: but you also need to add a new exit code for --status, and change mythwelcoem to look for that one also |
| [00:10:30] | [R]: | Crys: although... it looks like there might not be anymore room in the current list |
| [00:10:37] | Crys: | [R]: That's trivial. |
| [00:10:48] | Crys: | [R]: oh, why? |
| [00:10:49] | [R]: | can exit codes be bigger than 255? |
| [00:10:54] | [R]: | i seem to think maybe 255 is the max |
| [00:11:01] | Crys: | me, too |
| [00:11:15] | wagnerrp: | are 255 different codes not enough? |
| [00:11:39] | [R]: | wagnerrp: it does a bitwise check |
| [00:11:53] | Crys: | [R]: although, main() returns an int, not a short. |
| [00:12:05] | [R]: | Crys: i just tried returning 1024 in a bash script and the status was 0 |
| [00:12:34] | [R]: | 255 works, 256 doesn't |
| [00:12:52] | Crys: | I've tried that with a Python script. Same result. |
| [00:12:52] | Beirdo: | return codes are 8-bit |
| [00:12:59] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-142-187-213.range86-142.btcentralplus.com) has quit (Quit: Slim-Kimbo) | |
| [00:14:07] | Beirdo: | oh cool |
| [00:14:17] | Beirdo: | my 750G external drive... is empty |
| [00:14:19] | Beirdo: | yay! |
| [00:14:24] | [R]: | Beirdo: why is that good? |
| [00:14:45] | Beirdo: | because it's tons of space to rip CDs to :) |
| [00:14:51] | Crys: | I wonder why the signature of main is "int main(int argc, char **argv)" when it can return just a signed short. |
| [00:14:59] | [R]: | Crys: i dunno if people would complain... but you could scratch the "transcoding" and "commercial detection" codes and just use the "jobs running" code for them |
| [00:15:06] | wagnerrp: | no kidding... only a couple thousand of them |
| [00:15:09] | [R]: | Crys: you'd have to ask K&R about that |
| [00:15:26] | Beirdo: | and, it's portable, so easy to transfer after |
| [00:16:02] | Beirdo: | and it's the drive that I can connect via Firewire, which is good as so is the DVD changer that should show up tomorrow |
| [00:16:04] | Crys: | It might be a Unix thing: http://en.wikipedia.org/wiki/Exit_status#Unix |
| [00:16:38] | Beirdo: | it can return unsigned char via UNIX exit codes |
| [00:16:57] | Beirdo: | anyways, that's life, enjoy :) |
| [00:17:28] | Crys: | and 64kB are enough for every program ... ;) |
| [00:18:14] | Beirdo: | there's no real need for more than 255 different error return codes for a progran |
| [00:18:17] | wagnerrp: | 640kB, and its apocrypha, no evidence he ever said anything like that |
| [00:18:17] | Beirdo: | program... |
| [00:20:34] | Computer_Czar (Computer_Czar!~Unknown@69.4.155.83) has joined #mythtv-users | |
| [00:28:11] | wagnerrp: | woo! PVR-150 drivers built on freebsd |
| [00:28:25] | wagnerrp: | 4 years of trying, and thats the first time ive been successful |
| [00:35:10] | stuartm: | sphery: some time back I asked if it was possible to restore just one table using the restore script, I don't remember the answer and there isn't nothing in the help output to suggest this would be possible? |
| [00:35:26] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [00:35:27] | [R]: | wagnerrp: that's what she said |
| [00:38:28] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [00:40:26] | sphery: | stuartm: No, it's not currently possible, but I have the patch to make it do it, kind of... To do it right, I need to be able to parse the lines that do the drop/create table portion. The patch I have just puts the data into an empty/truncated table. |
| [00:40:48] | sphery: | part of me also didn't want to put it in and encourage people to do "selective" restores |
| [00:42:12] | sphery: | the drop/create table parsing functionality for it is necessary for another "fix channels" thing I was considering doing, but I haven't gotten around to finishing that. Chances are, if I do the channels stuff, the selective restore will go in but without any help output about it |
| [00:43:22] | sphery: | I can give you the patch I have if you want it, but it's really no smarter than zcat mythconverg-1254-<date>.sql.gz | grep "INSERT INTO `tablename" |
| [00:43:46] | sphery: | (other than handling compressed/not compressed and with/without quotes around the table name) |
| [00:44:05] | stuartm: | no that's ok, I'll do this restore manually and/or just bite the bullet and reset my music metadata entirely |
| [00:44:25] | stuartm: | my backup is 2 weeks old, which means it's a little too old to be of much use |
| [00:45:05] | stuartm: | agh, no, if I reset my music metadata I'll lose the 'imported' date and that will screw up some of my playlists |
| [00:45:25] | sphery: | stuartm: fwiw, drop music schema info: http://www.gossamer-threads.com/lists/mythtv/users/407454#407454 |
| [00:45:51] | stuartm: | ok, new idea, hack the scanner code to rebuild the table without destroying the other metadata |
| [00:45:52] | sphery: | then you can just import those tables from a backup |
| [00:46:12] | sphery: | or that :) |
| [00:47:06] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [00:47:43] | sphery: | I seriously under-estimated the cooking time for my rice cooker. Everything else is done, and I have to wait on the rice to finish (since the rice goes in the burritos). |
| [00:47:56] | Beirdo: | oops |
| [00:48:16] | sphery: | the worst part is that I'm very hungry and it all smells so good |
| [00:48:24] | ** stuartm had fajitas ** | |
| [00:48:30] | sphery: | that sounds good, too |
| [00:48:36] | wagnerrp: | is there any way to run mythavtest database-less? |
| [00:48:37] | sphery: | steak fajitas? |
| [00:48:46] | stuartm: | nothing special though, commercial spice mix |
| [00:48:47] | sphery: | if so, it will beat the ground beef I'm having |
| [00:48:51] | stuartm: | sphery: chicken |
| [00:48:55] | croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has joined #mythtv-users | |
| [00:48:57] | sphery: | ah, those are tasty, too |
| [00:49:10] | sphery: | mine has home-mixed spice and homemade refried beans |
| [00:49:40] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [00:49:45] | sphery: | (which actually taste like beans--not mush) |
| [00:49:57] | Guest54397 (Guest54397!~cp@d-69-161-111-210.cpe.metrocast.net) has joined #mythtv-users | |
| [00:51:32] | Guest54397 is now known as linuxtech | |
| [00:55:42] | stuartm: | heh, fixed it and without restoring the database or hacking the scanner |
| [00:55:54] | sphery: | cool |
| [00:57:04] | stuartm: | I just reset all the 'last modified' timestamps in the database thereby forcing the scanner to re-inspect all the files, since they already existed no metadata was changed but it found all the embedded album art |
| [00:58:21] | Beirdo: | nice |
| [00:58:25] | stuartm: | i.e. really pretty simple, should have thought of it earlier type solution |
| [01:01:27] | jya (jya!~avenardj@mythtv/developer/jya) has quit (Quit: jya) | |
| [01:10:24] | stuartm: | daily backup cron job setup, I don't have to bitten twice |
| [01:27:43] | Crys (Crys!~|Crys|@plone/tiran) has quit (Ping timeout: 276 seconds) | |
| [01:30:11] | yu210148 (yu210148!~klucas@206-248-137-146.dsl.teksavvy.com) has joined #mythtv-users | |
| [01:41:39] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [01:44:36] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [01:56:55] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [02:01:08] | tictric_ (tictric_!~quassel@p5DF349C0.dip.t-dialin.net) has joined #mythtv-users | |
| [02:01:08] | tictric_ (tictric_!~quassel@p5DF349C0.dip.t-dialin.net) has quit (Changing host) | |
| [02:01:08] | tictric_ (tictric_!~quassel@unaffiliated/tictric) has joined #mythtv-users | |
| [02:01:38] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has joined #mythtv-users | |
| [02:04:46] | tictric (tictric!~quassel@unaffiliated/tictric) has quit (Ping timeout: 250 seconds) | |
| [02:05:29] | Twiggy2cents (Twiggy2cents!~darren@66.87.11.59) has quit (Ping timeout: 264 seconds) | |
| [02:07:17] | biffhero (biffhero!~Adium@c-98-248-48-126.hsd1.ca.comcast.net) has quit (Ping timeout: 264 seconds) | |
| [02:10:01] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 272 seconds) | |
| [02:10:16] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
| [02:11:51] | biffhero (biffhero!~Adium@c-98-248-48-126.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [02:19:02] | russell5 (russell5!~russell5@pool-108-20-133-66.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds) | |
| [02:22:20] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
| [02:24:19] | mattwj2002: | hi mythtv geniuses |
| [02:24:22] | mattwj2002: | :D |
| [02:24:27] | dkeith__ (dkeith__!~dkeith@173.48.203.222) has joined #mythtv-users | |
| [02:25:02] | dkeith__ is now known as dkeith | |
| [02:26:31] | mattwj2002: | why does my mythtv box remote stop working after awhile? |
| [02:27:26] | dkeith_ (dkeith_!~dkeith@pool-71-174-251-163.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds) | |
| [02:32:55] | russell5 (russell5!~russell5@pool-108-20-133-66.bstnma.fios.verizon.net) has joined #mythtv-users | |
| [02:45:14] | jamesd2 (jamesd2!~jamesd@CPE-72-131-65-50.wi.res.rr.com) has quit (Ping timeout: 255 seconds) | |
| [02:47:55] | sphery: | OK, someone at ABC needs to be slapped around abit |
| [02:48:23] | sphery: | what's up with abc.com popping up a full screen browser window with garbage ads when you click on Shows |
| [02:48:33] | sphery: | I seriously thought their site had been hacked |
| [03:02:15] | john___ (john___!~john@CPE-121-210-80-156.slzx1.cht.bigpond.net.au) has joined #mythtv-users | |
| [03:03:57] | john___: | hi I just installeed mythfrontend on on Ubuntu and whenever I go to the watch TV it crashes very hard – I think it may actually be crashing X as I have to re login. Any hints on how to solve this? |
| [03:05:21] | mattwj2002 (mattwj2002!~Matt@wikisource/pdpc.active.mattwj2002) has left #mythtv-users () | |
| [03:12:42] | wagnerrp: | john___: sounds like bad nvidia drivers |
| [03:14:07] | john___: | so how do i fix that? |
| [03:14:16] | wagnerrp: | install good nvidia drivers |
| [03:17:00] | wagnerrp: | basically, it sounds like you have an early version of the 260 series of nvidia drivers |
| [03:17:04] | wagnerrp: | which are known to be buggy |
| [03:19:56] | john___: | I don't think this laptop has any nvidia hardware in it, but do you know which package has the buggy drivers |
| [03:20:08] | wagnerrp: | ATI graphics? |
| [03:20:58] | john___: | intel 945 |
| [03:23:41] | john___: | lshw | grep -i nv returns nothing |
| [03:30:42] | Beirdo: | yay |
| [03:30:56] | Beirdo: | I found the firewire cabling I need. both of em |
| [03:31:05] | Beirdo: | too bad the firewire card is fried |
| [03:31:22] | Beirdo: | which gives me the choice of my old mythbox or the PowerBook G4 :) |
| [03:33:42] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [03:34:03] | john___ (john___!~john@CPE-121-210-80-156.slzx1.cht.bigpond.net.au) has quit (Quit: Lost terminal) | |
| [03:35:46] | john___ (john___!~john@CPE-121-210-80-156.slzx1.cht.bigpond.net.au) has joined #mythtv-users | |
| [03:36:36] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [03:36:50] | ** Beirdo slaps himself ** | |
| [03:37:06] | Beirdo: | trying to test a transcode I did... so I tried mplayer... on the backend box |
| [03:37:14] | Beirdo: | which has no video card. |
| [03:37:18] | Beirdo: | eeediot. |
| [03:38:05] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Quit: ...) | |
| [03:40:49] | john___ (john___!~john@CPE-121-210-80-156.slzx1.cht.bigpond.net.au) has quit (Ping timeout: 276 seconds) | |
| [03:41:18] | john___ (john___!~john@CPE-121-210-80-156.slzx1.cht.bigpond.net.au) has joined #mythtv-users | |
| [03:42:23] | Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv-users | |
| [03:45:09] | BLZbubba (BLZbubba!~mark@tpsit.com) has quit (Remote host closed the connection) | |
| [03:47:04] | yu210148 (yu210148!~klucas@206-248-137-146.dsl.teksavvy.com) has quit (Ping timeout: 240 seconds) | |
| [03:52:59] | Beirdo: | /win 15 |
| [03:53:02] | Beirdo: | grrrr |
| [03:53:10] | wagnerrp: | /lose 27 |
| [03:53:32] | wagnerrp: | /blue 32 |
| [03:53:41] | wagnerrp: | hut hut HIKE! |
| [03:54:22] | Beirdo: | hehe |
| [03:54:31] | Beirdo: | oooh, thanks for reminding me |
| [03:54:43] | wagnerrp: | something about football? |
| [03:54:47] | Beirdo: | yeah |
| [03:54:53] | Beirdo: | I'm such a non-fan |
| [03:55:44] | Beirdo: | not too surprising... Seattle lost to Chicago |
| [03:56:24] | Beirdo: | ummm, this H.264 recording says it's 14min long |
| [03:56:27] | Beirdo: | it's an hour. |
| [03:56:32] | Beirdo: | who re-borked that? |
| [03:57:48] | Beirdo: | I swear.. this code has a life of its own |
| [03:59:16] | Beirdo: | I'll keep it around for testing, I guess |
| [04:00:09] | john___: | hm, still haven't been able to fix my mythfrontend crashing X problem |
| [04:00:43] | yu210148 (yu210148!~klucas@206-248-137-146.dsl.teksavvy.com) has joined #mythtv-users | |
| [04:02:29] | yu210148 (yu210148!~klucas@206-248-137-146.dsl.teksavvy.com) has quit (Client Quit) | |
| [04:03:52] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [04:06:52] | john___: | mvn, changing playback to use the setting for cpu++ seems to have stopped the crashing, except mythtv is now treating the ouput as if it was to non-widescreen instead of the widescreen that it shold be using |
| [04:07:20] | wagnerrp: | try using Slim instead |
| [04:09:04] | john___: | how |
| [04:10:29] | john___: | switched to vdpau-slim, appears to have crashed X even worse than before |
| [04:10:46] | wagnerrp: | but you dont have a VDPAU capable card |
| [04:10:50] | wagnerrp: | of course its not going to work |
| [04:10:52] | [R]: | lol |
| [04:11:12] | wagnerrp: | you want Slim, not VDPAU Slim |
| [04:12:43] | john___: | excellent, that appears to be working perfectly |
| [04:12:46] | john___: | thanks for the help |
| [04:19:08] | Perdignus (Perdignus!~Perdignus@99-6-102-81.lightspeed.milwwi.sbcglobal.net) has quit (Quit: leaving) | |
| [04:21:34] | linuxtech: | I have a new 2TB disk and I was wondering if it might be a good idea to use multiple subdirectories. On a 1.5TB I have now it has 4144 files in one of the StorageGroup directories. However I am using XFS and I don't see any slowness when I ls the directory. What do you all think? |
| [04:23:04] | wagnerrp: | no real reason to split it up into multiple subdirectories |
| [04:23:27] | linuxtech: | Thanks! |
| [04:23:41] | wagnerrp: | now sure why you need to 'ls' it either |
| [04:23:45] | wagnerrp: | s/now/not/ |
| [04:27:41] | mattwj2002 (mattwj2002!~Matt@wikisource/pdpc.active.mattwj2002) has joined #mythtv-users | |
| [04:28:10] | mattwj2002: | hi guys |
| [04:28:56] | mattwj2002: | how can you get mythtv to record multisubchannels on a single channel |
| [04:29:04] | mattwj2002: | ? |
| [04:29:25] | wagnerrp: | setting multiple virtual tuners in card setup in mythtv-setupo |
| [04:30:19] | mattwj2002: | hmmm |
| [04:31:09] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has quit () | |
| [04:32:33] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 260 seconds) | |
| [04:34:26] | Beirdo: | hmm, seems to be just that one file |
| [04:34:29] | mattwj2002: | how do you go about doing that |
| [04:34:34] | mattwj2002: | :"? |
| [04:34:38] | Beirdo: | I'll give it the hairy eyeball and move on, I guess |
| [04:36:08] | Beirdo: | and this one sounds like the audio's clipping |
| [04:36:09] | Beirdo: | odd |
| [04:38:54] | Twiggy2cents (Twiggy2cents!~darren@66.87.2.153) has joined #mythtv-users | |
| [04:39:15] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [04:40:23] | mattwj2002: | Beirdo: you have an experience with this? |
| [04:40:53] | Beirdo: | yes/ |
| [04:41:35] | Beirdo: | you go into mythv-setup and tell it how many virtual tuners to use for the tuner |
| [04:42:03] | mattwj2002: | oh crap that simple |
| [04:42:04] | mattwj2002: | :) |
| [04:42:10] | Beirdo: | pretty much |
| [04:42:15] | mattwj2002: | dang |
| [04:42:17] | mattwj2002: | :) |
| [04:43:53] | mattwj2002: | you guys make it too easy |
| [04:46:24] | mattwj2002: | and those will only record on the same physical channel? |
| [04:50:09] | Beirdo: | same multiplex, yes |
| [04:50:51] | Beirdo: | hahah, what a wuss |
| [04:51:08] | Beirdo: | watching the "moonshine" episode of US Top Gear |
| [04:51:23] | Beirdo: | the one guy couldn't handle the stuff |
| [04:52:23] | Beirdo: | and it was the guy from the south. |
| [04:52:39] | Beirdo: | they gave him crap for it, of course |
| [04:52:43] | wagnerrp: | whos the guy from the south? |
| [04:52:53] | Beirdo: | the big guy with a beard |
| [04:55:24] | k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users | |
| [04:56:09] | wagnerrp: | any reason to not lock outdated wiki pages for historical archive? |
| [04:57:55] | Beirdo: | sounds like a plan to me |
| [04:58:40] | Beirdo: | how's this for lame? I bought the BluRay player... and it's still not hooked up |
| [05:01:28] | wagnerrp: | ever used maildrop? |
| [05:01:43] | Beirdo: | trying to place the name |
| [05:01:49] | Beirdo: | I don't think so. |
| [05:02:03] | wagnerrp: | mail delivery agent, with filtering rules |
| [05:02:14] | wagnerrp: | for some reason, its not delivering email |
| [05:02:18] | Beirdo: | nah, I've always used procmail for that |
| [05:02:26] | wagnerrp: | about one in fifteen gets dropped |
| [05:02:39] | wagnerrp: | and i cant figure out a way to get information on it to find out why |
| [05:02:59] | wagnerrp: | like this latest one from douglas peale, dropped |
| [05:03:13] | wagnerrp: | it should have been picked up for the mailing list rules, but it wasnt |
| [05:03:20] | wagnerrp: | fell through all the rest of the rules |
| [05:03:32] | wagnerrp: | and even managed to fall past the catch-all that dumps to the main folder |
| [05:03:39] | wagnerrp: | that shouldnt even be possible |
| [05:08:15] | Beirdo: | wouldn't think it would be |
| [05:21:47] | wagnerrp: | well ive turned on even more logging |
| [05:21:52] | wagnerrp: | of course ive been doing that all day |
| [05:22:11] | wagnerrp: | increase the logging, wait for some email to fail, increase the logging... |
| [05:32:30] | mattwj2002 (mattwj2002!~Matt@wikisource/pdpc.active.mattwj2002) has left #mythtv-users () | |
| [05:41:50] | russell5 (russell5!~russell5@pool-108-20-133-66.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds) | |
| [06:23:21] | FinnTux (FinnTux!~smr@et456.netikka.fi) has quit (Quit: Ex-Chat) | |
| [06:26:22] | jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users | |
| [06:26:37] | highzeth: | I can highly recommend dovecot with sieve as an alternative. |
| [06:27:00] | jeffery_ (jeffery_!~jeffery@opensuse/member/jefferyfernandez) has quit (Client Quit) | |
| [06:27:37] | wagnerrp: | dovecot seems to just be an imap server |
| [06:28:47] | highzeth: | I use postfix for smtp duties & dovecot-lda with sieve (and imaps / imaps-auth for smtp) |
| [06:29:24] | jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Ping timeout: 248 seconds) | |
| [06:30:03] | wagnerrp: | looking at the filter logs, it seems like postfix isnt sending the full email to maildrop |
| [06:30:26] | wagnerrp: | since even shortcutting the ruleset straight to deliver, it is still dropping emails |
| [06:30:40] | highzeth: | ugh |
| [06:31:36] | highzeth: | dovecot-lda+sieve came at a perfect time for us, we had ran exim for many years before that, tho it was fully on par mta wise, the LDA & filtering implementations at the time was far from perfect |
| [06:31:41] | john___ (john___!~john@CPE-121-210-80-156.slzx1.cht.bigpond.net.au) has quit (Quit: Lost terminal) | |
| [06:38:32] | highzeth: | http://wiki.dovecot.org/LDA/Postfix fairly straightforward to test on your current postfix setup |
| [06:40:24] | Stevezau (Stevezau!~Stevezau@60-242-114-18.static.tpgi.com.au) has joined #mythtv-users | |
| [06:40:27] | Stevezau: | anyone know of a decent upnp server? I dont want to use myth as it wont always be open.. for linux |
| [06:40:52] | kormoc: | Stevezau, mediatomb |
| [06:41:13] | wagnerrp: | why would mythbackend not always be running? |
| [06:41:34] | highzeth: | I was about to ask the same question, not gonna share it's recordings/archive? |
| [06:41:40] | Stevezau: | wagnerrp i swtich between xbmc and mythtv |
| [06:41:51] | kormoc: | Stevezau, so why would you stop the backend? |
| [06:41:53] | wagnerrp: | yes, and why would mythbackend not always be running? |
| [06:42:16] | wagnerrp: | the backend must remain online at all times if you wish to schedule shows to be recorded |
| [06:42:37] | FinnTux (FinnTux!~smr@et456.netikka.fi) has joined #mythtv-users | |
| [06:42:42] | Stevezau: | oh yeah.. of course the backend will be running still.. |
| [06:42:42] | highzeth: | xbmc svn works for playback atleast, never used it for livetv |
| [06:42:47] | Stevezau: | i was thinking from the xbmc side of things |
| [06:42:50] | wagnerrp: | the backend runs the upnp server |
| [06:43:04] | highzeth: | *playback of recordings |
| [06:43:06] | Stevezau: | i perfer mythtv frontend for livetv.. not xbmc myth |
| [06:43:11] | wagnerrp: | so if the backend is always running, mythtv's upnp server is also always running |
| [06:43:38] | Stevezau: | it supports music? |
| [06:43:49] | wagnerrp: | yes |
| [06:43:51] | Stevezau: | appears it does |
| [06:43:52] | Stevezau: | hmm |
| [06:44:11] | Stevezau: | thanks :) |
| [06:44:56] | Beirdo: | oh this is wonderful |
| [06:45:10] | Beirdo: | my ethernet switch is full. |
| [06:45:21] | [R]: | Beirdo: so get a second one |
| [06:45:28] | Beirdo: | hehe. I have teh BluRay all hooked up but the ethernet |
| [06:45:52] | Beirdo: | well duh, but it won't be here instantly, now, will it? |
| [06:46:35] | highzeth: | got a extra NIC in one of your pc/servers? bridge it =) |
| [06:46:49] | Beirdo: | not going to happen |
| [06:47:03] | wagnerrp: | get a bigger ethernet switch? |
| [06:47:10] | ** wagnerrp almost said 'git' ** | |
| [06:47:15] | Beirdo: | hehe |
| [06:47:22] | Beirdo: | git clone old-switch |
| [06:47:35] | Beirdo: | I'll just get another. |
| [06:47:45] | [R]: | wagnerrp: git er done |
| [06:47:55] | wagnerrp: | i will stab you |
| [06:48:03] | Beirdo: | who woulda thought that 8 ports by the TV wouldn't be enough |
| [06:48:36] | [R]: | wagnerrp: not a fan of larry the cable guy? |
| [06:48:55] | wagnerrp: | ive got nothing against larry the cable guy |
| [06:48:56] | kormoc: | Beirdo, Wireless? |
| [06:49:33] | wagnerrp: | im not a fan of every redneck and retard repeating the same line over and over again until it has completely lost any inkling of humor |
| [06:49:49] | Beirdo: | nah, I use wireless for network -> internet hough |
| [06:49:59] | [R]: | wagnerrp: haha |
| [06:50:09] | [R]: | wagnerrp: are you originally from the south, or did you move there? |
| [06:50:12] | Beirdo: | oh, like "that's what she said" |
| [06:50:20] | highzeth: | you might be a redneck if.. |
| [06:50:29] | wagnerrp: | that depends on what you consider 'the south' |
| [06:50:31] | [R]: | Beirdo: no, nothing like that... |
| [06:50:47] | [R]: | wagnerrp: the demarcation line from back in the day |
| [06:50:54] | wagnerrp: | people from the south would consider me a northerner, people from the north would consider me a southerner |
| [06:50:57] | wagnerrp: | i have no home |
| [06:51:29] | kormoc: | It's true |
| [06:52:07] | KraMer (KraMer!~mark@adsl-70-240-212-19.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
| [06:54:54] | Beirdo: | should dig through my crap pile to see if there's another switch in it... |
| [06:57:09] | highzeth: | out of curiosity, why is a br0 out of the question? |
| [06:57:27] | wagnerrp: | most would consider it a 'dirty' solution |
| [06:57:38] | Beirdo: | a) don't have dual ethernet, b) I don't need the complexity |
| [06:57:58] | highzeth: | sure, but if he don't have ports/another switch to spare, it sure makes for a working solution till new switch arrives |
| [06:58:11] | Beirdo: | short term, I'll probably just yank the cable from the DirecTV receiver |
| [06:58:17] | Beirdo: | it doesn't really need it |
| [06:58:36] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has joined #mythtv-users | |
| [06:58:55] | Beirdo: | it's not a solution as I don't have a machine I could do it on anyways |
| [06:59:03] | highzeth: | fair enough |
| [07:00:21] | kormoc: | Ugh... I need to hire someone to write up my multimedia stuff all neat |
| [07:00:50] | wagnerrp: | multimedia stuff? |
| [07:00:52] | Defense|Twin (Defense|Twin!~jepz@e177236039.adsl.alicedsl.de) has joined #mythtv-users | |
| [07:01:03] | kormoc: | wagnerrp, mythbox, wii, ps2, etc |
| [07:01:09] | kormoc: | it's a rat's nest |
| [07:01:14] | wagnerrp: | wire |
| [07:01:42] | kormoc: | ahh, yes, wire, not write |
| [07:03:23] | highzeth: | I went for the easy out, moved all the dust collectors to my rat nest aka office, and left a PC, x360 & a AP. My tv corner has never looked this spacious. |
| [07:04:15] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has quit (Ping timeout: 246 seconds) | |
| [07:05:11] | kormoc: | A large bit of it is I really need to get cables at specific lengths rather then all these way too long ones everywhere |
| [07:05:33] | wagnerrp: | nah, just coil it up and tie it off |
| [07:14:14] | wagnerrp: | just get a good length of cord, and start cable lacing |
| [07:14:45] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (Ping timeout: 246 seconds) | |
| [07:17:28] | johd (johd!~johd@ap164120.wlan.jku.at) has joined #mythtv-users | |
| [07:22:13] | ubIx (ubIx!~ulf@p5DD181A7.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [07:23:01] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [07:23:50] | martin___ (martin___!~quassel@static-88.131.29.2.addr.tdcsong.se) has joined #mythtv-users | |
| [07:25:09] | esperegu (esperegu!~quassel@145.116.15.244) has joined #mythtv-users | |
| [07:25:53] | ubIx_ (ubIx_!~ulf@p5DD19411.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds) | |
| [07:25:56] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [07:26:09] | johd (johd!~johd@ap164120.wlan.jku.at) has quit (Ping timeout: 265 seconds) | |
| [07:26:25] | stoffel (stoffel!~quassel@p57B4A434.dip.t-dialin.net) has joined #mythtv-users | |
| [07:26:25] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
| [07:42:48] | johd (johd!~johd@ap164120.wlan.jku.at) has joined #mythtv-users | |
| [07:54:55] | Defense|Twin (Defense|Twin!~jepz@e177236039.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
| [08:00:41] | johd (johd!~johd@ap164120.wlan.jku.at) has quit (Ping timeout: 255 seconds) | |
| [08:04:41] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has joined #mythtv-users | |
| [08:06:10] | wagnerrp: | these people talking about running mythtv on the PS3 are just completely clueless... |
| [08:07:29] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [08:14:55] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [08:18:30] | Shadow__X: | how bad is it? |
| [08:18:44] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [08:20:46] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 265 seconds) | |
| [08:22:21] | andreax (andreax!~Andreaz@tmo-098-124.customers.d1-online.com) has joined #mythtv-users | |
| [08:22:21] | simonckenyon (simonckenyon!~simoncken@195.7.61.12) has joined #mythtv-users | |
| [08:25:50] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has quit (Ping timeout: 240 seconds) | |
| [08:27:12] | andreax (andreax!~Andreaz@tmo-098-124.customers.d1-online.com) has quit (Quit: Leaving.) | |
| [08:27:47] | Beirdo: | The Cure... still looks like a bunch of freaks |
| [08:28:51] | johd (johd!~johd@ap164120.wlan.jku.at) has joined #mythtv-users | |
| [08:29:28] | andreax (andreax!~Andreaz@tmo-098-124.customers.d1-online.com) has joined #mythtv-users | |
| [08:29:58] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has joined #mythtv-users | |
| [08:39:21] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv-users | |
| [08:39:21] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp | |
| [08:41:35] | Beirdo: | wagnerrp, the burster of bubbles :) |
| [08:41:36] | Beirdo: | hehe |
| [08:43:26] | jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users | |
| [08:43:30] | jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Remote host closed the connection) | |
| [08:44:55] | jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has joined #mythtv-users | |
| [08:45:19] | andreax1 (andreax1!~Andreaz@tmo-105-85.customers.d1-online.com) has joined #mythtv-users | |
| [08:47:09] | andreax (andreax!~Andreaz@tmo-098-124.customers.d1-online.com) has quit (Ping timeout: 246 seconds) | |
| [08:51:24] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has quit (Ping timeout: 240 seconds) | |
| [09:02:04] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has quit (Quit: leaving) | |
| [09:09:08] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has joined #mythtv-users | |
| [09:10:44] | simonckenyon (simonckenyon!~simoncken@195.7.61.12) has quit (Ping timeout: 260 seconds) | |
| [09:12:33] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has quit (Client Quit) | |
| [09:12:54] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has joined #mythtv-users | |
| [09:33:05] | Twiggy2cents (Twiggy2cents!~darren@66.87.2.153) has quit (Ping timeout: 264 seconds) | |
| [09:35:25] | stoffel (stoffel!~quassel@p57B4A434.dip.t-dialin.net) has quit (Read error: Operation timed out) | |
| [09:52:20] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
| [09:55:38] | andreax1 (andreax1!~Andreaz@tmo-105-85.customers.d1-online.com) has quit (Read error: Connection reset by peer) | |
| [09:56:35] | andreax (andreax!~Andreaz@tmo-105-85.customers.d1-online.com) has joined #mythtv-users | |
| [10:03:31] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has left #mythtv-users ("Gone") | |
| [10:09:20] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 255 seconds) | |
| [10:16:14] | hashbang: | morning all |
| [10:23:32] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
| [10:29:05] | johd (johd!~johd@ap164120.wlan.jku.at) has quit (Ping timeout: 272 seconds) | |
| [10:39:24] | awoodland (awoodland!~woodalan@intmlp0486.intm.aber.ac.uk) has joined #mythtv-users | |
| [10:46:26] | johd (johd!~johd@ap164120.wlan.jku.at) has joined #mythtv-users | |
| [10:50:59] | justinh1 (justinh1!~JHornsby@212.140.243.130) has joined #mythtv-users | |
| [10:55:06] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [10:56:00] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [10:59:43] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [11:00:01] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [11:05:12] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [11:05:31] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [11:12:05] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [11:12:58] | stoffel (stoffel!~quassel@p57B4A434.dip.t-dialin.net) has joined #mythtv-users | |
| [11:12:59] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
| [11:13:47] | andreax (andreax!~Andreaz@tmo-105-85.customers.d1-online.com) has quit (Read error: Connection reset by peer) | |
| [11:14:44] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [11:18:16] | stoffel (stoffel!~quassel@p57B4A434.dip.t-dialin.net) has quit (Remote host closed the connection) | |
| [11:19:48] | jeffery (jeffery!~jeffery@opensuse/member/jefferyfernandez) has quit (Quit: adios) | |
| [11:20:39] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [11:21:31] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [11:31:03] | Twiggy2cents (Twiggy2cents!~darren@66.87.7.22) has joined #mythtv-users | |
| [11:33:33] | andreax (andreax!~Andreaz@tmo-105-85.customers.d1-online.com) has joined #mythtv-users | |
| [11:35:52] | andreax (andreax!~Andreaz@tmo-105-85.customers.d1-online.com) has quit (Read error: Connection reset by peer) | |
| [11:41:15] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [11:42:09] | andreax (andreax!~Andreaz@tmo-105-109.customers.d1-online.com) has joined #mythtv-users | |
| [11:42:31] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [11:47:37] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Quit: Quit? I never quit! ... well, hardly ever.) | |
| [11:58:17] | Twiggy2cents (Twiggy2cents!~darren@66.87.7.22) has quit (Ping timeout: 255 seconds) | |
| [12:09:10] | n0tk (n0tk!~n0tk@216.160.42.30) has quit (Read error: Connection reset by peer) | |
| [12:11:12] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [12:13:56] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [12:15:47] | kwtm (kwtm!~kwtm1@adsl-75-61-98-203.dsl.pltn13.sbcglobal.net) has joined #mythtv-users | |
| [12:17:23] | dmb (dmb!~dmb@unaffiliated/dmb) has quit (Ping timeout: 272 seconds) | |
| [12:18:10] | kwtm: | Hi. My /var/log/mythtv/mythbackend.log says: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ..." Is this a known bug? I can't imagine there's an error in SQL syntax with MythTV... |
| [12:19:17] | dmb (dmb!~dmb@unaffiliated/dmb) has joined #mythtv-users | |
| [12:22:08] | n0tk (n0tk!~n0tk@216.160.42.30) has joined #mythtv-users | |
| [12:25:31] | awoodland (awoodland!~woodalan@intmlp0486.intm.aber.ac.uk) has quit (Ping timeout: 276 seconds) | |
| [12:33:59] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat) | |
| [12:34:16] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users | |
| [12:34:35] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
| [12:46:08] | awoodland (awoodland!~woodalan@intmlp0486.intm.aber.ac.uk) has joined #mythtv-users | |
| [12:51:51] | hashbang: | kwtm: depends on the rest of the statement. It's conceivable something hasn't been escaped properly and it breaks the query. |
| [13:00:40] | russell5 (russell5!~russell5@pool-108-20-133-66.bstnma.fios.verizon.net) has joined #mythtv-users | |
| [13:04:43] | johd (johd!~johd@ap164120.wlan.jku.at) has quit (Ping timeout: 260 seconds) | |
| [13:08:53] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (Quit: Leaving.) | |
| [13:20:30] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-205-54.bltmmd.fios.verizon.net) has joined #mythtv-users | |
| [13:21:19] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-205-54.bltmmd.fios.verizon.net) has quit (Remote host closed the connection) | |
| [13:21:40] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-205-54.bltmmd.fios.verizon.net) has joined #mythtv-users | |
| [13:21:48] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-205-54.bltmmd.fios.verizon.net) has left #mythtv-users () | |
| [13:22:36] | Twiggy2cents (Twiggy2cents!~darren@66.87.5.73) has joined #mythtv-users | |
| [13:37:24] | Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv-users | |
| [13:38:54] | mrec_ is now known as mrec | |
| [13:39:58] | Ryushin (Ryushin!proxy@windwalker.openinnovations.com) has joined #mythtv-users | |
| [13:41:58] | kwtm: | I seem to have solved the problem but don't know why this works. I had the error when I ran the MythBackend Setup GUI, which ran MythFillDatabase as the user "mythtv"; but when I tried running it as myself (not root) just to see take a closer look, everything worked. (!?) Anyway, seems like problem now gone... |
| [13:45:09] | kwtm (kwtm!~kwtm1@adsl-75-61-98-203.dsl.pltn13.sbcglobal.net) has quit (Remote host closed the connection) | |
| [14:12:43] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [14:16:35] | dkeith (dkeith!~dkeith@173.48.203.222) has quit (Quit: ~ Trillian Astra - www.trillian.im ~) | |
| [14:22:03] | deaman (deaman!~deaman@nat/trolltech/x-uclrliqecmojasmx) has joined #mythtv-users | |
| [14:23:51] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [14:26:44] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [14:27:40] | jamesd2 (jamesd2!~jamesd@CPE-72-131-65-50.wi.res.rr.com) has joined #mythtv-users | |
| [14:28:20] | mzb_ (mzb_!~mzb@114.75.125.16) has joined #mythtv-users | |
| [14:29:18] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [14:31:44] | andreax (andreax!~Andreaz@tmo-105-109.customers.d1-online.com) has quit (Read error: Connection reset by peer) | |
| [14:32:49] | mzb_ (mzb_!~mzb@114.75.125.16) has quit (Ping timeout: 240 seconds) | |
| [14:32:59] | BLZbubba (BLZbubba!~mark@tpsit.com) has joined #mythtv-users | |
| [14:34:49] | Floppe (Floppe!muppet@crew.cluster-lan.org) has quit (Ping timeout: 272 seconds) | |
| [14:34:55] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [14:35:29] | johd (johd!~johd@90.146.55.47) has joined #mythtv-users | |
| [14:36:20] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [14:36:28] | johnnyj (johnnyj!~chatzilla@cpe-173-172-31-183.tx.res.rr.com) has joined #mythtv-users | |
| [14:37:42] | johnnyj: | the plugin mythweather has failed to run for some reason |
| [14:37:56] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [14:37:59] | johnnyj: | logs are showing : Error: container 'mythweather' is missing child 'update_text' |
| [14:38:13] | johnnyj: | Window weatherbase is missing required elements. |
| [14:39:11] | BLZbubba (BLZbubba!~mark@tpsit.com) has quit (Remote host closed the connection) | |
| [14:45:45] | johnnyj: | which appears to be a theme issue... |
| [14:47:56] | awalls (awalls!~awalls@d-216-36-28-191.cpe.metrocast.net) has joined #mythtv-users | |
| [14:50:03] | johnnyj (johnnyj!~chatzilla@cpe-173-172-31-183.tx.res.rr.com) has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203074432]) | |
| [14:51:20] | Floppe (Floppe!muppet@crew.cluster-lan.org) has joined #mythtv-users | |
| [14:53:12] | martin___ (martin___!~quassel@static-88.131.29.2.addr.tdcsong.se) has quit (Remote host closed the connection) | |
| [14:55:40] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [14:58:20] | BLZbubba (BLZbubba!~mark@tpsit.com) has joined #mythtv-users | |
| [14:58:44] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [15:06:15] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [15:09:24] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [15:34:46] | streeter (streeter!~streeter@nat/redhat/x-cljlkdtqkfpwateg) has joined #mythtv-users | |
| [15:35:54] | justinh1 (justinh1!~JHornsby@212.140.243.130) has quit (Quit: Leaving.) | |
| [15:44:24] | johd (johd!~johd@90.146.55.47) has quit (Quit: Leaving) | |
| [15:58:24] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has joined #mythtv-users | |
| [16:09:22] | devinheitmueller (devinheitmueller!~devin@c-71-205-242-159.hsd1.mi.comcast.net) has joined #mythtv-users | |
| [16:11:58] | andreax (andreax!~andreaz@p57B9340F.dip.t-dialin.net) has joined #mythtv-users | |
| [16:13:02] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has quit (Ping timeout: 240 seconds) | |
| [16:16:58] | Solarion (Solarion!~solarion@fsf/member/solarion) has quit (Remote host closed the connection) | |
| [16:18:46] | abqjp (abqjp!~abqjp@97-119-168-204.albq.qwest.net) has joined #mythtv-users | |
| [16:20:54] | Methuselah (Methuselah!~Methusela@adsl-76-209-50-63.dsl.emhril.sbcglobal.net) has joined #mythtv-users | |
| [16:21:39] | JEDIDIAH__: | turn on sql logging for the backend and you should see the offending query. |
| [16:22:25] | JEDIDIAH__: | -v database |
| [16:28:49] | Methuselah: | did an update and, both my computers that have multiple concurrent mythtv frontends, only let the first instance run. It has been working great for a couple years, so long that I forgot how to troubleshoot mysetup. |
| [16:29:47] | wagnerrp: | you have computers running multiple frontends? |
| [16:29:59] | Methuselah: | y es |
| [16:30:04] | wagnerrp: | why? |
| [16:30:34] | Methuselah: | because its cheaper to have 2 computers run 8 frontends, then 8 computers |
| [16:30:53] | wagnerrp: | depends on how much your time and frustration is worth |
| [16:31:51] | wagnerrp: | anyway, if you dont remember... mythtv stores settings based off the system hostname |
| [16:32:09] | wagnerrp: | so to have different settings on the same host, you need to set the LocalHostName value in the config.xml |
| [16:32:35] | wagnerrp: | beyond that, you need to have X set up, with four different cards |
| [16:32:43] | wagnerrp: | and they need their own X server |
| [16:32:48] | wagnerrp: | then theres the lirc issues |
| [16:33:02] | wagnerrp: | there is nothing specifically in mythtv preventing multiple frontends on the same host |
| [16:33:13] | wagnerrp: | im guessing its own of these external things that it is blocking on |
| [16:33:21] | Methuselah: | I have had it working for two years, just got messed up on the update |
| [16:33:30] | wagnerrp: | or maybe you are running mythbuntu and the wrapper scripts are preventing multiple instances |
| [16:33:42] | wagnerrp: | in that case you would need to run mythfrontend.real instead of mythfrontend |
| [16:33:52] | Methuselah: | i thought localhostname was on mysql.txt |
| [16:34:12] | Methuselah: | in i should of said |
| [16:34:13] | wagnerrp: | its on both |
| [16:34:29] | martin__ (martin__!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users | |
| [16:34:29] | wagnerrp: | we 'switched' to config.xml like three years ago, but still the old file persists |
| [16:34:33] | ** wagnerrp heads to lunch ** | |
| [16:35:05] | Methuselah: | Ok i will check that out, i just have been setting it in the one. |
| [16:36:07] | Methuselah: | Thanks, I will check out this stuff now! |
| [16:42:13] | andreax (andreax!~andreaz@p57B9340F.dip.t-dialin.net) has quit (Quit: Leaving.) | |
| [16:44:29] | awalls (awalls!~awalls@d-216-36-28-191.cpe.metrocast.net) has quit (Quit: Leaving.) | |
| [16:45:22] | martin__ (martin__!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Ping timeout: 265 seconds) | |
| [16:46:02] | RyeBrye (RyeBrye!~ryebrye@67.199.189.229) has joined #mythtv-users | |
| [16:48:42] | kormoc is now known as kormoc_afk | |
| [16:54:50] | sphery: | Trying to decide whether to put a "I'm replying to this post, as originally planned, because I now have time to do so. This reply was in no way influenced by the 'bump' posted to the -dev list." notice in an e-mail I'm about to send... |
| [16:55:10] | jcarlos (jcarlos!~quassel@85.137.96.30.dyn.user.ono.com) has quit (Read error: Connection reset by peer) | |
| [16:55:54] | sphery: | wagnerrp: so how in the world is it possible that Adobe killed 64-bit Flash 10.2 for GNU/Linux and we didn't see tons of threads about it on -users list? |
| [16:56:18] | jcarlos (jcarlos!~quassel@85.137.96.30.dyn.user.ono.com) has joined #mythtv-users | |
| [16:56:31] | sphery: | http://labs.adobe.com/technologies/flashplayer10/64bit.html + http://labs.adobe.com/downloads/flashplayer10.html |
| [16:57:04] | sphery: | Oh, and you'll love this--Hulu is now no longer allowing Flash 10.0.x... |
| [16:57:26] | justpaul (justpaul!alexdelarg@poizon.epicshells.com) has quit (Ping timeout: 250 seconds) | |
| [16:57:52] | biffhero (biffhero!~Adium@c-98-248-48-126.hsd1.ca.comcast.net) has quit (Ping timeout: 250 seconds) | |
| [16:57:52] | sphery: | so there is no Hulu on 64-bit Linux (unless, maybe, it still works with some of the preview/alpha/beta versions that some people may have) |
| [16:58:47] | martin__ (martin__!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users | |
| [17:01:52] | hashbang: | sphery: I think I got it working with an nspluginwrapped 32 bit flash. No Hulu content for me in the UK, though, so hard to tell if it works /properly/ |
| [17:01:57] | justpaul (justpaul!alexdelarg@poizon.epicshells.com) has joined #mythtv-users | |
| [17:02:09] | hashbang: | sphery: the 64 bit version keeps getting killed after they release a new 'stable' version |
| [17:02:27] | Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B223EB1.dip.t-dialin.net) has joined #mythtv-users | |
| [17:03:10] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has left #mythtv-users () | |
| [17:03:23] | sphery: | hashbang: yeah... I don't have 32-bit libs at all, so I can't run 32-bit code. :( I just don't get why they keep killing it... |
| [17:03:36] | sphery: | if nothing else, keep the labs site open and let people download and "test" it |
| [17:03:49] | sphery: | this is why I hate all things closed-source/proprietary |
| [17:09:57] | JEDIDIAH__: | is Hulu going to at least bother supporting the bleeding edge features of Flash? (name GPU acceleration) |
| [17:10:08] | JEDIDIAH__: | seems like a pointless thing for Hulu to restrict otherwise. |
| [17:10:20] | sphery: | good question... the fact that they now require new may indicate they're planning it |
| [17:10:35] | sphery: | or maybe they just want the "bleeding edge" DRM capabilities (assuming there are some changes)? |
| [17:11:09] | sphery: | TTBOMK, previously they restricted because of the severe security holes in old Flash |
| [17:12:13] | Defense|Twin (Defense|Twin!~jepz@e177236039.adsl.alicedsl.de) has joined #mythtv-users | |
| [17:13:16] | GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users | |
| [17:20:14] | Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B223EB1.dip.t-dialin.net) has quit (Ping timeout: 246 seconds) | |
| [17:32:29] | hagna (hagna!~hagna@74-92-245-181-Utah.hfc.comcastbusiness.net) has left #mythtv-users () | |
| [17:32:45] | martin__ (martin__!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Ping timeout: 240 seconds) | |
| [17:33:45] | Methuselah: | wagner, I am getting an error message "MediaRender::HttpServer Create error". Note, I can go to any indivdual seat on my multiseat setup and get it to run as long as all the other seats aren't running. |
| [17:36:59] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has joined #mythtv-users | |
| [17:37:13] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users | |
| [17:38:10] | awoodland (awoodland!~woodalan@intmlp0486.intm.aber.ac.uk) has quit (Ping timeout: 250 seconds) | |
| [17:40:37] | sphery: | Methuselah: you'll have to change all the ports in use by mythtv's various network processes to be able to run multiple instances on the same host |
| [17:40:52] | sphery: | thus why running multiple instances on a single host is not recommended |
| [17:41:12] | sphery: | note, also, that virtually no one ever tests whether things run properly when you change port numbers |
| [17:41:20] | sphery: | and all the port number settings warn you not to change them |
| [17:42:08] | Methuselah: | I haven't changed anything, did an update and now its not working |
| [17:43:12] | sphery: | Methuselah: well, you're running multiple instances of the backend, it seems |
| [17:43:21] | sphery: | so just shut down the first and start it up |
| [17:44:17] | Methuselah: | how did you come to that conclusion of multiple backends? Just wondering |
| [17:44:24] | sphery: | heh, OK, it seems there /is/ value in MS Comic Sans... Comic Sans makes you smarter! http://www.theregister.co.uk/2011/01/14/reading_fonts/ |
| [17:44:56] | sphery: | Methuselah: the fact that it's trying to start up the MythTV HTTP server when that port is in use |
| [17:46:31] | clgshaft (clgshaft!~clgshaft@74.198.150.169) has joined #mythtv-users | |
| [17:46:39] | sphery: | Methuselah: if you don't see any other instance running, please provide the full logs and I'll see if I can make more sense of what's happening |
| [17:48:24] | Methuselah: | sphery: thanks I will investigate the backend. |
| [17:54:31] | FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-5-70.w83-200.abo.wanadoo.fr) has joined #mythtv-users | |
| [17:56:55] | clgshaft (clgshaft!~clgshaft@74.198.150.169) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi) | |
| [17:57:08] | sphery: | I have a feeling "[mythtv-users] Requesting some sample kill a watt meter numbers" will users suggesting an atom-based backend for the user |
| [17:57:32] | sphery: | I hope kormoc sends his mac mini kill-a-watt number |
| [18:02:00] | sphery: | Methuselah: turns out that error is from mythfrontend, not mythbackend |
| [18:02:11] | sphery: | same cause, but different program |
| [18:02:18] | Shadow__X: | i have always been dissappointed that people just so "I noticed a difference on my electric bill" thats very subjective. They did not do controlled test and provide history or any type of comparitive analysis |
| [18:03:16] | martin__ (martin__!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users | |
| [18:04:28] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-142-187-213.range86-142.btcentralplus.com) has joined #mythtv-users | |
| [18:04:28] | sphery: | yeah, the 85W idle, though, is definitely noticeable--$7.34/mo at $0.12/kWh |
| [18:06:28] | biffhero (biffhero!~Adium@c-98-248-48-126.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [18:08:47] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 240 seconds) | |
| [18:09:17] | tank-man (tank-man!1000@S010600121729c6a1.vc.shawcable.net) has quit (Ping timeout: 240 seconds) | |
| [18:09:35] | tank-man (tank-man!1000@S010600121729c6a1.vc.shawcable.net) has joined #mythtv-users | |
| [18:11:58] | kormoc_afk is now known as kormoc | |
| [18:14:05] | jcarlos: | Is it ok that mythtv-backend "takes" my dvb-t card and doesn't free it never ? I say this because my dvb-t card (AVerTV Volar Black HD) ligths on a blue led when a channel has been tuned, and never power off that led until mythtv-backend is stopped ... |
| [18:15:01] | jcarlos: | Is that OK ? |
| [18:15:03] | sphery: | jcarlos: you likely have it set to use EIT (on-air guide) and have it set for active scanning (= scan for EIT when the capture card is not in use, vs passive scanning = scan for EIT only while recording) |
| [18:15:18] | sphery: | if you want the card to not be in use, you'll need to use something other than EIT |
| [18:15:33] | iamlindoro: | But yes, MythTV expects to have exclusive access to your capture devices too |
| [18:15:36] | sphery: | in the future, the EIT collection algorithm will likely be more efficient and just "do the right thing" |
| [18:15:44] | sphery: | and, yeah, we need exclusive access :) |
| [18:16:14] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
| [18:16:24] | jcarlos: | sphery: So the device is being used all the time ? |
| [18:17:19] | sphery: | jcarlos: there's also a "open dvb card on demand" setting, which you can enable, but if anything else uses your dvb card, it will likely mean missed recordings, etc. |
| [18:18:04] | kormoc: | jcarlos, His answer boils down to, It depends on your settings but likely yes. |
| [18:18:27] | jcarlos: | sphery: No, in my case there is no other dvb-t use ... I only wanted the card not to waste power while not used ... |
| [18:18:35] | sphery: | kormoc: heh, thanks for the translation :) |
| [18:18:50] | sphery: | jcarlos: if it's doing EIT scanning, it's tuning channels |
| [18:18:59] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
| [18:19:18] | sphery: | if it's just the open dvb on demand setting is not enabled and it's not doing anything, then it's likely just opened, but not actively doing stuff |
| [18:19:52] | sphery: | you could try disabling that setting and see if there's a measurable power usage difference |
| [18:19:56] | sphery: | I'd guess there won't be |
| [18:20:47] | jcarlos: | sphery: The thing is that eventually the light powers off and mythtv can not access the dvb-t card anymore ... |
| [18:21:17] | jcarlos: | sphery: I must then stop mythv-backend, run tzap command and start mythtv-backend again ... |
| [18:21:55] | jcarlos: | sphery: After doing this mythtv-backend can access the card again ... |
| [18:24:00] | sphery: | try the open-on-demand setting |
| [18:24:02] | sphery: | in mythtv-setup |
| [18:24:16] | sphery: | it may be that the drivers or hardware "time out" your device after a while |
| [18:24:57] | jcarlos: | sphery: Do you mean to uncheck "Use DVB card for active EIT scan" ? |
| [18:25:27] | sphery: | no, make sure "Open DVB card on demand" is checked |
| [18:25:39] | sphery: | (it is by default, but just in case you've disabled it) |
| [18:25:57] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [18:25:58] | jcarlos: | sphery: Yes ... I have it unchecked ... |
| [18:26:11] | sphery: | so re-check it |
| [18:26:17] | GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Quit: Leaving) | |
| [18:26:41] | jcarlos: | sphery: But the question is "must I also uncheck the "Use DVB card for active EIT scan" ? |
| [18:27:19] | sphery: | active EIT is normally important if you're using EIT |
| [18:27:31] | sphery: | it doesn't run 100% of the time, but runs very often |
| [18:27:49] | sphery: | you probably only need it checked on a single card per video source |
| [18:27:49] | jcarlos: | sphery: I understand ... |
| [18:28:23] | sphery: | if you have an xmltv-based option instead of EIT, it will allow you to disable EIT collection completely |
| [18:28:52] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
| [18:29:31] | jcarlos: | sphery: No. I have no xmltv-based option ... I'm getting the "tv guide" from EIT ... |
| [18:29:59] | sphery: | then in that case, you'll need to use it on at least one capture card |
| [18:30:49] | jcarlos: | sphery: And how frequently is the "tv guide" updated ? |
| [18:31:39] | skd5aner: | what is the latest 0.24-fixes branch "version"? |
| [18:31:52] | skd5aner: | (none of my mythboxes are running right now) |
| [18:32:44] | sphery: | closest I could get for you is: https://github.com/MythTV/mythtv/tree/fixes/0.24 |
| [18:32:58] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
| [18:33:48] | skd5aner: | sphery – what happens on a mythfrontend --version on latest fixes? |
| [18:34:05] | sphery: | but I dont see how those hashes map to git describe --dirty |
| [18:34:15] | sphery: | since neither commit nor tree hashes seem right |
| [18:34:44] | sphery: | git describe --dirty gives the value |
| [18:35:10] | skd5aner: | I ask, because I'm considering creating a template in the wiki that can be used to display latest fixes "version" – but it might not be worth it because I wouldn't know how to automatically update that |
| [18:36:10] | sphery: | ah, maybe it's the merge commit in trunk that's throwing that off |
| [18:36:47] | sphery: | no, even there, I don't see ga24cd27 for master... |
| [18:37:04] | skd5aner: | sphery: no idea... |
| [18:37:25] | jcarlos: | sphery: One more question, please: Is it supposed mythfilldatabase to feed mysql database when EIT is in use ? |
| [18:37:35] | skd5aner: | It's a little weird, to me, that there's not a simple answer to "what's the latest version of 0.24-fixes"? |
| [18:37:44] | sphery: | jcarlos: no, there's no need to run mythfilldatabase when you're using EIT |
| [18:37:51] | jcarlos: | sphery: OK |
| [18:37:53] | ** sphery just realized it's very dark in the house ** | |
| [18:37:58] | sphery: | must be storming |
| [18:38:11] | skd5aner: | wagnerrp: I've updated the 0.24-releast notes – added a tip box linking to the 0.24-fixes stuff... please lock again if you'd like |
| [18:39:03] | sphery: | skd5aner: sorry... I thought I might be able to figure out where the hash in describe comes from and map that to stuff on github, but I'm not smart enough, it seems |
| [18:39:27] | skd5aner: | sphery: np... what is the version string output supposed to say? |
| [18:39:33] | skd5aner: | anything useful? |
| [18:42:50] | sphery: | for master, current is: v0.25pre-875-ga24cd27 |
| [18:43:01] | sphery: | which means 875 commits past the v0.25pre tag |
| [18:43:16] | sphery: | and I have no idea what the has means |
| [18:43:20] | sphery: | hash |
| [18:43:32] | sphery: | there's the storm! |
| [18:46:52] | skd5aner: | sphery: fixes? |
| [18:47:15] | skd5aner: | yay... my blu-ray drive is here :) |
| [18:51:16] | sphery: | skd5aner: not sure... don't have current -fixes around |
| [18:55:15] | sphery: | skd5aner: I /think/ it should be v0.24-109-g945c673 |
| [18:56:46] | sphery: | (I checked out -fixes and ran a git describe --dirty on it |
| [18:58:39] | wagnerrp: | sphery: the frontend runs an HTTP server as well |
| [18:59:01] | wagnerrp: | in fact, the MediaRenderer stuff is specifically for the frontend |
| [18:59:04] | sphery: | wagnerrp: yeah, it was his frontend stuff |
| [18:59:07] | sphery: | I mentioned that later |
| [19:00:47] | wagnerrp: | skd5aner: ill just leave it unlocked for now, i was just in a mood to lock old pages last night |
| [19:01:36] | wagnerrp: | sphery: its the port 6547 stuff |
| [19:01:38] | lofty40 (lofty40!~mario@213.49.146.136) has joined #mythtv-users | |
| [19:02:46] | wagnerrp: | i didnt realize the frontend would refuse to run, i thought it would just not enable that bit |
| [19:02:58] | wagnerrp: | ive run two frontends on the same host without problems before |
| [19:03:19] | wagnerrp: | pretty certain ive done so within the last few months |
| [19:03:42] | wagnerrp: | you just lose access to things like the network control and screenshot grabber |
| [19:04:30] | sphery: | "You know whats funny, this conversation got fleshed out into more than 1 reply.....yet my primary email to this list is still blocked." |
| [19:04:58] | sphery: | Moral of the story: Write intelligible posts to the mailing list--and don't make them look like spam. |
| [19:05:06] | wagnerrp: | "you know whats funny, several of us agreed that your email was almost certainly spam and worth blocking until you got it resolved" |
| [19:05:18] | sphery: | I wish I hadn't compacted the folder so I could respond to that |
| [19:05:38] | ** wagnerrp will do so now ** | |
| [19:05:49] | sphery: | I just noticed that the PS3 Keys thread had nothing to do with keyboard usage on a PS3 for a UPnP player, so I read it on the list |
| [19:06:00] | sphery: | thanks |
| [19:06:23] | sphery: | if you want me to do it since you were the one to explain the why the first time, I can manually add in the Reply-To/References |
| [19:09:48] | deaman (deaman!~deaman@nat/trolltech/x-uclrliqecmojasmx) has quit (Quit: deaman) | |
| [19:10:41] | wagnerrp: | done |
| [19:13:53] | sphery: | why is it that whenever it rains, the recycling guys fail to pick up my recycling--meaning I have to drag the full, waterlogged container back into my garage |
| [19:14:09] | sphery: | they get every other neighbor's recycling, just skip mine |
| [19:14:38] | Defense|Twin (Defense|Twin!~jepz@e177236039.adsl.alicedsl.de) has quit (Ping timeout: 240 seconds) | |
| [19:15:47] | sphery: | Yay, Readability was updated so that it shows the ad-based hyperlinks differenty. Only downside is those links now actually work (and pop up the stupid ad). |
| [19:16:27] | Methuselah: | hey,sphery and wagner, just read what you guys were talking about(assumuing you are talking about my situation "MediaRender::HttpServer Create error". ) So you think its a problem on my frontend now? |
| [19:17:06] | wagnerrp: | Methuselah: you are getting that error because you already have one frontend using port 6547, and the second frontend starting up cannot use it |
| [19:17:28] | wagnerrp: | but the frontend should ignore that error, and proceed on without the capability provided by that web interface |
| [19:17:55] | Methuselah: | Any reason you can think of why this just started to happen? |
| [19:18:36] | sphery: | becaues you just started running 2 copies of mythfrontend |
| [19:18:40] | FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-5-70.w83-200.abo.wanadoo.fr) has quit (Read error: Connection reset by peer) | |
| [19:18:42] | Methuselah: | So Can I assign different ports in setup to resolve? |
| [19:18:49] | sphery: | or because your update didn't properly shut things down? |
| [19:18:50] | wagnerrp: | no, hes had this set up for several years |
| [19:19:13] | sphery: | oh, then likely his settings were reset because of hostname changes or broken/missing config.xml/mysql.txt? |
| [19:19:28] | wagnerrp: | i dont know of anything internal to mythfrontend that would prevent you from running multiple instances of the frontend |
| [19:19:50] | dmz (dmz!~dmz@64.203.207.101.dyn-cm-pool-54.hargray.net) has quit (Remote host closed the connection) | |
| [19:20:00] | wagnerrp: | ill try it right now |
| [19:20:05] | sphery: | I don't understand why you'd want to |
| [19:20:30] | Methuselah: | alright, it makes more sense it being something with the frontend, you think if i change ports in setup that will help? |
| [19:20:36] | sphery: | nothing like resource contention and frontends fighting to make it so none of them work great |
| [19:20:45] | wagnerrp: | because hes got 8 displays, and doesnt want a dedicated frontend for each one |
| [19:22:00] | wagnerrp: | hey, check that out... |
| [19:22:05] | dmz (dmz!~dmz@64.203.207.101.dyn-cm-pool-54.hargray.net) has joined #mythtv-users | |
| [19:22:06] | wagnerrp: | ... wonder when that started happening |
| [19:22:29] | Methuselah: | yesterday, it started not working on my myhtbuntu update |
| [19:22:48] | wagnerrp: | i know i ran several instances of mythfrontend a couple months ago when fiddling with the HDHR issues |
| [19:22:55] | wagnerrp: | that would have been... early november? |
| [19:23:19] | Methuselah: | i do the daily update, so if its a problem it would of been recent. Wouldn't it. |
| [19:24:26] | Methuselah: | and i use all the displays daily so I would notice if things weren't working |
| [19:24:44] | wagnerrp: | 0.24 or 0.25? |
| [19:24:51] | Methuselah: | .24 |
| [19:25:18] | Methuselah: | .24 + fixes |
| [19:26:03] | Methuselah: | is it not working for you .25? |
| [19:27:37] | allesmueller (allesmueller!~allesmuel@mk093111031049.a1.net) has joined #mythtv-users | |
| [19:27:38] | allesmueller (allesmueller!~allesmuel@mk093111031049.a1.net) has quit (Changing host) | |
| [19:27:38] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv-users | |
| [19:28:29] | jcarlos: | Can someone know if the debian package for mythweb is running ok (debian-multimedia sources) ? |
| [19:28:39] | wagnerrp: | sphery: any idea why GetValue would not be taking a setting with forward slashes in it? |
| [19:28:47] | jcarlos: | s/Can/Does/ |
| [19:29:39] | sphery: | through MythXML? |
| [19:29:46] | sphery: | they'd need to be URL-encoded |
| [19:30:27] | wagnerrp: | https://github.com/MythTV/mythtv/blob/master/ . . . erer.cpp#L41 |
| [19:30:38] | wagnerrp: | its not picking up the value out of the database properly |
| [19:31:43] | wagnerrp: | i forced it to 6548, but its not taking the value |
| [19:32:28] | wagnerrp: | its still listening on 6547 |
| [19:32:30] | unixSnob (unixSnob!~unixSnob@starfury.spearlink.com) has joined #mythtv-users | |
| [19:32:35] | aclonedsheep (aclonedsheep!~acl@unaffiliated/aclonedsheep) has joined #mythtv-users | |
| [19:32:45] | aclonedsheep: | hey guys, would myth backend/frontend combo run on this thing w/ enough RAM (4gb?) http://www.newegg.com/Product/Product.aspx?Item=N82E16856107072 |
| [19:33:00] | iamlindoro: | wagnerrp: GetNumValue |
| [19:33:20] | andreax (andreax!~andreaz@p57B9340F.dip.t-dialin.net) has joined #mythtv-users | |
| [19:33:21] | wagnerrp: | iamlindoro: yeah, i thought it returning a string instead of a number might be an issue |
| [19:33:33] | sphery: | don't know why it wouldn't get it |
| [19:33:37] | wagnerrp: | but were that the case, it would fail outright if i had provided a value through the database |
| [19:33:49] | sphery: | that's a different GetValue() from the one normally used by the rest of MythTV |
| [19:33:53] | sphery: | upnp has its own stuff |
| [19:34:10] | iamlindoro: | superb |
| [19:34:27] | iamlindoro: | well it doesn't have to, in this case |
| [19:34:31] | iamlindoro: | just use a gcorecontext |
| [19:34:51] | wagnerrp: | aclonedsheep: acceptable as a frontend, garbage as a backend or combo machine |
| [19:35:04] | sphery: | I have no idea why upnp has its own configuration class stuff |
| [19:35:05] | aclonedsheep: | wagnerrp, thanks! what kind of barebones would I need for a combo? |
| [19:35:18] | iamlindoro: | wagnerrp: gCoreContext->GetNumSetting("UPnP/MythFrontend/ServicePort", 6547); |
| [19:35:27] | aclonedsheep: | is there a shutle solution or would i need a mid tower? |
| [19:35:28] | iamlindoro: | wagnerrp: Should work, and no reason it can't be used there |
| [19:35:42] | sphery: | aclonedsheep: as the resident Atom hater, I can answer, "One with a real processor, not a toy." |
| [19:35:55] | iamlindoro: | wagnerrp: sphery: Granted, that would mean adding mythcorecontext.h assuming it's not included from elsewhere |
| [19:35:57] | aclonedsheep: | sphery lmao — okay |
| [19:36:07] | aclonedsheep: | i made an impulse buy with an atom and got newegg to take it back cuz it had an overheating issue |
| [19:36:11] | Methuselah: | bobcat, hehe |
| [19:36:20] | aclonedsheep: | so im trying to redeem myself... but i am on a strict budget sphery, hene the atom attraction :b |
| [19:36:23] | aclonedsheep: | atomic attraction ? |
| [19:36:23] | sphery: | the only problem with that system (for a backend--and the reason why it's acceptable and not "good" as a frontend) is that it has a bad processor |
| [19:36:29] | wagnerrp: | aclonedsheep: basically, everything you do on the backend is done on the CPU, meaning you want a real CPU |
| [19:36:46] | wagnerrp: | commercial detection, database ops, guide data handling... its all very CPU intensive |
| [19:36:49] | aclonedsheep: | so I will have to look at the shuttle systems since that could still fit by the TV I think |
| [19:36:50] | ** skd5aner is shutting down to install new blu-ray drive ** | |
| [19:36:53] | aclonedsheep: | gotcha |
| [19:37:03] | wagnerrp: | why do you need a shuttle system? |
| [19:37:03] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has quit () | |
| [19:37:08] | aclonedsheep: | i dont |
| [19:37:13] | aclonedsheep: | i just wanted something not full size |
| [19:37:24] | aclonedsheep: | i liked how compact the atom nettops are |
| [19:37:27] | wagnerrp: | so build something not-full-size |
| [19:38:07] | aclonedsheep: | any suggestions? |
| [19:38:53] | wagnerrp: | one of the devs is very happy with one of these as a backend... http://www.newegg.com/Product/Product.aspx?Item=N82E16811112265 |
| [19:39:01] | sphery: | not suggesting anything in particular except a system with a real processor: http://www.gossamer-threads.com/lists/mythtv/users/448321#448321 |
| [19:39:21] | aclonedsheep: | thanks for setting me straight :b |
| [19:39:34] | wagnerrp: | 6 hard drives, a PCIe dual tuner card, quad core i7, plus some external tuners |
| [19:39:46] | aclonedsheep: | yeah that would be nice |
| [19:39:49] | wagnerrp: | apparently its nearly silent |
| [19:40:27] | aclonedsheep: | i was going to try to fix my desktop but maybe ill just recycle components , the PSU and HDD should be fine, DVD unless i wanna go bluray |
| [19:41:05] | wagnerrp: | the other option is using your old desktop as a backend, and hide it in the basement, with the hard drives and tuner |
| [19:41:06] | wagnerrp: | s |
| [19:41:10] | aclonedsheep: | i have to admit — i hate putting on heatsinks, part of why i liked getting a barebones, but ultimately I agree, I won't be happy unless i have a real cpu |
| [19:41:26] | wagnerrp: | build something small and compact for a frontend |
| [19:41:35] | aclonedsheep: | my basement floods so itd have to be upstairs |
| [19:41:43] | wagnerrp: | whats wrong with heatsinks? |
| [19:42:03] | wagnerrp: | weve come a long way since those old spring metal clips |
| [19:42:08] | aclonedsheep: | True haha |
| [19:42:10] | aclonedsheep: | I just have bad old memories |
| [19:42:16] | aclonedsheep: | i've done it a ton too |
| [19:42:35] | wagnerrp: | everyone hated the old metal clips, but modern retention mechanisms are all fairly simple to use |
| [19:42:42] | aclonedsheep: | wagnerrp that would be ideal but I might be limited to one PC purchase/upgrade right now, and i'd have to worry about the networking/cable aspect of it |
| [19:43:22] | aclonedsheep: | but the box you linked to might be a nice hybrid |
| [19:44:40] | aclonedsheep: | i might be able to RMA the quadcore CPU I have and just buy a micro ATX board |
| [19:45:03] | wagnerrp: | that case is a mini-itx case, not micro |
| [19:45:07] | aclonedsheep: | I know i have a bad CPU/mobo so maybe i should just try it out first with the new mobo even. Hmm thanks for advice |
| [19:45:10] | aclonedsheep: | Ah yeah mini |
| [19:45:49] | JEDIDIAH__ (JEDIDIAH__!~jedi@cpe-76-185-72-21.tx.res.rr.com) has left #mythtv-users ("Ex-Chat") | |
| [19:46:10] | JEDIDIAH__ (JEDIDIAH__!~jedi@cpe-76-185-72-21.tx.res.rr.com) has joined #mythtv-users | |
| [19:47:09] | aclonedsheep: | wagner, if I did just fix my desktop as a backend, what do you recommend as a value but acceptable CPU for a front end? |
| [19:47:14] | endaf (endaf!~endaf@S0106001d7e3fe583.cg.shawcable.net) has joined #mythtv-users | |
| [19:47:27] | wagnerrp: | dual core Athlon II or Core 2 |
| [19:47:46] | castlec2 (castlec2!~christoph@cpe-76-181-105-97.insight.res.rr.com) has joined #mythtv-users | |
| [19:48:57] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has quit (Ping timeout: 272 seconds) | |
| [19:48:58] | aclonedsheep: | thanks, and what would you say for that mini ATX case if I were to do a hybrid? |
| [19:49:09] | wagnerrp: | mini-itx |
| [19:49:24] | aclonedsheep: | :X |
| [19:49:29] | wagnerrp: | i would say the same processor for a combo box as well |
| [19:49:37] | wagnerrp: | more power beyond that is up to you |
| [19:49:56] | wagnerrp: | but i would recommend one of those two as a minimum for any computer used for mythtv |
| [19:50:01] | aclonedsheep: | oh cool, that is good to know |
| [19:50:21] | aclonedsheep: | what do you recommend as far as tuners? |
| [19:51:05] | wagnerrp: | depends entirely on your needs |
| [19:51:25] | sphery: | +1 on Athlon II or Core 2 |
| [19:51:31] | sphery: | dual core |
| [19:51:37] | sphery: | and 2.6GHz or better |
| [19:51:40] | sphery: | ideally |
| [19:52:08] | aclonedsheep: | cool — I think i'm going to build a hybrid system with an eye on getting the desktop going as a backend down the road |
| [19:52:25] | wagnerrp: | iamlindoro: it should be passing the GetValue call straight through to GetNumSetting |
| [19:52:40] | Shadow__X: | your tunners would depend on what your recording source is |
| [19:53:09] | aclonedsheep: | right now I have comcast digital cable but Ive thought about canceling it in which case I'd need a QAM tuner... |
| [19:53:17] | wagnerrp: | !url nocablecard |
| [19:53:17] | MythLogBot: | nocablecard: http://mythtv.org/wiki/Recording_Digital_Cable |
| [19:53:42] | wagnerrp: | if you cancel comcast, you would have no use for a QAM tuner |
| [19:54:09] | sphery: | atsc would be the OTA modulation |
| [19:54:12] | aclonedsheep: | well i'd keep the basic package, i get some free QAM stations |
| [19:54:20] | sphery: | er, really, 8VSB, but as defined in ATSC spec |
| [19:54:29] | aclonedsheep: | i used to get a ton of stations that way but now its just the free/public ones but a good HD signal |
| [19:54:32] | aclonedsheep: | dont need to worry about antenna |
| [19:54:47] | sphery: | ah, so cancelling the premium package or whatever |
| [19:54:51] | wagnerrp: | aclonedsheep: so you would pay $30/mo for basic cable just so you could avoid having an antenna? |
| [19:55:07] | sphery: | my $100 antenna was overkill |
| [19:55:17] | sphery: | and less than 4 months of $30/mo :) |
| [19:55:27] | sphery: | granted, installing it in the attic was a chore |
| [19:56:24] | aclonedsheep: | wagnerrp, theres a cheaper plan than that |
| [19:56:26] | aclonedsheep: | like $!0 |
| [19:56:28] | aclonedsheep: | $10 |
| [19:56:36] | aclonedsheep: | and i think i need to have that to get the price i do on my internet |
| [19:56:41] | aclonedsheep: | at a minimum |
| [19:57:09] | aclonedsheep: | Yeah I just dont really use my cable that much to justify the cost, i'd almost rather spend the money on more bandwidth |
| [19:57:16] | sphery: | around here, they require the $30/mo plan to get the discounted Internet |
| [19:57:21] | aclonedsheep: | ah |
| [19:57:33] | aclonedsheep: | or rather have a nice htpc |
| [19:57:34] | sphery: | I hope yours is better than mine and allows it with the $10/mo cable plan |
| [19:57:40] | aclonedsheep: | ive done it before |
| [19:57:42] | endaf (endaf!~endaf@S0106001d7e3fe583.cg.shawcable.net) has quit (Quit: leaving) | |
| [19:58:09] | sphery: | I have Earthlink service over Brighthouse lines so I get the discounted Internet price but without the cable TV service |
| [19:58:17] | aclonedsheep: | Wow, there's still earthlink |
| [19:58:25] | sphery: | heh, yeah |
| [19:58:50] | aclonedsheep: | are you also using a voodoo 3d card |
| [19:59:54] | Methuselah: | wagnerrp: so I take it there is a problem with the code, should I open a ticket(or are you on it)? Not trying to be pushy just want to know what else I should do. |
| [20:00:07] | wagnerrp: | im looking at it |
| [20:00:11] | aclonedsheep: | alright I gotta run. Thanks a lot for the advice |
| [20:00:34] | sphery: | it was part of the TW/AOL merger requirements--TW had to break up their cable company (so Brighthouse got formed) and TW and Brighthouse both had to allow 3rd party "providers" to use their cable lines (Earthlink being one)... So, the only difference is that my dhcp hostname is an earthlink one (actually, mindspring), and my e-mail addresses are earthlink ones |
| [20:00:53] | sphery: | brighthouse actually bills and provides customer service... kind of a strange deal overall |
| [20:00:54] | Methuselah: | wagneerrp: Thankyou sir! |
| [20:01:04] | Methuselah: | you too sphery |
| [20:02:00] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv-users | |
| [20:02:07] | Nede (Nede!~milanese@95.232.217.63) has joined #mythtv-users | |
| [20:02:31] | Nede: | hi chat! |
| [20:03:25] | wagnerrp: | a/s/l? |
| [20:04:04] | iamlindoro: | 18/f/ca |
| [20:04:14] | wagnerrp: | ooh, hawt! |
| [20:04:56] | iamlindoro: | way u wearin |
| [20:04:59] | iamlindoro: | er wt |
| [20:05:09] | sphery: | heh |
| [20:05:27] | skd5aner: | this place has officially jumped the shark |
| [20:05:36] | wagnerrp: | vroom vroom! |
| [20:07:17] | wagnerrp: | sphery: if im reading this right, that configuration value for the MediaRenderer comes straight from config.xml, and only config.xml |
| [20:07:24] | wagnerrp: | the lookups never touch the database |
| [20:08:00] | Nede: | It 's normal that in no recording live tv ttvdb.py I do not download any metadata? By 0:23 only works with titles in English, but now nothing! It happens to everyone? |
| [20:08:04] | sphery: | could be... |
| [20:08:23] | sphery: | I haven't looked at the upnp configuration class stuff |
| [20:08:33] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has quit (Remote host closed the connection) | |
| [20:08:52] | wagnerrp: | yeah, thats it |
| [20:08:57] | wagnerrp: | Methuselah: ^^^ |
| [20:09:38] | wagnerrp: | Nede: huh? |
| [20:09:45] | sphery: | wagnerrp: if so, why is that stored in the DB? |
| [20:09:58] | wagnerrp: | sphery: its not stored in the db, never has been |
| [20:10:06] | sphery: | oh |
| [20:10:07] | wagnerrp: | there is no option in the UI to set that port |
| [20:10:13] | sphery: | cool |
| [20:10:29] | Nede: | hi wagnerrp, no download metadata ttvdb.py.... |
| [20:10:31] | sphery: | so just requires setting up an appropriate config.xml |
| [20:10:44] | wagnerrp: | Nede: what does that have to do with recordings or livetv? |
| [20:10:46] | lofty40 (lofty40!~mario@213.49.146.136) has quit (Quit: Ex-Chat) | |
| [20:11:28] | Nede: | wagnerrp: recordings and livetv!!! |
| [20:11:42] | Nede: | mythvideo is ok on jamu... |
| [20:11:50] | wagnerrp: | Methuselah: http://mythtv.pastebin.com/Agj7c6Lr |
| [20:12:01] | wagnerrp: | you need to add a 'ServicePort' option to your config.xml |
| [20:12:13] | wagnerrp: | Nede: what does ttvdb.py have anything to do with recordings or livetv? |
| [20:14:30] | Nede: | what plugin work for download metadata on live tv? |
| [20:14:52] | wagnerrp: | the only source of metadata for livetv is through your XMLTV provider |
| [20:15:00] | Nede: | edit: script.... |
| [20:15:05] | wagnerrp: | or EIT if you use that |
| [20:15:17] | wagnerrp: | there are no scripts which will pull additional metadata for use with livetv |
| [20:15:30] | Nede: | ....ERRORRRRRRRRRRR!!!!!! not metadata, sorry........fanart, poser...... |
| [20:15:39] | Nede: | edit: poster |
| [20:15:50] | wagnerrp: | there are no scripts which will pull additional artwork for use with livetv |
| [20:16:04] | Methuselah: | just got back, i am checking it out |
| [20:16:08] | wagnerrp: | JAMU only pulls artwork for scheduled recordings |
| [20:16:15] | wagnerrp: | and it does not use ttvdb.py to do so |
| [20:18:02] | Nede: | but in 0.23 I had the posters in the recordings of live TV .... |
| [20:18:35] | wagnerrp: | no, in 0.23, JAMU would pull posters for shows you had recorded |
| [20:20:10] | Nede: | .. then I remember correctly, then the script is JAMU and only works in the scheduled recordings right? |
| [20:20:23] | wagnerrp: | thats what ive been saying |
| [20:20:46] | wagnerrp: | JAMU has nothing to do with ttvdb.py |
| [20:20:48] | Nede: | ok.... |
| [20:21:42] | skd5aner: | I think I want to start a futures market... maybe start with "What organ will Steve Jobs buy/harvest next"? |
| [20:21:52] | chrsp (chrsp!~anonymous@pD95EB2E6.dip.t-dialin.net) has joined #mythtv-users | |
| [20:23:26] | skd5aner: | I'm going to say pancreas. Why? Because the odds are so low that I'll be rich if I'm right |
| [20:28:23] | jamiem (jamiem!~jamiem@dilbert.jamiem.com) has joined #mythtv-users | |
| [20:28:54] | FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-5-70.w83-200.abo.wanadoo.fr) has joined #mythtv-users | |
| [20:29:17] | jamiem: | hello :) |
| [20:29:30] | Nede: | hi wagnerrp, i go! Thank you so match!!!!! |
| [20:29:50] | jamiem: | I'm trying to tidy up my database a bit: is this a definitive list of tables (for 0.24) that I _should_ have for an installation with no extra plugins |
| [20:29:52] | jamiem: | http://www.cuymedia.net/mythtv-trunk/group__db__schema.html |
| [20:30:09] | wagnerrp: | jamiem: why do you need to tidy it up? |
| [20:30:32] | jamiem: | wagnerrp: I have lots of tables that I'm sure I don't need movies_etc. |
| [20:30:40] | wagnerrp: | so? |
| [20:31:03] | jamiem: | well I'd rather have a correct, more trim database |
| [20:31:27] | jamiem: | hmm. Many of these tables are empty anyway |
| [20:31:33] | Nede (Nede!~milanese@95.232.217.63) has quit (Quit: Sto andando via) | |
| [20:31:37] | wagnerrp: | the seektables will absolutely dwarf all other information in the database |
| [20:31:53] | wagnerrp: | 'tidying it up' wont save any significant amount of space |
| [20:33:53] | Beirdo: | dang it |
| [20:34:05] | Beirdo: | forgot the -x on that last cherrypick |
| [20:34:41] | wagnerrp: | i wouldnt have bothered |
| [20:34:53] | Beirdo: | oooh, and I didnt |
| [20:34:57] | Beirdo: | didn't push :) |
| [20:35:00] | Beirdo: | heheh. |
| [20:35:04] | wagnerrp: | 1.7 is the minimum supported version... end of discussion |
| [20:35:07] | sphery: | heh |
| [20:35:51] | sphery: | it's too bad so many distros have way old git |
| [20:35:52] | Beirdo: | yeah |
| [20:36:03] | Beirdo: | I put in a fallback though |
| [20:36:08] | sphery: | yeah, the fallback is good |
| [20:36:13] | sphery: | because version helps us as much as them |
| [20:36:22] | sphery: | granted, dirty helps us more than it helps them, but... |
| [20:37:59] | vezza (vezza!~andrea__@host169-39-dynamic.7-87-r.retail.telecomitalia.it) has joined #mythtv-users | |
| [20:38:20] | Beirdo: | there, pushed |
| [20:40:01] | jamiem: | 2011-01–17 19:54:05.411 Program #10060 not found in PAT! In this case, is that Program # channel.channum ? |
| [20:40:17] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has quit (Ping timeout: 264 seconds) | |
| [20:41:20] | Wicked (Wicked!~zero@unaffiliated/wicked) has joined #mythtv-users | |
| [20:41:32] | sphery: | iamlindoro / wagnerrp: I updated videofilemetadata at http://code.mythtv.org/trac/wiki/TaskRecordedFile . Please let me know if you see anything missing. |
| [20:41:50] | sphery: | jamiem: that's some identifier in the Program Allocation Table (part of the broadcast stream) |
| [20:41:51] | jamiem (jamiem!~jamiem@dilbert.jamiem.com) has quit (Remote host closed the connection) | |
| [20:41:54] | sphery: | i.e. not MythTV data |
| [20:41:59] | sphery: | says me, to himself |
| [20:45:52] | jamiem (jamiem!~jamiem@irc.jamiem.com) has joined #mythtv-users | |
| [20:48:42] | soreau (soreau!~soreau@unaffiliated/soreau) has joined #mythtv-users | |
| [20:48:57] | Methuselah: | I am happy to report I have multiseat mythtv is back in full operation(8 displays using two computers). Hehe, I never knew about serviceport. Is there a list somewhere of all the tags that can be used in config.xml? |
| [20:49:33] | wagnerrp: | not that im aware of |
| [20:49:46] | wagnerrp: | what processor/videocards are you using for that? |
| [20:49:48] | Methuselah: | well good that i ran into you hey. |
| [20:50:18] | Methuselah: | not major, phenom and ati 5450 |
| [20:50:33] | wagnerrp: | just one? for four displays? |
| [20:50:46] | Methuselah: | one computer, 4 display |
| [20:50:52] | wagnerrp: | one card |
| [20:50:57] | Methuselah: | yes |
| [20:51:04] | wagnerrp: | using opengl for output i suppose? |
| [20:51:10] | Methuselah: | yes |
| [20:52:15] | Defense|Twin (Defense|Twin!~jepz@e177236039.adsl.alicedsl.de) has joined #mythtv-users | |
| [20:52:38] | Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 240 seconds) | |
| [20:52:39] | wagnerrp: | well at least youre one of the lucky ones to get fglrx to work properly |
| [20:52:59] | ** sphery is starting to think progstart/progend belong in mediafile ** | |
| [20:53:12] | wagnerrp: | i assume you cant actually run all four displays at the same time |
| [20:53:15] | gpd (gpd!~gpd@www.grahamdavies.net) has quit (Read error: Operation timed out) | |
| [20:53:18] | Methuselah: | the other computer uses 4350's. Some open source developer is working on getting headless ports done correctly |
| [20:53:30] | Methuselah: | oops i mean dual headed |
| [20:53:44] | sphery: | and starttime/endtime should become progstart/progend |
| [20:53:47] | wagnerrp: | whats this text file |
| [20:53:52] | ** wagnerrp wants pretty pictures ** | |
| [20:54:01] | ** wagnerrp throws a hissy fit ** | |
| [20:54:19] | dibbz__ (dibbz__!roach@snapping.asia) has quit (Ping timeout: 276 seconds) | |
| [20:54:22] | sphery: | heh, I'm trying to figure out how to put the PNG on the wiki |
| [20:54:36] | wagnerrp: | yeah, i dont know if trac even supports files |
| [20:55:39] | Methuselah: | Yes, you can run all at the same time, dvd's are ok but I don't know about h264, i used to have problems but that was a while ago. |
| [20:55:57] | sphery: | wagnerrp: http://misc.thirdcontact.com/MythTV/recordedfile_schema.png (for now, at least) |
| [20:56:27] | wagnerrp: | sphery: im more just concerned with the cross-references, which the text file doesnt clearly describe |
| [20:56:31] | jamiem: | 2011-01–17 20:56:21.839 MythSocket(166ebc0:70): writeStringList: Error, No data written on writeBlock (922 errors) is this bad? |
| [20:56:51] | sphery: | yeah, the E/R diagram is much better for that |
| [20:57:11] | sphery: | I'm changing progstart/progend |
| [20:58:03] | wagnerrp: | would be nice to resolve the progstart/starttime/recstartts issues at this point |
| [20:58:47] | sphery: | yeah, it needs to be or we don't get the benefit we wanted |
| [20:58:49] | Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users | |
| [20:58:59] | sphery: | recorded will be progstart/progend (from listings) |
| [20:59:14] | sphery: | recordedfile will have what used to be starttime/endtime (from recording start/end) |
| [20:59:40] | sphery: | that way, we have one recorded entry for all 5 parts of the recording that were caused by reboots during recording |
| [20:59:43] | wagnerrp: | should 'starttime' be dropped all together? |
| [20:59:47] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv-users | |
| [20:59:49] | sphery: | and just have multiple files... |
| [21:00:00] | wagnerrp: | and just use progstart or recstart |
| [21:00:08] | sphery: | but recordedfile is one to one with recorded, so that won't work |
| [21:00:19] | sphery: | yeah, eventually we should be able to simplify naming |
| [21:00:25] | sphery: | if I can figure out how to link it up |
| [21:00:34] | sphery: | video is getting in the way when I get down to mediafile |
| [21:00:44] | wagnerrp: | my complaint is just that starttime is currently ambiguous |
| [21:00:51] | wagnerrp: | it means different things at different places |
| [21:01:08] | sphery: | yeah, that's because progstart/progend are new |
| [21:01:19] | sphery: | once we determined that starttime/endtime don't mean what we thought they did |
| [21:01:37] | sphery: | they'll get simplified--meaning consistent naming--once we fix up storage |
| [21:01:59] | sphery: | ok, so recordedfile could work since it also includes fileid in the pk |
| [21:02:14] | sphery: | that's how it has to work... |
| [21:02:48] | gpd (gpd!~gpd@www.grahamdavies.net) has joined #mythtv-users | |
| [21:03:11] | wagnerrp: | mediafile needs a hash |
| [21:03:25] | Defense|Twin (Defense|Twin!~jepz@e177236039.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
| [21:03:39] | wagnerrp: | oh, its in videofile |
| [21:03:44] | wagnerrp: | nevermind |
| [21:04:45] | clgshaft (clgshaft!~clgshaft@74.198.150.169) has joined #mythtv-users | |
| [21:04:45] | sphery: | so what do I call the recording start time and end time to make it distinct from starttime/endtime in recordedfile |
| [21:04:52] | dibbz__ (dibbz__!roach@snapping.asia) has joined #mythtv-users | |
| [21:04:53] | sphery: | recstartts and recendts? |
| [21:05:14] | wagnerrp: | yeah, i say just drop starttime/endtime all together |
| [21:05:30] | wagnerrp: | and replace it with progstart/recstart[ts] as needed |
| [21:05:36] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has joined #mythtv-users | |
| [21:05:46] | sphery: | that's not a bad idea |
| [21:05:51] | wagnerrp: | not sure why it needs the 'ts' on the end, but no matter |
| [21:06:00] | sphery: | I'll bounce it off Capt M |
| [21:06:20] | wagnerrp: | my complaint is just that recorded.starttime and ProgramInfo.starttime do not match |
| [21:06:21] | sphery: | yeah, if we go with progstart/progend, recstart/recend makes more sense |
| [21:06:22] | clgshaft (clgshaft!~clgshaft@74.198.150.169) has quit (Client Quit) | |
| [21:06:34] | sphery: | the ts = timestamp, which isn't necessary--this isn't MS Windows code :) |
| [21:06:39] | wagnerrp: | recorded.starttime=ProgramInfo.recstartts, and ProgramInfo.starttime=recorded.progstart |
| [21:06:56] | sphery: | yeah, we have to fix the storage to fix the naming problems |
| [21:06:57] | sphery: | :) |
| [21:08:35] | wagnerrp: | maybe move the artwork out into a separate table? |
| [21:08:54] | sphery: | it will actually be separate files... files listed in mediafile |
| [21:09:15] | wagnerrp: | a table with fields, id, filename, type, maybe url |
| [21:09:20] | sphery: | the fields in videofilemetadata will reference the fileid |
| [21:09:28] | wagnerrp: | and then tables linking it to recorded and videofilemetadata |
| [21:09:34] | sphery: | that's what mediafile does |
| [21:09:35] | wagnerrp: | or actors |
| [21:09:50] | wagnerrp: | im talking about the coverfile/banner/fanart stuff |
| [21:09:56] | sphery: | and you can have multiple coverfiles, for example, but the "primary" will be listable in videofilemetadata |
| [21:10:05] | sphery: | yeah, they'll still be mediafiles |
| [21:10:08] | wagnerrp: | oh, ok |
| [21:10:09] | sphery: | so will recording previews |
| [21:10:18] | wagnerrp: | i dont see those tables here |
| [21:10:23] | sphery: | I'd like to remove them from videofilemetadata, but will leave them there to start with |
| [21:10:40] | sphery: | then if doing the joins on demand works, performance wise, we can remove them later |
| [21:10:48] | wagnerrp: | oh, i see |
| [21:10:55] | wagnerrp: | mediafile is for everything, not just videos |
| [21:10:58] | sphery: | right |
| [21:10:58] | wagnerrp: | makes sense |
| [21:11:09] | sphery: | though that makes the length I just added wrong... |
| [21:11:14] | sphery: | maybe it has to be in streaminfo |
| [21:11:21] | sphery: | thanks :) |
| [21:12:48] | wagnerrp: | one thing i would like to see is some way to map multiple videofilemetadata entries to a single mediafile |
| [21:13:17] | wagnerrp: | something for use with ISOs |
| [21:13:32] | wagnerrp: | where you can point a videofilemetadata directly at one title |
| [21:13:55] | wagnerrp: | so if you have multiple movies or multiple episodes on one ISO, you could point to them directly |
| [21:14:44] | wagnerrp: | or if there are bonus features like the stuff Pixar does that you want to point to directly |
| [21:15:06] | wagnerrp: | or even if you just want to point at the main title of a movie so you can play it directly, rather than going through the menu |
| [21:20:46] | sphery: | we have that through videopart |
| [21:21:06] | sphery: | oh, no, we don't |
| [21:21:10] | sphery: | we only have the opposite |
| [21:21:44] | wagnerrp: | yeah, we could use order in reverse |
| [21:22:11] | sphery: | yeah, but the pk of fileid + videoid means only one to one |
| [21:22:17] | wagnerrp: | but then you would need smarts in the code to determine if its part of a single file, or a video with multiple parts |
| [21:22:31] | wagnerrp: | and that too |
| [21:22:38] | wagnerrp: | no |
| [21:22:46] | wagnerrp: | because it would be multiple videoids to a single fileid |
| [21:22:49] | wagnerrp: | still unique |
| [21:22:50] | sphery: | oh, yeah, but we would have multiple videoids |
| [21:22:51] | sphery: | yeah |
| [21:22:58] | sphery: | sorry.. catching up still |
| [21:23:24] | uw (uw!4c6db902@gateway/web/freenode/ip.76.109.185.2) has joined #mythtv-users | |
| [21:23:42] | unixSnob (unixSnob!~unixSnob@starfury.spearlink.com) has quit (Quit: leaving) | |
| [21:23:47] | sphery: | so one more field in videopart to determine the direction of relationship? |
| [21:24:35] | sphery: | but, in theory, it could be both... |
| [21:24:48] | sphery: | we have one iso that has multiple videofilemetadatas |
| [21:24:50] | wagnerrp: | well theres also the rare movie like Gods and Generals |
| [21:24:57] | wagnerrp: | where the main title spans two disks |
| [21:25:05] | wagnerrp: | and there are bonus features on both disks |
| [21:25:12] | Gibby: | what is the version that is supported for mkv's? |
| [21:25:14] | sphery: | and we also have a separate transcoded copy of the parts so we have multiple fileids for one videofilemetadata |
| [21:25:26] | sphery: | I think we can do it with how we have it |
| [21:25:37] | sphery: | but like you said we'd need the code to understand them |
| [21:27:19] | skd5aner: | if you get that stuff in, I can check off one of my top 3 feature request items :) |
| [21:27:37] | wagnerrp: | handling of series ISOs? |
| [21:30:41] | skd5aner: | yes, and handling metadata/playback of mulitple shows/movies per iso |
| [21:30:46] | sphery: | wagnerrp: updated image available |
| [21:33:14] | sphery: | wagnerrp: just attached the image to the page: http://code.mythtv.org/trac/attachment/wiki/T . . . e_schema.png |
| [21:34:01] | nuonguy (nuonguy!~john@c-24-6-103-14.hsd1.ca.comcast.net) has quit (Quit: Leaving.) | |
| [21:36:33] | iamlindoro: | sphery: I will be very sad if season and episode aren't added to recorded as part of this overhaul... and possibly/probably inetref too |
| [21:36:59] | iamlindoro: | I can always add them later, but... would be one less DB update |
| [21:37:30] | wagnerrp: | the first batch of changes is just to get mythvideo migrated over, and get some testing with it |
| [21:37:38] | wagnerrp: | i think recorded is left intentionally unchanged for now |
| [21:37:58] | sphery: | we'll need many DB updates to actually switch to using the new data :) |
| [21:38:04] | ** iamlindoro sighs ** | |
| [21:38:16] | sphery: | I have no clue how to get new data into the new programinfo, anyway :) |
| [21:38:17] | Ryushin (Ryushin!proxy@windwalker.openinnovations.com) has quit (Quit: Client exiting) | |
| [21:38:31] | sphery: | but I can put it in the schema |
| [21:38:37] | iamlindoro: | nm |
| [21:38:45] | iamlindoro: | I'll just do it when I get around to making it do something |
| [21:38:56] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users | |
| [21:39:48] | sphery: | would it make more sense to break out TV and non-TV/movie metadata into a couple of tables that can be ref'ed from either videofilemetadata or recorded? |
| [21:40:00] | sphery: | I don't really know which is which |
| [21:40:20] | sphery: | but, in general, having fields that are ignored for some rows seems clumsy tome |
| [21:40:28] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has joined #mythtv-users | |
| [21:41:14] | deegan (deegan!~deegan@deg.cowpie.se) has quit (Quit: leaving) | |
| [21:41:17] | sphery: | (this not critiquing your idea to add new metadata to recorded, but mainly the "one big table of random info" approach we've used in the past for recordings) |
| [21:41:42] | sphery: | breaking it out would also help to make usage consistent |
| [21:41:53] | sphery: | for things like rating vs stars |
| [21:43:03] | sphery: | if we were to do that, what would be TV and what would be non-TV metadata? |
| [21:43:33] | Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (Read error: Connection reset by peer) | |
| [21:43:42] | sphery: | or maybe I should ask which info applies to only one or the other? |
| [21:45:34] | sphery: | iamlindoro: ^^^ |
| [21:45:53] | iamlindoro: | There is relatively little info in videos which doesn't have a direct analogue in recorded |
| [21:46:02] | iamlindoro: | There are also several things that should be in recorded that it lacks |
| [21:46:05] | sphery: | right, that's what I'm talking about--consolidating it |
| [21:46:18] | sphery: | instead of having it in 2 different tables |
| [21:46:18] | iamlindoro: | recorded should/could have homepage, inetref, season, episode, and a number of others |
| [21:46:39] | sphery: | then I think we should plan to put that somewhere else and link it from both tables |
| [21:46:45] | iamlindoro: | That's fine |
| [21:47:04] | sphery: | I just don't know the non-listings metadata well enough to know how it fits or how to define it |
| [21:47:14] | iamlindoro: | ie, theoretically one might like to get the taglines, seasons, episodes, and interefs for the stuff they record, even though they presently on't |
| [21:47:22] | sphery: | yeah, that's what I was thinking |
| [21:47:25] | iamlindoro: | and homepages, estudios, etc. |
| [21:47:47] | sphery: | so rather than just add 10 new fields to recorded, break out the commonality |
| [21:47:47] | iamlindoro: | That would mean that each recording would need to have a lookup done at some point (probably at end of recording would be best) |
| [21:47:51] | iamlindoro: | but wouldn't be a big deal |
| [21:48:01] | iamlindoro: | yes, what I'm saying is that 90%+ of it is common |
| [21:48:03] | sphery: | yeah, seems reasonable and fits the "just works" approach |
| [21:48:17] | iamlindoro: | even if it's with a slightly different terminology |
| [21:48:25] | sphery: | right... so please help me define the commonality/mapping :) |
| [21:48:31] | iamlindoro: | ie, videos have insertdate, which is roughly analogous to recorded date/time |
| [21:49:06] | iamlindoro: | all of recorded should probably have a artwork ints too |
| [21:49:18] | sphery: | could you do up a list of fields for a metadata table? |
| [21:49:31] | iamlindoro: | It would be much easier to do this by putting together a list of all of them together, removing dupes, and then eliminating the couple non-common things |
| [21:49:41] | iamlindoro: | Sure, but not sure when that will be |
| [21:49:49] | iamlindoro: | I'll try to find time tonight |
| [21:49:54] | sphery: | ok, no hurry |
| [21:50:07] | iamlindoro: | originalairdate == releasedate |
| [21:50:09] | iamlindoro: | etc. |
| [21:50:10] | sphery: | I'm still waiting on one last sanity check for mythvideo schema import |
| [21:50:20] | iamlindoro: | so when we made that merge we'd want to make sure we "translated" stuff properly |
| [21:50:32] | sphery: | I also need to get some MySQL guru (*cough*kormoc*cough*) to help me figure out indices for the new recordedfile schema |
| [21:50:55] | sphery: | yeah, first step, I'm just stuffing the new schema tables in place |
| [21:51:08] | kormoc: | sphery, trac ticket with patch or? |
| [21:51:10] | sphery: | then I'll do gradual transition |
| [21:51:26] | sphery: | kormoc: http://code.mythtv.org/trac/wiki/TaskRecordedFile (see, also, attachment for E/R diagram) |
| [21:51:31] | FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-5-70.w83-200.abo.wanadoo.fr) has quit (Quit: Ex-Chat) | |
| [21:51:42] | sphery: | kormoc: but we may be making some big changes to metadata fields in recorded and videofilemetadata |
| [21:52:17] | kormoc: | kk, I'll poke at it :) |
| [21:52:28] | sphery: | kormoc: "soon" I'll have a patch that puts the schema in place. |
| [21:53:06] | sphery: | note, also, that all table names are unique with the exception of recorded (I'll probably put in a newrecorded just as a placeholder) and recordedfile--but there is no usage of recordedfile anywhere in mythtv, so I plan to drop it and create the new one |
| [21:53:28] | sphery: | so you can use what's in that wiki page to create tables if you want to play inside mysql |
| [21:54:29] | sphery: | btw, thanks wagnerrp , iamlindoro , and kormoc |
| [21:54:47] | kormoc: | snaz |
| [21:54:56] | sphery: | I'm the political figurehead, and you're all my expert advisors |
| [21:55:10] | sphery: | s/political/clueless political/ |
| [21:56:18] | sphery: | and with that, I think I'll stop working on mythtv--the invite to a steak dinner takes precedence :) |
| [21:56:38] | castlec1 (castlec1!~chris@cpe-76-181-105-97.insight.res.rr.com) has quit (Ping timeout: 265 seconds) | |
| [21:56:40] | martin__ (martin__!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Remote host closed the connection) | |
| [21:57:10] | skd5aner: | typical politician... getting wined and dined |
| [21:57:23] | sphery: | heh |
| [21:57:41] | sphery: | ok, so splitting mythbackend has just moved about 300 places up on my MythTV TODO list |
| [21:58:09] | sphery: | (yeah, that's very telling of how little I get done, right--having 300 places for it to move on my list :) |
| [21:59:28] | sphery: | way too many people on -users talking about running master backend on pogoplugs or atom systems and doing capture elsewhere |
| [21:59:41] | ** kormoc blinks at sphery ** | |
| [22:00:44] | sphery: | just want them to run in a supported configuration |
| [22:00:59] | sphery: | so we should get the configuration they want to run supported |
| [22:01:36] | kormoc: | that just seems silly to have the oomph to record somewhere else but to not use that oomph for the primary backend |
| [22:02:12] | sphery: | yeah |
| [22:02:17] | sphery: | but it "saves power" |
| [22:02:22] | wagnerrp: | kormoc: its because they want a little 5W PC running all the time, instead of a normal 50W PC |
| [22:02:33] | sphery: | should do wonders for mysql performance, too |
| [22:02:40] | kormoc: | ... |
| [22:02:52] | sphery: | or maybe they'll put the mysql on the normal 50W PC |
| [22:02:53] | gilles74 (gilles74!~gilles74@AAnnecy-551-1-114-172.w92-153.abo.wanadoo.fr) has joined #mythtv-users | |
| [22:03:09] | sphery: | then they can run both, but only report the power usage of the 5W PC |
| [22:03:13] | kormoc: | they want a 5W running all the time plus 25W box on standby waiting for the 5W box to turn it on |
| [22:03:26] | aclonedsheep (aclonedsheep!~acl@unaffiliated/aclonedsheep) has quit (Ping timeout: 240 seconds) | |
| [22:03:32] | kormoc: | WOL is hardly free |
| [22:03:49] | sphery: | kormoc: these are the things that people do so they don't have to buy a 10W idle Mac Mini |
| [22:03:56] | Methuselah (Methuselah!~Methusela@adsl-76-209-50-63.dsl.emhril.sbcglobal.net) has left #mythtv-users () | |
| [22:03:57] | sphery: | or similar |
| [22:04:22] | sphery: | "Green" on the surface, at least |
| [22:06:01] | wagnerrp: | sphery: thats all that matters, right? |
| [22:06:17] | sphery: | seems that way |
| [22:06:30] | sphery: | Atom is green because marketing says so |
| [22:06:59] | sphery: | non-Atom is high powered because it's not Atom |
| [22:07:11] | sphery: | therefore, I must run Atom to save power |
| [22:07:45] | linuxtech (linuxtech!~cp@d-69-161-111-210.cpe.metrocast.net) has quit (Ping timeout: 265 seconds) | |
| [22:08:04] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 240 seconds) | |
| [22:09:22] | wagnerrp: | sphery: i must get an atom with an external linear rectifier, because DC is better |
| [22:09:46] | sphery: | heh, yeah |
| [22:10:16] | sphery: | saves an AC->DC conversion, too, since you're feeding it DC and that's what it needs |
| [22:10:32] | sphery: | (yes, I know) |
| [22:11:57] | gilles74 (gilles74!~gilles74@AAnnecy-551-1-114-172.w92-153.abo.wanadoo.fr) has quit (Quit: Bye !) | |
| [22:13:22] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has joined #mythtv-users | |
| [22:15:54] | castlec2 (castlec2!~christoph@cpe-76-181-105-97.insight.res.rr.com) has quit (Ping timeout: 260 seconds) | |
| [22:16:51] | Wicked (Wicked!~zero@unaffiliated/wicked) has quit (Remote host closed the connection) | |
| [22:18:09] | RockHound (RockHound!~quassel@d008133.adsl.hansenet.de) has quit (Remote host closed the connection) | |
| [22:19:18] | wagnerrp: | agh... how many people actually bought the PS3 with the intent of running a linux HTPC application on it? |
| [22:19:51] | clgshaft (clgshaft!~clgshaft@74.198.150.169) has joined #mythtv-users | |
| [22:20:01] | wagnerrp: | in 2006, $600 would buy you a very nice, small, dual core frontend, with 2GB of memory |
| [22:20:03] | clgshaft (clgshaft!~clgshaft@74.198.150.169) has quit (Client Quit) | |
| [22:20:23] | wagnerrp: | smaller, quieter, less power consuming, and more capable for video playback under linux than the PS3 |
| [22:21:10] | wagnerrp: | do people just not understand the fact that all the raw power in a processor means exactly nothing if there is no software written to take advantage of it? |
| [22:24:21] | kormoc: | wagnerrp, but but but it's MOAR! |
| [22:29:58] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has quit (Read error: Connection reset by peer) | |
| [22:30:40] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users | |
| [22:40:42] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-127.zone5.bethere.co.uk) has joined #mythtv-users | |
| [22:42:43] | soreau: | I get this message when trying to use 'watch tv' for my dvb card: "mythtv is using all inputs but there are no active recordings" |
| [22:42:43] | xtort-: | no |
| [22:43:04] | soreau: | I ran the setup program but I don't know what's wrong. The Scan Channels button is grayed out |
| [22:46:02] | xtort-: | do you have the tuner selected, not another input? |
| [22:46:35] | soreau: | Where should I check that? |
| [22:47:05] | soreau: | IN the setup program for inputs, the card is listed but it points to none ->(None) |
| [22:50:03] | soreau: | (DVBInput) -> (None) |
| [22:53:49] | skd5aner: | I just got a PS3 for Christmas – could care less about the UPnP stuff (at least right now) |
| [22:54:14] | russell5 (russell5!~russell5@pool-108-20-133-66.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds) | |
| [22:54:15] | kormoc: | I got a wii for Christmas and I don't get any UPnP stuff ;) |
| [22:54:36] | streeter (streeter!~streeter@nat/redhat/x-cljlkdtqkfpwateg) has quit (Quit: Leaving) | |
| [23:28:36] | KraMer (KraMer!~mark@adsl-70-240-212-19.dsl.hstntx.swbell.net) has joined #mythtv-users | |
| [23:38:14] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has quit (Read error: Connection reset by peer) | |
| [23:38:53] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users | |
| [23:42:38] | uw: | \ |
| [23:42:38] | uw: | \ |
| [23:43:52] | uw: | yeah i really never have liked the upnp stuff |
| [23:47:18] | Uw00dy (Uw00dy!~Uw00dy@184-230-78-151.pools.spcsdns.net) has joined #mythtv-users | |
| [23:48:28] | abarbaccia1 (abarbaccia1!~andrew@pool-108-35-33-10.nwrknj.fios.verizon.net) has joined #mythtv-users | |
| [23:49:09] | abarbaccia1: | i want to grab the metadata for "the pacific" from ttvdb.org — what is the easiest way to do it in mythvideo? |
| [23:49:09] | aclonedsheep (aclonedsheep!~acl@unaffiliated/aclonedsheep) has joined #mythtv-users | |
| [23:49:15] | Uw00dy (Uw00dy!~Uw00dy@184-230-78-151.pools.spcsdns.net) has quit (Client Quit) | |
| [23:50:01] | aclonedsheep: | Does anyone have any experience or thoughts on a Jetaway Mini ITX mobo for a HTPC? I like that i can use memory RAM i already have but kind of untrustworthy of the brand's reliability? |
| [23:51:03] | abarbaccia1: | aclonedsheep: i hated jetway HTPC offerings – fans were EXTREMELY loud and quality was pretty subpar |
| [23:51:36] | aclonedsheep: | this is just a mobo, not their case and stuff.. I want to get a lian li mini ITX case someone posted in here earlier, just cant find a good mobo yet |
| [23:52:11] | aclonedsheep: | is it still best to stick w/ gigabyte? |
| [23:52:12] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has joined #mythtv-users | |
| [23:52:20] | abarbaccia1: | gagabyte makes good stuff |
| [23:52:33] | abarbaccia1: | honestly, look at the ion platform |
| [23:52:36] | abarbaccia1: | it's your best shot |
| [23:52:50] | aclonedsheep: | thats what I had originally been considering |
| [23:53:11] | abarbaccia1: | you can't go wrong |
| [23:53:13] | aclonedsheep: | but I talked to a few anti Atom people in here earlier — but that might be because I was contemplating trying to run a combo front/back end |
| [23:53:29] | abarbaccia1: | worst experience is spending money and time on hardware then being unsatisified |
| [23:53:33] | aclonedsheep: | Well I did haha — i got a foxconn nt330i and it overheats and crashes...newegg made an exception and is letting me return and get something else |
| [23:53:48] | aclonedsheep: | its a common issue with it apparently so i said i didnt want to roll the die again |
| [23:54:10] | aclonedsheep: | but that got me thinking if i should just get something that i could put a tuner in and have a litlte more build in storage |
| [23:54:19] | aclonedsheep: | honestly I'm kind of overwhelmed by the choices haha |
| [23:54:57] | kormoc: | there's only a few anti-atom folks in here? |
| [23:55:11] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-127.zone5.bethere.co.uk) has quit (Quit: Leaving.) | |
| [23:55:24] | aclonedsheep: | no they were just the vocal ones at the time |
| [23:55:40] | aclonedsheep: | so im probably going to go with the miniITX setup and not atom, but i dunno for sure yet |
| [23:55:58] | kormoc: | As someone who didn't get a atom, I'm extremely happy I didn't |
| [23:56:04] | aclonedsheep: | whatd you get? |
| [23:56:20] | aclonedsheep: | I Got an atom (Read above) and feel like i have a second chance now to get a real CPU |
| [23:56:20] | kormoc: | Mac Mini |
| [23:56:38] | aclonedsheep: | ah...too much $ and i wanna recycle parts |
| [23:57:00] | kormoc: | all it is is a premade mini-itx with a core2duo, nothing special about it |
| [23:57:03] | JEDIDIAH__: | I have/had both. Best option is to split FE and BE. |
| [23:57:13] | aclonedsheep: | if i get this lian li mini ITX i can use a PSU i have...if i get that jetaway mobo i can use the notebook ram I just bought for the atom build |
| [23:57:18] | aclonedsheep: | JEDIDIAH__, FE/BE ?? |
| [23:57:29] | JEDIDIAH__: | otherwise, something like an antec fusion case with a beefier mobo might fit the bill. |
| [23:57:32] | kormoc: | Meh, My mini is a combo FE/BE/JQ/MW just fine |
| [23:57:37] | JEDIDIAH__: | FrontEnd BackEnd |
| [23:57:40] | kormoc: | aclonedsheep, Frontend Backend |
| [23:57:49] | aclonedsheep: | oh of course |
| [23:58:09] | aclonedsheep: | the logistics for me isnt ideal for it to be split |
| [23:58:19] | aclonedsheep: | in terms of networking/cable availability |
| [23:58:28] | JEDIDIAH__: | noise and cooling are always tricky for a "living room device" |
| [23:58:38] | kormoc: | JEDIDIAH__, not when it's practically silent ;) |
| [23:58:52] | aclonedsheep: | I have noisy steam radiators in here its not a huge issue for me haha |
| [23:58:57] | hadees_ (hadees_!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users | |
| [23:59:32] | kormoc: | The mini's are amazingly quiet |
| [23:59:41] | kormoc: | and you can make anything else pretty similar |
| [23:59:59] | russell5 (russell5!~russell5@pool-108-20-133-66.bstnma.fios.verizon.net) has joined #mythtv-users | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.