Sunday, June 22nd, 2008, 00:03 UTC | ||
[00:03:10] | lyricnz (lyricnz!n=simonrob@d220-238-85-206.dsl.vic.optusnet.com.au) has joined #mythtv-users | |
[00:03:37] | califdreas (califdreas!n=andreas@208.201.228.169) has joined #mythtv-users | |
[00:23:48] | pablo (pablo!n=pablo@c-76-103-174-113.hsd1.ca.comcast.net) has joined #mythtv-users | |
[00:24:31] | pablo (pablo!n=pablo@c-76-103-174-113.hsd1.ca.comcast.net) has quit (Client Quit) | |
[00:24:34] | ShiftyPowers (ShiftyPowers!n=Shifty@c-76-103-174-113.hsd1.ca.comcast.net) has joined #mythtv-users | |
[00:28:36] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 104 (Connection reset by peer)) | |
[00:28:57] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[00:39:08] | WattoDaTo (WattoDaTo!i=WattoDaT@adsl-70-241-197-41.dsl.stlsmo.swbell.net) has joined #mythtv-users | |
[00:41:38] | WattoDaTo: | Hey everyone! I just reinstalled my mythbackend distro and now I am having problems with the mythweather database. As I understand it, the mythweather part of the sql database now uses a thing called InnoDB which causes problems with a sql database transfer? I was wondering if I could somehow just delete the mythweather database and recreate it so it works again? |
[00:43:37] | Anduin: | WattoDaTo: You could delete it, if you remove the schema version (for MythWeather only!) in the settings table it will recreate it on start. |
[00:45:29] | ** Gumby just cant get configuring ffmpeg for mp3 encoding right :( I've installed liblame and liblame-dev packages. ran ./configure --enable-libmp3lame and I still dont have encoding support. ** | |
[00:45:31] | WattoDaTo: | Anduin, thanks for the info. I am not familiar with mysql commands so I was wondering if you could walk me through it? |
[00:46:41] | Anduin: | WattoDaTo: there are fancy GUI tools that will let you do the basics, lack of a primary key in settings is the only real manual thing |
[00:48:41] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has quit ("Leaving...") | |
[00:51:12] | Anduin: | WattoDaTo: but if you want something entirely untested: DROP TABLE weathersourcesettings, weatherscreens, weatherdatalayout; DELETE FROM settings WHERE value = 'WeatherDBSchemaVer'; |
[00:51:12] | Anduin: | (not actually run, so there could be typos) |
[00:51:36] | califdreas (califdreas!n=andreas@208.201.228.169) has quit (Remote closed the connection) | |
[00:52:19] | Anduin: | WattoDaTo: do you have a reason for why the restore failed? (if you don't have the innodb driver, the above will not help, innodb is required for MythWeather) |
[00:53:35] | WattoDaTo: | Anduin, I don't actually know anything about innodb but I assume it was installed because I used the mythbuntu packages to reinstall myth |
[00:54:10] | Anduin: | WattoDaTo: That seems like a good assumption, I don't Ubuntu but know that some people have mysql without innodb. |
[00:54:15] | WattoDaTo: | I think it has something to do with the fact that I just copied the mythconverg folder instead of used mysqldump |
[01:01:13] | WattoDaTo: | Anduin, do you know which table the schema is in? |
[01:03:26] | Anduin: | Uh, that doesn't make sense :) |
[01:03:44] | Anduin: | The tables are the ones I mentioned, in the mythconverge database |
[01:05:21] | WattoDaTo: | oops I see now you said the settings table. Ok either I am just not seeing any data in it or mysql-admin doesn't display the actual data. |
[01:06:25] | Anduin: | The admin too generally just allows you to see the catalogs, manage users, etc, you would want the query browser |
[01:06:30] | Anduin: | *tool |
[01:07:34] | psofa__ (psofa__!n=psofa@adsl65-3.ath.forthnet.gr) has quit (Read error: 113 (No route to host)) | |
[01:18:03] | WattoDaTo: | Anduin, I'm in the query browser but the edit button is grayed out. Do you have any idea why? |
[01:24:43] | WattoDaTo: | Anduin, I just decided to use your command instead and I got "ERROR 1051 (42S02): Unknown table 'weathersourcesettings,weatherscreens,weatherdatalayout'" but the settings change worked. |
[01:25:22] | WattoDaTo: | However in mythfrontend I still get "Table 'mythconverg.weatherdatalayout' doesn't exist QMYSQL3: Unable to execute query" |
[01:35:20] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has joined #mythtv-users | |
[01:35:56] | sphery: | WattoDaTo: did you restart the frontend after deleting the setting. Also, you can run the DROP TABLE as: DROP TABLE IF EXISTS weathersourcesettings, weatherscreens, weatherdatalayout; |
[01:36:27] | sphery: | With that command, there shouldn't be an error. |
[01:36:38] | sphery: | If there is, you have more to fix. |
[01:41:28] | Varak_: | does anyone have the default signal and tuning timeouts for myth tv backend DVB card. I changed them on mine and forgot the originals and changing them seems to make things way way worse. |
[01:42:09] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[01:43:15] | WattoDaTo: | sphery, thanks a LOT, I don't know if either closing the frontend or your monified command did the trick but it is working now! |
[01:43:44] | WattoDaTo: | Thanks for all the crazy help guys and now that I have it working I will be leaving you all. Have a great day! |
[01:43:47] | WattoDaTo (WattoDaTo!i=WattoDaT@adsl-70-241-197-41.dsl.stlsmo.swbell.net) has quit () | |
[01:44:07] | sphery: | WattoDaTo: Probably restarting the frontend. The command was just to ensure that the error was due to missing tables and not mis-typed command... |
[01:44:12] | sphery: | but anyway...l |
[01:44:36] | KraMer (KraMer!n=mark@adsl-70-240-195-142.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[01:45:06] | sphery: | Varak_: for a DVB card, the default timeouts are 500 (signal) and 3000 (tuning) |
[01:46:56] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[01:50:54] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[01:55:58] | alexvd (alexvd!n=alexvd@pool-96-242-53-157.nwrknj.fios.verizon.net) has quit ("Ex-Chat") | |
[01:56:23] | [gquit]bombadil ([gquit]bombadil!n=dana@CPE-70-94-44-157.wi.res.rr.com) has joined #mythtv-users | |
[01:56:45] | Tomasu (Tomasu!n=moose@S01060020781041c8.ed.shawcable.net) has joined #mythtv-users | |
[02:04:19] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 104 (Connection reset by peer)) | |
[02:04:19] | Ra^ (Ra^!n=Ra@cpe-69-207-33-168.buffalo.res.rr.com) has quit (Read error: 113 (No route to host)) | |
[02:04:58] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[02:08:16] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 104 (Connection reset by peer)) | |
[02:08:58] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[02:18:06] | gregL (gregL!n=Greg@cpe-68-172-89-215.nycap.res.rr.com) has quit ("Leaving") | |
[02:18:21] | gregL (gregL!n=Greg@cpe-68-172-89-215.nycap.res.rr.com) has joined #mythtv-users | |
[02:21:05] | _gunni_ (_gunni_!n=Gunni@xdsl-81-173-234-132.netcologne.de) has joined #mythtv-users | |
[02:21:41] | |gunni| (|gunni|!n=Gunni@xdsl-81-173-176-215.netcologne.de) has quit (Read error: 60 (Operation timed out)) | |
[02:35:43] | mchou (mchou!n=mchou@c-76-103-44-118.hsd1.ca.comcast.net) has joined #mythtv-users | |
[02:55:01] | ** Gumby has been trying all day without success to get mp3 encoding support in ffmpeg. I just cant get it right. Can anyone suggest something I may be doing wrong? Does ffmpeg needs mp3 encoding support compiled in by default? The only thing I am needing it for is the streaming flash video in mythweb ** | |
[02:55:51] | Gumby: | I have mp3 support, just not for encoding :( |
[02:56:34] | Varak_: | sphery: thank you |
[02:57:32] | atrus (atrus!n=atrus@S01060050fc223ff9.ed.shawcable.net) has joined #mythtv-users | |
[02:59:53] | atrus: | i'm reading up on how to do transcoding, and i'm confused to say the least :) What I'm reading about seems to be how to get files produced by mythtv (in nuv format), and transcode them to something smaller. Under my mythtv setup however, it seems to record to .mpg files (which are mpeg-2 as output from my tuner), and then get transcoded into smaller .nuv files, which I can't figure out how to play. Is there something fundamental I' |
[02:59:53] | atrus: | m missing here? |
[03:00:55] | mchou: | atrus: most likely your transcoe profile is messed up |
[03:01:05] | mchou: | transcode* |
[03:01:33] | mchou: | if the original recordings are mpeg, there should be no reason to transcode to nuv |
[03:01:50] | Amun (Amun!i=Jonsi@c-71-205-220-100.hsd1.mi.comcast.net) has joined #mythtv-users | |
[03:02:30] | atrus: | well they're mpg2. i'd love to transcode them into xvid or something that's not quite so huge |
[03:03:47] | mchou: | atrus: look into nuvexport |
[03:04:04] | Amun: | what EPG does mythtv use, and what url does it contact to get the EPG? |
[03:04:15] | mchou: | http://www.mythtv.org/wiki/index.php/Nuvexport |
[03:04:25] | thoraxe: | Amun: you can use a couple of things. the primary for north america is schedulesdirect |
[03:04:38] | Amun: | is schedulesdirect free? |
[03:04:54] | mchou: | Amun: virtually free but not free |
[03:05:00] | Amun: | k |
[03:05:29] | atrus: | mchou: i've found a few references to that. is it possible to have it transcode and put it back in a spot where the mythtv recordings browser would be able to see it? |
[03:05:39] | mchou: | Amun: iirc it's around $20/yr |
[03:06:07] | atrus: | mchou: what would be messed up in the transcoding profile that i'd be looking into? |
[03:06:38] | mchou: | atrus: you'd have to look into that yourself or rely on someone else |
[03:07:19] | atrus: | mchou: ok. do you know if it's possbile to use nuvexport when i don't have nuv files to start with? |
[03:07:42] | mchou: | atrus: yup |
[03:08:01] | atrus: | ah, that may be more helpful than i thought then :) |
[03:10:38] | dramman (dramman!n=newbie@d122-105-140-124.bla10.nsw.optusnet.com.au) has joined #mythtv-users | |
[03:11:45] | dramman: | Wierd – I've added a DVB capture card & successfully done the channel scanning on the backend, but "Watch TV" is not working on the frontend (same machine) |
[03:13:13] | Amun: | what url does mythtv use to get the program guide from schedulesdirect ? |
[03:16:35] | atrus: | what i thought was weird was that the output .nuv file (which exists, and mplayer almost sort of plays) doesn't seem to show up in the mythtv menus anywhere |
[03:24:32] | mchou: | if mplayer doesnt play it most likely recording is not mpeg2 |
[03:24:56] | mchou: | or I should say the file |
[03:25:49] | justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has quit ("Lost terminal") | |
[03:26:08] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has quit (Remote closed the connection) | |
[03:26:44] | cesman: | file /path/to/what/file/is/this should tell you what it is... |
[03:27:04] | atrus: | mchou: no, the .nuv file is after mythtv's transcode job ran on it |
[03:27:23] | atrus: | doubly-weird, mythweb sees the transcoded version, even though mythtv-frontend can't |
[03:27:32] | atrus: | cesman: just says "data" |
[03:27:35] | mchou: | atrus: like I said your encoding profile is messed up |
[03:27:58] | mchou: | I mean transcode profile |
[03:28:00] | atrus: | mchou: i didn't really change much in the profile, so i'm not sure what that would be. |
[03:29:15] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
[03:29:59] | Vaelys (Vaelys!i=nop@lebesgue.cowpig.ca) has quit (Read error: 104 (Connection reset by peer)) | |
[03:30:10] | Vaelys (Vaelys!i=nop@lebesgue.cowpig.ca) has joined #mythtv-users | |
[03:30:30] | atrus: | when you say "transcode profile" you mean the setup->tv settings->recording profiles->transcoders? |
[03:31:39] | atrus: | hm. does it seem odd that by default the "maximum quality" setting is lower than the "minimum quality" setting? |
[03:38:42] | MaverickTech (MaverickTech!n=Maverick@111.86.233.220.exetel.com.au) has joined #mythtv-users | |
[03:45:14] | thoraxe: | feh, darn ati + fedora :( |
[04:20:36] | lyricnz: | how much grunt is required for backend-only DVB? |
[04:22:28] | atrus (atrus!n=atrus@S01060050fc223ff9.ed.shawcable.net) has quit () | |
[04:23:47] | thoraxe: | so i can use mplayer and play mp3 sound, but when i try to use the mythtv music thing no sound comes out... i can't even tell if i'm playing an mp3 |
[04:23:57] | thoraxe: | the play button is highlighted and all... but there's no progress bar or anything |
[04:25:12] | thoraxe: | ok weird, now it's working |
[04:25:19] | thoraxe: | but my remote controls are all jacked... boo |
[04:29:39] | d00gster (d00gster!n=doughant@bas1-cooksville01-1279552398.dsl.bell.ca) has quit (Read error: 110 (Connection timed out)) | |
[04:36:32] | thoraxe: | ok no, it's just mythmusics default keybindings are retarded :( |
[04:41:32] | RungeKutta: | is there a decent document someplaec on how to install the myth backend only from source? |
[04:42:33] | clever: | youll need mythtv-setup also to make any use out of it, and probly frontend also to access certain settings |
[04:43:25] | RungeKutta: | clever: was that for me? |
[04:43:25] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 104 (Connection reset by peer)) | |
[04:44:11] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[04:44:33] | Varak_ (Varak_!n=Varak@75.111.58.200) has quit (Read error: 104 (Connection reset by peer)) | |
[04:47:32] | cesman: | RungeKutta: ./configure --help |
[04:47:48] | RungeKutta: | ./configure --help |
[04:47:59] | RungeKutta: | didn't do anything |
[04:48:14] | dramman: | WHat does |
[04:48:31] | RungeKutta: | I just typed ./configure --help |
[04:48:36] | RungeKutta: | and it didn't do anything |
[04:48:43] | dramman: | "EntryToProgram(0Thur Jan...) failed to get pginfo" mean? |
[04:49:08] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Remote closed the connection) | |
[04:49:14] | dramman: | Also get "GetEntryAt(-1) failed" |
[04:49:39] | Amun (Amun!i=Jonsi@c-71-205-220-100.hsd1.mi.comcast.net) has quit () | |
[04:49:42] | Amun (Amun!i=Jonsi@c-71-205-220-100.hsd1.mi.comcast.net) has joined #mythtv-users | |
[04:58:04] | cesman: | check your db for error (if I remember correctly) |
[05:01:22] | gizmobay: | RungeKutta, it didn't give you a list of options? |
[05:01:40] | RungeKutta: | I was just pretending I was dumb and typing it into irc |
[05:02:15] | RungeKutta: | I was mainly just asking in here for a doc incase it was a big ordeal |
[05:02:43] | cesman: | RungeKutta: should state something like --with-backend |
[05:02:55] | RungeKutta: | ah ok |
[05:03:00] | gizmobay: | There's docs on mythtv.org |
[05:03:10] | RungeKutta: | probably have to do --without on the rest I dont need, I suppose |
[05:03:12] | RungeKutta: | okie danke |
[05:13:25] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[05:24:58] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has joined #mythtv-users | |
[05:26:58] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has quit (Client Quit) | |
[05:35:51] | dramman: | Should the value for MythFrontEnd/DefaultBackend/DBPort in "config.xml" be "0" ? |
[05:36:01] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has joined #mythtv-users | |
[05:45:24] | RungeKutta (RungeKutta!n=rungekut@dsl093-016-075.msp1.dsl.speakeasy.net) has quit () | |
[05:45:24] | dramman: | Can anyone help me set up a Winfast DTV2000H? Which card type etc do I choose? |
[05:46:55] | Gumby (Gumby!n=gumby@unaffiliated/gumby) has quit (Remote closed the connection) | |
[05:53:26] | benc- (benc-!n=benc@markcaswell.dsl.visi.com) has quit (Read error: 60 (Operation timed out)) | |
[05:56:20] | benc_ (benc_!n=benc@markcaswell.dsl.visi.com) has joined #mythtv-users | |
[05:56:55] | waxhead_ (waxhead_!n=pete@ppp-40-42.grapevine.net.au) has joined #mythtv-users | |
[05:56:58] | waxhead_: | hi everyone |
[05:57:42] | waxhead_: | quick question, should I be able to rip a DVD and have mythtv still record a show I have marked for recording? |
[05:58:16] | waxhead_: | I was surprised yesterday that while ripping some dvd's it didn't record a show marked to be recorded. |
[06:03:41] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has quit ("Leaving...") | |
[06:11:07] | d00gster (d00gster!n=doughant@bas1-cooksville01-1279552398.dsl.bell.ca) has joined #mythtv-users | |
[06:12:49] | Dagmar: | Funxors |
[06:14:35] | Dagmar: | I <3 new chipsets... Timing buffered disk reads: 8 MB in 3.13 seconds = 2.56 MB/sec |
[06:15:48] | xlordt (xlordt!i=1000@host-70-45-67-72.onelinkpr.net) has joined #mythtv-users | |
[06:16:59] | xlordt: | Do you guys have a specific version for x86_64 platforms? |
[06:20:19] | xlordt: | cause I keep getting the following error when I try to install mythtv.. |
[06:20:23] | xlordt: | here is the errors. |
[06:20:24] | xlordt: | http://rafb.net/p/3s8pU135.html |
[06:21:08] | Dagmar: | This /usr/include/artsc/../libavformat/avformat.h |
[06:21:19] | xlordt: | yes |
[06:21:28] | Dagmar: | It rather likely shouldn't be there. |
[06:21:51] | xlordt: | sorry for my Ignorance, but its my first time trying to install this app. |
[06:21:58] | xlordt: | ah |
[06:22:06] | xlordt: | hold |
[06:22:09] | Dagmar: | Then stop trying to link it to artsd stuff, I can suggest that right off |
[06:22:23] | xlordt: | link? I havent |
[06:22:26] | xlordt: | I just did make |
[06:22:33] | xlordt: | ./confure, make.. |
[06:22:41] | Dagmar: | Either way, Myth has it's own version of that header and the one installed there under /usr/include/libavformat is scerwing it up |
[06:23:23] | Dagmar: | *Probably* you are using a cockeyed version of ffmpeg |
[06:23:27] | xlordt: | yes, I figured that part, but I don't know if I need to upgrad or not. |
[06:23:29] | Dagmar: | You will need the SVN of FFmpeg |
[06:23:41] | xlordt: | ok, let me try the svn than. |
[06:23:50] | Dagmar: | And I *strongly* suggest you use release-0.21-fixes from SVN of MythTV |
[06:24:03] | xlordt: | ok thanx, let me try this out. |
[06:25:43] | Dagmar: | Found the bloody nForce driver |
[06:26:03] | Dagmar: | Man, 2Mb/s is just so sad. I'd forgotten how poorly the generic EIDE driver could perform. |
[06:27:20] | noaxess_kubuntu (noaxess_kubuntu!n=chatzill@cust.static.217-11-45-147.cybernet.ch) has joined #mythtv-users | |
[06:27:52] | noaxess_kubuntu: | good morning |
[06:28:24] | noaxess_kubuntu: | how can i change the mythtv backend/frontend language? |
[06:29:25] | gnome42 (gnome42!n=gnome42@76-10-183-76.dsl.teksavvy.com) has quit (Remote closed the connection) | |
[06:45:02] | xlordt: | hey Dagmar I still got the same error, MythTv 0.21, dowloaded ffmpeg using git.. as it states that its the same as svn.. and I still got the same erro |
[06:45:21] | KraMer (KraMer!n=mark@adsl-70-240-195-142.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
[06:45:40] | Dagmar: | Did you install it into prefix /usr or /usr/local |
[06:45:54] | xlordt: | what myth? or ffmpeg? |
[06:45:59] | Dagmar: | FFMpeg. |
[06:46:04] | xlordt: | usr |
[06:46:04] | Dagmar: | I.e., the thing with the broken header file |
[06:46:14] | xlordt: | Yes I know :) |
[06:46:16] | Dagmar: | WEll, I'll put it to you this way |
[06:46:18] | xlordt: | its installed in /usr |
[06:46:36] | pcglue (pcglue!n=pcglue@netblock-208-127-13-155.dslextreme.com) has joined #mythtv-users | |
[06:46:47] | Dagmar: | I have ffmpeg-svn13775 in there, build release-0.21-fixes on a weekly basis, and it's fine *here* |
[06:47:07] | xlordt: | do you have that package still? |
[06:47:20] | xlordt: | let me search for that particular vers. |
[06:47:24] | Dagmar: | It's not like it's going to work on your system. |
[06:47:48] | Dagmar: | I grabbed it from FFMpeg's SVN tree about four days ago |
[06:47:54] | xlordt: | might though. |
[06:48:11] | xlordt: | Ya read something about it on google |
[06:48:11] | Dagmar: | Unless you're running Slackware 12.0, don't kid yourself. |
[06:48:22] | Dagmar: | This binary would not be safe to use on another system |
[06:48:25] | xlordt: | some one was was having the same error as I am right now. |
[06:48:35] | xlordt: | on slamd64 |
[06:48:41] | Dagmar: | Well, look and see what they did to fix it |
[06:48:54] | xlordt: | I did, he stated upgrade. |
[06:48:57] | xlordt: | nothing more. |
[06:49:03] | Dagmar: | Or look at the line they're talking about in that header file and see what's wrong with it. |
[06:49:13] | Dagmar: | ...but I know for a fact that SVN version works |
[06:49:29] | xlordt: | what link did you use to get the svn? |
[06:49:34] | Dagmar: | aada6ae6864f3ea835b2119ec8223352 /usr/include/libavformat/avformat.h |
[06:49:34] | xlordt: | isnt git the same though? |
[06:49:36] | Dagmar: | Link? |
[06:49:53] | xlordt: | ya to get ffmpeg. |
[06:49:55] | Dagmar: | What are these links you're talking about |
[06:50:02] | Dagmar: | I'm not using someone's bloody package |
[06:50:02] | xlordt: | cause I am on there site right now. |
[06:50:04] | Dagmar: | I build this stuff |
[06:50:21] | Dagmar: | Freakin just go get trunk from their SVN server. http://ffmpeg.mplayerhq.hu/download.html |
[06:51:12] | xlordt: | Ya I am there, but its aight, I will get it working sooner or later.. thanx. |
[06:51:13] | Dagmar: | If you've got the same md5sum on that file you shoudln't be having a problem unless something else is hosed |
[06:51:42] | xlordt: | ok there it goes. |
[06:51:54] | xlordt: | I just tried a while ago.. and it stated that dns was not found. |
[06:52:03] | xlordt: | so I downloaded the git one. |
[06:52:09] | xlordt: | but now its downloading. |
[06:52:39] | Dagmar: | Are you, perhaps, attemptin to build this against KDE 4? |
[06:52:53] | xlordt: | Checked out revision 13876. |
[06:53:40] | noaxess_kubuntu: | is there a way to change the language of the gui's? frontend/backend gui's? |
[06:54:17] | xlordt: | Dagmar, no fluxbox |
[06:55:11] | wagnerrp: | its a damn shame none of the other window managers picked up on the pervasive tabbing from fluxbox |
[06:55:22] | Dagmar: | Er rather Qt-4? |
[06:55:43] | wagnerrp: | it was an otherwise spartan desktop, but that tabbing was amazing |
[07:02:45] | noaxess_kubuntu: | change language of frontend and backend, is it possible? |
[07:08:32] | noaxess_kubuntu: | i think my questions will be ignored.. or not viewed.. don't know why.. :( |
[07:09:09] | cesman: | yes, it is possible |
[07:09:46] | cesman: | you'll have to manually delete the entry in the db, then rerun mythtv-setup and it should ask you what language you want to use |
[07:09:58] | stoffel (stoffel!n=sfr@p57B4D311.dip.t-dialin.net) has joined #mythtv-users | |
[07:09:58] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[07:12:06] | noaxess_kubuntu: | or.. UPDATE `settings` SET `data` = 'EN' WHERE `settings`.`value` = 'Language'; |
[07:12:23] | noaxess_kubuntu: | thanks cesman ... |
[07:14:25] | cesman: | you're welcome |
[07:21:54] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[07:26:58] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Read error: 113 (No route to host)) | |
[07:27:16] | Gumby` (Gumby`!n=gumby@unaffiliated/gumby) has joined #mythtv-users | |
[07:29:02] | revilootneg (revilootneg!n=oliver@pool-131-67-198-89.dbd-ipconnect.net) has joined #mythtv-users | |
[07:37:23] | xlordt: | hm now I get a different error. |
[07:37:58] | internat85 (internat85!n=nf@123-243-184-161.static.tpgi.com.au) has joined #mythtv-users | |
[07:38:07] | xlordt: | does this have to do anything with qt? http://rafb.net/p/gxVEug12.html |
[07:38:32] | internat85: | Howdy, is there a mythtv remote type thing? I have an eeepc, and id like to put it next to the couch and use it to control what the mythtv box next to the tv plays.. suggestions? |
[07:38:34] | stoffel (stoffel!n=sfr@p57B4D311.dip.t-dialin.net) has quit ("Lost terminal") | |
[07:38:38] | xlordt: | yes it does |
[07:39:20] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has quit () | |
[07:40:00] | dramman: | what does it mean when I get a segmentation fault when running mythfilldatabase? |
[07:47:35] | Gumby`: | could mean a lot of things |
[07:47:40] | Gumby` is now known as Gumby | |
[07:48:48] | Gumby: | when I have seen segfaults in the past its usually been because of bad memory or bad hard drive (bad motherboard controllers) |
[07:52:10] | waxhead_ (waxhead_!n=pete@ppp-40-42.grapevine.net.au) has quit ("Ex-Chat") | |
[07:53:03] | dramman: | argh! why does the backend tune work, but the frontend "watch tv" not? |
[07:57:36] | internat85: | any suggestions for a mythtv remote station type thing? |
[08:11:40] | Lynet (Lynet!n=larsg@084202177111.customer.alfanett.no) has quit (Remote closed the connection) | |
[08:12:33] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[08:14:45] | Gumby: | internat85: something like synaptic might work |
[08:15:12] | Gumby: | allows multiple pc's to use one mouse and one keyboard over tcp/ip |
[08:15:28] | Gumby: | also, you might be able to use vnc |
[08:16:30] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[08:20:02] | purserj (purserj!n=purserj@k-sit.com) has quit (Nick collision from services.) | |
[08:21:06] | dramman (dramman!n=newbie@d122-105-140-124.bla10.nsw.optusnet.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[08:25:11] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has joined #mythtv-users | |
[08:29:21] | blackest (blackest!n=john@cpc1-linc8-0-0-cust127.nott.cable.ntl.com) has joined #mythtv-users | |
[08:29:53] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has joined #mythtv-users | |
[08:36:23] | ShiftyPowers (ShiftyPowers!n=Shifty@c-76-103-174-113.hsd1.ca.comcast.net) has quit (Remote closed the connection) | |
[08:37:39] | revilootneg (revilootneg!n=oliver@pool-131-67-198-89.dbd-ipconnect.net) has quit ("leaving") | |
[08:43:17] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has quit () | |
[08:53:55] | cdpuk (cdpuk!n=chris@nat.ttk.org.uk) has joined #mythtv-users | |
[09:00:14] | xlordt (xlordt!i=1000@host-70-45-67-72.onelinkpr.net) has quit (Remote closed the connection) | |
[09:02:38] | jvs (jvs!n=jvs@cm64-247.liwest.at) has joined #mythtv-users | |
[09:10:46] | Ace2016 (Ace2016!n=ace@79-68-204-7.dynamic.dsl.as9105.com) has joined #mythtv-users | |
[09:10:49] | Ace2016: | Hi all |
[09:14:23] | Ace2016: | Can someone point me to a guide on how to setup a remote? |
[09:14:52] | t0ny-p40 (t0ny-p40!n=t0ny-p40@67.61.114.85) has joined #mythtv-users | |
[09:15:32] | Kazan: | check out the lirc docs |
[09:16:13] | Kazan: | reminds me i gotta setup my new one tommorow :D |
[09:21:57] | purserj (purserj!n=purserj@k-sit.com) has joined #mythtv-users | |
[09:29:24] | siXy (siXy!n=hidden@87-194-212-84.bethere.co.uk) has joined #mythtv-users | |
[09:30:15] | EvilGuru (EvilGuru!n=EvilGuru@witherden.org) has joined #mythtv-users | |
[09:44:33] | rwscott (rwscott!n=rwscott@CPE0013104c1358-CM00195ee6677c.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[09:54:48] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[09:55:01] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has joined #mythtv-users | |
[09:58:54] | Ace2016: | Hi all |
[09:58:59] | Ace2016: | i'm getting an error with a recording |
[09:59:09] | Ace2016: | "the file for this recording cannot be found" |
[09:59:32] | Ace2016: | the system has not been restarted since the recording |
[09:59:38] | Ace2016: | and it was not in uyse |
[10:00:05] | Ace2016: | use* |
[10:03:29] | cdpuk` (cdpuk`!n=chris@nat.ttk.org.uk) has joined #mythtv-users | |
[10:07:56] | siXy (siXy!n=hidden@87-194-212-84.bethere.co.uk) has quit (Connection timed out) | |
[10:17:02] | BULLE: | Ace2016: so the obvious thing to do, is to check your filesystem, for the recording, and verify that its there |
[10:17:06] | BULLE: | Ace2016: that is step 1 |
[10:17:25] | cdpuk (cdpuk!n=chris@nat.ttk.org.uk) has quit (Read error: 110 (Connection timed out)) | |
[10:17:33] | BULLE: | Ace2016: sometimes shit happens, like the backend crashing, so nothing gets recorded, or similar, its very rare, but it is known to have happened |
[10:17:53] | asmussen: | I don't know if I'd call it all that rare... |
[10:18:42] | fryfrog: | for me, with firewire it is more likely to not record and think it did that it is to actually have a recording :) |
[10:19:04] | blackest (blackest!n=john@cpc1-linc8-0-0-cust127.nott.cable.ntl.com) has left #mythtv-users () | |
[10:19:15] | asmussen: | I don't have problems with that happening too much with SD recordings, but I used to have that happen ALL THE TIME with my PC 3000 capture card, and I get it occasionally with the HD Homerun. |
[10:19:52] | BULLE: | asmussen: well, im just polishing the truth a bit |
[10:20:13] | BULLE: | it basicly NEVER happens to me though |
[10:20:17] | BULLE: | but i run old .19 or so |
[10:20:22] | BULLE: | and it just works [tm] |
[10:20:43] | BULLE: | i guess it also depends a lot on what capture card you got, i got an old trusty pvr 250 |
[10:20:54] | asmussen: | I think it mostly happens with me anyway when it can't lock onto the QAM channel. |
[10:21:07] | asmussen: | I don't have any problems with it at all with my PVR-500. |
[10:21:16] | fryfrog: | yeah, my PVR250/500 *never* had any problems |
[10:21:23] | otwin: | in almost 3 years i don't think i ever had the backend process crash and missed recordings only if there was a problem with the cards, but thats outside myth |
[10:21:26] | fryfrog: | just firewire is flakey :/ |
[10:21:40] | BULLE: | otwin: i think i have had it crash once or twice |
[10:21:45] | fryfrog: | those usb hd-pvr is very tempting :/ |
[10:21:52] | BULLE: | fryfrog: ye |
[10:21:53] | asmussen: | My backend crashes about once a month. It's already crashed a couple of times on me this week. |
[10:21:59] | BULLE: | asmussen: ouch |
[10:22:03] | fryfrog: | wish it wasn't $250 :/ |
[10:22:19] | otwin: | asmussen: then theres sth wrong with your setup |
[10:22:26] | BULLE: | fryfrog: the thingies you are talking about to atsc or is it dvb-t ? |
[10:22:35] | fryfrog: | no, component input |
[10:22:44] | BULLE: | oh |
[10:22:46] | fryfrog: | component -> h264 via usb |
[10:22:55] | BULLE: | fryfrog: hmmm, never seen those, got a link at hand ? |
[10:23:05] | BULLE: | or atleast a product name |
[10:23:08] | fryfrog: | it is a new haupage thing, i always have to poke around on their site |
[10:23:14] | fryfrog: | it is literally "HD-PVR" :) |
[10:23:21] | BULLE: | okies, i will poke around myself a bit |
[10:23:54] | asmussen: | http://www.hauppauge.com/site/products/data_hdpvr.html |
[10:24:02] | BULLE: | asmussen: thanks |
[10:24:10] | fryfrog: | http://www.hauppauge.com/site/products/hd_pvr.html |
[10:24:11] | fryfrog: | also |
[10:24:26] | fryfrog: | wtf, same exact page |
[10:25:01] | fryfrog: | hey, that is kind of cool, it has an IR receiver built in |
[10:25:09] | fryfrog: | i mean, not *that* cool but... kind of |
[10:25:28] | asmussen: | I think it's just passthrough to the IR blaster, isn't it? |
[10:25:32] | BULLE: | that thingy does indeed look pretty nice |
[10:25:35] | fryfrog: | no |
[10:25:37] | BULLE: | how is the linux support for them ? |
[10:25:40] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[10:25:43] | fryfrog: | it has an ir receiver and a blaster |
[10:25:58] | fryfrog: | BULLE: some guy in here is/was writing the driver, i hear it works good |
[10:26:05] | asmussen: | The Linux support is very beta right now, but it's improving almost daily. |
[10:26:05] | fryfrog: | i dunno if myth can use it yet or not though :/ |
[10:26:13] | asmussen: | Yeah, there is preliminary mythtv support. |
[10:26:20] | BULLE: | dang |
[10:26:21] | asmussen: | But that's even more beta than the driver. |
[10:26:25] | BULLE: | still |
[10:26:30] | fryfrog: | i'll be happy to wait |
[10:26:34] | asmussen: | They've only been on the market for a couple of weeks. |
[10:26:37] | BULLE: | damn you, now i got intrested in that thing |
[10:26:37] | fryfrog: | asmussen: is it in trunk? |
[10:26:53] | fryfrog: | i wonder if support will get back-ported to -fixes :/ |
[10:26:55] | asmussen: | http://svn.mythtv.org/trac/ticket/5443 |
[10:27:22] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has joined #mythtv-users | |
[10:27:28] | asmussen: | The guy doing most of the mythtv work on it so far has been working against -fixes, and has said that somebody else will have to port it forward to the dev branch. |
[10:27:37] | fryfrog: | awesome |
[10:27:40] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[10:27:47] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has joined #mythtv-users | |
[10:29:40] | asmussen: | The IR receiver on the hdpvr actually relays what it gets back to the attached computer, or just is a passthrough to the IR Blaster so that you can still use your cable box remote even though the IR Blaster is covering the IR receiver on the cable box? |
[10:30:18] | fryfrog: | oh, i dunno sorry |
[10:30:47] | asmussen: | Although, now that I look at it, it does show a picture of a Hauppauge remote on the hdpvr data page. |
[10:31:09] | fryfrog: | i suspect it is has both a receiver and a trasmitter |
[10:31:20] | asmussen: | I ordered one a couple of weeks ago, but they're fairly heavily backordered. |
[10:31:23] | fryfrog: | i've never used an ir blaster, does it... totally cover a devices receiver? |
[10:31:40] | asmussen: | It depends on the model of IR Blaster. Some do, but not all. |
[10:31:44] | fryfrog: | ah |
[10:33:29] | rooaus (rooaus!n=cameron@ppp121-44-205-63.lns3.mel4.internode.on.net) has quit ("Leaving.") | |
[10:34:17] | BULLE: | fryfrog: the ones that i use, that came with my mce-remote, does not |
[10:34:52] | BULLE: | fryfrog: they are pretty small, so if your device has a somewhat large receiver, its easy to put on there, and still use the remote to controll it aswell |
[10:35:44] | fryfrog: | i'd just use firewire for my STB, at least channel changing works 100% :) |
[10:49:51] | famicom_ (famicom_!i=famicom@c51447a2e.cable.wanadoo.nl) has joined #mythtv-users | |
[11:08:31] | famicom (famicom!i=famicom@c51447a2e.cable.wanadoo.nl) has quit (Read error: 110 (Connection timed out)) | |
[11:12:26] | Dibblah (Dibblah!n=Dibblah@80-192-14-169.cable.ubr02.dund.blueyonder.co.uk) has joined #mythtv-users | |
[11:19:24] | psofa__ (psofa__!n=psofa@adsl65-3.ath.forthnet.gr) has joined #mythtv-users | |
[11:23:47] | Solv (Solv!n=solv@202.7.250.245.dynamic.rev.aanet.com.au) has joined #mythtv-users | |
[11:23:51] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has joined #mythtv-users | |
[11:24:13] | Pasteurized (Pasteurized!n=tups@dyn-91-163-159-73.ppp.tiscali.fr) has joined #mythtv-users | |
[11:32:39] | levander (levander!n=user@user-11faomc.dsl.mindspring.com) has quit (Connection timed out) | |
[11:33:57] | siXy (siXy!n=hidden@87-194-212-84.bethere.co.uk) has joined #mythtv-users | |
[11:36:45] | justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has joined #mythtv-users | |
[11:38:34] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[11:39:51] | Solv: | anybody come across an issue and hopefully solved it where my remote mythfrontend can no longer watch livetv...it can connect and watch recordings etc etc...but pressing livetv flicks it straight back to the menu...and the logs say nothing, nor does anything show up if i run the frontend from the commandline? |
[11:41:22] | Solv: | by the way it used to work fine....so I'm kinda scratching my head as to what changes I could've made?? The only thing I have done that may affect it I guess is fixed the mysql tables with myisamchk |
[11:47:12] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[11:51:12] | fryfrog: | Solv: have you turned logging up and looked at it after that? |
[11:51:44] | Ace2016: | Any way to force update EIT info |
[11:51:45] | Ace2016: | ? |
[11:52:17] | fryfrog: | no, i think it just comes along when it comes along |
[11:52:27] | fryfrog: | you'd have to tell your broadcasters to send it |
[11:52:30] | fryfrog: | i doubt they'd listen |
[11:52:45] | Ace2016: | oh ok |
[11:53:01] | fryfrog: | at least, i'm pretty sure that is how it works |
[11:57:49] | andreax (andreax!n=Andreax@p57B94F30.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[12:02:10] | Solv: | fryfrog, no...not sure how to do that |
[12:09:12] | Ace2016: | How do i do custom buttons in lirc? |
[12:09:16] | Ace2016: | or in mythtv |
[12:09:55] | Ace2016: | i ran cat /dev/lirc0 and the commands are being received ok, but i want to map them to something |
[12:11:16] | Solv: | Ace2016, there is a program...the name has slipped me ...hold on |
[12:13:26] | Solv: | Ace2016, irrecord |
[12:14:25] | Solv: | google that, there will be a howto...basically it generates an lircd.conf file which you can then map your .lircrc file in ~/.mythtv to |
[12:14:57] | Ace2016: | thanks |
[12:15:01] | Solv: | np |
[12:47:27] | stoffel (stoffel!n=sfr@p57B4E7DE.dip.t-dialin.net) has joined #mythtv-users | |
[12:47:27] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[13:04:02] | rooaus (rooaus!n=cameron@ppp59-167-95-117.lns2.mel6.internode.on.net) has joined #mythtv-users | |
[13:10:50] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has quit () | |
[13:19:47] | jvs (jvs!n=jvs@cm64-247.liwest.at) has quit (Remote closed the connection) | |
[13:23:15] | jvs (jvs!n=jvs@cm64-247.liwest.at) has joined #mythtv-users | |
[13:36:40] | KjetilK (KjetilK!n=kjetil@cm-84.208.160.81.getinternet.no) has joined #mythtv-users | |
[13:46:04] | KjetilK: | I just upgraded to 0.21 (and mythbuntu 8.04), and now my audio levels differs wildly |
[13:46:50] | KjetilK: | if I have a reasonable volume on music playback, the DVD audio is inaudible |
[13:47:22] | KjetilK: | any way I can set a "base volume" for all applications? |
[13:48:13] | mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has joined #mythtv-users | |
[13:52:10] | Ace2016 (Ace2016!n=ace@79-68-204-7.dynamic.dsl.as9105.com) has quit (Read error: 110 (Connection timed out)) | |
[13:52:37] | portahex: | KjetilK, what app is doing your dvd playback? |
[14:03:05] | riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users | |
[14:13:43] | jvs (jvs!n=jvs@cm64-247.liwest.at) has quit ("They call me 'hell'. They call me 'Stacey'") | |
[14:33:00] | justinh: | oops that mix was too long. HDD is now full :-\ |
[14:33:40] | |gunni| (|gunni|!n=Gunni@xdsl-213-196-230-85.netcologne.de) has joined #mythtv-users | |
[14:35:37] | KjetilK: | portahex: it says "Internal", and my default videoplayer is mplayer |
[14:47:48] | _gunni_ (_gunni_!n=Gunni@xdsl-81-173-234-132.netcologne.de) has quit (Read error: 104 (Connection reset by peer)) | |
[14:52:58] | asmussen (asmussen!n=asmussen@ip68-2-153-222.ph.ph.cox.net) has quit () | |
[15:10:28] | andreax (andreax!n=Andreax@p57B96A9B.dip.t-dialin.net) has joined #mythtv-users | |
[15:13:11] | jon_ (jon_!n=jon@c-98-196-16-161.hsd1.tx.comcast.net) has joined #mythtv-users | |
[15:14:20] | kdub (kdub!n=kyle@24.174.8.131) has joined #mythtv-users | |
[15:15:41] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has joined #mythtv-users | |
[15:16:11] | Ra^ (Ra^!n=Ra@cpe-69-207-33-168.buffalo.res.rr.com) has joined #MythTV-Users | |
[15:20:57] | andreax1 (andreax1!n=Andreax@p57B96A9B.dip.t-dialin.net) has joined #mythtv-users | |
[15:22:43] | jon_: | hi, anyone around this morning? |
[15:23:03] | Easy_Rider9999 (Easy_Rider9999!n=jhmgbl@p4FC85D6B.dip.t-dialin.net) has joined #MythTV-users | |
[15:24:34] | kdub: | Hi. |
[15:25:48] | pbj (pbj!n=pbj@cpe.atm2-0-10470.0x535f2c0e.naenxx8.customer.tele.dk) has joined #mythtv-users | |
[15:26:24] | jon_ (jon_!n=jon@c-98-196-16-161.hsd1.tx.comcast.net) has quit ("[BX] We are BitchX of Borg. You will be assimilated. Using mIRC is futile.") | |
[15:29:41] | andreax1 (andreax1!n=Andreax@p57B96A9B.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[15:29:46] | pbj: | Hey there – is there a way to change the timesettings by 2hour – when grabbing TVinfo ??? Caurse I use a satelitedish – and one of the grabbers are the TVinfo 2hours behind – which means I cannot use any scheduling jobs etc |
[15:32:57] | mchou (mchou!n=mchou@c-76-103-44-118.hsd1.ca.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[15:33:08] | mchou (mchou!n=mchou@c-76-103-44-118.hsd1.ca.comcast.net) has joined #mythtv-users | |
[15:34:15] | mchou (mchou!n=mchou@c-76-103-44-118.hsd1.ca.comcast.net) has quit (Remote closed the connection) | |
[15:34:54] | Dabian (Dabian!n=M0RTEN@fsf/member/dabian) has joined #MythTV-USERS | |
[15:35:47] | andreax1 (andreax1!n=Andreax@p57B96A9B.dip.t-dialin.net) has joined #mythtv-users | |
[15:35:54] | Dabian: | Hi, I have an RC6 windows-vista remote .. I have some trouble deciding if it will work with MythTV? |
[15:36:18] | Dabian: | (I didn't choose the vista-remote, it was bundled with my PVR500) |
[15:36:22] | iamlindoro: | Yes, that's just a normal mceusb remote |
[15:36:44] | Dabian: | mceusb .. how do I get such a thing working? |
[15:36:57] | Dabian: | Is it hard, do I need to look at webpage? |
[15:37:00] | iamlindoro: | why not google mceusb mythtv? |
[15:37:23] | Dabian: | I just did, actually :) |
[15:37:37] | iamlindoro: | so you have you answer, since it's in the first result |
[15:37:38] | Dabian: | I get this page: |
[15:37:41] | Dabian: | http://www.mythtv.org/wiki/index.php/MCE_Remote |
[15:38:20] | andreax (andreax!n=Andreax@p57B96A9B.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out)) | |
[15:38:22] | Dabian: | So this is true? "This remote requires an updated lirc_mceusb2 driver (newer than current lirc-0.8.2 released: 9-Jun-2007) Download just the updated driver (version 1.30 of the file and newer has support) from LIRC CVS or follow the instructions below for a complete CVS checkout. " |
[15:39:08] | iamlindoro: | just depends on your distro. Most distro's packages have support for it included |
[15:39:18] | Dabian: | I got hardy, IIRC. |
[15:39:29] | Dabian: | Ubuntu Hardy GNU/Linux .. |
[15:39:33] | iamlindoro: | then it'll work fine with the packaged lirc |
[15:40:00] | Dabian: | So I can skip all the compile and download stuff I guess. :D |
[15:40:03] | iamlindoro: | why not try "hardy mceusb" now? |
[15:40:11] | iamlindoro: | *cough* google *cough* |
[15:40:30] | Dabian: | oh ... right. |
[15:40:34] | iamlindoro: | and only ask questions when you've spent at least 30 seconds trying to find the answer yourself |
[15:40:37] | Dabian: | Sorry, I'm not too bright. |
[15:41:28] | Dabian: | Oh .. nice. |
[15:41:32] | Ace2016 (Ace2016!n=ace@79-68-204-7.dynamic.dsl.as9105.com) has joined #mythtv-users | |
[15:41:36] | Ace2016: | Hi all |
[15:41:49] | Ace2016: | what do i use for the names of irrecord button names |
[15:42:03] | Ace2016: | is there a naming convention that i should follow to allow it to work? |
[15:42:05] | |Torg|: | http://www.google.com redirects to irc://irc.freenode.net/#mythtv-users :P |
[15:42:55] | Ace2016: | lol |
[15:43:02] | Ace2016: | but i tried |
[15:43:22] | Ace2016: | i found many howtos they told me how to generate the /etc/lircd.conf |
[15:43:39] | Ace2016: | and i restarted /etc/init.d/lircd |
[15:43:42] | |Torg|: | you can name the irrecord buttons whatever you please, you will use them later in your conf file for the program tho so try to stick to something you know |
[15:43:46] | Ace2016: | but its not working in mythtv |
[15:44:01] | Ace2016: | irrecord wrote the config for me |
[15:45:09] | |Torg|: | use irw to test it, hit a button see what irw calls it, they should look familiar |
[15:45:58] | Ace2016: | hm.. it says connection refuesd |
[15:46:11] | Ace2016: | as user and as root |
[15:46:20] | |Torg|: | is lircd running? |
[15:46:51] | Ace2016: | restarted the daemon, might have crashed |
[15:47:33] | Ace2016: | i think the daemon is crashing |
[15:48:21] | Ace2016: | running irw is crashing i |
[15:48:23] | Ace2016: | it* |
[15:48:40] | |Torg|: | then you have a bad lircd.conf |
[15:48:52] | |Torg|: | what remote is this? |
[15:48:55] | Dabian: | Hmm .. too complicated for me right now .. I'm in a hurry .. but thanks for the help! |
[15:49:04] | Dabian (Dabian!n=M0RTEN@fsf/member/dabian) has quit ("later 8)") | |
[15:49:47] | Ace2016: | remote that came with the case, it shows up as soundgraph imon in lsusb and the case is called advance and the remote has advance written on it |
[15:49:57] | |Torg|: | complicated??? its a lircd.conf with button decritions and a .mythtv/lircrc setup to link them |
[15:51:12] | |Torg|: | Ace2016: the think that shows up in lsusb is the reciever not the remote, it will tell you what driver to use with lircd |
[15:51:45] | Ace2016: | well the receiver is a part of the case, built into it |
[15:51:49] | |Torg|: | from that you need to know what signals your remote puts out, the ir being set to the reciever, thats where the lircd.conf comes in. Has things like timing and framing, as well as butoon defs |
[15:52:09] | |Torg|: | last part is a lircdrc file that tells myth to use the buttion defs to do something |
[15:52:15] | Ace2016: | i ran cat /dev/lirc0 and i can see the different presses there |
[15:52:35] | |Torg|: | the only reason I ask what type of remote youhave is that there are quite a few already defined, yours may be one of them |
[15:53:03] | Ace2016: | nope i looked in the list |
[15:53:04] | Toxicity999 (Toxicity999!n=bryan@unaffiliated/Toxicity999) has quit (Read error: 54 (Connection reset by peer)) | |
[15:53:43] | Ace2016: | the remote looks identical to this: http://www.techpowerup.com/reviews/3RSystem/H . . . contents.jpg |
[15:56:32] | Ace2016: | oh it is on the list, imon media |
[15:56:35] | Ace2016: | median* |
[16:03:04] | Ace2016: | hm... irw gives no output |
[16:03:33] | Amun: | UGHSDF my 878a chipset doesnt load with ubuntu. |
[16:03:53] | Amun: | are there any os's that load the 878a module automatically? |
[16:04:08] | Ace2016: | cat /dev/lirc0 shows stuff |
[16:04:28] | Ace2016: | Amun: load it using modprobe? |
[16:05:03] | andreax1 (andreax1!n=Andreax@p57B96A9B.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[16:05:18] | Amun: | in my dmesg, it says it cant probe it. returns error -22 |
[16:06:05] | Ace2016: | you could try mythdora or mythbuntu, they are both geared towards mythtv |
[16:08:22] | czth_ (czth_!n=dbrobins@nat/microsoft/x-15e88ba3186e1e13) has joined #mythtv-users | |
[16:11:29] | revilootneg (revilootneg!n=oliver@pool-131-67-198-89.dbd-ipconnect.net) has joined #mythtv-users | |
[16:14:00] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has quit ("Leaving...") | |
[16:19:49] | Dibblah (Dibblah!n=Dibblah@80-192-14-169.cable.ubr02.dund.blueyonder.co.uk) has quit (Read error: 113 (No route to host)) | |
[16:20:27] | reviloot1eg (reviloot1eg!n=oliver@pool-163-65-198-89.dbd-ipconnect.net) has joined #mythtv-users | |
[16:25:19] | czth__ (czth__!n=dbrobins@nat/microsoft/x-703b6cfe2f923e25) has quit (Read error: 110 (Connection timed out)) | |
[16:26:34] | reviloot1eg (reviloot1eg!n=oliver@pool-163-65-198-89.dbd-ipconnect.net) has quit (Read error: 104 (Connection reset by peer)) | |
[16:26:39] | reviloot2eg (reviloot2eg!n=oliver@pool-163-65-198-89.dbd-ipconnect.net) has joined #mythtv-users | |
[16:27:09] | gnome42 (gnome42!n=gnome42@76-10-183-76.dsl.teksavvy.com) has joined #mythtv-users | |
[16:27:20] | jadams__ (jadams__!n=jadams@71-12-179-96.dhcp.leds.al.charter.com) has joined #mythtv-users | |
[16:29:31] | revilootneg (revilootneg!n=oliver@pool-131-67-198-89.dbd-ipconnect.net) has quit (Read error: 113 (No route to host)) | |
[16:33:36] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection) | |
[16:33:53] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[16:33:54] | jadams__ (jadams__!n=jadams@71-12-179-96.dhcp.leds.al.charter.com) has quit ("Ex-Chat") | |
[16:37:12] | stoffel (stoffel!n=sfr@p57B4E7DE.dip.t-dialin.net) has quit ("leaving") | |
[16:37:32] | Ace2016: | ffs, i'm reinstalling some other distro |
[16:38:10] | Ace2016: | lircd --logfile isn't even being accepted as an option :( |
[16:38:24] | PointyPumper (PointyPumper!i=Pintlezz@190.244.67.231) has quit (Read error: 104 (Connection reset by peer)) | |
[16:39:11] | Ace2016: | this makes no sense |
[16:39:38] | Ace2016: | it says right here i can use --logfie http://www.lirc.org/html/lircd.html |
[16:39:42] | Ace2016: | but the man page doesn't have it |
[16:42:02] | jadams (jadams!n=jadams@71-12-179-96.dhcp.leds.al.charter.com) has quit (Read error: 110 (Connection timed out)) | |
[16:43:49] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[16:43:55] | |gunni| (|gunni|!n=Gunni@xdsl-213-196-230-85.netcologne.de) has quit ("KVIrc 3.2.4 Anomalies http://www.kvirc.net/") | |
[16:47:22] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[16:49:37] | Amun (Amun!i=Jonsi@c-71-205-220-100.hsd1.mi.comcast.net) has quit () | |
[16:49:40] | Amun (Amun!i=Jonsi@c-71-205-220-100.hsd1.mi.comcast.net) has joined #mythtv-users | |
[16:59:53] | _gunni_ (_gunni_!n=Gunni@xdsl-213-196-230-85.netcologne.de) has joined #mythtv-users | |
[17:10:59] | Ace2016: | oh man i burned 3 coasters in a row :( |
[17:11:03] | Ace2016: | nothing is going right |
[17:12:06] | BULLE: | Ace2016: the lirc homepage is new, and documents options that are not in your version ? or perhaps the other way around, your lirc is newer then the docs on the homepage |
[17:12:50] | Ace2016: | BULLE: i had 0.8.3 cvs version |
[17:13:17] | Ace2016: | so i doubt it was the version being incorrect |
[17:14:17] | Amun (Amun!i=Jonsi@c-71-205-220-100.hsd1.mi.comcast.net) has quit (Read error: 60 (Operation timed out)) | |
[17:15:00] | clever: | Ace2016: lircd --version |
[17:15:05] | clever: | you may have several installed |
[17:15:17] | clever: | which -a lircd |
[17:16:11] | Amun (Amun!n=Jonsi@c-71-205-210-117.hsd1.mi.comcast.net) has joined #mythtv-users | |
[17:18:09] | Ace2016: | its just the default version of mythbuntu, they wouldn't just add added multiple versions would they? |
[17:18:12] | Ace2016: | thats a waste of disk space |
[17:19:08] | Ace2016: | i mean mythdora |
[17:19:15] | Ace2016: | damn it why do i keep mixing up terms like this |
[17:20:18] | riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has quit ("Leaving") | |
[17:20:57] | sid3windr: | mythstuffa |
[17:27:07] | pigeon (pigeon!n=pigeon@218-214-60-232.people.net.au) has quit (Read error: 110 (Connection timed out)) | |
[17:29:57] | Ace2016: | well i'm reinstalling mythbuntu |
[17:30:16] | Ace2016: | i know how to setup the thing thanks to mythdora now so it should be a piece of cake in mythbuntu |
[17:31:25] | |Torg|: | Ace2016: why dont you just get a wireless keyboard, and forget the remote |
[17:31:33] | |Torg|: | that or get a mce remote that is more supported |
[17:33:02] | Ace2016: | i have a soundgraph imon pad remote, i'm using it |
[17:33:11] | Ace2016: | thats what i'm guessing it is in the config |
[17:33:23] | Ace2016: | my backup is the wireless keyboard with touchpad idea |
[17:36:19] | |Torg|: | well as the linx distros go, wether its myth based or plain RH or Debian il are not better or worse then eachother. The only major differnce is what is sopported "out of the box" and what you need to compile in |
[17:37:05] | |Torg|: | if you understand linux then simply get Fedora, Debain or something, put on lirc, alsa, X, mysql and myth and be done with it |
[17:37:10] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[17:47:01] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[17:48:30] | CrazyFoam (CrazyFoam!i=gturner@gateway/tor/x-7b2824eca96837f1) has quit (Remote closed the connection) | |
[17:49:58] | Ace2016: | yea it would probably be easier to put debian sid on it |
[17:57:27] | Ace2016: | ok i am sure no, without a shaddow of a doubt, mythbuntu is broken |
[17:57:45] | Ace2016: | it cannot scan, there is an error |
[17:57:55] | Ace2016: | maybe an package upgrade will help |
[17:57:56] | |Torg|: | can not scan what? |
[17:58:09] | otwin_ (otwin_!n=otwin@217.31.79.224) has joined #mythtv-users | |
[17:58:25] | otwin (otwin!n=otwin@217.31.79.224) has quit (Read error: 104 (Connection reset by peer)) | |
[17:58:45] | |Torg|: | do you mean this? http://svn.mythtv.org/trac/ticket/4645 |
[17:59:07] | otwin_ is now known as otwin | |
[17:59:58] | doje (doje!n=doje@cpe-76-90-33-176.socal.res.rr.com) has joined #mythtv-users | |
[18:00:06] | Ace2016: | dvb-s, i set everything up correctly and i put in the frequency, symbol rate and vertical/horizontal and went to finish, the scan dialogue does not show up |
[18:00:18] | |Torg|: | yes go look at that ticket |
[18:01:07] | Ace2016: | the scan did not start |
[18:01:18] | |Torg|: | yes I know, go read that ticket |
[18:03:17] | Ace2016: | strange, it worked in mythdora fine, maybe they used taskset by default? |
[18:03:35] | BULLE: | Ace2016: they might very well have |
[18:03:48] | |Torg|: | I doubt it, the distro you had proobly used an older set of myth code |
[18:04:25] | |Torg|: | it showed up at or about rev 16000 or so |
[18:04:43] | Ace2016: | is it still there? |
[18:05:01] | |Torg|: | the bug, yes afaik it listed as wontfix |
[18:05:15] | Ace2016: | won't fix? |
[18:05:27] | |Torg|: | in other words its scheduled fro 0.22 |
[18:05:56] | jduggan: | which could be 18months away ;] |
[18:06:03] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has joined #mythtv-users | |
[18:06:32] | Ace2016: | so the new theme stuff will be in 0.22 right? |
[18:07:10] | |Torg|: | I dont know what you mean by "new theme stuff" but it does use qt4 over qt3 and have some distict changes in the gui |
[18:08:11] | Ace2016: | i thought gbee was redesigning the xml skinning syntax |
[18:08:42] | andreax (andreax!n=Andreax@p57B96A9B.dip.t-dialin.net) has joined #mythtv-users | |
[18:10:08] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 54 (Connection reset by peer)) | |
[18:10:41] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[18:11:44] | Ace2016: | is there a torrent plugin for mythtv, if a media center is going to be on all the time its a perfect thing to be running my torrents |
[18:12:07] | clever: | silly noob, you didnt read the rules did you:P |
[18:12:31] | Ace2016: | rules? |
[18:12:43] | clever: | http://mythtv.org/wiki/index.php/IRC i think |
[18:13:00] | clever: | http://mythtv.org/wiki/index.php/IRC#Bittorrent |
[18:13:13] | Ace2016: | well just saying you could combine mythweb and add a torrent upload section, it'd be sweet |
[18:13:14] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[18:13:14] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 104 (Connection reset by peer)) | |
[18:13:41] | |Torg|: | also of legally dubious content |
[18:15:06] | ** xand wonders why mythfilldatabase doesn't work properly when run from cron, but ok when run manually :| ** | |
[18:15:25] | simcop2387 (simcop2387!n=simcop23@simcop2387.broker.freenet6.net) has joined #mythtv-users | |
[18:15:33] | clever: | xand: PATH HOME and other variables diff |
[18:15:45] | jduggan: | probably need to set a shell |
[18:15:51] | clever: | xand: and why even cron it, mythbackend can run it for you |
[18:15:53] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection) | |
[18:16:35] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[18:16:46] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[18:17:22] | Ace2016 (Ace2016!n=ace@79-68-204-7.dynamic.dsl.as9105.com) has quit (Read error: 104 (Connection reset by peer)) | |
[18:17:31] | Ace2016_ (Ace2016_!n=ace@79-68-204-7.dynamic.dsl.as9105.com) has joined #mythtv-users | |
[18:17:48] | Ace2016_: | well that was strange, laptop just lost power, but i'm back now |
[18:18:57] | xand: | clever: how can it? |
[18:19:08] | clever: | i think its in mythfrontend settings |
[18:19:11] | clever: | or mythtv-setup |
[18:19:29] | xand: | the reason it's failing is cos PATH is indeed wrong |
[18:19:46] | xand: | clever: easier to fix my cronjob c.c |
[18:20:01] | clever: | or click 1 button in mythtv and never think about it again |
[18:20:05] | Ace2016_: | oh ok, i'll stay clear of torrent talk |
[18:20:08] | xand: | clever: easier to fix my cronjob c.c |
[18:20:27] | clever: | Ace2016_: /nick over so you can pm people(like me:P) |
[18:20:42] | xand: | I don't use mythtv's gui |
[18:21:00] | xand: | and... I'd probably have to fiddle to get it to work more than I would with cron |
[18:21:05] | clever: | then your in for a world of pain:P |
[18:22:05] | clever: | xand: its in mythfrontend, setup->general |
[18:22:13] | xand: | how am I? |
[18:22:16] | stoneymonster is now known as stoneymonster|aw | |
[18:22:43] | clever: | xand: how would you even schedule a recording without the gui |
[18:22:51] | xand: | mythweb |
[18:22:56] | clever: | and play it...? |
[18:23:00] | xand: | mplayer |
[18:23:06] | clever: | and skip comercials! |
[18:23:16] | clever: | or edit the cutlist to transcode them out |
[18:23:20] | xand: | most channels don't have them |
[18:23:30] | clever: | lol |
[18:23:40] | xand: | that I record from... and when they do, it doesn't skip them properly |
[18:23:59] | xand: | so I just fast forward :P |
[18:24:22] | xand: | the times I've tried it, it would skip to the end of the program or other silly things |
[18:24:26] | clever: | just run mythfrontend and youll find the button exactly where i said:P |
[18:24:59] | xand: | not sure I even have mythfrontend installed |
[18:26:22] | xand: | hm |
[18:27:06] | atrus (atrus!n=atrus@S01060050fc223ff9.ed.shawcable.net) has joined #mythtv-users | |
[18:27:07] | xand: | ok, i found the settings, but it doesn't let me specify PATH... unless "PATH=/usr/bin:/usr/local/bin mythfilldatase" will work |
[18:27:42] | xand: | seems to me i may as well just use cron |
[18:28:19] | clever: | it will use the PATH that mythbackend was ran with |
[18:28:39] | clever: | which should allready be set right |
[18:29:00] | xand: | doesn't mean it's set to the right thing |
[18:29:15] | clever: | then fix the script that starts mythbackend:P |
[18:29:24] | lara0101 (lara0101!n=vdayal@71-214-243-206.desm.qwest.net) has joined #mythtv-users | |
[18:29:36] | xand: | no, it'll only break if I upgrade stuff with apt |
[18:29:44] | lara0101: | is there anyway of making the keyboard act as a mouse? I don't have a USB mouse on my HTPC but would like to navigate some menus |
[18:29:52] | clever: | which is why im not even using the packaged version of mythtv |
[18:30:00] | xand: | I don't need to "fix it" |
[18:30:18] | xand: | I'm using self-compiled rt grabber because the packaged one is broken |
[18:30:25] | xand: | which is why it's not in the normal path |
[18:30:31] | clever: | ahhh |
[18:30:40] | clever: | then put a symlink in the normal path:P |
[18:30:46] | xand: | that's naughty :( |
[18:30:59] | stoneymonster|aw is now known as stoneymonster | |
[18:31:07] | clever: | my /bin is loaded with symlinks to mythtv programs at /media/mainlv/root/7.10/bin/ |
[18:31:14] | xand: | anyway, I've fixed the cron job... all fine now :P |
[18:31:43] | Ace2016_: | |Torg|: taskset -c 0 did not work, it is not the same error, mythbuntu has another probelm |
[18:32:12] | |Torg|: | try taskset -c 1 not the default core |
[18:33:00] | Ace2016_: | the problem is with the DiSEqC device, i keep setting up the LNB but it keeps disappearing |
[18:33:15] | xand: | now... I just need the BBC etc to start programs at the right time! |
[18:33:18] | xand: | how hard can it be? |
[18:34:30] | Ace2016_: | the DiSEqC device settings are not being saved, i keep setting it to LNB, but the second i go back to the menu and go back into the settings its back to Unconnected |
[18:35:12] | Ace2016_: | this must be why it worked in mythdora and not in mythbuntu, the DiSEqC device |
[18:35:19] | Ace2016_: | |Torg|: known bug? |
[18:35:49] | |Torg|: | no you probbly didnt set it up completly, you have to save the device settings after you set the disec settiongs |
[18:35:51] | lara0101: | anyone know how to use the keyboard keys as a mouse? |
[18:36:13] | Ace2016_: | |Torg|: i set it up in mythdora twise and watched tv and recorded a few shows |
[18:36:31] | Ace2016_: | yea i went to finish to save the settings but its not being updated |
[18:38:19] | Ace2016_: | it keeps reverting to (Unconnected) |
[18:40:19] | PointyPumper (PointyPumper!i=Pintlezz@190.244.67.231) has joined #mythtv-users | |
[18:41:06] | Ace2016_: | oh i see |
[18:41:25] | Ace2016_: | i forgot to press finish at the capture card settings so when i went back to the menu it didn't save the settings |
[18:41:38] | |Torg|: | that is what I was telling you |
[18:41:59] | Ace2016_: | i thought it would save when i pressed finish in the lnb settings |
[18:43:34] | Como|lappy (Como|lappy!n=como@cpe-72-227-93-214.maine.res.rr.com) has joined #mythtv-users | |
[18:46:38] | blackest (blackest!n=john@cpc1-linc8-0-0-cust127.nott.cable.ntl.com) has joined #mythtv-users | |
[18:48:34] | lara0101 (lara0101!n=vdayal@71-214-243-206.desm.qwest.net) has quit ("Leaving") | |
[18:50:39] | doje (doje!n=doje@cpe-76-90-33-176.socal.res.rr.com) has quit () | |
[18:51:03] | Pasteurized (Pasteurized!n=tups@dyn-91-163-159-73.ppp.tiscali.fr) has quit (Read error: 110 (Connection timed out)) | |
[18:54:24] | grndslm (grndslm!n=grndslm@24-116-87-97.cpe.cableone.net) has joined #mythtv-users | |
[19:00:37] | Ace2016_: | volume control isn't working |
[19:00:45] | Ace2016_: | and mute also does not work |
[19:05:34] | crayolarx (crayolarx!i=buzzman@74.196.117.108) has joined #mythtv-users | |
[19:06:42] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has quit (Read error: 104 (Connection reset by peer)) | |
[19:06:44] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
[19:08:47] | reviloot2eg (reviloot2eg!n=oliver@pool-163-65-198-89.dbd-ipconnect.net) has quit ("leaving") | |
[19:10:03] | noaxess_kubuntu: | if i start watching any tv channel the picture freezes but the live-tv recording works.. |
[19:10:37] | noaxess_kubuntu: | if i go the to my recorded shows i can wath the thumbnail video, but if i start the video, the picture freezes.. |
[19:10:44] | noaxess_kubuntu: | is that a problem of my graficcard? |
[19:11:44] | Ace2016_: | or the system is too slow |
[19:11:47] | Ace2016_: | what are the specs? |
[19:12:05] | noaxess_kubuntu: | Ace2016_: of the sys.. wait |
[19:12:20] | Ace2016_: | is this HD content? |
[19:12:32] | noaxess_kubuntu: | Ace2016_: no |
[19:12:41] | crayolarx: | what card type should I be using for pchdtv 5500? I get video with v4l, but it is really crappy. |
[19:12:51] | wagnerrp: | DVB |
[19:12:58] | crayolarx: | hmm...ok thanks |
[19:13:17] | wagnerrp: | that card has both analog and digital tuners |
[19:13:28] | wagnerrp: | V4L probably gets you the analog tuner |
[19:13:37] | portahex: | definitely. |
[19:14:41] | noaxess_kubuntu: | Ace2016_: intel p4 3.2ghz 2mb cache, 1gb ram ati radeon x700pro |
[19:15:13] | noaxess_kubuntu: | Ace2016_: the cpu is no c2d |
[19:15:31] | portahex: | using which video driver? |
[19:15:35] | ** cesman didn't think any P4 was ;) ** | |
[19:16:01] | Ace2016_: | the system looks ok |
[19:16:20] | Ace2016_: | but i have no idea about ati graphics cards |
[19:16:20] | wagnerrp: | cesman: the E2000 series are called pentiums, even though theyre stripped E4000 chips |
[19:16:21] | cesman: | noaxess_kubuntu: the logs, you need to investigate your back/frontend logs |
[19:16:27] | noaxess_kubuntu: | portahex: fglrx |
[19:16:47] | portahex: | which version thereof? |
[19:17:03] | noaxess_kubuntu: | portahex: hm.. where can i see that? |
[19:17:09] | wagnerrp: | try to play one of the videos using mplayer |
[19:17:20] | noaxess_kubuntu: | wagnerrp: ok |
[19:17:20] | wagnerrp: | do 'mplayer -vo xv <video name>' |
[19:17:31] | wagnerrp: | see if it actually plays through XV |
[19:17:36] | wagnerrp: | or if it fails over to x11 |
[19:17:50] | Ace2016_: | tried hooking it up to a crt or lcd computer monitor and seeing if it works ok? |
[19:19:22] | stoneymonster (stoneymonster!n=stoneymo@adsl-64-175-34-194.dsl.pltn13.pacbell.net) has quit ("Leaving...") | |
[19:19:47] | noaxess_kubuntu: | wagnerrp: mplayer -vo x11 file works |
[19:20:56] | noaxess_kubuntu: | is there any setting to change that also for mythtv? |
[19:20:58] | gizmobay (gizmobay!n=gizmobay@VDSL-130-13-8-6.PHNX.QWEST.NET) has quit ("Leaving") | |
[19:21:25] | Ace2016_: | what about xv? |
[19:21:44] | noaxess_kubuntu: | Ace2016_: xv says Video: no video |
[19:22:27] | wagnerrp: | well then youll have to get the drivers set up properly (if possible) |
[19:22:46] | wagnerrp: | or, go into the frontend settings and change the video renderer from xv to x11 |
[19:22:54] | portahex: | xvinfo. |
[19:23:28] | Ace2016_: | ati drivers are messed up so yea it is your graphics card |
[19:23:39] | noaxess_kubuntu: | portahex: screen #0 no adapters present |
[19:25:02] | portahex: | noaxess_kubuntu, sounds about right for fglrx |
[19:25:15] | portahex: | noaxess_kubuntu, an updated driver might help. or a geforce might help more. |
[19:25:45] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[19:25:45] | noaxess_kubuntu: | portahex: jep.. but if there is another way then i use this.. |
[19:26:06] | noaxess_kubuntu: | the changing of the video renderer is in playback profiles right? |
[19:26:31] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[19:27:50] | robbins61: | I'm using my xbox 360 to connect to my myth upnp server...i just moved a movie over and i want to watch it on my 360, but i think i need to refresh the database or something |
[19:27:52] | robbins61: | how do i do that? |
[19:28:22] | wagnerrp: | you moved a movie over to.... what? |
[19:28:25] | wagnerrp: | mythvideo? |
[19:28:29] | noaxess_kubuntu: | wagnerrp: i don't see any x11 video renderer in the playback profiles.. |
[19:28:31] | robbins61: | no, the folder i keep my movies in |
[19:28:38] | sphery: | Manage Videos under Utilities/Setup |
[19:28:43] | sphery: | (it's a Utility) |
[19:28:45] | wagnerrp: | so.... mythvideo? |
[19:28:51] | robbins61: | so i have to manage it from mythvideo? |
[19:29:03] | wagnerrp: | mythtv only manages your recordings |
[19:29:14] | wagnerrp: | if you want to have outside videos, you have to use mythvideo, its a plugin |
[19:29:14] | mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has quit (Read error: 104 (Connection reset by peer)) | |
[19:29:32] | sphery: | robbins61: The XBox 360 won't play anything except WMV or AVI or some combination of MS formats |
[19:29:50] | portahex: | or h264 |
[19:29:56] | mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has joined #mythtv-users | |
[19:30:04] | BULLE: | avi is just a container |
[19:30:08] | robbins61: | sphery, no man, it's worked before. |
[19:30:28] | robbins61: | I'm just saying that i just moved a movie over and don't want to wait for the database to refresh itself. |
[19:30:31] | sphery: | noaxess_kubuntu: Chances are you want the default configuration of the Slim profile ( http://www.mythtv.org/wiki/index.php/Playback_profiles ) |
[19:30:34] | robbins61: | i want to watch the video now |
[19:30:44] | portahex: | http://blogs.msdn.com/xboxteam/archive/2007/1 . . . ack-faq.aspx |
[19:30:50] | wagnerrp: | the database wont automatically refresh itself |
[19:31:00] | sphery: | BULLE: yeah, and the 360 only works with MS containers |
[19:31:04] | sphery: | when using UPnP |
[19:31:07] | wagnerrp: | you have to get onto the frontend, and go to utilities/setup, and then video manager |
[19:32:13] | portahex: | sigh |
[19:32:17] | portahex: | sphery, wrong wrong wrong wrong wrong |
[19:32:48] | sphery: | OK, I'll say for a fact that it will /not/ play MPEG-2 from an MPEG Systems stream |
[19:33:04] | portahex: | yes, that is true |
[19:33:11] | sphery: | and that's /everything/ I have in MythTV, so it's only usable with MythVideo |
[19:33:15] | portahex: | probably to stop those evil dvd rippers |
[19:33:47] | ** PatrickDK wonders ** | |
[19:33:49] | GreyFoxx: | robin: killall -USR1 mythbackend |
[19:33:55] | GreyFoxx: | or mythbackend --upnprebuild |
[19:33:59] | GreyFoxx: | will force a rebuild |
[19:34:01] | CNU (CNU!n=CNU@223.84-48-124.nextgentel.com) has quit (Read error: 110 (Connection timed out)) | |
[19:34:03] | PatrickDK: | robbins never said what video it was, or anything |
[19:34:11] | sphery: | And MS requires installing POS software into Windows to let WMP transcode and stream "unsupported" formats. |
[19:34:30] | portahex: | it's delighted to play h264 files from a mythvideo/upnp backend |
[19:34:35] | sphery: | portahex: and if you have a link to a list of what formats the 360 actually supports I'll try to make my answer more precise next time. |
[19:34:52] | portahex: | sphery, like [20:30] <portahex> http://blogs.msdn.com/xboxteam/archive/2007/1 . . . ack-faq.aspx ? |
[19:34:54] | portahex: | hm... |
[19:34:57] | portahex is now known as directhex | |
[19:35:00] | directhex: | stupid xchat |
[19:36:07] | sphery: | directhex: OK, so MS supports AVI and WMV (MS formats) and MPEG-4 part 2 and part 10 . |
[19:36:33] | wagnerrp: | i didnt realize avi as an MS format |
[19:36:53] | sphery: | yep, since 1992 |
[19:36:58] | directhex: | Audio Video Interleave, known by its acronym AVI, is a multimedia container format introduced by Microsoft in November 1992 as part of its Video for Windows technology. |
[19:37:10] | ** sphery thinks directhex is on the same wikipedia page ** | |
[19:37:10] | GreyFoxx: | the lack of mpeg2 is too bad, or you could watch most peoples recordings |
[19:37:23] | GreyFoxx: | its' why I didn't make them availabnle via the upnp video interface for it too |
[19:37:35] | directhex: | GreyFoxx, ooh, but how about hd-pvr? that could be neato |
[19:37:43] | |Torg|: | you sure the xbox cam play mpeg4 part 10? not just part 2? |
[19:37:51] | directhex: | GreyFoxx, oh, are there any outstanding myth issues w/ ps3 you're aware of? |
[19:38:02] | directhex: | |Torg|, i'll ask it to unwatch all those h264 rips i watched on it, if you like |
[19:38:03] | GreyFoxx: | dire: Not sure. I havent turned mine on in a while so my hdpvr test files havent been tried |
[19:38:11] | GreyFoxx: | direc: non specifically Im aware of |
[19:38:15] | sphery: | |Torg|: from directhex's link: What exactly does the Xbox 360 support for H.264? |
[19:38:20] | GreyFoxx: | but I found a bug the other day which could affect any client |
[19:38:22] | |Torg|: | directhex: im not questioning you, I just didnt think it would |
[19:38:36] | directhex: | Video Profiles: Baseline, main, and high (up to Level 4.1) profiles. |
[19:38:43] | sphery: | directhex: says it only supports 10Mbps at 1920x1080@30fps |
[19:38:52] | |Torg|: | I can try streaming my h264 to it tho ti see |
[19:38:53] | directhex: | sphery, question 11 |
[19:39:09] | directhex: | sphery, no real limit, but beyond 10mbit they throw their hands in the air and say "fuck knows" |
[19:39:29] | |Torg|: | my captures are at 13.5M but I can limit them down to test it |
[19:39:41] | |Torg|: | I ahve quite a few from 6M up to 13.5M at 1M intervals |
[19:39:43] | sphery: | directhex: yeah, so I'm guessing there's a good chance the decoder can't keep up |
[19:40:15] | siXy (siXy!n=hidden@87-194-212-84.bethere.co.uk) has quit (Read error: 110 (Connection timed out)) | |
[19:40:27] | sphery: | and, IIRC, the bitrate used by the HD-PVR is chosen by the HD-PVR (scaled based on resolution) |
[19:40:53] | sphery: | where I would assume that 1080i gets the 13.5Mbps. But that's just a guess. |
[19:40:54] | directhex: | sphery, given it's capable of playing hd-dvd, i think they're being conservative |
[19:40:55] | |Torg|: | no chosen by driver |
[19:41:10] | sphery: | directhex: Yeah, didn't think of that. |
[19:41:22] | sphery: | |Torg|: yeah, that's what I meant. |
[19:41:36] | |Torg|: | video_bitrate (int) : min=1000000 max=13500000 step=100000 default=6500000 value=6000000 |
[19:41:42] | |Torg|: | video_peak_bitrate (int) : min=1100000 max=20200000 step=100000 default=9000000 value=9000000 |
[19:42:20] | sphery: | Hmmm. 20Mbps in the peak. |
[19:44:01] | PatrickDK: | 20Mbps is a peak? and it can to hd-dvd? |
[19:44:29] | sphery: | That was from |Torg|'s HD-PVR |
[19:44:36] | PatrickDK: | ah :) |
[19:45:02] | PatrickDK: | hell, I record sd at 8mbit with 16mbit peek |
[19:45:11] | sphery: | I didn't realize that they gave it that much headroom above the 13.5Mbps "average" max |
[19:45:13] | |Torg|: | those are the values v4l2-ctl lists for my HDPVR |
[19:45:14] | PatrickDK: | can defently see the difference between that and 5mbit |
[19:45:24] | BULLE: | PatrickDK: jikes, thats a bit high i would say, but hey, its always nice to know you recorded the noise exactly as it was! |
[19:45:26] | noaxess_kubuntu: | sphery: i think my graficcard is to slow.. VideoOutputXv Error: Could not find suitable XVideo surface. VideoOutputXv: Falling back to X11 video output over a network socket. |
[19:45:42] | noaxess_kubuntu: | *** May be very slow *** |
[19:45:44] | noaxess_kubuntu: | :( |
[19:45:55] | PatrickDK: | bulle, heh? it's over 50% better |
[19:46:06] | sphery: | PatrickDK: but that SD is noisy and recorded in MPEG-2. The HD-PVR is using H.264, so it can (in theory) be more efficient with bits. |
[19:46:09] | BULLE: | noaxess_kubuntu: its not to slow, it doesnt have suitable xv support |
[19:46:16] | wagnerrp: | my old rage128 isnt too slow, so your radeon definately isnt too slow |
[19:46:16] | PatrickDK: | when I transcode it to x264, the 5mbit looks horrid, the 8mbit one looks good |
[19:46:23] | noaxess_kubuntu: | BULLE: what can ido? |
[19:46:25] | wagnerrp: | the problem is that your radeon isnt doing shit |
[19:46:31] | sphery: | noaxess_kubuntu: so are you trying to use XvMC or something? |
[19:46:36] | wagnerrp: | because you dont have the drivers set up to support hardware accelerated scaling |
[19:46:37] | pbj (pbj!n=pbj@cpe.atm2-0-10470.0x535f2c0e.naenxx8.customer.tele.dk) has quit (Read error: 113 (No route to host)) | |
[19:46:37] | |Torg|: | hmm I transcode at 3M and it looks fine, its a bit rough but no big deal |
[19:46:43] | PatrickDK: | sphery, as long as you dont have comcast :) |
[19:47:06] | wagnerrp: | youre failing back to using software scaling on the CPU |
[19:47:08] | gregL (gregL!n=Greg@cpe-68-172-89-215.nycap.res.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:47:11] | BULLE: | noaxess_kubuntu: no idea to be honest, i have no experience with non nvidia hardware realy, atleast non that is recent enough to be of any intrest |
[19:47:12] | noaxess_kubuntu: | sphery: XvMC in the Playback Profiles? |
[19:47:14] | sphery: | noaxess_kubuntu: if you don't have Xv, you won't have XvMC. If your GPU can't keep up with rendering without Xv, you'll need something else for display. |
[19:47:19] | |Torg|: | and im assuming the h264 I capture is VBR as mplayer can not tell me what it is |
[19:47:19] | noaxess_kubuntu: | have tried all the profiles.. |
[19:47:26] | |Torg|: | VIDEO: [H264] 1920x1080 0bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s) |
[19:47:40] | sphery: | noaxess_kubuntu: what video do you have? |
[19:47:47] | BULLE: | damn, i want one of those HD-PVR thingies! |
[19:47:56] | sphery: | I have nothing to plug into it... |
[19:48:01] | Como (Como!n=como@cpe-72-227-93-214.maine.res.rr.com) has joined #mythtv-users | |
[19:48:04] | BULLE: | do the linux driver support several of them, on the same usb controller ? |
[19:48:17] | |Torg|: | well no so fast, it does not work 100% in myth yet, the ir is not working, and the drive is still experimental |
[19:48:36] | BULLE: | well, i still want one =D |
[19:48:48] | noaxess_kubuntu: | sphery: sorry, what do you mean? what video.. videocard, tvcard... |
[19:48:50] | sphery: | My only HDTV decoders are 1 ATI Xilleon in my TV (no output), and 1 MythTV frontend, so having my Myth box output to an HD-PVR would kind of defeat the purpose. :) |
[19:48:59] | sphery: | noaxess_kubuntu: sorry, what video card? |
[19:49:30] | gregL (gregL!n=Greg@cpe-68-172-89-215.nycap.res.rr.com) has joined #mythtv-users | |
[19:49:35] | BULLE: | sphery: output ? |
[19:49:37] | Como|lappy (Como|lappy!n=como@cpe-72-227-93-214.maine.res.rr.com) has quit (Read error: 113 (No route to host)) | |
[19:49:39] | noaxess_kubuntu: | sphery: ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] |
[19:49:41] | BULLE: | sphery: i want to use it to INPUT |
[19:50:04] | pbj (pbj!n=pbj@cpe.atm2-0-10470.0x535f2c0e.naenxx8.customer.tele.dk) has joined #mythtv-users | |
[19:50:10] | sphery: | BULLE: yeah, but you have to have something outputting a component signal to the HD-PVR (like a cable STB) |
[19:50:16] | BULLE: | sphery: aye |
[19:50:22] | |Torg|: | sphery: you dump HD decode to an ATI card for output? |
[19:50:33] | noaxess_kubuntu: | for information.. i used the same hardware instead of the tv-card with m$ mce2005.. there i had a analog tv-card |
[19:50:56] | sphery: | noaxess_kubuntu: Then you need to fix your video driver installation. You should be able to get Xv support on that card (and it would be /plenty/ fast enough for Myth--about 4 generations faster than fast enough). |
[19:51:17] | noaxess_kubuntu: | sphery: okay.. thats sounds good.. but how.. |
[19:51:26] | sphery: | noaxess_kubuntu: unfortunately, I have no idea how to set up the ATI drivers (but that is your problem). And, Slim will probably be what you want. |
[19:51:30] | noaxess_kubuntu: | other driver? some extra tools.. some special xorg.conf? |
[19:51:34] | noaxess_kubuntu: | nad googling ;) |
[19:51:58] | sphery: | yeah, the latter is the best advice I can give :) |
[19:52:01] | noaxess_kubuntu: | and... |
[19:52:06] | noaxess_kubuntu: | :) |
[19:53:30] | noaxess_kubuntu: | sphery: is xv XVideo? |
[19:53:50] | Toxicity999 (Toxicity999!n=bryan@cpe-76-179-174-49.maine.res.rr.com) has joined #mythtv-users | |
[19:54:17] | ChrisC35 (ChrisC35!n=ChrisC@S0106001c10b1f65b.vc.shawcable.net) has joined #mythtv-users | |
[19:54:48] | directhex: | yes |
[19:54:59] | noaxess_kubuntu: | thx |
[19:55:02] | directhex: | and ati didn't add it until driver 8.5 or so, iirc |
[19:55:06] | sphery: | Gotta love it when some user whines after his ticket gets closed. I won't mention the ticket number that inspired this comment. (Though I'll give a version that has to be decoded: 7145# ) |
[19:55:54] | ChrisC35: | How do I get svideo out to work – is that how I should get the output to my tv? |
[19:56:08] | ChrisC35: | i have an ati radeon 9700 pro |
[19:56:14] | ChrisC35: | installed mythbuntu |
[19:56:25] | sphery: | ChrisC35: S-Video is better than Composite, which is better than RF modulated output. |
[19:56:41] | sphery: | Component is better than Composite. |
[19:56:52] | sphery: | but not likely available on a standard-def TV |
[19:56:58] | noaxess_kubuntu: | directhex: how can i see which driver is loaded? |
[19:57:06] | noaxess_kubuntu: | driver version? |
[19:57:14] | sphery: | ChrisC35: Unfortunately I don't know how to set up the ATI cards, though. |
[19:58:10] | sphery: | noaxess_kubuntu: though there may be an easier way, it should say the driver name and version of the video driver in the X log when the driver is loaded |
[19:59:17] | noaxess_kubuntu: | 8.47.3 |
[20:00:19] | ChrisC35: | but how do I set it to output to the svideo? right now i see nothing on the tv |
[20:00:42] | ChrisC35: | everything is on my lcd |
[20:01:59] | noaxess_kubuntu: | sphery: have no added two optinos in xorg.conf: Option "VideoOverlay" "on" and Option "OpenGLOverlay" "off" |
[20:02:12] | noaxess_kubuntu: | on my googling i found that this should enable xv support |
[20:03:04] | noaxess_kubuntu: | will restart my x now.. see ya later |
[20:03:12] | noaxess_kubuntu (noaxess_kubuntu!n=chatzill@cust.static.217-11-45-147.cybernet.ch) has left #mythtv-users () | |
[20:05:05] | sphery: | ChrisC35: On my NVIDIA cards, if I had an S-Video cable plugged in (to the card and a TV), it just outputted to S-Video |
[20:07:32] | noaxess_kubuntu (noaxess_kubuntu!n=chatzill@cust.static.217-11-45-147.cybernet.ch) has joined #mythtv-users | |
[20:07:51] | noaxess_kubuntu: | here we go :) it work.. thanks people.. |
[20:08:02] | noaxess_kubuntu: | the video playback works.. |
[20:08:02] | sphery: | glad it worked |
[20:08:10] | ** noaxess_kubuntu jumping around.. ** | |
[20:08:34] | noaxess_kubuntu: | now.. the video vormat.. 4:3 16:9.. |
[20:09:01] | noaxess_kubuntu: | the source gives 16:9 but mythtv output is 4:3.. can i change that? |
[20:09:43] | sphery: | You need to fix your X configuration to specify a DisplaySize of the appropriate aspect ratio (same as your physical display). |
[20:10:02] | sphery: | If you have Xinerama (or any of its ilk) enabled, you'll need to specify the aspect ratio in Myth. |
[20:10:35] | noaxess_kubuntu: | sphery: wait.. can't follow.. |
[20:10:49] | sphery: | Monitor Aspect Ratio in Appearance settings. |
[20:11:10] | noaxess_kubuntu: | sphery: whats with your first tip.. fix X config? |
[20:11:24] | sphery: | http://www.mythtv.org/wiki/index.php/Display_Size |
[20:11:40] | sphery: | ignore all the "requires a 100x100 DPI" parts of the page |
[20:11:40] | clever: | i took an axe to xinerama till it was a bloody mass and just stuck mythtv in :0.1 |
[20:11:41] | javatexan (javatexan!n=aars@rrcs-24-227-199-231.sw.biz.rr.com) has joined #mythtv-users | |
[20:11:43] | noaxess_kubuntu: | ok |
[20:13:09] | Aval0n (Aval0n!i=aval0n@38.96.193.177) has joined #mythtv-users | |
[20:13:16] | tanstaafl32 (tanstaafl32!n=tan@12-218-130-210.client.mchsi.com) has joined #mythtv-users | |
[20:14:59] | tanstaafl32: | dustybin: greets again, found out my pvr-350 problem: both mythbuntu and knoppixmyth don't display the card detection as a drop down. it shows up as just a field. so i was trying to use this mpeg2 only card as v4l--which doesn't work |
[20:16:09] | tanstaafl32: | once i clicked the invisible drop down button, i could select pvr-x50 hardware mpeg2 |
[20:18:16] | justinh: | no cards are 'detected' in mythtv |
[20:18:52] | justinh: | you just have to know what you're doing ;) |
[20:29:46] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v MythLogBot | |
[20:31:51] | mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has quit (Read error: 104 (Connection reset by peer)) | |
[20:35:47] | pbj (pbj!n=pbj@cpe.atm2-0-10470.0x535f2c0e.naenxx8.customer.tele.dk) has quit (Remote closed the connection) | |
[20:37:51] | famicom_ (famicom_!i=famicom@c51447a2e.cable.wanadoo.nl) has quit (Read error: 110 (Connection timed out)) | |
[20:40:21] | |Torg|: | well my xbox360 does not like ANY of my h264, comaplsin it needs a codec and to sign in to live, which I already am |
[20:40:44] | tanstaafl32 (tanstaafl32!n=tan@12-218-130-210.client.mchsi.com) has quit () | |
[20:41:37] | sphery: | noaxess_kubuntu: thanks for the motivation to fix the Display Size page ( http://www.mythtv.org/wiki/index.php/Display_Size ) |
[20:46:00] | dustybin: | i have selected some .avi video files what i want to burn onto dvd using myth archive. should myth archive log viewer show some details about what its doing straight away? im not sure if anything is happening because my log is blank |
[20:46:02] | noaxess_kubuntu: | sphery: no problem :) |
[20:46:09] | party-_ (party-_!i=party@stetson.frozenhat.fi) has quit (Read error: 110 (Connection timed out)) | |
[20:46:43] | Aval0n: | 550w power supply with 4 12v rails should be fine for 2 8600gt's in sli shouldn't it? |
[20:46:43] | noaxess_kubuntu: | i can't find the keyboard key to select a show from the guide |
[20:47:00] | noaxess_kubuntu: | if i press enter i can select recording it, instead of switching to it |
[20:47:37] | noaxess_kubuntu: | have searched trought the keyborad settings..but haven't found what i mean |
[20:48:38] | |Torg|: | anyone know what specs a xbox360 needs to play h264? |
[20:49:20] | dustybin: | i dont think a xbox is capable of h264 |
[20:49:35] | dustybin: | def not |
[20:49:41] | sphery: | |Torg|: did you look at the page directhex linked: http://blogs.msdn.com/xboxteam/archive/2007/1 . . . ack-faq.aspx |
[20:49:51] | sphery: | See #2 |
[20:49:56] | Ace2016_: | Aval0n: what is the maximum current for those 12V rails? |
[20:50:40] | ** sphery is happy that the wiki no longer says, "MythTV requires 100x100 DPI" (at least on the pages I know it used to say it) ** | |
[20:50:55] | |Torg|: | yes sphery it claims V at 10M 1920x1080 at 30 fps, mine are at 6M and aac 2 channel which is all the hdpvr can put out for now, still it dosnt like it |
[20:51:40] | |Torg|: | altho its really at 29.97 fps I dont think that matters |
[20:51:42] | sphery: | |Torg|: you could always just install the WMP-converter-plugin-for-unsupported-formats on a /very/ fast Windows box. :) |
[20:52:08] | Ace2016_: | best to get a good 850w/1kw psu, don't skimp on it |
[20:52:33] | |Torg|: | the ONLY windows box I have is my work laptop, fast is not an ajective I would use for it :P |
[20:52:39] | Aval0n (Aval0n!i=aval0n@38.96.193.177) has quit ("ircN 8.00 for mIRC (20080413) - www.ircN.org") | |
[20:53:01] | sphery: | Yeah. Though Windows needs fast more than GNU/Linux, who really needs Windows? |
[20:53:13] | |Torg|: | and this is more to play with the xbox360 then use it as a frontend, I never intended it to be one |
[20:53:45] | |Torg|: | other then ubu boxes all I have is one windows laptop and 2 solaris 9 systems |
[20:53:59] | sphery: | Yeah. I played with it long enough to figure out that it doesn't support MPEG-2 or (as expected) NUV, so I realized it's useless to me for video. |
[20:54:06] | |Torg|: | and I have really thought about wiping out that damn latop and putting kubu on it, more then once :P |
[20:55:10] | sphery: | I'm very lucky. I don't need Windows for my work. I think my blood pressure dropped a lot when I stopped using it. (Now that I know if something doesn't work, I can just patch the program, my life is so much easier.) |
[20:55:12] | |Torg|: | im doing ffmpeg to h264 3M 720P@29.97 and AAC 2-channel just to see what they hell it thinks about it |
[20:55:57] | sphery: | I've heard that if you cap with the HD-PVR and re-encode in a multi-pass encode, you can seriously shrink the required bitrate for the same quality. |
[20:56:04] | ** |Torg| wishes to hell ffmpeg could decode single slice in multicore ** | |
[20:56:13] | noaxess_kubuntu: | if i go into the guid, while watching t.. how can i switch to the show i have marked with up/down key? |
[20:56:29] | ** sphery hopes the ffmpeg GSoC goes better than Myth's did. ** | |
[20:56:43] | sphery: | If so, you may have your multithreaded decode. |
[20:57:18] | sphery: | noaxess_kubuntu: enter or space, maybe? or x |
[20:57:40] | sphery: | noaxess_kubuntu: though I have to say I don't use LiveTV, so I'm not at all sure about any of those. |
[20:57:49] | noaxess_kubuntu: | sphery: enter and space gives me only the recording option.. |
[20:58:05] | noaxess_kubuntu: | maybe x.. cause i haven't found it in the settings of the keyboard key's |
[20:58:24] | |Torg|: | im doing a mpeg4 720P@29.97/mp3 4410Hz to h264 720P@29.97/AAC 2-chanel 44100 now to see what it thinks of it, but even with 4 cores its only about 1/2 realtime encoding |
[20:58:41] | |Torg|: | im guesing it will output multislice as its using multicore to make it |
[20:59:09] | sphery: | noaxess_kubuntu: there's a setting Use select to change the channel in the program guide: If enabled, the Select key will change the channel while using the program guide during live TV. If disabled, the select key will bring up the recording options screen. |
[20:59:14] | noaxess_kubuntu: | sphery: okay.. x.. and then ESC |
[20:59:14] | sphery: | It's disabled by default. |
[20:59:29] | sphery: | so X worked? |
[20:59:52] | |Torg|: | it didnt like a:copy v:copy dump ts to program stream tho |
[20:59:57] | noaxess_kubuntu: | yeahh but followed with esc then the guide get's closed |
[21:00:05] | noaxess_kubuntu: | i will search the option |
[21:00:08] | noaxess_kubuntu: | you mean |
[21:00:33] | sphery: | noaxess_kubuntu: It's in "Program Guide" |
[21:00:41] | sphery: | page 2, BTW |
[21:01:24] | noaxess_kubuntu: | ok.. searching trough the german words.. i think i sould switch to eng frontend language ;) |
[21:01:24] | sphery: | noaxess_kubuntu: Also, note that there's a setting there: Record Threshold: If the option to use Select to change the channel is on, pressing Select on a show that is at least this many minutes into the future will schedule a recording. |
[21:02:00] | sphery: | only parts of that I might be able to translate are the "the"'s (die, right?) |
[21:02:43] | sphery: | Aufnahmeschwellwert (Min.) |
[21:03:04] | noaxess_kubuntu: | sphery: jep.. found it :) |
[21:03:23] | sphery: | Nur bei aktiver "Umschalten bei Select" Option gültig. Liegt der Beginn einer Sendung mindestens so viele Minuten in der Zukunft, so wird nach drücken der "Select" Taste eine neue Aufnahme geplant statt auf diesen Sender umzuschalten. |
[21:03:39] | sphery: | don't see any die's, so it turns out I know less German than I thought. |
[21:03:51] | noaxess_kubuntu: | .. :) |
[21:04:01] | noaxess_kubuntu: | the is die .. yes |
[21:04:20] | party- (party-!i=party@stetson.frozenhat.fi) has joined #mythtv-users | |
[21:04:21] | sphery: | Oh, so I guess it's just a different wording in German. |
[21:06:22] | noaxess_kubuntu: | aha now i understand the option Record Threshold :) nice.. |
[21:06:40] | Easy_Rider9999 (Easy_Rider9999!n=jhmgbl@p4FC85D6B.dip.t-dialin.net) has quit ("Leaving.") | |
[21:06:49] | noaxess_kubuntu: | now i just have two display problems to solve.. |
[21:07:06] | noaxess_kubuntu: | i use mythbuntu.. with xfce4 |
[21:07:31] | noaxess_kubuntu: | can i talk about this her.. or should i go tho xfce4 or mythbuntu irc channel? |
[21:07:39] | sphery: | |Torg|: perhaps it's the audio causing problems with your H.264. It says, "Audio Profiles: 2 channel AAC low complexity (LC)". Does HD-PVR do 5.1? |
[21:08:22] | sphery: | noaxess_kubuntu: you're allowed to talk about it, but whether we can (or choose to) help I won't know 'til you ask. |
[21:08:40] | revilootneg (revilootneg!n=oliver@pool-163-65-198-89.dbd-ipconnect.net) has quit ("leaving") | |
[21:08:58] | noaxess_kubuntu: | :) |
[21:09:01] | sphery: | Usually if someone asks something that's too far off topic someone will suggest going elsewhere. |
[21:09:55] | psofa__ (psofa__!n=psofa@adsl65-3.ath.forthnet.gr) has quit (Read error: 110 (Connection timed out)) | |
[21:10:09] | noaxess_kubuntu: | okay.. if a start my system.. and you need to know.. that i have a projector attached at the systemm.. on the login window, there is a aspect ratio of 1920x100.. or something like this... after login.. it change normal to 1024x768.. i think it is a xorg.conf problem. |
[21:10:10] | |Torg|: | no the HD-PVR only does AAC 2 channel currently |
[21:10:19] | psofa__ (psofa__!n=psofa@adsl32-173.ath.forthnet.gr) has joined #mythtv-users | |
[21:10:26] | noaxess_kubuntu: | after login.. all works fine, also mythtv |
[21:10:45] | sphery: | |Torg|: Oh. "Currently" implies they may support additional? I assume it must have an S/PDIF input, right? |
[21:11:08] | |Torg|: | it does, but the current firmware does not support capture though it |
[21:11:16] | sphery: | cool |
[21:11:30] | |Torg|: | Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder) |
[21:11:32] | |Torg|: | O: [oss] 48000Hz 2ch s16le (2 bytes per sample) |
[21:11:48] | sphery: | noaxess_kubuntu: so your projector is 1024x768 and you want the GDM (or whatever login manager) to run at that res? |
[21:12:00] | noaxess_kubuntu: | sphery: yes sir.. |
[21:12:01] | |Torg|: | so they apear to be 2 channel AAC, when I try capture with the spdif it looks as if it tryes to AC3 it, but the fourcc coems out wrong |
[21:12:43] | sphery: | noaxess_kubuntu: Then I won't be able to help. (I don't run a display manager and I don't know *buntu, either.) |
[21:12:50] | dagar (dagar!n=dagar@206-248-137-66.dsl.teksavvy.com) has quit (Connection timed out) | |
[21:12:59] | noaxess_kubuntu: | sphery: no problem.. |
[21:13:07] | noaxess_kubuntu: | will find also a solution for this ;) |
[21:14:21] | |Torg|: | intersting enough tho is mplayer tryes to play with correctly with ac3/dts apssthoug, it has multiple ac3 sync errors tho |
[21:14:57] | |Torg|: | I wish I knew a nice "fixup" for it, but they are unplayable if captured via spdif with ffmpeg, coreavc. mplayer and myths internal player |
[21:15:49] | |Torg|: | an noaxess_kubuntu the res of your login manager, desktop and any WM is all defines my your mode slection in X, just setup X properly |
[21:16:32] | noaxess_kubuntu: | |Torg|: i see.. |
[21:16:42] | |Torg|: | if you want you can have your system use one res to log in, one to display myths menus and multiple for each video res |
[21:17:16] | dustybin: | mythtv is a clever sod :-) |
[21:17:18] | |Torg|: | I dont like it as X does not switch cleanly on my system, and my tv lags when switcheng res, so I simply keep it at 1080@30hz perminantly |
[21:26:28] | |Torg|: | hm my xbox360 dosnt even like big buck bunny, im not entirely certain its true that it supports h264 at anything |
[21:28:13] | GreyFoxx: | I've played some h264 encoded avis before |
[21:29:10] | |Torg|: | I thinn I figured it out, I dont normmaly keep it connected and apparently I have to FORCE it to update, after this it should work |
[21:29:10] | GreyFoxx: | and some apps like handbrake havge "360" propfiles you can pick for ripping and encoding dvds to h264 |
[21:29:59] | |Torg|: | well I would like to see it play my h264 dvd archives, but mostly its just playing with the xbox, since both you and sphery told em it works |
[21:30:07] | |Torg|: | now im going to make it work damnit :) |
[21:30:20] | directhex: | you MUST use proper h264 profiles |
[21:30:30] | directhex: | it's fine with all my 4.1 profile dvdrips |
[21:32:05] | |Torg|: | and here stupid me just ripped dvds into what I thought looked ok for size, I should have asked M$ frist what was "proper" h264 :P |
[21:32:06] | PatrickDK (PatrickDK!n=guest@dyn-153-119-153.myactv.net) has quit (Read error: 104 (Connection reset by peer)) | |
[21:33:07] | |Torg|: | ill have to google what that profile is |
[21:33:55] | pigeon (pigeon!n=pigeon@60-241-137-179.static.tpgi.com.au) has joined #mythtv-users | |
[21:37:38] | SlicerDicer_ (SlicerDicer_!n=SlicerDi@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
[21:40:45] | PatrickDK (PatrickDK!n=guest@dyn-153-119-153.myactv.net) has joined #mythtv-users | |
[21:43:27] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has quit (Read error: 104 (Connection reset by peer)) | |
[21:45:08] | Dabian (Dabian!n=M0RTEN@fsf/member/dabian) has joined #MythTV-USERS | |
[21:45:32] | Dabian: | Hi again ... how do I find out for sure which remote I have? |
[21:47:21] | cesman: | Dabian: look at it? |
[21:47:28] | Hoxzer (Hoxzer!n=dsadsad@dsl-hkigw7-fe1df900-39.dhcp.inet.fi) has joined #mythtv-users | |
[21:47:29] | Dabian: | lsusb (which seems to be the usual way, going from the website), doesn't seem to work. |
[21:47:45] | Dabian: | cesman : There is not much text on it. |
[21:47:56] | Dabian: | RC6 IR |
[21:48:01] | Dabian: | RC6 ir, even. |
[21:48:06] | cesman: | Dabian: where did you get the remore? Did it come w/ a card? |
[21:48:10] | Dabian: | Yeah |
[21:48:16] | Dabian: | It came with my PVR500 |
[21:48:26] | lyricnz (lyricnz!n=simonrob@d220-238-85-206.dsl.vic.optusnet.com.au) has quit () | |
[21:48:30] | cesman: | is it USB? |
[21:48:36] | Dabian: | I've had it for about half a year now, I guess, and I still didn't manage get it working. |
[21:48:40] | cesman: | or does it plug directly into the card? |
[21:48:43] | Dabian: | Yeah, the receiver is USB. |
[21:48:58] | cesman: | then it is most likely MCE remote compatible |
[21:49:05] | Dabian: | RXX6000–0141E |
[21:49:30] | Dabian: | Right .. I have the mceusb2 (or similar) module loaded. |
[21:49:45] | Dabian: | lirc_mceusb2 |
[21:49:58] | cesman: | ok, so what is the problem exactly? |
[21:50:06] | Dabian: | I am using Ubuntu (hardy) |
[21:50:08] | cesman: | the remote doesn't work or it doesn't work in MythTV? |
[21:50:35] | Dabian: | I don't know if it works .. I only want to use it for MythTV (at least for now) |
[21:50:58] | Dabian: | There is a red led in the reciever that ligts up when I click buttons on it, but Myth Seems to ignore it. |
[21:51:07] | cesman: | if the modules loads, then one can assume your hardware.conf is ok |
[21:51:14] | Dabian: | OK |
[21:51:20] | cesman: | is your /etc/lirc/lircd.conf for the remote? |
[21:51:26] | Dabian: | Lemme check |
[21:51:36] | cesman: | you can usually just more the file and it should tell you up top |
[21:51:43] | Dabian: | include /usr/share/lirc/remotes/mceusb/lircd.conf.mceusb |
[21:51:56] | cesman: | if that is ok, then run 'irw' |
[21:52:10] | Dabian: | cool |
[21:52:20] | Dabian: | It tells me which button I press on the remote. :) |
[21:52:35] | cesman: | Dabian: I cannot tell you specifically about the files Ubuntu is using, just how it should work and offer you steps in testing |
[21:52:47] | Dabian: | OK, thats cool. |
[21:52:52] | cesman: | ok, then the next step in the process is ~/.mythtv/lircrc |
[21:53:04] | cesman: | that is the file MythTV uses |
[21:53:11] | Dabian: | ahh .. thats an old one |
[21:53:25] | Dabian: | I had a PVR350 I borrowed from a friend |
[21:53:32] | Dabian: | Seems the config is still there. |
[21:53:49] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has quit (Read error: 110 (Connection timed out)) | |
[21:54:14] | cesman: | then run mythfrontend |
[21:54:17] | cesman: | your remote should work |
[21:54:35] | cesman: | it is doesn't I'd suspect ~/.mythtv/lircrc |
[21:54:37] | Dabian: | I removed the file .. the old remote was build in the card. |
[21:54:48] | Dabian: | well, actually I just moved it out of the way. |
[21:55:26] | cesman: | ahhh ok |
[21:55:39] | adante_ (adante_!n=adante@124-171-231-210.dyn.iinet.net.au) has joined #mythtv-users | |
[21:55:40] | Dabian: | Hmm .. seems I need to generate a new ~/.mythtv/lircrc ... |
[21:55:51] | cesman: | or google |
[21:56:42] | Dabian: | I guess I can use this? http://www.mythtv.org/wiki/index.php/MCE_Remo . . . _config_file |
[21:58:21] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has joined #mythtv-users | |
[21:58:31] | Dabian: | Wow .. it works! |
[21:58:35] | Dabian: | Thank you cesman! |
[21:58:42] | cesman: | you're welcome |
[21:58:52] | Dabian: | I simply couldn't figure out where the problem was. :) |
[21:59:20] | cesman: | It helps when you've been using MythTV for over 5 years and have your own distro ;) |
[21:59:29] | Dabian: | OK :) |
[21:59:51] | Dabian: | Can I know which distro you have? I am getting curious :) |
[22:00:15] | cesman: | KnoppMyth:The Linux Media Entertainment Distribution! |
[22:00:55] | Dabian: | Neat |
[22:01:18] | wagnerrp (wagnerrp!n=Wagner@nr-ft1-66-42-246-58.fuse.net) has quit ("Leaving") | |
[22:01:18] | Dabian: | Sounds like the distro you want for your dedicated media server? |
[22:01:36] | Dabian: | server / or whatever its called. |
[22:01:56] | cesman: | BTW:I'd suggest you ln -s ~/.mythtv/lircrc ~/.lircrc |
[22:02:04] | Dabian: | (My sis and her boyfriend have a computer they plan to use only for music, pictures, movies and TV and stuff. |
[22:02:07] | Dabian: | OK, thanks. :) |
[22:02:08] | cesman: | that way you only have one file to mess with... |
[22:02:32] | cesman: | Dabian: Thanks, I'd like to think it is ;) |
[22:02:36] | Dabian: | Right .. not good to mess with two files .. they'll never keep up to date. :) |
[22:03:09] | cesman: | generally speaking, most programs use ~/.lircrc |
[22:03:43] | Dabian: | cesman : Right now they do not have a PVR500 ... the price has raised a lot .. so they hesitate to buy it .. but I tell them there is really little choice. Its hard to do with only a PVR150 when you get used to having two tuners. :) |
[22:03:44] | cesman: | so, if you'd like to use your remote with mplayer for instance... |
[22:04:06] | Demigodzilla (Demigodzilla!i=The_Rebe@S0106001109034992.vf.shawcable.net) has joined #mythtv-users | |
[22:04:20] | rebel52 (rebel52!i=The_Rebe@S0106001109034992.vf.shawcable.net) has quit (Read error: 104 (Connection reset by peer)) | |
[22:04:36] | grokky (grokky!n=grokky@ppp59-167-139-21.lns3.mel6.internode.on.net) has quit () | |
[22:06:15] | Dabian: | Then I need the symbolic link, right? |
[22:06:25] | Dabian: | Cool .. I never used my remote with mplayer before. :) |
[22:07:57] | cesman: | Dabian: yes, that would be the best way (IMHO) to handle it... |
[22:09:50] | purserj (purserj!n=purserj@k-sit.com) has quit (Read error: 113 (No route to host)) | |
[22:10:56] | adante (adante!n=adante@203-214-83-132.dyn.iinet.net.au) has quit (Read error: 101 (Network is unreachable)) | |
[22:10:58] | adante_ is now known as adante | |
[22:12:05] | famicom_ (famicom_!i=famicom@c51447a2e.cable.wanadoo.nl) has joined #mythtv-users | |
[22:14:25] | ChrisC35 (ChrisC35!n=ChrisC@S0106001c10b1f65b.vc.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
[22:24:58] | Dabian: | cool |
[22:25:26] | Dabian: | Its fantastic .. I had this stuff for half a year now .. and then you point me to the rc file .. and everything just works. :) |
[22:26:04] | justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has quit ("www.google.com - it's not as hard to use as it looks!") | |
[22:28:59] | famicom (famicom!i=famicom@c51447a2e.cable.wanadoo.nl) has quit (Read error: 110 (Connection timed out)) | |
[22:29:11] | cesman: | Dabian: :) |
[22:31:18] | robbins61 (robbins61!n=robbins6@71-32-32-35.sxfl.qwest.net) has quit ("Leaving") | |
[22:32:14] | robbins61 (robbins61!n=robbins6@71-32-32-35.sxfl.qwest.net) has joined #mythtv-users | |
[22:32:29] | leprechau (leprechau!i=charlie@96-24-255-204.nvl.clearwire-dns.net) has quit (Remote closed the connection) | |
[22:37:17] | Dabian: | Is this the official website? http://www.mysettopbox.tv/knoppmyth.html |
[22:37:36] | Dabian: | For KnoppMyth, that is. |
[22:42:48] | cesman: | yes |
[22:43:02] | cesman: | we also have a channel on here #knoppmyth |
[22:43:26] | Dabian: | Nice :) |
[22:46:05] | sphery: | javatexan: There is a "test recorder" implemented that allows you to configure an MPEG encoder card, but for the device specify a single MPEG-2 file's filename and it will record from that file (looping as necessary to fill the time), but I don't think that's what you want. |
[22:46:43] | sphery: | javatexan: As far as the IPTV recorder goes, see "IP Recorder" at http://mythtv.org/docs/mythtv-HOWTO-3.html#ss3.1 |
[22:47:33] | javatexan: | okay I am looking at this webpage to setup IPTV... http://www.mythtv.org/wiki/index.php/Multiple . . . t_for_MythTV |
[22:47:48] | sphery: | javatexan: AFAIU, VLC should be able to make a stream that works (though the docs say TS, it may also allow a PS). |
[22:48:45] | sphery: | javatexan: yeah, the MythTV HOWTO doesn't explain how to set up the IPTV recorder (just mentions some info on how it works). So, really that little bit on the Multiple REcordings with VLC page is the best HOWTO for the IPTV recorder. |
[22:48:47] | javatexan: | okay..thanks |
[22:48:51] | stoneymonste is now known as stoneymonster|aw | |
[22:49:05] | sphery: | GreyFoxx is the author of that page, so if you see him in here, he might be able to give you actual answers on how it works. |
[22:49:19] | javatexan: | It sounds like in this guys case he is assuming that it is using QAM256....I am assuming that mythtv converts that signal using a codec into a "fill in file type here, I guess mpeg pes or mpeg2". I am not sure what mythtv does with this file, if it assumes that it needs to demux the signals (video PES or mpeg and audio PES or mpeg) into a single mpeg2 file or not. For all I know all mythtv records could actually be two files: a v |
[22:50:07] | javatexan: | thanks sphery...I will leave this question up and hopefully it will be answered...I can search the logs later...if I fall asleep..LOL |
[22:51:07] | sphery: | javatexan: I think, though, that you just have to configure VLC to stream the video using RTSP and all will work. |
[22:51:51] | sphery: | don't worry about the QAM, that's just how his capture cards are getting to the video stream (and is gone before VLC) |
[22:52:02] | javatexan: | i think so too |
[22:52:20] | robbins61 (robbins61!n=robbins6@71-32-32-35.sxfl.qwest.net) has quit ("Leaving") | |
[22:53:05] | javatexan: | vlc will definitely read the files I have....I was just hoping not to have to have it running too....LOL....also, if mythtv is setup for IPTV, how does it get its information about the show? |
[22:53:06] | sphery: | So, just stream MPEG-2 or MPEG-4 (part 2 or part 10) from VLC (transcoding on the fly, if necessary--and if possible ;) and set up an m3u playlist for Myth. |
[22:53:30] | javatexan: | thats my plan |
[22:53:57] | sphery: | You can use EXTMYTHTV to specify an XMLTVID in the m3u . |
[22:54:52] | javatexan: | Okay....I am actually asking how I would insert things like program name, ratings, actors, etc |
[22:54:56] | javatexan: | sorry.... |
[22:55:31] | GreyFoxx: | vlc sourcevideo.mpg --sout '#duplicate{dst=standard{access=udp,mux=ts,url=192.168.0.11:1231,sap,group=" ;MyStation",name="MooCow"}' |
[22:55:44] | GreyFoxx: | change the sourcevideo.mpg and destination url info as needed |
[22:56:01] | javatexan: | GreyFoxx: you rock dude |
[22:56:10] | javatexan: | and Sphery too |
[22:56:44] | EvilGuru (EvilGuru!n=EvilGuru@witherden.org) has quit () | |
[22:56:48] | ** GreyFoxx goes back to TV :) ** | |
[22:58:30] | sphery: | Actually, GreyFoxx is the one with the mad knowledge. |
[22:58:39] | sphery: | thanks for the help GreyFoxx. |
[23:06:18] | robbins61 (robbins61!n=robbins6@71-32-32-35.sxfl.qwest.net) has joined #mythtv-users | |
[23:06:31] | Nik_Doof_ is now known as Nik_Doof | |
[23:08:40] | dustybin: | haha excelllent |
[23:08:42] | dustybin: | http://news.bbc.co.uk/1/hi/england/7467857.stm |
[23:09:55] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection) | |
[23:10:27] | croppa_ (croppa_!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[23:11:20] | |Torg|: | current bid AU $2,201,000.00 |
[23:11:32] | dustybin: | bloody heck its true |
[23:11:35] | dustybin: | http://www.amazon.com/Al-Qaeda-Training-Manua . . . &sr=8-20 |
[23:11:35] | jduggan: | shit |
[23:11:38] | dustybin: | WTF |
[23:11:49] | |Torg|: | http://cgi.ebay.com.au/ALife4Sale-Life-For-Sa . . . cmdZViewItem |
[23:12:07] | ** |Torg| now knows what dustbin bids on :P ** | |
[23:12:19] | dustybin: | haha |
[23:12:32] | Dabian (Dabian!n=M0RTEN@fsf/member/dabian) has quit ("Watching media :))") | |
[23:18:58] | javatexan: | wow that is messed up |
[23:19:24] | javatexan: | can I sell my wife and kids too....j/k.....:) |
[23:19:44] | |Torg|: | actaully that would lower the bid price :P |
[23:21:31] | grokky (grokky!n=grokky@batter.csse.unimelb.edu.au) has joined #mythtv-users | |
[23:22:25] | |Torg|: | its gota be the stupidest thing I have heard in a while |
[23:26:16] | cdpuk1 (cdpuk1!n=chris@nat.ttk.org.uk) has joined #mythtv-users | |
[23:28:13] | directhex: | which codecs do multithreaded encoding? |
[23:29:36] | leprechau (leprechau!i=charlie@96-24-255-204.nvl.clearwire-dns.net) has joined #mythtv-users | |
[23:30:50] | SlicerDicer_ (SlicerDicer_!n=SlicerDi@24-119-155-26.cpe.cableone.net) has quit (Remote closed the connection) | |
[23:33:59] | SlicerDicer (SlicerDicer!n=SlicerDi@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
[23:34:21] | Caliban (Caliban!n=ianmacd@jiskefet.caliban.org) has quit (Read error: 110 (Connection timed out)) | |
[23:34:37] | Caliban (Caliban!n=ianmacd@jiskefet.caliban.org) has joined #mythtv-users | |
[23:35:31] | tplague: | i get no sound in internet streaming ( shoutcast ) |
[23:35:37] | tplague: | can anyone help me ? |
[23:36:09] | cdpuk1 (cdpuk1!n=chris@nat.ttk.org.uk) has quit ("Konversation terminated!") | |
[23:38:57] | cdpuk` (cdpuk`!n=chris@nat.ttk.org.uk) has quit (Connection timed out) | |
[23:42:07] | AngryElf (AngryElf!n=jsharpe@ip68-100-45-150.dc.dc.cox.net) has joined #mythtv-users | |
[23:48:40] | MavT (MavT!n=Maverick@111.86.233.220.exetel.com.au) has joined #mythtv-users | |
[23:52:18] | XChatMav (XChatMav!n=Maverick@111.86.233.220.exetel.com.au) has joined #mythtv-users | |
[23:55:11] | psofa_ (psofa_!n=psofa@adsl2-134.ath.forthnet.gr) has joined #mythtv-users | |
[23:55:32] | AngryElf (AngryElf!n=jsharpe@ip68-100-45-150.dc.dc.cox.net) has quit ("Lost terminal") | |
[23:56:20] | psofa__ (psofa__!n=psofa@adsl32-173.ath.forthnet.gr) has quit (Read error: 110 (Connection timed out)) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.