Thursday, August 16th, 2007, 00:00 UTC | ||
[00:00:01] | Dagmar: | Jesus no, they've got an ugly tape robot here |
[00:00:08] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has joined #mythtv-users | |
[00:00:09] | Dagmar: | I could run that station off my laptop tho |
[00:00:21] | Agiofws: | tape robot here ? |
[00:00:22] | Dagmar: | ...and just put in a jacuzzi where the tape robot used to be |
[00:00:39] | Agiofws: | they still use TAPE ? |
[00:00:43] | Agiofws: | cassetes ? |
[00:00:45] | Agiofws: | lol |
[00:00:50] | Dagmar: | Agiofws: The community access station here, the last time I was there, had a big ugly tape robot switching aroudn tapes at the appropriate times |
[00:00:55] | Dagmar: | They may still be using it |
[00:00:57] | JackEStorm: | Dagmar: most OTA stations could be run via a WRT54G these days, with everything back hauled to the parent company. |
[00:01:09] | NightMonkey: | Agiofws: VLC has scheduling possibilities, too: http://wiki.videolan.org/Documentation:Streaming_HowTo/VLM |
[00:01:18] | skamithi (skamithi!n=skamithi@cpe-071-077-008-219.nc.res.rr.com) has left #mythtv-users () | |
[00:01:28] | Dagmar: | Agiofws: I know exactly what problems you're trying to solve. Having a computer play video items at given times is really easy |
[00:01:41] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has quit (Client Quit) | |
[00:01:45] | Dagmar: | Yeah, using VLC and streaming the files to it would work pretty well too |
[00:01:58] | Dagmar: | ...but you'd still need something to trigger when to stream the files at the one player |
[00:02:04] | Dagmar: | ...which would be crond |
[00:02:16] | Dagmar: | I jus didnt' want to mention that level of complexity right off the bat |
[00:02:21] | Agiofws: | you are talking about server and clinet why ? |
[00:02:35] | Dagmar: | Big, finely honed programs should always start as simplified versions of what you want ot actually happen |
[00:02:40] | Agiofws: | don; i need only client ? |
[00:02:49] | Agiofws: | any way |
[00:02:50] | JackEStorm: | Dagmar: and that doesn't take into account that mplayer can sometimes spawn with out focus. |
[00:02:50] | Dagmar: | You don't try to solve one massive problem, ever. |
[00:03:02] | Agiofws: | vlc does not give me start times in play lists |
[00:03:05] | Dagmar: | You break the problem down into little modular tasks, and you solve each of THOSE problems. |
[00:03:12] | Agiofws: | but thats not what i need i think |
[00:03:21] | Dagmar: | It's not VLC's responsibility to give you start times becuase it's just a bloody player, not a scheduler |
[00:03:44] | Dagmar: | JackEStorm: Thankfully, if it's the only thing on the display, focus can take a flying leap |
[00:04:24] | Dagmar: | With VLC you could eliminate some of the issues of mplayer occasionally having two instances running at once momentarily by trying to use VLC to stream to another copy of VLC that plays continuously |
[00:04:45] | Agiofws: | stream the files from vlc server to a vlc clinet and then use a pci digital analog card to take itto the air ? |
[00:04:59] | Dagmar: | ...but that would be considerably more arcane and it would be better to have a *reliable* way of queuing programs on time working *first* so you dont pull your hair out trying to figure out which thing broke if something goes wrong |
[00:05:08] | Dagmar: | Agiofws: yes |
[00:05:08] | Agiofws: | hmm hats seems easier i think |
[00:05:11] | NightMonkey: | Dagmar: VLC does do scheduling, via VLM. |
[00:05:48] | Dagmar: | For me, it would be easier to write the initial stuff in perl than it would be to wade through the VLC man page |
[00:06:10] | Agiofws: | NightMonkey, you ean one clinet to scedule a play list ? |
[00:06:23] | Dagmar: | Or, be sneaky and open a SourceForge project |
[00:06:23] | NightMonkey: | Agiofws: Please rephrase? |
[00:07:00] | Agiofws: | NightMonkey, you mean one client to schedule a play list o multiple instances of clinets starting VIA crontab ? |
[00:07:18] | Dagmar: | He's really fixated on this multiple clients thing isn't he? |
[00:07:27] | Agiofws: | show schedule displays a summary of schedule states. ? |
[00:07:34] | Agiofws: | Dagmar, i am i think |
[00:07:36] | NightMonkey: | Agiofws: No crontab. Check out the options on the page I linked to. One instance. |
[00:07:49] | JackEStorm: | Dagmar: if it was me, I'd just use a transport player, and use/write a transport queuer for the backend and be done with it. |
[00:08:04] | Dagmar: | NightMonkey: And if VLC should crash in the middle of the night? |
[00:08:09] | jedix (jedix!n=jedix@bas2-ottawa23-1167851569.dsl.bell.ca) has quit ("leaving") | |
[00:08:18] | JackEStorm: | well in this case a program stream and not transport |
[00:08:22] | NightMonkey: | Agiofws: You can update the schedule via an HTTP interface or telnet. Unfortunately, no direct command line interface to change schedules, however. |
[00:08:31] | immolo (immolo!n=immolo@cpc3-cosh1-0-0-cust1001.cos2.cable.ntl.com) has quit (Read error: 113 (No route to host)) | |
[00:08:32] | Dagmar: | Separate, independent tasks will *much* more easily recover from a single failure event |
[00:09:10] | NightMonkey: | Dagmar: Sure, that's a problem. Could it not be solved via a simple "while true" loop, or, for heavy hitting, monit? |
[00:09:15] | Agiofws: | date (year)/(month)/(day)-(hour):(minutes):(seconds)|now: |
[00:09:21] | Dagmar: | I kinda think "reliability" and "fault tolerance" should really figure into the design for sometihng that's realtime dependenct |
[00:09:43] | Dagmar: | NightMonkey: A spinlock? NO. |
[00:10:02] | Dagmar: | Only b*tch*s write spinlocks. |
[00:10:28] | Agiofws: | setup my_media input my_video.mpeg input my_other_movie.mpeg |
[00:10:36] | Agiofws: | setup my_media output #standard{mux=ts,access=udp,dst=239.255.1.1,sap,name="My Media"} |
[00:10:44] | Agiofws: | setup my_sched date 2012/12/12–12:12:12 |
[00:10:44] | Agiofws: | setup my_sched append control my_media play |
[00:11:24] | Dagmar: | Even if the operation is while (true) { task } if task should ever jam, you simply have the equivalent of a runaway spinlock |
[00:11:35] | Agiofws: | so what would that do considering he schedule ? |
[00:12:03] | NightMonkey: | Dagmar: Whatever. Launch VLC in a shell wrapper: "while true; do vlc --intf telnet; done". Not a spinlock, per se. |
[00:12:24] | Agiofws: | do vlc --intf telnet what would that do ? |
[00:12:30] | Agiofws: | update something |
[00:12:41] | Agiofws: | i could have the server and the clinets on the same BOX |
[00:12:43] | Dagmar: | Maybe keep something monitoring the displaying VLC process, but no other form of while (true) should be involved in that |
[00:12:46] | Agiofws: | i could have the server and the clinet on the same BOX |
[00:13:15] | Dagmar: | crond is one of the most stable things ever because it's so simple |
[00:13:28] | directhex (directhex!n=directhe@bb-87-82-17-56.ukonline.co.uk) has quit ("Leaving") | |
[00:13:29] | Dagmar: | Thousands of admins would be howling if crond ever failed them |
[00:13:32] | Dagmar: | Daily. |
[00:13:52] | Dagmar: | Logs would not get rotated, transaction batches would not be run... |
[00:13:57] | JackEStorm: | Dagmar: not to mention it's one of the oldest too. |
[00:14:06] | Dagmar: | So for scheduling events to take place on a computer at given times, crond wins |
[00:14:32] | Agiofws: | Dagmar, i am goingto try outthis solution its just that people there do not know LINUX |
[00:14:39] | Agiofws: | and do not wantto learn new thgings |
[00:14:50] | Dagmar: | Don't piss me off or I'll just write a TV station and you can explain to everyone why Dropline was another two months behind |
[00:14:52] | Agiofws: | and are using a ONE instance program |
[00:15:06] | JackEStorm: | Agiofws: well cron is not linux, it's UNIX, it's old, older than me |
[00:15:11] | Dagmar: | Agiofws: This is why you give them a stupid-simple web interface to use |
[00:15:24] | Agiofws: | and if a hard drive a USB one goes down the even if one file is corrupted the whole program halts |
[00:15:34] | Kritter (Kritter!i=kritter@cain.strange.com) has quit (Remote closed the connection) | |
[00:15:38] | Kritter (Kritter!i=kritter@cain.strange.com) has joined #mythtv-users | |
[00:15:47] | Agiofws: | webintreface ? to handel cron ? |
[00:15:51] | Agiofws: | webintreface ? to handle cron ? |
[00:16:10] | Dagmar: | Yes. |
[00:16:24] | Dagmar: | Find a college student and exploit them |
[00:16:32] | Dagmar: | Any code monkey can write a CGI to do that |
[00:16:34] | Agiofws: | this is rocket science for me :( |
[00:16:40] | Dagmar: | It's really not that hard |
[00:16:44] | Agiofws: | CGI ? |
[00:16:47] | Dagmar: | You just have to break each problem down into bite size pieces |
[00:16:59] | Dagmar: | Common Gateway Interface |
[00:17:14] | Dagmar: | The generic term for a "web application" |
[00:17:20] | Agiofws: | ok |
[00:17:27] | Dagmar: | You know when you have a website that wants your email address and you type it in the little blank? |
[00:17:39] | Toxicity999 (Toxicity999!n=bryan@unaffiliated/Toxicity999) has quit (Remote closed the connection) | |
[00:17:44] | Agiofws: | yeah :) |
[00:17:48] | Dagmar: | It's a CGI program on the webserver that takes your email address and gives it to russian spammers |
[00:18:06] | Dagmar: | xris wrote MythWeb |
[00:18:19] | Dagmar: | It's a PHP script, which is also a CGI app |
[00:18:31] | Dagmar: | Or I should say it's a CGI app written in PHP |
[00:18:40] | Dagmar: | Such things aren't very hard at all |
[00:18:57] | Dagmar: | If you know one programming language that doesn't suck and HTML you know all you need to |
[00:19:00] | Agiofws: | you mean simple html clinets that use http protocol to connectto an httpd server ? |
[00:19:07] | xris: | Dagmar: the php isn't cgi. |
[00:19:23] | xris: | only the perl stuff in mythweb (streaming) is cgi, and only if people don't have mod_perl running |
[00:19:23] | Dagmar: | I was under the impression that CGI dictated the variables Apache passes down and so forth |
[00:19:48] | xris: | Dagmar: no.. "common gateway interface".. it's the protocol with which the web server communicates with non-plugin applications providing web services. |
[00:19:57] | Dagmar: | Either way, you agree that what Agiofws would need for an interface would not be hard |
[00:19:57] | xris: | mod_perl and mod_php are plugins, and thus use their own protocols |
[00:20:15] | Agiofws: | NightMonkey, i would just like to know that i add the Schedule Properties to the VLC server right ? |
[00:20:35] | xris: | Dagmar: didn't see what Agiofws wants to do |
[00:20:37] | JackEStorm: | xris: PHP can be CGI, as well as C, Perl, Python, Java, etc... |
[00:20:46] | Agiofws: | i'll have to set up a linux box at the station and start some testing |
[00:20:51] | xris: | JackEStorm: yes.. but php is rarely run in cgi mode |
[00:20:52] | JackEStorm: | Agiofws: btw: http://old.spiney.org/public/phpRecEvent/ |
[00:20:57] | Agiofws: | but first i have to start it here on my own box |
[00:21:03] | Dagmar: | xris: basically he wants to convert a dinky TV station to run more or less on automatic for the queuing |
[00:21:18] | JackEStorm: | xris: 'cept for me, thats how I run it. in a suexec jail |
[00:21:43] | xris: | JackEStorm: php just has a lot of overhead... |
[00:21:51] | xris: | Dagmar: interesting. |
[00:22:03] | Dagmar: | xris: Yeah, it's not a terribly hard thing to do |
[00:22:05] | _Zoltan (_Zoltan!n=dah@adsl-155-127-244.tys.bellsouth.net) has quit (Client Quit) | |
[00:22:17] | _Zoltan_ (_Zoltan_!n=dah@adsl-155-127-244.tys.bellsouth.net) has joined #mythtv-users | |
[00:22:28] | Dagmar: | Probably less complex in many ways than what you've done with MythWeb |
[00:22:31] | Agiofws: | Dagmar, basiaclly the streaming softarew that goes to the AIR wONT play a file bigger than 2 GB |
[00:22:39] | Scopeuk_ (Scopeuk_!n=Scope@cpc3-mfld2-0-0-cust47.nott.cable.ntl.com) has quit ("Never put off till tomorrow, what you can do the day after tomorrow") | |
[00:22:44] | Agiofws: | cause it was made for |
[00:22:45] | Dagmar: | Agiofws: Yes, welcome to Linux where we don't care how large files are |
[00:22:54] | Agiofws: | fat32 |
[00:22:56] | Agiofws: | its so old |
[00:23:11] | Agiofws: | aand its a windows machine |
[00:23:12] | Dagmar: | Give 'em a samba share mapped to an XFS filesystem |
[00:23:20] | Agiofws: | it crashes on AIR somethimes |
[00:23:21] | Dagmar: | Let 'em drag and drop programs into the store |
[00:23:38] | Dagmar: | Then queue them up to play using a web interface |
[00:23:41] | Agiofws: | sometimes |
[00:23:51] | Agiofws: | Dagmar, the playlist is about 1000 files |
[00:24:03] | Dagmar: | Doesn't matter to a computer |
[00:24:21] | Dagmar: | Drawing all those fractals everyone was so fond of in the 90's meant doing a simple math computation a few trillion times |
[00:24:23] | Agiofws: | yes buts its onoy one instance of a mplayer |
[00:24:24] | human39 (human39!n=smk@c-24-131-238-172.hsd1.pa.comcast.net) has joined #mythtv-users | |
[00:24:52] | JackEStorm: | Dagmar: 90's? I was fond of them in the 80's and still am now |
[00:24:55] | Dagmar: | Agiofws: And I'm talking about starting one instance of a player, letting it play one file and exit, only to be replaced by a new instance of a player |
[00:25:05] | Agiofws: | yes |
[00:25:12] | Agiofws: | ok i understand that |
[00:25:26] | Dagmar: | So why does it matter if it's 1,000 files, 10,000 files, or just three files |
[00:25:43] | Dagmar: | Trying to deal with and make changes to a 1,000 entry playlist would get ugly |
[00:25:45] | Agiofws: | yes it does not matter the way you set it up |
[00:25:52] | Agiofws: | butthe way its playing now |
[00:25:54] | Agiofws: | it is |
[00:25:59] | JackEStorm: | Dagmar: dude, WHY? use a transport stream, and use that to queue in and out, and you can still over-ride. |
[00:26:04] | Agiofws: | cause it uses a 1000 file plaulist |
[00:26:27] | Dagmar: | JackEStorm: yes, keep using those big words in front of him and see if he doesn't run away screaming |
[00:26:40] | Dagmar: | This guy is not a leet coder |
[00:26:48] | Dagmar: | We gotta start him with simple |
[00:26:58] | Agiofws: | hey anyone thinking of suing netcat to stream the files ? |
[00:27:02] | Agiofws: | LOL |
[00:27:10] | Dagmar: | You laugh, but... |
[00:27:17] | JackEStorm: | Dagmar: ok, ummm, lemme think |
[00:27:19] | Dagmar: | It could probably be done |
[00:27:45] | Agiofws: | i once streammed FLV from one host and landed UP mp3 on there other host :) |
[00:27:48] | JackEStorm: | Agiofws: thats back to VLC, and that would be better |
[00:28:12] | Agiofws: | maybe you could just do |
[00:28:12] | Dagmar: | ...but possibly more complex than he could handle right now |
[00:28:22] | Agiofws: | cat foo faa fee fum |
[00:28:22] | radi0head (radi0head!n=freaksho@modemcable228.95-83-70.mc.videotron.ca) has quit ("Leaving") | |
[00:28:24] | Toxicity999 (Toxicity999!n=bryan@unaffiliated/Toxicity999) has joined #mythtv-users | |
[00:29:10] | Dagmar: | A half-assed coder who was reasonably familiar with mplayer could probably hack something together in about nine hours of work |
[00:29:49] | Agiofws: | 1)cat with-out-you.flv | nc 192.168.2.5 5000 |
[00:29:51] | Dagmar: | Properly organized, someone could continue to improve/optimize it from there without ever really stopping the output |
[00:30:00] | Agiofws: | 2)nc -l -p 5000 | ffmpeg -i – -acodec mp3 with-out-you.mp3 |
[00:30:23] | Agiofws: | buts thats nothing to do with my issue i think |
[00:30:38] | Agiofws: | maybe stream to client ? |
[00:30:39] | JackEStorm: | wait a sec, doesn't mplayer support mysql playlists? |
[00:30:42] | Agiofws: | i don;t know\ |
[00:30:49] | Dagmar: | I've gotta quit talking about this or I'll wind up writing the thing |
[00:31:06] | Dagmar: | It's too easy and I should be polishing my packet mangling skills |
[00:31:13] | Agiofws: | if i had money we would do it togethro Dagmar |
[00:31:58] | GreyFoxx: | What exactly are you trying to do? Just setup a network video feed? |
[00:32:17] | Dagmar: | JackEStorm: Another thing I'm taking into consideration is from what I've learned of the campus TV stations I've talked to, people love submitting all sorts of cooked files |
[00:32:24] | Dagmar: | ...so you really need to be ready for the player to do something weird |
[00:32:29] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit (Remote closed the connection) | |
[00:32:34] | Agiofws: | submitting all sorts of cooked files |
[00:32:39] | NightMonkey: | Agiofws: This might also be something to investigate, but you do need to do a little C coding: http://www.mltframework.org/twiki/bin/view/MLT/ |
[00:32:59] | duerF (duerF!n=tommi@85-220-80-114.dsl.dynamic.simnet.is) has quit (Remote closed the connection) | |
[00:33:20] | Dagmar: | Agiofws: You know how when you download por...er video files off the internet and they don't always play correctly? |
[00:33:32] | Dagmar: | Sometimes too slow, sometimes too fast, etc |
[00:34:01] | JackEStorm: | Dagmar: true... |
[00:34:17] | Dagmar: | What length a file SAYS it is might not actually be that length once it gets done feeing the video player lots of corrupted frames |
[00:34:32] | Agiofws: | sometimes only 2 secs of a 1 hour video ? |
[00:34:58] | Dagmar: | Or, sometimes a 20 minute file that is cooked in a manner that causes it to actually take 22 minutes to play |
[00:35:22] | Agiofws: | they also have this problem |
[00:35:52] | Dagmar: | Yes, this is where having individual segments started at a specific time, able to just kill the old player if it's running too long, would be a lifesaver |
[00:36:12] | Agiofws: | the motaz compuetrs use a program again witha canopus card that it uses to edit the videos and cut them and add music or speakage but |
[00:36:34] | Agiofws: | the progrmam can only EDIT ITS OWN FILES ON tHAT COMPUTER |
[00:36:39] | Agiofws: | and on fomr another ONE |
[00:36:47] | Agiofws: | it only can edit AVI files |
[00:36:49] | Dagmar: | Yes, well, Cinelerra can do all the cutting and editing like that you want |
[00:36:50] | Agiofws: | not MPG |
[00:37:04] | Agiofws: | yeah i know |
[00:37:13] | Agiofws: | and the MIAN problem is that |
[00:37:14] | Dagmar: | If you can't get it for your distro, Google for "Dynebolic". You can get it on a LiveCD you can just boot |
[00:37:16] | Agiofws: | the sw |
[00:37:32] | Agiofws: | is OLD so again they have a limit of 2GB files |
[00:37:39] | Agiofws: | so if the have a reportage |
[00:37:51] | Dagmar: | Yes, Dynebolic can supply them with an NLE for video files that will astound them then, probably |
[00:37:55] | Agiofws: | overs like 30 mINS the PLAYER wont play it |
[00:38:04] | Dagmar: | NLE == non-linear editor |
[00:38:39] | Dagmar: | If this is what's considered the state of the art there, you really might want to consider starting a sourceforge project |
[00:38:52] | Dagmar: | There might well be people out there willing to spend some time coding something up |
[00:39:23] | Dagmar: | I'd do it, but I'm kinda doing the Dropline thing |
[00:39:37] | Agiofws: | nah you have done enough |
[00:40:12] | Agiofws: | NightMonkey what exactly is MLT/ ? |
[00:40:18] | my2keh (my2keh!n=my2keh@sud-cable-66-186-83-42.vianet.ca) has joined #mythtv-users | |
[00:40:19] | Agiofws: | MLT is an open source multimedia framework, |
[00:40:26] | Agiofws: | nd developed for television broadcasting. ? |
[00:40:39] | Agiofws: | is it a ready application ? |
[00:40:48] | Agiofws: | i don;t think so right ? |
[00:41:01] | Dagmar: | OKay, I see now... All those years of using the Perl CGI module have gotten my nomenclature all scrambled |
[00:41:14] | Agiofws: | nomenclature all scrambled ? |
[00:41:16] | NightMonkey: | Agiofws: Dunno. It's F/OSS, try it out, if it looks good to you. |
[00:41:47] | Agiofws: | is it a ready app or is it lke a back end ? |
[00:41:58] | Agiofws: | ok thanks though |
[00:42:20] | human39 (human39!n=smk@c-24-131-238-172.hsd1.pa.comcast.net) has quit (Remote closed the connection) | |
[00:42:22] | Dagmar: | Jesus, version 0.1.1 |
[00:42:25] | Dagmar: | That's scary |
[00:43:13] | JackEStorm: | NightMonkey: wait I thought MLT was a frame work? |
[00:43:17] | Dagmar: | What is it, a readme file and three headers? |
[00:43:18] | my2keh: | anyone here use VMWare? |
[00:43:56] | coopster (coopster!n=bcoop@c-71-236-52-17.hsd1.tn.comcast.net) has quit (Connection timed out) | |
[00:43:56] | NightMonkey: | NightMonkey: Yep, looks like it. But doing programming as a possiblity was already broached... ;) |
[00:44:22] | JackEStorm: | NightMonkey: stop talking to your self |
[00:44:48] | GreyFoxx: | my2keh: I use ti all the time |
[00:44:57] | pike_ (pike_!n=happy@74-140-134-102.dhcp.insightbb.com) has joined #mythtv-users | |
[00:44:59] | NightMonkey: | JackEStorm: Doh! That was meant for you... ;) |
[00:45:00] | pike_ (pike_!n=happy@74-140-134-102.dhcp.insightbb.com) has left #mythtv-users () | |
[00:45:01] | coopster (coopster!n=bcoop@c-71-236-52-17.hsd1.tn.comcast.net) has joined #mythtv-users | |
[00:45:26] | my2keh: | GreyFoxx>> ok, I'm just starting with it...might have a few Q's your way :) |
[00:45:30] | JackEStorm: | NightMonkey: :) |
[00:45:37] | Agiofws: | Dagmar, what woulodi use the OS scope for ? |
[00:45:43] | NightMonkey: | JackEStorm: Some of the subprojects look interesting: http://www.mltframework.org/twiki/bin/view/MLT/Projects |
[00:45:44] | Agiofws: | to calibrate what exactly ? |
[00:45:44] | human39 (human39!n=smk@c-24-131-238-172.hsd1.pa.comcast.net) has joined #mythtv-users | |
[00:46:06] | NightMonkey: | JackEStorm: The KNOPPIX one (for try-out) especially. |
[00:46:14] | g3k (g3k!n=geoff@cpe-65-185-66-227.neo.res.rr.com) has left #mythtv-users () | |
[00:47:28] | NightMonkey: | Dagmar: 0.2.4 of mlt was released on 8/6, if their sf.net page is to be believed. |
[00:52:57] | clever: | how would code in libmyth detect if its running on the frontend or backend? |
[00:53:40] | GreyFoxx: | gContext->IsBackend(); |
[00:54:04] | Agiofws: | ihave copied the logs Dagmar going to study them again tomorrow :) |
[00:55:43] | my2keh: | GreyFoxx>> I should be able to install KnoppMyth to my VMWare system eh? |
[00:56:15] | GreyFoxx: | MythLogBot: I would assume so, never used knoppmyth specificall though |
[00:56:31] | my2keh: | ok |
[00:57:30] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has joined #mythtv-users | |
[00:57:38] | cobaltcopy: | hello all |
[00:57:45] | cobaltcopy: | does anyone have experience with mythweb? |
[00:58:24] | NightMonkey: | cobaltcopy: State your problem, please. |
[00:58:40] | cobaltcopy: | well, it's mostly apache related |
[00:58:49] | cobaltcopy: | it's a big problem with apache...apache won't install properly |
[00:59:10] | cobaltcopy: | I'm on ubuntu |
[00:59:20] | NightMonkey: | cobaltcopy: That's a bit out of scope for this channel – try your distro's channel. |
[00:59:25] | cobaltcopy: | okay |
[00:59:29] | cobaltcopy: | thanks |
[00:59:36] | Agiofws: | dont use ubuntu |
[00:59:49] | NightMonkey: | cobaltcopy: No problem. |
[01:00:34] | Agiofws: | NightMonkey, |
[01:00:53] | Agiofws: | i use the schedule commnds on the vlc server right ? |
[01:01:14] | psofa: | anyone around that knows how to switch between modes from cli without restarting X? |
[01:01:22] | jams: | my2keh- like i said last night it works without issue, just make sure you use an ide drive |
[01:01:28] | psofa: | xrandr shows insane modes |
[01:01:31] | Agiofws: | ctrl alt f1 |
[01:01:47] | psofa: | uhm |
[01:01:48] | Agiofws: | f2 f3 f4 |
[01:02:07] | psofa: | i mean how to swicth between X modes on the same running x server |
[01:02:17] | psofa: | and without the keyboard |
[01:02:34] | my2keh: | here goes! |
[01:02:42] | Agiofws: | telepatheticaly ; |
[01:02:51] | psofa: | :| |
[01:03:00] | NightMonkey: | psofa: xrandr is what you need, I think. |
[01:03:17] | jams: | chres will also do it |
[01:03:22] | psofa: | NightMonkey, i already tried it but it reports insane refresh rates |
[01:03:24] | jams: | provided xrandr is enabled |
[01:03:48] | coopster (coopster!n=bcoop@c-71-236-52-17.hsd1.tn.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[01:04:53] | coopster (coopster!n=bcoop@c-71-236-54-213.hsd1.tn.comcast.net) has joined #mythtv-users | |
[01:06:12] | mojo (mojo!n=mojo@c-68-52-116-85.hsd1.tn.comcast.net) has quit ("snappy signoff goes here") | |
[01:06:55] | NightMonkey: | jams: What is chres? That a distro-specific app? |
[01:07:53] | jams: | naw it's just a little c program |
[01:08:24] | psofa: | if its based in xrandr it wont do :| |
[01:08:31] | NightMonkey: | jams: Got a link, please? |
[01:08:36] | jams: | similar to xrandr, but easier to use |
[01:08:36] | ** psofa curses nvidia-drivers ** | |
[01:09:05] | NightMonkey: | jams: Sounds like a good tool for the toolbox. ;) |
[01:10:35] | jams: | http://perso.ec-lyon.fr/lyonel.vincent/ |
[01:10:48] | jams: | some distro's have it, others don't |
[01:12:27] | my2keh: | eeek |
[01:12:32] | my2keh: | it needs 5 GB's |
[01:12:33] | my2keh: | yikes |
[01:12:34] | my2keh: | heh |
[01:12:44] | my2keh: | can I add more space to my VM? |
[01:14:07] | jams: | my2keh- i usally delete the vdisk and create a larger one |
[01:14:28] | my2keh: | yeah, I probably should because I only gave it like 5GB's |
[01:14:40] | my2keh: | and I think i'll need more then that once it's up and running |
[01:15:31] | dberry_ (dberry_!n=dberry@unaffiliated/dberry) has joined #mythtv-users | |
[01:18:54] | kali67_ (kali67_!n=kali67@64-166-248-25.ded.pacbell.net) has quit (Read error: 110 (Connection timed out)) | |
[01:21:00] | NightMonkey: | psofa: I get sane rates from my (old) nvidia card, wanna pastebin what "xrandr -q --verbose" gives you? |
[01:22:07] | psofa: | 1280x1024 (0x1ae) 65.5MHz |
[01:22:07] | psofa: | h: width 1280 start 0 end 0 total 1280 skew 0 clock 51.2KHz |
[01:22:07] | psofa: | v: height 1024 start 0 end 0 total 1024 clock 50.0Hz |
[01:22:08] | Agiofws (Agiofws!n=agiofws@athedsl-280906.home.otenet.gr) has quit (Remote closed the connection) | |
[01:22:35] | psofa: | and im really running at 60hz |
[01:24:08] | NightMonkey: | psofa: Huh, you must be running xrandr > 1.2? |
[01:27:14] | NightMonkey: | psofa: For my xrandr, I get choices of "Refresh" per "SZ" like "50 55 56 57 58" (for 1600x1200), and there are weird mappings – chosing "50" gets me a refresh of "85", while 58 gets me "60" (as reported by my monitor). |
[01:27:16] | psofa: | NightMonkey, yes |
[01:28:09] | psofa: | so it works? |
[01:28:26] | psofa: | i cant be sure cause its an lcdtv im outputing to and it wont say the resfresh rate |
[01:29:31] | NightMonkey: | psofa: Yes, but xrandr's available options and argument formatting change with xrandr modules's later than mine. |
[01:29:53] | NightMonkey: | s/'// |
[01:30:04] | NightMonkey: | er, s/\'// |
[01:30:31] | NightMonkey: | Ah, all wrong, you know what I mean. ;) |
[01:32:12] | NightMonkey: | psofa: Ah, do you have nvidia-settings installed? |
[01:32:29] | psofa: | yep |
[01:32:43] | psofa: | yes i can check the refresh rate from there :) |
[01:32:47] | NightMonkey: | psofa: Try "nvidia-settings -q all | less" and check the "RefreshRate" |
[01:32:51] | NightMonkey: | Yep, there you go. |
[01:33:00] | psofa: | ty |
[01:33:17] | NightMonkey: | np |
[01:36:08] | psofa: | NightMonkey, uhm do you know what im supposed to write to --output <output name> ? |
[01:38:35] | NightMonkey: | psofa: No, because that's for versions newer than mine. Is there a hint in either "xrandr -q --verbose" or "xrandr --prop --verbose"? |
[01:39:54] | psofa: | NightMonkey, ty i got the hex id :) |
[01:40:38] | ** NightMonkey flips in his cage. ** | |
[01:40:42] | psofa: | crazy refresh mappings btw |
[01:41:18] | NightMonkey: | psofa: But do they work? |
[01:41:46] | NightMonkey: | psofa: I'm curious since I may decide to flip to the new xorg-server soon. |
[01:41:56] | NightMonkey: | newer, rather. |
[01:42:51] | NightMonkey: | Man, the EFF needs money again. ;) |
[01:43:34] | NightMonkey: | </OT> |
[01:45:41] | NightMonkey: | psofa: ? |
[01:47:51] | psofa: | yes |
[01:47:51] | gnome42 (gnome42!n=gnome42@dsl-149-48.aei.ca) has quit ("Leaving") | |
[01:47:54] | psofa: | they do seem to work |
[01:47:56] | sc00p (sc00p!n=oldendic@cpe-071-076-001-155.sc.res.rr.com) has quit ("Leaving") | |
[01:47:58] | sc00p (sc00p!n=oldendic@cpe-071-076-001-155.sc.res.rr.com) has joined #mythtv-users | |
[01:48:05] | psofa: | nvidia-settings reports changed freqs |
[01:50:56] | gnome42 (gnome42!n=gnome42@dsl-149-48.aei.ca) has joined #mythtv-users | |
[01:50:59] | Disputin (Disputin!n=disp@c-24-20-92-49.hsd1.wa.comcast.net) has quit ("This computer has gone to sleep") | |
[01:53:49] | Leebier (Leebier!n=chatzill@c-24-34-20-69.hsd1.ma.comcast.net) has joined #mythtv-users | |
[01:54:40] | Leebier: | yum install mythtv-suite is failing the dependency check because only faad2 2.5–7.fc7 is on ATrpms, any idea where i can get an rpm of 2.0 (final)? |
[01:54:43] | my2keh: | ooo booting up the VM for the first time! |
[01:54:44] | my2keh: | eeek |
[01:56:50] | Leebier: | source is available on sourceforge, but bad things tend to happen eveyr time i try to compile things from source |
[01:58:00] | Leebier: | though there is an rpm of the source, and i'm not sure whta that means? i mean, i can see how ALL rpms are packages of the source, but i haven't seen that term before, so i am not sure if it's just an rpm way to deliver the source code. |
[01:58:04] | Leebier: | or am i just babbling to myself now? |
[01:58:16] | my2keh: | Don't worry, I am too |
[01:58:25] | mljohns4 (mljohns4!n=mljohns4@12-226-25-37.client.mchsi.com) has joined #mythtv-users | |
[01:58:46] | Leebier: | it's too late in europe, i think that's the problem |
[01:59:05] | JackEStorm: | how do you disable terminal blanking (video and audio)? |
[01:59:08] | coopster (coopster!n=bcoop@c-71-236-54-213.hsd1.tn.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[01:59:26] | my2keh: | Stupid question, can I setup mythtv without a capture card? heh |
[01:59:48] | ** NightMonkey chirps, squeals and runsaroundrunsaround, flips, then runsaroundrunsaround. ** | |
[02:00:14] | NightMonkey: | my2keh: Yep, as a frontend, for sure. |
[02:00:34] | NightMonkey: | JackEStorm: You mean Xorg screen blanking? |
[02:00:35] | my2keh: | NightMonkey>> and a backend? |
[02:00:48] | JackEStorm: | NightMonkey: yeah, and kernel audio |
[02:00:58] | my2keh: | I'm just trying to install myth on my laptop, so that I can make changes to mythweb |
[02:01:04] | NightMonkey: | my2keh: I should think so, just don't set up a capture card in setup. Never tried it, tho. |
[02:01:19] | my2keh: | i'll give it a whirl |
[02:01:22] | jams: | yes, that will work |
[02:02:41] | JackEStorm: | NightMonkey: in the midst of testing it decided to mute Frampton...and that is a no no |
[02:04:18] | NightMonkey: | JackEStorm: To turn off video blanking, run "/usr/X11R6/bin/xset -dpms". |
[02:04:32] | Disputin (Disputin!n=disp@c-71-56-128-227.hsd1.wa.comcast.net) has joined #mythtv-users | |
[02:04:37] | Leebier: | i'm really confused, i don't see faad2.0 avail anywhere, but i managed to yum install mythtv-suite just the other day w/o problems, why won't it work now? |
[02:04:38] | NightMonkey: | JackEStorm: I've never had audio stop, tho. |
[02:05:00] | JackEStorm: | NightMonkey: it does 20min or so after screen |
[02:05:09] | KaZeR (KaZeR!n=kazer@77.200.86.51) has quit (Read error: 110 (Connection timed out)) | |
[02:05:27] | NightMonkey: | JackEStorm: I run xset as part of my mythtv user's startup scripts. |
[02:05:45] | KaZeR (KaZeR!n=kazer@77.200.69.231) has joined #mythtv-users | |
[02:06:05] | NightMonkey: | JackEStorm: Huh, X != alsa/sound, so I dunno. Unless your speakers are in your monitor, and it is getting turned off? :S |
[02:06:32] | JackEStorm: | NightMonkey: right now I'm using gdm+ratpoison trying to get a mplayer safe env working. |
[02:07:04] | JackEStorm: | NightMonkey: 20min or so after blanking audio stops, "shift" brings it all back |
[02:07:18] | NightMonkey: | JackEStorm: Well, I guess try xset, and see if magic happens after 20 minutes. |
[02:07:43] | NightMonkey: | JackEStorm: Do you have xscreensaver running? |
[02:08:00] | NightMonkey: | JackEStorm: Or any screensaver, for that matter? |
[02:08:05] | JackEStorm: | NightMonkey: none |
[02:08:58] | Leebier: | ahhh, a-holes in #fedora talked me into adding the livna repo, which has a newer version of ffmpeg, which had the faad2 issue |
[02:08:59] | JackEStorm: | NightMonkey: I'm only runing GDM to launch ratpoison so I can try to figure out how/why player does not get focus |
[02:10:33] | NightMonkey: | JackEStorm: Dunno. I run fluxbox (also a lightweight wm), but never had that problem with audio. Video, yes, but not audio. Sorry. |
[02:12:58] | JackEStorm: | NightMonkey: video is a given in the kernel, but audio makes no sence to me.... |
[02:13:10] | JackEStorm: | and I've made sure APM is off |
[02:15:00] | JackEStorm: | NightMonkey: now granted this is a ICH9 mobo |
[02:15:11] | my2keh: | WoOOHOO |
[02:15:17] | my2keh: | vmware'd mythtv up and running |
[02:15:20] | tonyr1988 (tonyr1988!n=mythtv@ip70-178-171-254.ks.ks.cox.net) has joined #mythtv-users | |
[02:15:20] | my2keh: | sweeettt |
[02:15:28] | JackEStorm: | and audio is OSS and ALSA all at once. |
[02:15:33] | my2keh: | now to upgrade it with latest SVN |
[02:15:35] | my2keh: | tomorrows job |
[02:16:13] | my2keh: | Can I backup/restore mythconverg.program/channel/record to another box? |
[02:16:23] | my2keh: | whoops |
[02:16:26] | my2keh: | just the record |
[02:16:32] | my2keh: | like recorded shows? |
[02:16:49] | JackEStorm: | yes, myth has not DRM |
[02:16:59] | JackEStorm: | s/not/no/ |
[02:17:04] | my2keh: | slick |
[02:17:09] | my2keh: | tomorrow is another day |
[02:17:10] | my2keh: | thanks! |
[02:17:13] | my2keh (my2keh!n=my2keh@sud-cable-66-186-83-42.vianet.ca) has quit () | |
[02:17:52] | tonyr1988: | I'm having some problems with my PVR-150 remote. I know many others do, too, but I haven't found anything yet to help me. My problem seems to be different than most other peoples'. |
[02:18:28] | tonyr1988: | I have the receiver/blaster, but only need the receiver. I'm using Ubuntu Feisty with this guide: |
[02:18:31] | tonyr1988: | https://help.ubuntu.com/community/Install_Lirc_Feisty |
[02:18:59] | JackEStorm: | tonyr1988: trade ya, I have a Remote Wonder PLUS that does not work at all |
[02:19:04] | tonyr1988: | I go through everything, and it seems to be working fine, until I run irw. It seems that a lot of people have problems with it going straight back to a prompt. |
[02:19:10] | tonyr1988: | lol – ouch |
[02:19:52] | tonyr1988: | For irw, it waits, and I push buttons, but nothing shows up at all. I know the remote is sending signals (I held it up to my digital camera, and can see the light). |
[02:20:15] | tonyr1988: | There are two possible errors I see. |
[02:20:28] | tonyr1988: | dmesg has: "lirc_i2c: no version for "lirc_unregister_plugin" found: kernel tainted." |
[02:20:31] | JackEStorm: | the Remote Wonder works, the Remote Wonder II works, but the Remote Wonder Plus (in between the two others) does not. |
[02:20:57] | tonyr1988: | Should I get another remote? I figured this one would be best, since it came bundled with the PVR |
[02:21:23] | Fnc: | get the ms one |
[02:21:51] | tonyr1988: | Should I give up hope on this one? |
[02:24:55] | tonyr1988 (tonyr1988!n=mythtv@ip70-178-171-254.ks.ks.cox.net) has quit ("Leaving") | |
[02:29:17] | Kernel: | so how much money are the gonna want to get show listings? |
[02:29:27] | Kernel: | i hate the idea of paying for it :-/ |
[02:29:39] | NightMonkey: | Kernel: Who? SD? |
[02:29:59] | Kernel: | yea |
[02:30:15] | Kernel: | its gonna stop sept 1...thats pretty soon. |
[02:30:33] | NightMonkey: | Kernel: http://www.schedulesdirect.org/faq |
[02:30:56] | Kernel: | yack |
[02:31:03] | Tanthrix (Tanthrix!n=tanthrix@c-71-56-144-82.hsd1.or.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[02:31:17] | Kernel: | 5 bucks a months to seems like way to much |
[02:34:52] | Disputin (Disputin!n=disp@c-71-56-128-227.hsd1.wa.comcast.net) has quit (Connection timed out) | |
[02:35:45] | knowledgejunkie (knowledgejunkie!n=knowledg@unaffiliated/knowledgejunkie) has joined #mythtv-users | |
[02:36:42] | NightMonkey: | Kernel: $5 buys a good slice of pizza w/ 2 toppings (w/o tip). But, you're free to try screen scraping. |
[02:37:23] | Kernel: | i dont know what im gonna do. but i dont got the extra money to buy it. |
[02:40:57] | mljohns4 (mljohns4!n=mljohns4@12-226-25-37.client.mchsi.com) has quit ("Leaving") | |
[02:41:24] | flatronf701B (flatronf701B!n=flatronf@ns1.clipsalportal.com) has joined #mythtv-users | |
[02:46:11] | Disputin (Disputin!n=disp@c-71-56-128-227.hsd1.wa.comcast.net) has joined #mythtv-users | |
[02:47:26] | radi0head (radi0head!n=freaksho@modemcable228.95-83-70.mc.videotron.ca) has joined #mythtv-users | |
[02:51:38] | JeffH (JeffH!n=jeff@c-71-229-251-124.hsd1.co.comcast.net) has joined #mythtv-users | |
[02:53:56] | eelriver (eelriver!n=eelriver@pdpc/supporter/active/eelriver) has joined #mythtv-users | |
[02:58:56] | hatlevip (hatlevip!n=hatlevip@74-132-218-112.dhcp.insightbb.com) has joined #mythtv-users | |
[03:02:11] | ** ectospasm is away: gone zzz ** | |
[03:02:57] | NightMonkey: | ectospasm: Turn off your away, we don't care. |
[03:04:56] | Leebier: | hmm, i seem to be having a problem with ivtv |
[03:05:44] | Leebier: | error inserting itvtv (/lib/modules/<kernel>.fc7/kernel/drivers/media/video/ivtv/ivtv.ko): Unknown symbol in module, or unknown parameter (see dmesg) |
[03:05:54] | Leebier: | i can pastebin the relevent dmesg if anyone would like to see |
[03:06:26] | Leebier: | the problem might have to do w/ the fact that ivtv doesn't seem to have put anything in my modprobe.conf |
[03:07:18] | Leebier: | so i added the two alias lines i had saved from a previous mythbox setup, but i don't nkow if maybe that was wrong to do? |
[03:07:37] | knowledgejunkie: | Leebier: pastebin the dmesg – i have a minute before I go |
[03:08:29] | Leebier: | grr, pastebin is being wonky, what was the other site that does that? |
[03:08:46] | knowledgejunkie: | rafb.net? |
[03:08:49] | Leebier: | nvmind, i forgot it was canadian :) |
[03:09:35] | leebier-mythbox (leebier-mythbox!n=mythtv@c-24-34-20-69.hsd1.ma.comcast.net) has joined #mythtv-users | |
[03:09:43] | leebier-mythbox: | http://pastebin.ca/659096 |
[03:10:54] | knowledgejunkie: | I'm guessing there's a version mismatch between your ivtv module and the other V4L stuff |
[03:11:03] | Leebier: | ahh |
[03:11:04] | Leebier: | hmm |
[03:12:39] | Leebier: | what do you think would be the best way to attack that? |
[03:12:48] | Leebier: | v4l = video4linux, right? |
[03:13:03] | Leebier: | yum remove video4linux* ivtv* ? |
[03:13:08] | knowledgejunkie: | are you running the latest fc7 kernel? Have you separately installed ivtv? |
[03:13:36] | Leebier: | yes, and yes |
[03:13:56] | Leebier: | wait, 2.6.22.1–41 |
[03:14:03] | Leebier: | i dunno if that's latest or not |
[03:14:05] | Leebier: | but i think it is |
[03:14:09] | knowledgejunkie: | have you run depmod recently? |
[03:14:26] | Leebier: | depmod -a right before trying modprobe ivtv |
[03:17:08] | leebier-mythbox (leebier-mythbox!n=mythtv@c-24-34-20-69.hsd1.ma.comcast.net) has quit (Remote closed the connection) | |
[03:21:08] | Leebier: | so i uninstalled ivtv and video4linux |
[03:21:31] | Leebier: | reinstalled ivtv, (including firmware), depmod, modprobe, and it doesn't assign /dev/video0 |
[03:21:41] | Leebier: | do i need to re-yum video4linux? |
[03:23:20] | Leebier: | hmm |
[03:23:23] | Leebier: | even tha tdoesn't help |
[03:23:26] | knowledgejunkie: | my ivtv machines are running ivtv-less kernels so I need to install ivtv manually – why are you installing ivtv and v4l separately when it's included in the kernel? |
[03:23:32] | robbins876 (robbins876!n=robbins8@host-51-214-9-69.midco.net) has joined #mythtv-users | |
[03:23:43] | Leebier: | no error message now, but no assign of /dev/video0 |
[03:24:00] | mchou (mchou!n=mchou@c-71-198-127-234.hsd1.ca.comcast.net) has joined #mythtv-users | |
[03:24:16] | Leebier: | well, i didn't mean to install video4l sepearte, i think i goofed on that, but i've been more or less following jarod's guide, and it's always required installing ivtv |
[03:24:39] | psofa (psofa!n=psofa@adsl4-202.ath.forthnet.gr) has quit (Read error: 110 (Connection timed out)) | |
[03:27:46] | knowledgejunkie: | the guide is for FC6. Read http://ivtvdriver.org/index.php/Howto is you have a 2.6.22 kernel |
[03:28:23] | Leebier: | this is true |
[03:28:35] | Leebier: | however, i managed to get it working hte other day, until i borked the entire system with bad LIRC stuff |
[03:30:02] | Leebier: | this is interesting |
[03:30:06] | Leebier: | but where does it leave me then? |
[03:30:16] | Leebier: | i mean, should i uninstall the rpms? |
[03:30:35] | knowledgejunkie: | Do you have more than 1 kernel installed? |
[03:31:04] | Leebier: | hmm, i think so |
[03:31:20] | Leebier: | i updated right after install, but i am pretty sure it left an old one around |
[03:31:52] | Leebier: | that is, i did a net install (rather than build the kernel) and then yum update |
[03:32:33] | knowledgejunkie: | I would remove the ivtv and v4l rpms first. then see if you have the kernel versions of ivtv installed |
[03:32:45] | Leebier: | how would i check that? |
[03:33:02] | knowledgejunkie: | you need to look in /lib/modules for the ivtv.ko file |
[03:33:47] | Leebier: | yep, i do |
[03:35:29] | Leebier: | so i can just begin capturing right away? |
[03:35:50] | Leebier: | do i need the lines in modprobe.conf or not? |
[03:35:54] | knowledgejunkie: | rerun depmod |
[03:36:03] | Leebier: | that is the two alias lines |
[03:36:52] | knowledgejunkie: | you shouldn't need the modprobe.conf lines with new versions of ivtv |
[03:37:15] | knowledgejunkie: | udev should create the devices for you |
[03:37:19] | Leebier: | ah |
[03:37:31] | Leebier: | depmod doesn't seem to have created a /dev/video0 though |
[03:37:39] | Leebier: | or is a reboot likely necessary? |
[03:37:44] | knowledgejunkie: | /sbin/rmmod ivtv cx25840 tuner tveeprom msp3400 wm8775 tda9887 saa7115 saa7127 |
[03:37:55] | knowledgejunkie: | then, /sbin/modprobe ivtv |
[03:37:58] | cout: | why does mythtv hang sometimes when I skip ahead/backward on live tv? |
[03:38:22] | knowledgejunkie: | Leebier: then check dmesg |
[03:38:49] | Leebier: | unable to find the firmware |
[03:39:12] | Kazan (Kazan!n=no@75-162-29-113.desm.qwest.net) has quit (Connection timed out) | |
[03:39:36] | Leebier: | or was the firmware not packaged w/ the kernel? |
[03:39:57] | knowledgejunkie: | no, not allowed. run yum -y install ivtv-firmware |
[03:40:11] | Leebier: | makes sense |
[03:40:17] | Leebier: | i got a little overzealous in my removing :) |
[03:40:37] | knowledgejunkie: | same with the intel wireless firmware |
[03:40:56] | Leebier: | awesome, thanks! |
[03:40:58] | Leebier: | it worked |
[03:41:09] | Disputin (Disputin!n=disp@c-71-56-128-227.hsd1.wa.comcast.net) has quit (Connection timed out) | |
[03:41:21] | knowledgejunkie: | Leebier: great. That's $200 :) |
[03:41:44] | Leebier: | :) |
[03:41:49] | knowledgejunkie: | hehe |
[03:41:56] | knowledgejunkie: | have you got all the /dev/video* devices? |
[03:42:18] | Leebier: | looks like it |
[03:42:23] | knowledgejunkie: | great |
[03:42:23] | Leebier: | gonna do a cat to check |
[03:43:17] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has quit () | |
[03:44:46] | Leebier: | crap |
[03:44:54] | Leebier: | i seem to have lost the add-on utils with ivtv though |
[03:44:57] | Leebier: | like, ivtv-tune |
[03:47:45] | robbins876_ (robbins876_!n=robbins8@host-51-214-9-69.midco.net) has joined #mythtv-users | |
[03:48:03] | Leebier: | which i guess is non-critical, though annoying |
[03:48:28] | knowledgejunkie: | v4l2-ctl |
[03:48:41] | knowledgejunkie: | you need to read the ivtvdriver.org site |
[03:48:46] | Leebier: | so it seems |
[03:48:55] | Leebier: | i'll have to do some reading to get the 350 output running too, it seems |
[03:49:10] | Leebier: | i got away w/o having to do that for the last couple years thanks to jarod |
[03:49:37] | knowledgejunkie: | the ivtv-db stuff is not in the kernel yet, afaik |
[03:49:43] | knowledgejunkie: | ivtv-fb |
[03:49:55] | Leebier: | yeah, that's what the howto page said |
[03:50:00] | Leebier: | so i'll have ot investigate |
[03:52:25] | knowledgejunkie: | anyhow, i'm off, night all |
[03:52:46] | knowledgejunkie (knowledgejunkie!n=knowledg@unaffiliated/knowledgejunkie) has left #mythtv-users ("I want my, I want my, I want my MythTV") | |
[03:52:49] | robbins88 (robbins88!n=mythbox@host-51-214-9-69.midco.net) has quit (Read error: 110 (Connection timed out)) | |
[03:52:49] | robbins876 (robbins876!n=robbins8@host-51-214-9-69.midco.net) has quit (Read error: 110 (Connection timed out)) | |
[03:53:16] | robbins88 (robbins88!n=mythbox@host-51-214-9-69.midco.net) has joined #mythtv-users | |
[03:53:20] | Leebier: | thanks knowledge! |
[03:54:20] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has joined #mythtv-users | |
[04:02:25] | robbins876_ (robbins876_!n=robbins8@host-51-214-9-69.midco.net) has quit ("Leaving") | |
[04:02:43] | robbins876 (robbins876!n=robbins8@host-51-214-9-69.midco.net) has joined #mythtv-users | |
[04:06:37] | Aval0n: | anyone here running wireless g on their mythtv setups? |
[04:08:52] | hatredx (hatredx!n=odium@c-68-42-210-78.hsd1.mi.comcast.net) has quit (Remote closed the connection) | |
[04:08:58] | Leebier: | just got mine working today |
[04:09:50] | Leebier: | well, it may not be fair to call it a mythbox yet, i haven't actually run myth yet :) |
[04:10:00] | Leebier: | but what's the question, there is about a 7% chance i can be helpful :) |
[04:10:02] | hatredx (hatredx!n=odium@c-68-42-210-78.hsd1.mi.comcast.net) has joined #mythtv-users | |
[04:13:15] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has joined #mythtv-users | |
[04:17:04] | Aval0n: | heheh |
[04:17:06] | Aval0n: | well |
[04:17:06] | tuxd00d (tuxd00d!n=tuxinato@128.187.180.56) has joined #mythtv-users | |
[04:17:14] | Aval0n: | I don't supposed you used USB wireless g adapter? |
[04:17:21] | Aval0n: | I have motherboard with 3 pci slots |
[04:17:31] | Aval0n: | i have a kworld and 2 pvr's filling them |
[04:17:39] | Aval0n: | so I'de have to use a usb wireless G adapter |
[04:17:59] | Aval0n: | this thing is gonna go in my glass closed door entertainment center |
[04:18:16] | Aval0n: | and I'm wondering if I could just get one of those little thumbstick type USB adapters |
[04:18:26] | Aval0n: | or if I should go with the little linksys with the antenna on it |
[04:19:00] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has left #mythtv-users () | |
[04:20:16] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has joined #mythtv-users | |
[04:35:43] | Leebier: | well, if you already have a usb one w/ an antenna, why not try that? |
[04:36:36] | Leebier: | i'm under the impression they're often a bit stronger than the ones w/o, so you might get better reception inside the glass too |
[04:37:33] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has quit () | |
[04:37:44] | Leebier: | i gotta say, wireless far from Just Worked for me, even w/ the madwifi drivers for the card. be prepared for a bit of frustration, and a ethernet card ready to use until you get it working right |
[04:37:50] | Leebier: | and now i'm off |
[04:37:53] | Leebier (Leebier!n=chatzill@c-24-34-20-69.hsd1.ma.comcast.net) has quit ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007072518]") | |
[04:41:41] | Tanthrix (Tanthrix!n=tanthrix@c-71-56-144-82.hsd1.or.comcast.net) has joined #mythtv-users | |
[05:03:17] | JeffH: | Is there a good website to find htpc cases? I can't seem to find one I like. |
[05:07:24] | zdzisekg (zdzisekg!n=zdzisekg@c-71-57-5-194.hsd1.il.comcast.net) has joined #mythtv-users | |
[05:11:19] | JeffH (JeffH!n=jeff@c-71-229-251-124.hsd1.co.comcast.net) has quit () | |
[05:12:38] | zdzisekg (zdzisekg!n=zdzisekg@c-71-57-5-194.hsd1.il.comcast.net) has quit ("REALITY.SYS Corrupted: Re-boot universe? (Y/N/Q)") | |
[05:13:10] | gnome42 (gnome42!n=gnome42@dsl-149-48.aei.ca) has quit (Remote closed the connection) | |
[05:34:00] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has joined #mythtv-users | |
[05:34:07] | defaultro: | good evening folks |
[05:35:03] | defaultro: | I just installed mythtv because it crashed 3 weeks ago. I have a mythconverg back but it's from Jan 7, 2007. Is it ok to restore from this? |
[05:35:13] | defaultro: | backup |
[05:35:40] | Agrajag-: | yeah, you're going to want to run mythfilldatabase though, and you're not going to have any recordings since then |
[05:35:50] | defaultro: | ok |
[05:35:54] | defaultro: | what about the version? |
[05:36:12] | defaultro: | will there be any issue or incompatibilities? |
[05:36:16] | Agrajag-: | there's some script in contrib/ though i think, that will go through recordings in your recordings directory and add them if it can |
[05:36:23] | Agrajag-: | no, it'll upgrade it needed |
[05:36:26] | defaultro: | ok |
[05:36:27] | Agrajag-: | s/it/if |
[05:36:33] | defaultro: | i don't worry about recordings, they're all gone |
[05:36:37] | defaultro: | though they are in db |
[05:36:45] | defaultro: | I will just delete them manually |
[05:37:00] | defaultro: | or I can just do delete * from recordings |
[05:37:07] | defaultro: | don't know if that's a good idea |
[05:37:19] | Aval0n: | kazan u around? |
[05:38:11] | defaultro: | I also lost my .asoundrc :( but I don have asound.conf in /etc. I don't know if both have the same format |
[05:38:22] | defaultro: | s/don/do/ |
[05:39:58] | defaultro: | wow, my backup is 54meg |
[05:46:34] | Como|Lappy (Como|Lappy!n=como@cpe-74-75-65-41.maine.res.rr.com) has quit (Connection timed out) | |
[05:48:38] | beata-- (beata--!n=beata@c-68-83-135-4.hsd1.nj.comcast.net) has joined #mythtv-users | |
[05:52:15] | pat_ (pat_!n=pat@203.171.82.242) has joined #mythtv-users | |
[06:02:38] | Mixx (Mixx!i=zxcv@d60-65-201-134.col.wideopenwest.com) has quit (Read error: 104 (Connection reset by peer)) | |
[06:02:38] | Mixx (Mixx!i=zxcv@d60-65-201-134.col.wideopenwest.com) has joined #mythtv-users | |
[06:02:38] | kambei (kambei!n=kambei@unaffiliated/kambei) has quit (Read error: 104 (Connection reset by peer)) | |
[06:02:41] | kambei (kambei!n=kambei@unaffiliated/kambei) has joined #mythtv-users | |
[06:04:27] | pat__ (pat__!n=pat@203.171.82.242) has quit (Read error: 110 (Connection timed out)) | |
[06:08:12] | ShockValue (ShockValue!n=shockval@c-71-227-142-84.hsd1.wa.comcast.net) has quit (Remote closed the connection) | |
[06:09:43] | defaultro: | Agrajag, I've restored the backup database but mythtv-setup didn't see my previous cards |
[06:10:26] | defaultro: | the Input connections page is also blank |
[06:12:27] | Mixx (Mixx!i=zxcv@d60-65-201-134.col.wideopenwest.com) has quit (Read error: 104 (Connection reset by peer)) | |
[06:12:49] | Mixx (Mixx!i=zxcv@d60-65-201-134.col.wideopenwest.com) has joined #mythtv-users | |
[06:13:11] | beata (beata!n=beata@c-68-83-135-4.hsd1.nj.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[06:16:21] | Kritter (Kritter!i=kritter@cain.strange.com) has quit (Read error: 110 (Connection timed out)) | |
[06:17:50] | Hoxzer: | You should make sure that the card actually works on your system |
[06:18:08] | defaultro: | It's an existing system that ran for 2 years |
[06:18:12] | Hoxzer: | DB has nothing to do with mythtv seeing the card or not |
[06:18:33] | Hoxzer: | defaultro: yeah, there is a chance that kernel got updated |
[06:18:45] | defaultro: | kernel? |
[06:19:04] | defaultro: | in what way? |
[06:19:11] | defaultro: | I can see all my cards in dmesg |
[06:19:26] | defaultro: | I was also able to add the cards manually in mythtv-setup yesterday |
[06:19:40] | defaultro: | however, I'm just trying to see if my backup will work |
[06:19:54] | Hoxzer: | ok |
[06:20:02] | defaultro: | question about the version, is it install on a table somewhere? |
[06:20:11] | defaultro: | the database version of mythtv |
[06:20:51] | Hoxzer: | dunno |
[06:24:08] | juski (juski!n=juski@spc1-salf3-0-0-cust227.bagu.broadband.ntl.com) has joined #mythtv-users | |
[06:24:28] | borga2 (borga2!n=IceChat7@c-d119e255.1052-1-64736c10.cust.bredbandsbolaget.se) has joined #mythtv-users | |
[06:26:11] | juski: | "DB has nothing to do with mythtv seeing the card or not".. never seen such BS Hoxzer. Mythtv holds all the config info in the DB, so if a card ain't in the DB, it ain't in mythtv |
[06:26:18] | borga2: | I had a schedule set and free card to record it and no other recordings but it was not recorded, but on the same channel an hour and half later it went fine, any clues? |
[06:26:35] | borga2: | I got the following in the backendlog: |
[06:26:52] | DD (DD!n=ld@2906ds2-noe.0.fullrate.dk) has joined #mythtv-users | |
[06:26:59] | borga2: | 2007-08–15 06:00:05.974 TVRec(1): Changing from None to RecordingOnly |
[06:26:59] | borga2: | 2007-08–15 06:00:07.242 TVRec(1): HW Tuner: 1->1 |
[06:26:59] | borga2: | 2007-08–15 06:00:07.453 Started recording: Dora – utforskaren: channel 1030 on cardid 1, sourceid 1 |
[06:26:59] | borga2: | 2007-08–15 06:00:07.656 scheduler: Last message repeated 4 times: Scheduled items: Scheduled 12 items in 0.1 = 0.05 match + 0.02 place |
[06:26:59] | borga2: | 2007-08–15 06:00:07.756 scheduler: Started recording: Dora – utforskaren: channel 1030 on cardid 1, sourceid 1 |
[06:27:01] | borga2: | 2007-08–15 06:00:17.911 match[0]: 0 '' vs. '' |
[06:27:03] | borga2: | 2007-08–15 06:00:18.431 match[0]: 0 '' vs. '' |
[06:27:03] | ldam (ldam!n=ld@2906ds2-noe.0.fullrate.dk) has quit (Read error: 110 (Connection timed out)) | |
[06:27:05] | borga2: | 2007-08–15 06:01:15.506 EITScanner: Added 21 EIT Events |
[06:27:07] | borga2: | 2007-08–15 06:01:15.512 Reschedule requested for id -1. |
[06:27:09] | borga2: | 2007-08–15 06:01:15.596 Scheduled 12 items in 0.1 = 0.06 match + 0.03 place |
[06:27:11] | juski: | pastebin, borga2 !!!!!!! |
[06:27:11] | borga2: | 2007-08–15 06:01:15.601 scheduler: Scheduled items: Scheduled 12 items in 0.1 = 0.06 match + 0.03 place |
[06:27:13] | borga2: | 2007-08–15 06:01:15.982 EITScanner: Now looking for EIT data on multiplex of channel 4 |
[06:27:14] | juski: | PASTEBIN damnint |
[06:27:15] | borga2: | 2007-08–15 06:01:19.918 match[0]: 0 '' vs. '' |
[06:27:22] | Aval0n: | lol |
[06:28:24] | Hoxzer: | pastebin is cool place. You should go there sometime |
[06:28:26] | juski: | borga2: not that the info you flooded the channel with is any use. there's no info there |
[06:28:38] | Hoxzer: | "a cool place" |
[06:29:03] | juski: | I'd not go as far as saying pastebin.ca is COOL but it's useful to stop you getting yelled at for flooding the channel |
[06:30:29] | Solv (Solv!n=solv@203.171.114.43) has joined #mythtv-users | |
[06:31:26] | juski: | well, borga2 how about posting a longer log in pastebin.ca for us to look at? seeing more log, in context will possibly help |
[06:34:47] | juski: | glad I'm not holding my breath :) |
[06:37:00] | czth__ (czth__!i=dbrobins@nat/microsoft/x-f84cbb8b23cd184f) has joined #mythtv-users | |
[06:37:02] | Solv: | I can't seem to get a movie I recorded manually to do a commflag job. I have run it twice, and in the watch recordings section it has the red flag icon...but when I playback there is no seektable...what am I missing? |
[06:37:18] | Solv: | commflag jobs work fine in scheduled recordings |
[06:37:23] | pat_: | yay, juski is back |
[06:37:42] | juski: | pat_: sssh |
[06:38:02] | juski: | Solv: probably missing recordseek table entries for that file |
[06:38:12] | beata (beata!n=beata@c-68-83-135-4.hsd1.nj.comcast.net) has joined #mythtv-users | |
[06:38:14] | juski: | mythcommflag --rebuild $filename |
[06:38:22] | pat_: | juski, did your wife enjoy the cheap wine/beer/spirits? |
[06:38:23] | juski: | or... mythcommflag --help |
[06:38:23] | Solv: | juski, sweet... |
[06:38:30] | juski: | pat_: yeah thanks |
[06:40:49] | KaZeR (KaZeR!n=kazer@77.200.69.231) has quit (Read error: 104 (Connection reset by peer)) | |
[06:43:36] | KaZeR (KaZeR!n=kazer@77.200.82.240) has joined #mythtv-users | |
[06:44:43] | beata-- (beata--!n=beata@c-68-83-135-4.hsd1.nj.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[06:45:17] | xris (xris!n=xris@xris.forevermore.net) has quit ("Leaving.") | |
[06:46:29] | beata-- (beata--!n=beata@c-68-83-135-4.hsd1.nj.comcast.net) has joined #mythtv-users | |
[06:47:06] | beata (beata!n=beata@c-68-83-135-4.hsd1.nj.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[06:48:39] | otwin (otwin!n=opera@217.31.78.13) has joined #mythtv-users | |
[06:49:31] | juski: | I hate it when people come in here asking for help, then paste something, then say nothing & just vanish. mustn't want halp that much |
[06:50:54] | Aval0n: | juski |
[06:51:10] | Aval0n: | you ever heard of anyone wiring up and LED to show when your box is recoding? |
[06:51:19] | Aval0n: | recording* |
[06:51:23] | juski: | nope. |
[06:51:36] | Aval0n: | hmm |
[06:52:08] | juski: | if your system is setup correctly it should just sit there & do as it is told. I don't think I've ever had to keep a check on my system at home |
[06:52:10] | Aval0n: | do you watch dvds on your mythbox juski? |
[06:52:31] | czth_ (czth_!i=dbrobins@nat/microsoft/x-adb30121e102fe3b) has quit (Read error: 110 (Connection timed out)) | |
[06:52:55] | juski: | duh yeah I do |
[06:53:06] | Aval0n: | juski: sometimes I don't know if my wife has something set to record. I do a lot of stuff in my entertainment center so before I go and unplug something or kill a breaker that little light lets me know |
[06:53:13] | Aval0n: | do you have digital sound out? |
[06:53:50] | juski: | yeah I use spdif all the time |
[06:54:02] | Aval0n: | ahh ok |
[06:54:17] | Aval0n: | is analog sound active the same time spdif is? |
[06:54:38] | juski: | not on stuff with DTS |
[06:54:44] | Aval0n: | right.. |
[06:55:00] | Aval0n: | hmm I ordered this 7300gs with hdmi and it has a place on it where you can plug spdif |
[06:55:08] | Aval0n: | the mb I got the pins are missing for spdif |
[06:55:13] | Aval0n: | although the solder pads are there |
[06:55:23] | Aval0n: | they give me an optical spdif connector out |
[06:55:29] | Aval0n: | but I was hoping to still get the 2 chan audio through my hdmi |
[06:56:02] | Aval0n: | I wonder if I could plug a cable in line out on the soundcard, and chip the wires and put the spdif connector on it and connect to the vid card |
[06:56:22] | Aval0n: | chip/cut |
[06:56:27] | juski: | no way jose |
[06:56:31] | Aval0n: | no? |
[06:56:51] | Aval0n: | the spdif connector on the mb is 3 pins |
[06:57:00] | Aval0n: | I'm assuming for ground left and right |
[06:57:06] | juski: | lol no |
[06:57:19] | Aval0n: | hmm ok |
[06:57:27] | Aval0n: | so it's strictly digital eh? |
[06:57:28] | juski: | the 3 pins of a spdif connector on a soundcard or motherboard are 5V power, 0V and spdif |
[06:57:40] | juski: | and spdif has all channels embedded in it |
[06:57:55] | Aval0n: | the mb has the place for it |
[06:57:57] | Aval0n: | but there are no pins |
[06:58:02] | Aval0n: | I wonder if it's still active |
[06:58:13] | Aval0n: | the solder pads are rather large |
[06:58:22] | Aval0n: | I could just manuall solder the spdif jumper there... |
[06:58:35] | juski: | if I were you I wouldn't do it |
[06:58:41] | Aval0n: | why? |
[06:58:45] | juski: | just buy a $5 soundcard with spdif |
[06:58:54] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has quit (Client Quit) | |
[06:58:55] | Aval0n: | no more pci slots |
[06:59:00] | Aval0n: | it gives me spdif optical out |
[06:59:05] | juski: | if I were ME I'd do it, but you're not me |
[06:59:07] | Aval0n: | but I want it going through my hdmi |
[06:59:24] | Aval0n: | I've soldered way more advanced stuff than that |
[06:59:30] | Aval0n: | I used to be an installer for team-x |
[06:59:39] | juski: | whatever the hell that means |
[06:59:41] | Aval0n: | lol |
[06:59:43] | Aval0n: | nevermind |
[06:59:54] | Aval0n: | I have plenty of soldering practice |
[07:00:01] | Aval0n: | If you say one is 5v |
[07:00:08] | juski: | just make sure you only solder to spdif & GND |
[07:00:08] | Aval0n: | I'll just test it with my multimeter |
[07:00:13] | juski: | no |
[07:00:18] | juski: | check the motherboard manual |
[07:00:36] | Aval0n: | make I havn't explained well enough |
[07:00:36] | juski: | the place for the connector should have a dot or other mark denoting what pin 1 is |
[07:00:51] | Aval0n: | I have a real spdif optical out |
[07:00:54] | Aval0n: | toslink |
[07:01:01] | Aval0n: | can't use that for hdmi |
[07:01:11] | Aval0n: | there is another spot on the mb |
[07:01:23] | Aval0n: | that normally you would see pins coming up |
[07:01:26] | Aval0n: | the pins aren't there |
[07:01:28] | juski: | it's likely the spdif level is +5V anyway, so may just look like 5V |
[07:01:31] | Aval0n: | they never sodlered the connector one |
[07:01:33] | Aval0n: | on* |
[07:01:36] | Aval0n: | but it says spdif |
[07:02:23] | czth_ (czth_!i=dbrobins@nat/microsoft/x-5db3879a0877348b) has joined #mythtv-users | |
[07:02:25] | Aval0n: | I just don't want my wife to have to keep the reciever on just to watch TV |
[07:02:29] | juski: | what would be more reliable to do would be – WITH THE BOX TURNED OFF & UNPLUGGED – buzz the +5V from a HDD line to what you think might be +5V on the spdif connector |
[07:02:37] | Aval0n: | it's an onkyo and heats the whole living room up |
[07:03:14] | juski: | a low resistance path means that it'd be +5V – a higher resistance will probably mean you got the spdif signal. |
[07:03:14] | Aval0n: | provided it's on the same 5v leg |
[07:03:26] | Aval0n: | see it's tough |
[07:03:31] | Aval0n: | without the pins |
[07:03:31] | juski: | it's not tough |
[07:03:37] | Aval0n: | it's hard to say if it's even workign |
[07:03:39] | juski: | no PC PSU has isolated 5V outputs |
[07:03:48] | juski: | one 5V output is connected to the others |
[07:03:53] | Aval0n: | pc power and cooling psu's do |
[07:04:09] | juski: | the only exception to that is 5V Standby, but your motherboard doesn't use much of that |
[07:04:31] | Aval0n: | I don't know why they didn't just put the connector on it |
[07:04:35] | Aval0n: | there is a place for it |
[07:04:38] | juski: | cost saving |
[07:04:38] | Aval0n: | unless it isn't active |
[07:04:39] | Krazylegz (Krazylegz!n=~Vikram@c-68-82-206-201.hsd1.pa.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[07:04:54] | Aval0n: | what do you think the chances of it are that it is active heh |
[07:05:00] | juski: | you could also tack a wire onto the actual toslink module |
[07:05:10] | Aval0n: | hmm |
[07:05:20] | Aval0n: | and forget ground? |
[07:05:30] | juski: | lol no |
[07:05:40] | juski: | but you can get ground from many places |
[07:05:43] | Aval0n: | true |
[07:05:50] | Aval0n: | hmm |
[07:06:15] | juski: | right then what I'd do is work out the pinout of the toslink module & wire up to that. you know it's active |
[07:06:33] | Aval0n: | ttrue |
[07:06:35] | juski: | and chances are you won't do much harm (if any) by putting +5V up the ass of a spdif input anyway |
[07:06:57] | juski: | but on your own head be it |
[07:07:28] | juski: | this is coming from the guy who added digital in & out to his minidisc deck & soundblaster live card |
[07:07:28] | Aval0n: | :) |
[07:07:44] | Aval0n: | nice |
[07:07:45] | Aval0n: | lol |
[07:08:00] | juski: | useless optical crap |
[07:08:08] | Aval0n: | http://www.allegro.prh.pl/p5gd1/mini/DSCN0289.jpg |
[07:08:21] | Aval0n: | to the right of the last pci slot |
[07:08:25] | Aval0n: | you can see the solder pads |
[07:09:27] | juski: | seriously just work out the pinout of the toslink module |
[07:09:33] | Aval0n: | it says spdif out |
[07:09:34] | Aval0n: | 1 |
[07:09:49] | Aval0n: | yeah but then i'de have to come from the bottom of the board |
[07:09:56] | juski: | if they missed a connector off to save costs it's likely they took links/resistors off too |
[07:10:03] | Aval0n: | I guess that's not a show stopper, but still |
[07:10:09] | Krazylegz (Krazylegz!n=~Vikram@c-68-82-206-201.hsd1.pa.comcast.net) has joined #mythtv-users | |
[07:10:28] | juski: | if you're clever you don't have to come from the underside :D |
[07:10:40] | Aval0n: | lol |
[07:10:41] | juski: | if you can desolder the toslink module, that is :-P |
[07:10:49] | Aval0n: | lol |
[07:10:59] | Aval0n: | brand new board makes me hesitate a bit |
[07:11:02] | Aval0n: | ahh well |
[07:11:10] | Aval0n: | I'll figure it out somehow |
[07:11:21] | Aval0n: | just wish I could test that spot with the multimeter to find out |
[07:11:40] | juski: | the spdif signal might go through a topside component anyway, meaning you can just tack a wire onto an 0805 resistor or something |
[07:12:40] | juski: | the toslink tx will have 3 pins, power, gnd & spdif |
[07:12:58] | juski: | power & gnd should have low resistances to their respective PSU pins |
[07:15:18] | Aval0n: | hmm |
[07:15:53] | Aval0n: | so on the vid card I should see 3 pins as well? |
[07:15:59] | Aval0n: | I would just connect all 3? |
[07:16:06] | Aval0n: | or were you saying just spdif and ground? |
[07:16:55] | juski: | just spdif & gnd |
[07:17:13] | Aval0n: | how come not power? |
[07:17:33] | juski: | because the video card has its own power |
[07:17:57] | Aval0n: | yeah but I think it's just a pass through |
[07:18:00] | juski: | I thought you used to be an installer for team-x |
[07:18:03] | Aval0n: | the vid card comes with an spdif cable |
[07:18:16] | Aval0n: | I don't have it yet but I think from the pics I saw 3 conductors on the cable |
[07:18:17] | juski: | and the spdif cable has TWO wires I'll bet |
[07:18:40] | Aval0n: | xbox didn't have spdif connectors |
[07:18:41] | Aval0n: | :) |
[07:18:45] | czth__ (czth__!i=dbrobins@nat/microsoft/x-f84cbb8b23cd184f) has quit (Read error: 110 (Connection timed out)) | |
[07:18:51] | juski: | if it has 3 wires I bet one end doesn't use it – i.e. it won't be connected on the VGA card |
[07:19:05] | Aval0n: | I'll have to look for it |
[07:19:06] | juski: | you only need spdif & GND is that clear? |
[07:19:11] | Aval0n: | yessir |
[07:19:14] | Aval0n: | :) |
[07:19:33] | Aval0n: | if I solder to the toslink, can I use them both at the same time? |
[07:20:01] | juski: | Aval0n: in all likelihood yes |
[07:20:06] | Aval0n: | cool |
[07:20:14] | Aval0n: | thanks man |
[07:20:18] | Aval0n: | I"ll let you know how it goes |
[07:20:59] | dlblog (dlblog!n=dlblog@c-71-233-206-26.hsd1.ma.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[07:22:07] | Aval0n: | I wonder if I could measure cont. betwen the pins on the toslink and the solderpads |
[07:22:14] | Aval0n: | if it shorted |
[07:22:18] | Aval0n: | it should be active no>? |
[07:22:35] | Aval0n: | the optical spdif is called spdif_02 |
[07:22:40] | Aval0n: | the missing connector one is 01 |
[07:23:01] | juski: | I dunno, not having seen the boad schematics |
[07:23:04] | juski: | *board |
[07:23:16] | Aval0n: | kinda makes me think that if they left tou resistors and what not, 02 would be killed the chain too |
[07:23:20] | Aval0n: | out* |
[07:23:38] | Aval0n: | anyway, I'm done buggin you about it :) |
[07:23:38] | juski: | worth buzzing it out |
[07:23:45] | Aval0n: | thanks for your great information |
[07:24:00] | juski: | np |
[07:24:18] | Aval0n: | goodnight :) |
[07:25:47] | dlblog (dlblog!n=dlblog@c-71-233-206-26.hsd1.ma.comcast.net) has joined #mythtv-users | |
[07:30:34] | juski: | any UK users here know where there's a script to parse a Sky channel lineup file from digitalspy & output xmltvids? I had one but can't find it again |
[07:30:53] | defaultro: | Agrajag, looks like I got it working now |
[07:31:03] | defaultro: | I had to correct my hostname |
[07:31:10] | defaultro: | all cards are seen now |
[07:33:34] | Lapto (Lapto!n=ezzyizma@S01060012171a84e3.no.shawcable.net) has joined #mythtv-users | |
[07:35:26] | borga2 (borga2!n=IceChat7@c-d119e255.1052-1-64736c10.cust.bredbandsbolaget.se) has quit ("Do fish get thirsty?") | |
[07:41:45] | juski: | defaultro: changing a backend's hostname is about one of the easiest says to totally screw it up ;) |
[07:44:21] | DustyBin: | juski your back ! |
[07:44:45] | pat_: | you're |
[07:47:26] | juski: | what about my back? |
[07:47:56] | juski: | don't worry I won't be here all day every day. I've learned my sanity is a valuable commodity |
[07:53:26] | juski: | bah this so-called clever channel grabber script is thick. it doesn't do ITV. hey maybe that could be a good thing.. |
[07:53:52] | juski: | I'm revisiting my old idea to make a channel setup wizard for UK users |
[07:54:35] | clever: | . |
[07:54:40] | defaultro: | juski, i'm doing a restore. All the information in db is pointing to localhost. My current hostname is mythtv. When I changed it to localhost, everything got fixed |
[07:54:42] | juski: | and the thing is, it'll depend on up to date data for channel numbers & xmltvids & I'm looking to automate grabbing the data |
[07:54:52] | juski: | defaultro: heh yeah well it would do ;) |
[07:55:30] | defaultro: | :) |
[07:56:27] | juski: | sod it – I think I'm just gonna get all the info right by hand first, then put it into a DB. the db would then be pretty simple to keep up to date |
[07:58:08] | slaine_ (slaine_!n=glengray@84.203.137.218) has joined #mythtv-users | |
[08:11:15] | bobc (bobc!n=bob@64-126-52-53.dyn.everestkc.net) has quit () | |
[08:12:53] | LoneShadow (LoneShadow!n=a@c-76-103-55-28.hsd1.ca.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[08:24:22] | Lapto (Lapto!n=ezzyizma@S01060012171a84e3.no.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
[08:34:39] | pat_ (pat_!n=pat@203.171.82.242) has quit ("blbk") | |
[08:35:02] | pat_ (pat_!n=pat@203.171.82.242) has joined #mythtv-users | |
[08:35:16] | Crazyguy (Crazyguy!n=crazyguy@a84-231-253-45.elisa-laajakaista.fi) has joined #mythtv-users | |
[08:35:27] | Crazyguy: | hey |
[08:35:33] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[08:35:40] | Crazyguy: | what dvb-t card would you recommend? |
[08:36:09] | juski: | look at the wiki at linuxtv.org tosee which are supported, then choose one from the list & buy it |
[08:36:30] | juski: | avoid the hauppauge nova-t500 though |
[08:37:29] | Crazyguy: | is there any card that's superior to others? |
[08:37:45] | juski: | I'd say avoid kworld, avoid terratec |
[08:39:30] | juski: | that basically leaves Hauppauge nova-t & little else |
[08:40:34] | Crazyguy: | great, so I'll order the nova-t |
[08:43:39] | Crazyguy: | hmm, does it support dvb-t standard's subtitles? |
[08:44:02] | juski: | tuner cards do not support dvb-t sub streams |
[08:44:27] | Crazyguy: | so it's in the software? |
[08:44:32] | juski: | all they do is dump the whole stream onto the PCI bus & it's up to software to decide what to do with it ;) |
[08:44:42] | Crazyguy: | ah, right |
[08:44:51] | juski: | and yes mythtv supports dvb-t subtitles |
[08:44:57] | juski: | and multiple audio streams |
[08:45:04] | Crazyguy: | that would have been my next question :p |
[08:45:19] | juski: | it records them too |
[08:45:53] | Crazyguy: | ooh, fancy |
[08:46:21] | juski: | and yes dvb radio is also supported |
[08:46:55] | Crazyguy: | I don't care about that, but good to know :) |
[08:48:03] | Crazyguy: | and thanks a lot for your help juski |
[08:48:29] | juski: | np :) |
[08:49:45] | Crazyguy: | do you know about the nova-t remote? |
[08:49:54] | juski: | it works in linux AFAIK |
[08:50:04] | Crazyguy: | ok |
[08:53:12] | pat_: | I use the cheapest cards avaialble in .au and they work fine (leadtek dtv1000t), cheap as |
[08:54:17] | juski: | the leadtek dtv1000t is the same design as my lr6650 which is what the nova-t is based on anyway IIRC |
[08:56:13] | Dibblah: | juski: Not all cards are completely dumb. Some (sky/air/cablestar) can do hardware PID filtering. |
[08:56:30] | juski: | I wouldn't want hardware PID filtering |
[08:57:17] | juski: | hardware PID filtering is gonna be nothing but a nuisance once the whole transport recording comes into the core code |
[08:57:34] | juski: | that is, if the driver won't allow it to be bypassed :) |
[08:59:06] | juski: | hmm what have we here? more than one DHCP server on the network again? naughty naughty!!! |
[09:05:12] | Crazyguy: | again? :/ |
[09:05:56] | juski: | yeah there are some idiots at work who think it's ok to plug a wireless router in anywhere they like |
[09:06:35] | Crazyguy: | wireless router hunt, cool |
[09:10:14] | juski: | no, IT dept get to search for it, and then a manager can dish out punishment :D |
[09:10:30] | Crazyguy: | bah |
[09:11:10] | juski: | if somebody connects unauthorised equipment I want them to get sacked |
[09:16:46] | Merlin83b: | juski: Toys R Us didn't have any £200 Mac Minis. |
[09:17:37] | juski: | yeah all the local ones I rang around said they either had none, or those that they had were ex-demo/damaged beyond repair |
[09:17:48] | Merlin83b: | Bah, you didn't tell me that bit! |
[09:17:54] | juski: | I thought "yeah, more like staff had first dibs" |
[09:18:02] | Merlin83b: | Pretty much. |
[09:18:10] | juski: | I didn't ring around til I got home |
[09:18:24] | juski: | they weren't dual core ones anyway |
[09:18:59] | Merlin83b: | I just nipped over the the one on Great Ancoats Street. Weather was fine and it's only a 5/10 min walk anyway. |
[09:20:25] | juski: | I'd still be tempted to buy a mac mini. I'd be more inclined if I knew it could be used with a remote that has more buttons though |
[09:20:33] | juski: | without a big ugly USB adapter I mean |
[09:24:07] | pat_: | my remotes work with a little tiny usb adapter |
[09:24:25] | pat_: | which isn't even noticable |
[09:24:27] | juski: | that's the joke with the mac mini – a USB IR remote reciever is half the size of the case |
[09:25:01] | pat_: | aah, for wives cooking dinner |
[09:25:06] | Merlin83b: | juski: If I feel inclinde I could check – we have a Mac Mini sat on the desk next to mine for testing compatibility and stuff. I could bring a remote in to try it. Or I could just try the one from the TV in the next room... |
[09:25:55] | juski: | if it's possible to send it more codes than the apple IR has buttons for I'll snap one up |
[09:26:16] | juski: | I don't even care if I have to reprogram my OFA remote again :) |
[09:26:42] | Merlin83b: | I'll have a look into it for you. |
[09:27:18] | Merlin83b: | "EyeTV/EyeHome come with remotes, also, but they're only useful for controlling their own software" |
[09:27:22] | Merlin83b: | Sounds like it can take other codes. |
[09:28:08] | juski: | wooo |
[09:28:46] | juski: | I mean yeah I could prolly hack up the hardware but I'm not likely to do that on a brand new mac mini ;) |
[09:29:34] | Merlin83b: | Heh, there's one that lets you use a wiimote :) |
[09:30:28] | Merlin83b: | Hmm, not sure actually, it supports BT things but maybe not other IR... |
[09:31:46] | Merlin83b: | http://lirc.org/html/table.html lists support for the receiver. |
[09:34:02] | juski: | seems that irrecord can't be used to learn other remotes. reasonable |
[09:36:09] | Solv: | juski, hey...what do you mean by that? |
[09:36:25] | Solv: | I've used irrecord for 2 different remotes fine |
[09:36:55] | juski: | seems that irrecord can't be used to learn other remotes on the mac mini. reasonable |
[09:37:00] | adante: | hm |
[09:37:16] | Solv: | juski, what if the mac mini was running linux? |
[09:37:16] | adante: | just tried compiling mythbrowser and it went into an endless compile loop with qstring.. anybody experience this? |
[09:37:57] | juski: | Solv: no dice |
[09:37:58] | Solv: | adante, nope, but I removed mythbrowser shortly adfter installing it |
[09:38:30] | Solv: | juski, this thread has made me think...hmm, might be a good frontend...seeming as it has an intel chip and all |
[09:38:39] | Merlin83b: | juski: How come it can't be used for that? |
[09:39:12] | juski: | Merlin83b: I suspect the remote receiver won't recognise any other codes than the 6 buttons |
[09:39:49] | Merlin83b: | I see, so a USB receiver would be the way to go. |
[09:39:53] | Merlin83b: | Annoying. |
[09:39:57] | juski: | Merlin83b: although, the lircd.conf for the mac mini has 6 codes present, and they're 8 bit – i.e. 0x09 etc |
[09:39:58] | Merlin83b: | (well, or BT or RF) |
[09:40:35] | juski: | the apple remote is bluetooth? EEEW |
[09:41:40] | juski: | if it was IR I might be able to get my own JP1 programmable remote to send other codes in the series & thus get it to work with many more buttons :) |
[09:43:12] | dbatt (dbatt!n=dbatt@ppp59-167-74-131.lns1.mel6.internode.on.net) has joined #mythtv-users | |
[09:44:21] | juski: | see I can program my remote to send any IR codes I want :) |
[09:45:29] | pat_: | an ir to usb receiver isn't that big a deal |
[09:45:34] | juski: | yes it is |
[09:45:36] | Merlin83b: | Er no, the apple remote is IR, but lots of sugested replacements are BT. |
[09:45:46] | juski: | it's usually like 1/4 the size of the mac mini |
[09:45:57] | juski: | and they're all (without exception) FUGLY |
[09:46:11] | pat_: | mine is the size of a (us) quarter |
[09:46:13] | pat_: | with a lead |
[09:46:17] | pat_: | and two leds |
[09:46:23] | pat_: | big deal |
[09:46:48] | juski: | a USB one? |
[09:47:12] | juski: | my homebrew serial one is teeny tiny |
[09:47:46] | mat__ (mat__!n=mat@dslb-084-060-057-155.pools.arcor-ip.net) has joined #mythtv-users | |
[09:48:16] | juski: | anyway, USB receivers add cost I could live without |
[09:57:23] | juski: | hmmm seems it should be very easy to do what I want to do. there are up to 256 possible button codes :D |
[09:57:31] | juski: | nice :D:D |
[10:00:03] | juski: | so that's the one blocker I had to buying a mac mini moved out of the way |
[10:01:41] | Solv: | do they have a built in ir receiver? |
[10:01:47] | juski: | yes they do |
[10:01:52] | Solv: | i see now |
[10:01:54] | Solv: | cool |
[10:02:30] | juski: | you could prolly jig up a harmony remote to send extra buttons & just plop em into lircd.conf too |
[10:03:26] | Solv: | so lirc definitely supports the onboard ir? i can see support for a usb ir |
[10:04:19] | juski: | AFAIK it does |
[10:06:03] | Solv: | ah yep...is too |
[10:08:37] | czth_ (czth_!i=dbrobins@nat/microsoft/x-5db3879a0877348b) has quit (Read error: 104 (Connection reset by peer)) | |
[10:10:50] | Solv: | hmmm...interesting howto for netbooting a mac mini powerpc as a thin client to use as a frontend for myth...cheaper than a new mac mini |
[10:12:27] | juski: | yeah but no TV out |
[10:12:45] | Solv: | ah...i thought it did...surely there is an adapter available? |
[10:13:41] | Solv: | other thing is the ir...howto talks about connecting it to your server...what's the point of that... |
[10:13:59] | juski: | huh? |
[10:14:07] | SlySir (SlySir!n=mik@cpe-76-180-122-198.buffalo.res.rr.com) has joined #mythtv-users | |
[10:14:52] | juski: | ah I got my first hate mail of the day. I love users, me |
[10:15:23] | Solv: | it talks about setting up lirc on the server...if your ir module is connected to the server then it is pointless...you need to be able to use the ir in the mac mini |
[10:15:51] | Solv: | oh..i see...an rf controller, not an ir one |
[10:16:06] | juski: | no, the standard remote is IR |
[10:16:25] | juski: | and you're probably reading some retard's blog page |
[10:16:27] | Solv: | yeah, but it sayus to use an ATI Remote Wonder.... |
[10:16:37] | Solv: | http://www.mythtv.org/wiki/index.php/Diskless_Mac-Mini_Howto |
[10:16:39] | juski: | I bloody hate it when people post useful info on blogs |
[10:17:00] | juski: | Solv: probably because they've not got a very capable remote ;) |
[10:17:31] | Solv: | well I imagine getting ir hardware to work on a thin client would be a bit of a task |
[10:17:46] | juski: | IMHO, people who need RF remotes to control the frontend from the next room are a bit dim |
[10:17:54] | Solv: | i set up a fair few ltsp server and clients...and getting disk support is hard enough |
[10:18:03] | juski: | what the f.. ? |
[10:18:11] | juski: | diskless clients are a piece of pie to get worky |
[10:18:21] | juski: | nfsroot |
[10:18:22] | Solv: | talking aobut usb, floppy, cdrom |
[10:18:48] | juski: | you put the ir receiver kit on the frontend, not the server, shesh |
[10:18:54] | Solv: | obviously |
[10:18:55] | juski: | well, that's my fix for today |
[10:19:03] | juski: | any more than this & I'll start bouncing off walls |
[10:19:07] | juski (juski!n=juski@spc1-salf3-0-0-cust227.bagu.broadband.ntl.com) has left #mythtv-users () | |
[10:19:09] | Solv: | but getting it to work wouldn't be easy... |
[10:20:35] | Ribs (Ribs!n=ribs@91.84.8.218) has joined #mythtv-users | |
[10:29:10] | NightMonkey (NightMonkey!n=NightMon@pdpc/supporter/sustaining/NightMonkey) has quit (Read error: 113 (No route to host)) | |
[10:40:45] | dbatt (dbatt!n=dbatt@ppp59-167-74-131.lns1.mel6.internode.on.net) has quit () | |
[10:59:10] | phiwer (phiwer!n=phiwer@c83-248-1-100.bredband.comhem.se) has joined #mythtv-users | |
[11:08:01] | dbatt (dbatt!n=dbatt@ppp59-167-74-131.lns1.mel6.internode.on.net) has joined #mythtv-users | |
[11:10:25] | dbatt (dbatt!n=dbatt@ppp59-167-74-131.lns1.mel6.internode.on.net) has quit (Client Quit) | |
[11:12:05] | DGnome: | I have a mythfrontend running on a c2d-machine, booting from compactflash, connected to a backend via ethernet and I get video lag every few seconds. Is there a buffer I can resize or anything to try to prevent this? Does the frontend write stuff to disk while playing stuff? |
[11:26:59] | DGnome: | |
[11:37:34] | Ribs (Ribs!n=ribs@91.84.8.218) has quit ("Leaving") | |
[11:46:40] | toni_ (toni_!n=toni@123.Red-213-98-107.staticIP.rima-tde.net) has joined #mythtv-users | |
[11:48:25] | toni_: | hi. Anyone using both tuners of a HVR-1100 in mythtv? |
[11:50:50] | toni_: | anyone using a dual analog/dvb-t card in mythvt? |
[11:58:06] | stevenh (stevenh!n=lews@65.167.23.2) has joined #mythtv-users | |
[12:00:52] | psofa (psofa!n=psofa@adsl4-202.ath.forthnet.gr) has joined #mythtv-users | |
[12:07:05] | otwin (otwin!n=opera@217.31.78.13) has quit (Read error: 113 (No route to host)) | |
[12:07:32] | askvictor (askvictor!n=vik@C-61-68-129-141.bur.connect.net.au) has joined #mythtv-users | |
[12:08:21] | toni_ (toni_!n=toni@123.Red-213-98-107.staticIP.rima-tde.net) has quit ("Saliendo") | |
[12:08:43] | askvictor: | the backend setup program keeps crashing on me when I try to do a channel scan. It used to work, now it doesn't, and I don't think I changed anything. |
[12:08:55] | askvictor: | Any ideas? |
[12:27:35] | MuFoxxa (MuFoxxa!i=greg@out.of.phaze.org) has joined #mythtv-users | |
[12:29:51] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has joined #mythtv-users | |
[12:38:13] | askvictor (askvictor!n=vik@C-61-68-129-141.bur.connect.net.au) has left #mythtv-users () | |
[12:41:32] | jasmarc_ (jasmarc_!n=jasonmar@65.199.217.2) has joined #mythtv-users | |
[12:50:56] | scopeuk (scopeuk!n=Scope@cpc3-mfld2-0-0-cust47.nott.cable.ntl.com) has joined #mythtv-users | |
[12:57:21] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[12:59:03] | eelriver (eelriver!n=eelriver@pdpc/supporter/active/eelriver) has quit ("This computer has gone to sleep") | |
[13:01:43] | hatredx (hatredx!n=odium@c-68-42-210-78.hsd1.mi.comcast.net) has quit (Client Quit) | |
[13:02:03] | hatredx (hatredx!n=odium@c-68-42-210-78.hsd1.mi.comcast.net) has joined #mythtv-users | |
[13:04:13] | jasmarc (jasmarc!n=jasonmar@c-24-99-52-115.hsd1.ga.comcast.net) has joined #mythtv-users | |
[13:12:19] | thoraxe (thoraxe!n=thoraxe@adsl-072-149-077-227.sip.asm.bellsouth.net) has joined #mythtv-users | |
[13:13:37] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has joined #mythtv-users | |
[13:18:46] | cobaltcopy (cobaltcopy!n=cc@pool-71-187-167-77.nwrknj.fios.verizon.net) has quit () | |
[13:19:04] | juski (juski!n=juski@spc1-salf3-0-0-cust227.bagu.broadband.ntl.com) has joined #mythtv-users | |
[13:20:13] | jasmarc_ (jasmarc_!n=jasonmar@65.199.217.2) has quit (Success) | |
[13:20:21] | Kazan (Kazan!n=no@75-162-29-113.desm.qwest.net) has joined #mythtv-users | |
[13:29:39] | jvs (jvs!n=jvs@cm64-247.liwest.at) has joined #mythtv-users | |
[13:30:11] | floppyears: | hi guys |
[13:34:04] | floppyears: | what filesystem would you recommend me to use with mythtv ? ext3, xfs or jfs ? I've always used ext3, but are the other ones stable enough to use with mythtv ? |
[13:35:28] | juski: | xfs is just fine here |
[13:35:31] | juski (juski!n=juski@spc1-salf3-0-0-cust227.bagu.broadband.ntl.com) has left #mythtv-users () | |
[13:37:16] | Kazan: | i use ext3 |
[13:37:36] | Kazan: | SATA 250GB x 2 LVM ext3 formated mounted /video |
[13:42:32] | Kazan: | how well does MythGame behave? and what emulators are available? |
[13:43:51] | jams: | MythGame will call whatever emulator/program you tell it to. |
[13:44:17] | jams: | it is no longer limited to specific emulators |
[13:45:30] | eelriver (eelriver!n=eelriver@pdpc/supporter/active/eelriver) has joined #mythtv-users | |
[13:48:41] | SiD3WiNDR: | it's a pity those emu's demand so much cpu power ;/ |
[13:49:01] | SiD3WiNDR: | played some master system games on my sempron 2400+ and it got up to 80% cpu or so (on windows) |
[13:49:09] | SiD3WiNDR: | so I figure that won't work on my p3 1GHz frontend ;) |
[13:50:21] | lexs (lexs!n=alex@81-235-170-40-no44.tbcn.telia.com) has quit (Remote closed the connection) | |
[13:50:32] | lexs (lexs!n=alex@81-235-170-40-no44.tbcn.telia.com) has joined #mythtv-users | |
[13:52:27] | Kazan: | yeah |
[13:52:41] | Kazan: | either of you ever play Baldur's Gate: Dark Alliance on console? |
[13:55:04] | SlySir (SlySir!n=mik@cpe-76-180-122-198.buffalo.res.rr.com) has quit (Remote closed the connection) | |
[14:08:06] | phiwer (phiwer!n=phiwer@c83-248-1-100.bredband.comhem.se) has quit ("Leaving") | |
[14:08:11] | ** pink_ adds setting up mythgame to his todo list :) ** | |
[14:09:53] | lexs (lexs!n=alex@81-235-170-40-no44.tbcn.telia.com) has quit (Read error: 104 (Connection reset by peer)) | |
[14:12:00] | maniacxs (maniacxs!n=maniacxs@p5B21BE84.dip0.t-ipconnect.de) has joined #mythtv-users | |
[14:12:02] | ** alex_ want's a TIKI 100 emulator ** | |
[14:14:30] | Como|Lappy (Como|Lappy!n=como@cpe-74-75-65-41.maine.res.rr.com) has joined #mythtv-users | |
[14:17:21] | bradd (bradd!n=bradd@mushroom.ameri.ca) has joined #mythtv-users | |
[14:18:16] | shodan (shodan!n=shodan@ppp149.74-253-207.que.mt.videotron.ca) has quit (Read error: 113 (No route to host)) | |
[14:18:44] | bradd: | is mythweather supposed to work in the svn version? |
[14:20:05] | kali67 (kali67!n=kali67@c-67-170-241-64.hsd1.ca.comcast.net) has joined #mythtv-users | |
[14:20:31] | GreyFoxx: | I believe it's quite broken |
[14:22:13] | laga: | it's supposed to be working |
[14:22:19] | laga: | GreyFoxx: mythweather-revamp was merged |
[14:23:13] | GreyFoxx: | does it actually work ? Last I heard it was still not working, though I haven't tried it myself |
[14:23:42] | bradd: | it doesnt appear to be working for me |
[14:24:00] | laga: | setup is a bit hatrd |
[14:24:05] | laga: | bradd: what's the problem? |
[14:24:46] | bradd: | "retrieving weather data...." |
[14:24:57] | bradd: | but it never comes back with anything |
[14:25:08] | laga: | bradd: svn trunk or fixes? |
[14:25:32] | bradd: | svn trunk |
[14:26:35] | laga: | did you set it up? |
[14:26:47] | bradd: | i believe so.. i added the 6 day forcast screen |
[14:27:54] | bradd: | oh there we go..i delete 2 of the other screens and the 6 day forcast works |
[14:28:48] | jvs (jvs!n=jvs@cm64-247.liwest.at) has quit (Remote closed the connection) | |
[14:28:59] | bradd: | it wont let me select either of the maps though |
[14:29:42] | bradd: | or "current conditions" |
[14:45:23] | defaultro: | hey folks, anyone owned a laser disc player before? |
[14:46:44] | SiD3WiNDR: | for karaoke? :> |
[14:47:04] | defaultro: | no, for watching movies |
[14:47:38] | defaultro: | we had one but that was like 15 years ago. I didn't pay attention to the interfaces at the back. Can they do widescreens too? We only had 4:3 tv back then |
[14:49:30] | defaultro: | also, I don't know if my memory was right. I bought a Sony DVD player last 2001. My eyes were telling me that the laser disc picture quality is better than the DVD. Am I correct? |
[14:50:45] | Merlin83b: | http://en.wikipedia.org/wiki/Laserdisc#Laserdisc_vs._DVD |
[14:51:00] | bradd (bradd!n=bradd@mushroom.ameri.ca) has quit ("/quit") | |
[14:51:09] | bradd (bradd!n=bradd@compton.ameri.ca) has joined #mythtv-users | |
[14:51:32] | kali67 (kali67!n=kali67@c-67-170-241-64.hsd1.ca.comcast.net) has quit () | |
[14:52:08] | defaultro: | ok |
[14:52:14] | djc__ (djc__!n=djc@65.209.147.172) has quit ("Leaving") | |
[14:52:28] | defaultro: | The first sentence :D |
[14:53:10] | Merlin83b: | Keep reading though; it only applies to "good" LDs, of which there are few. |
[14:53:17] | defaultro: | and yes, I didn't recall any blockiness in LD |
[14:53:18] | Merlin83b: | And in particular to early "bad" DVDs. |
[14:53:28] | Merlin83b: | Heh, you wouldn't, being analogue and all :) |
[14:53:38] | defaultro: | which I saw when I first played a movie in DVD |
[14:53:39] | defaultro: | :) |
[14:53:44] | defaultro: | that's a good article buddy |
[14:53:52] | mchou (mchou!n=mchou@c-71-198-127-234.hsd1.ca.comcast.net) has left #mythtv-users ("Kopete 0.12.4 : http://kopete.kde.org") | |
[14:53:58] | defaultro: | I was disappointed in my DVD |
[15:10:23] | phiwer (phiwer!n=phiwer@c83-248-1-100.bredband.comhem.se) has joined #mythtv-users | |
[15:15:05] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[15:25:11] | raw27 (raw27!n=freenode@84-255-241-222.static.dsl.t-2.net) has joined #mythtv-users | |
[15:25:34] | raw27: | hola fellow myth users |
[15:26:45] | floppyears: | hi, what filesystem do you guys use ? |
[15:28:36] | raw27: | okie-doki, here's the thing: using 0.20 on ubuntu 7.04 as backend on server pc and ubuntu live cd on a PC for the frontend. Now, everything seems ok (logs ..), but when I try to "watch TV" the frontend stops for a second and I'm right back at the main menu. |
[15:30:14] | gnome42 (gnome42!n=gnome42@dsl-149-48.aei.ca) has joined #mythtv-users | |
[15:30:24] | raw27: | can't find frontend (if there is any made).. the backend log just states: "2007-08–16 17:02:54.282 MainServer::HandleAnnounce Monitor |
[15:30:24] | raw27: | 2007-08–16 17:02:54.289 adding: ubuntu as a client (events: 0) |
[15:30:24] | raw27: | 2007-08–16 17:02:54.294 MainServer::HandleAnnounce Monitor |
[15:30:24] | raw27: | 2007-08–16 17:02:54.295 adding: ubuntu as a client (events: 1)" |
[15:31:40] | raw27: | (uh i meant "cant find frontend log" if there's any made with live cd) |
[15:33:47] | ** raw27 is stuck. any advice would be appriciated ;) ** | |
[15:36:27] | bradd: | mmm fun.. |
[15:36:27] | bradd: | dlopen: /usr/lib/xorg/modules/extensions/nvidia//libglx.so: undefined symbol: _nv001462gl |
[15:37:32] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has joined #mythtv-users | |
[15:40:12] | raw27: | btw. already surfed around the web a few times. nothing. hard to search for a error if there "isn't one". |
[15:40:40] | bradd: | run the frontend via vnc in a terminal |
[15:40:48] | bradd: | it will output errors to stdout |
[15:41:26] | Disputin (Disputin!n=disp@c-24-20-92-49.hsd1.wa.comcast.net) has joined #mythtv-users | |
[15:46:25] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has quit ("Client exiting") | |
[15:47:08] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has joined #mythtv-users | |
[15:48:47] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has left #mythtv-users () | |
[15:48:54] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has joined #mythtv-users | |
[15:50:37] | GlemSom (GlemSom!n=GlemSom@50A2CC6B.flatrate.dk) has joined #mythtv-users | |
[15:51:01] | defaultro: | what other tables should I look at? I'm still not able to see a signal |
[15:51:26] | defaultro: | I restored from my backup last night. All cardinput, capturecard, dtv_multiplex are populated with the working setup |
[15:53:54] | defaultro: | could it be caused by udev? |
[15:54:11] | defaultro: | however I see all /dev/dvb/adapter* |
[15:58:31] | Como (Como!n=como@cpe-74-75-32-195.maine.res.rr.com) has joined #mythtv-users | |
[16:01:53] | Cry_wolf2 (Cry_wolf2!n=ads@c-d45ce155.218-2-64736c10.cust.bredbandsbolaget.se) has joined #Mythtv-users | |
[16:02:50] | raw27: | @bradd: can't run frontend via vnc on server. |
[16:03:07] | bradd: | why not? |
[16:03:27] | raw27: | hmm maybe I don't completely understand (private?) |
[16:03:50] | bradd: | do you have a keyboard/mouse attached to the computer? |
[16:04:32] | kali67 (kali67!n=kali67@64-166-248-25.ded.pacbell.net) has joined #mythtv-users | |
[16:04:38] | raw27: | server? no.. only network access. ssh and vnc. |
[16:04:55] | bradd: | okay..so you can vnc into it |
[16:05:06] | raw27: | yep. |
[16:05:29] | bradd: | vnc into ..open a terminal..and type "mythfrontend" and it will run mythfrontend and log errors to the terminals stdout |
[16:05:36] | raw27: | but cant run frontend on that machine.. |
[16:06:07] | bradd: | <---confused then |
[16:06:16] | Como|Lappy (Como|Lappy!n=como@cpe-74-75-65-41.maine.res.rr.com) has quit (No route to host) | |
[16:07:24] | raw27: | it dies immediately: "importand general segmentation fault ...". that pc wasn't meant to be front end.. there are only generic graphic drivers n stuff. |
[16:09:15] | raw27: | can i run frontend with extra logging or sth? |
[16:11:35] | raw27: | (found it – will try sth like this: mythfrontend --logfile /var/log/mythtv/mythfrontend.log &) |
[16:15:52] | raw27 (raw27!n=freenode@84-255-241-222.static.dsl.t-2.net) has quit (Read error: 104 (Connection reset by peer)) | |
[16:17:38] | jvs (jvs!n=jvs@cm64-247.liwest.at) has joined #mythtv-users | |
[16:18:22] | bhikkhu (bhikkhu!n=pagoda@71.67.148.30) has joined #mythtv-users | |
[16:18:27] | czth (czth!i=dbrobins@nat/microsoft/x-b651763dc706fef9) has joined #mythtv-users | |
[16:19:46] | bhikkhu: | In mythVideo, can I play a video from a symbolic link rather than the video itself? |
[16:22:57] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[16:23:38] | floppyears: | bhikkhu: I would say yes |
[16:23:52] | floppyears: | bhikkhu: a symbolic link, is a pointer to the actual file |
[16:24:57] | bhikkhu: | and myth just uses mplayer (or whatever player) to point at a file — so I would think it would work too — I'm not at my myth box to test though, and I am toying around with an idea in my head. The curiosity was killing me... thanks for the response |
[16:28:34] | floppyears: | sure, np |
[16:39:56] | bradd: | is there a way to scan the music database from the cli? |
[16:47:35] | jams: | nope |
[16:48:56] | bradd: | do you know if there are certain characters mythmusic doesnt allow in filenames? |
[16:50:31] | jams: | i thought it accepted everything utf-8 but gbee would know more then myself |
[16:51:06] | bradd: | okay..im just curious as mythfrontend keeps seg faulting as im scanning my music files |
[16:53:48] | bradd: | unfortunately it doesnt say what file its crapping out on |
[16:54:14] | jams: | i doubt the logfiles say much either. |
[16:54:25] | jams: | does it segfault right away? |
[16:54:35] | bradd: | no |
[16:54:49] | bradd: | it imports about half of my music files..~ 7500 mps |
[16:54:58] | bradd: | then it dies |
[16:55:09] | jams: | hmm, well you could get a backtrace. The directions are in the mythtv docs |
[16:55:28] | jams: | or you could try strace. That would show you which files it's accessing |
[16:55:42] | jams: | however strace will slow things down a bit |
[16:57:51] | Aval0n: | kazan you there? |
[17:02:11] | Kazan: | yeah |
[17:08:58] | Aval0n: | hi man |
[17:09:03] | Aval0n: | you use a kworld 110 right? |
[17:09:12] | Aval0n: | make sure i'm remembering correclty before I ask you |
[17:11:25] | Aval0n: | just wanted to know how you got the IR port working on your card |
[17:11:31] | Aval0n: | or if it works even |
[17:13:38] | alex_ (alex_!n=alex@122-148-187-181.static.dsl.dodo.com.au) has quit (Read error: 110 (Connection timed out)) | |
[17:15:10] | psofa (psofa!n=psofa@adsl4-202.ath.forthnet.gr) has quit () | |
[17:22:08] | ahbritto (ahbritto!n=guest@adsl-64-161-117-110.dsl.snfc21.pacbell.net) has joined #mythtv-users | |
[17:23:36] | slaine_ (slaine_!n=glengray@84.203.137.218) has quit () | |
[17:24:25] | Kazan: | yes i use a kworld 110 |
[17:24:34] | Kazan: | no i don't have my ir port working |
[17:24:37] | Kazan: | requires a kernel patch |
[17:25:27] | Aval0n: | so what do you use for ir? |
[17:28:22] | russellb (russellb!n=russell@user-24-214-179-90.knology.net) has joined #mythtv-users | |
[17:28:23] | raw27 (raw27!n=ubuntu@84-255-241-222.static.dsl.t-2.net) has joined #mythtv-users | |
[17:29:50] | Kritter (Kritter!i=kritter@cain.strange.com) has joined #mythtv-users | |
[17:30:27] | KaZeR (KaZeR!n=kazer@77.200.82.240) has quit (Read error: 110 (Connection timed out)) | |
[17:31:14] | raw27: | back. Fount the error, but no solution: "RemoteEncoder::openControlSocket(): Connection timed out" and then "GetEntryAt(-1) failed" .. |
[17:31:31] | raw27: | this is in frontend log when starting Live TV |
[17:32:50] | raw27: | btw frontend can connect to mysql and backend .. (did try to telnet it from frontend PC) .. so it's something else. maybe a problem with TV card (PVR-500), but the channel scan was OK.. |
[17:33:12] | bradd: | raw .,..so the frontend does start..it just dies when you try to watch tv? |
[17:33:17] | raw27: | jep |
[17:33:58] | bradd: | definitely sounds like the card is not setup properly....from the main screen go down to information center->system status->tuner status |
[17:36:44] | raw27: | tuner status is "tuner1 is not recording" |
[17:36:45] | Hausberg (Hausberg!n=jykke@p549A0125.dip0.t-ipconnect.de) has joined #mythtv-users | |
[17:36:55] | raw27: | should it be? :) |
[17:36:59] | bradd: | no |
[17:37:05] | bradd: | that is good |
[17:37:22] | raw27: | can i test the thing somehow? on server maybe |
[17:37:31] | bradd: | are you able to tune channel directly in mplayer? |
[17:37:56] | bradd: | have you use the dvb-apps to make sure you are getting signal lock, etc... |
[17:38:14] | Aval0n: | kazan you there still? |
[17:38:20] | Kazan: | Aval0n: i'm using a serial receiver |
[17:38:41] | raw27: | hmm I'll try with mplayer, but there arent any extra drivers on the server machine (graphics, glstuff) |
[17:38:53] | Aval0n: | I have a usb one that came with my laptop |
[17:38:56] | raw27: | thanks for helping by the way. :) |
[17:38:58] | Aval0n: | think that would work? |
[17:39:04] | Kazan: | probably not |
[17:39:10] | Kazan: | check the lirc documentation |
[17:39:10] | Aval0n: | =( |
[17:39:29] | Cry_wolf2 (Cry_wolf2!n=ads@c-d45ce155.218-2-64736c10.cust.bredbandsbolaget.se) has quit () | |
[17:40:01] | bradd: | sure |
[17:40:11] | shodan (shodan!n=shodan@ppp149.74-253-207.que.mt.videotron.ca) has joined #mythtv-users | |
[17:41:44] | bradd: | so it looks like this music scanning problem i was having is related to the version(s) of id3tag |
[17:42:03] | Aval0n: | kazan but if I add a serial patch the one on the kworld will work? |
[17:43:33] | nuonguy (nuonguy!n=john@c-24-6-175-26.hsd1.ca.comcast.net) has quit (Connection timed out) | |
[17:45:39] | nuonguy (nuonguy!n=john@c-24-6-175-26.hsd1.ca.comcast.net) has joined #mythtv-users | |
[17:46:21] | doje (doje!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[17:46:24] | bradd (bradd!n=bradd@compton.ameri.ca) has quit ("where the beer flows like wine...and beautiful women instinctively flock like the salmon of capistrano...") | |
[17:47:00] | bradd (bradd!n=bradd@compton.ameri.ca) has joined #mythtv-users | |
[17:48:23] | stinkpad (stinkpad!i=stinkpad@eor.nuqe.net) has joined #mythtv-users | |
[17:49:35] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[17:50:20] | directhex (directhex!n=directhe@87.82.17.56) has joined #mythtv-users | |
[17:53:52] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[17:57:34] | phiwer (phiwer!n=phiwer@c83-248-1-100.bredband.comhem.se) has quit (Remote closed the connection) | |
[17:58:12] | Aval0n: | =( |
[18:02:14] | raw27: | back (dinner). @bradd how can i use tuner in mplayer? |
[18:03:39] | bradd: | just confirmming..you are dealing with a dvb card here right? |
[18:04:43] | doje (doje!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:05:06] | raw27: | hauppauge pvr 500 mce |
[18:06:01] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:06:11] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:06:32] | raw27: | so ... yes dvb |
[18:07:17] | praet: | mplayer /dev/video0 ? |
[18:07:25] | bradd: | yea |
[18:08:08] | praet: | you caould also cat /dev/video0 > tmp.mpg and then mplayer tmp.mpg |
[18:08:10] | bradd: | i didnt think the pvr 500 was a dvb card |
[18:08:15] | bradd: | though |
[18:08:17] | Cry_wolf2 (Cry_wolf2!n=ads@c-d45ce155.218-2-64736c10.cust.bredbandsbolaget.se) has joined #Mythtv-users | |
[18:08:28] | raw27: | http://www.knoppmythwiki.org/index.php?page=WhatCardYouUse |
[18:09:14] | bradd: | right..its analog :) mplayer /dev/video0 |
[18:09:28] | NightMonkey (NightMonkey!n=NightMon@pdpc/supporter/sustaining/NightMonkey) has joined #mythtv-users | |
[18:09:30] | doje___ (doje___!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:10:18] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:10:39] | raw27: | as i said.. didnt work on the server. mplayer that is. "fatal: could not initialize video filters or video output" |
[18:10:51] | praet: | in your ivtv logs it will show up as two pvr-150s (what i have) |
[18:11:09] | praet: | raw27: what about video1 |
[18:11:21] | raw27: | same. |
[18:11:33] | praet: | mplayer -vo xv /dev/video0 |
[18:11:45] | bradd: | the server doesnt have X running right? you may need to cat to a file as praet said and transfer the file to a machine with a display |
[18:13:31] | bradd: | i gotta run...sorry i couldnt be more help. |
[18:13:34] | raw27: | "no xvideo support for your video card availabe" .. its some old geforce2 as vesa.. |
[18:13:41] | raw27: | thanks dude. cya |
[18:13:47] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:15:27] | raw27: | @praet: how can i cat to a file? |
[18:15:45] | praet: | cat /dev/video0 > filename.mpg |
[18:16:34] | raw27: | and then ctrl-c ? |
[18:16:40] | praet: | yes |
[18:16:55] | praet: | it will dump whatever time you leave it running |
[18:17:28] | raw27: | ofcourse. gettit, thanks. |
[18:21:02] | raw27: | done it. it works. |
[18:21:59] | praet: | great |
[18:22:04] | raw27: | so... the tuner should be ok. really dont know where the problem could be. :[ |
[18:22:35] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:22:37] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:23:28] | praet: | ok try this. telnet 192.168.1.yourip 6543 |
[18:23:39] | praet: | whatever your backend ip is |
[18:23:55] | hatlevip (hatlevip!n=hatlevip@74-132-218-112.dhcp.insightbb.com) has quit ("Leaving") | |
[18:24:39] | praet: | also, are you running mythweb? |
[18:24:40] | raw27: | did that already .. its ok. it connects. |
[18:24:44] | raw27: | yep also. |
[18:24:44] | praet: | ok |
[18:24:59] | raw27: | mysql is also ok. |
[18:25:00] | praet: | did you try to connect to the mysql db from fe |
[18:25:02] | praet: | haha |
[18:25:03] | praet: | ok |
[18:25:06] | raw27: | :> |
[18:25:12] | praet: | opem mythweb, settings |
[18:25:34] | raw27: | ye .. |
[18:25:36] | praet: | in settings, change the ip in DefaultVxmlUrl to your ip |
[18:25:42] | raw27: | did that. |
[18:26:40] | raw27: | but directly in database.. hmm tell me anyway .. where is this in settings? |
[18:26:41] | praet: | on the backend, re-set the server address |
[18:27:12] | praet: | in mythweb > settings table > DefaultVxmlUrl |
[18:27:14] | raw27: | setting table.. just a moment .. |
[18:27:55] | doje___ (doje___!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Success) | |
[18:28:23] | raw27: | hmm no DefaultVxmUrl at the settings table (web) |
[18:29:02] | raw27: | ill check phpmyadmin.. |
[18:29:09] | jvs (jvs!n=jvs@cm64-247.liwest.at) has quit ("Leaving") | |
[18:29:11] | praet: | mythweb/settings/settings?host=hostname |
[18:29:35] | praet: | default will be http://127.0.0.1/vxml/index.vxml (for fe/be on same machine) |
[18:30:09] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Connection timed out) | |
[18:30:20] | praet: | MythTv > Settings > MythTV settings table |
[18:30:23] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:32:27] | raw27: | jep. i was looking at the right table but there is "edit settings for:" and this defaultvxmurl isnt set for every 'host' |
[18:35:55] | raw27: | i have a few options (hosts): -global-, Knoppix, myth1, tvpc, ubuntu .. everyone has different kinds of settings set. crap :) |
[18:36:22] | inful (inful!n=inful@158.84-49-157.nextgentel.com) has joined #mythtv-users | |
[18:36:41] | tulbreak (tulbreak!n=peter@dsl-217-155-193-159.zen.co.uk) has joined #mythtv-users | |
[18:37:51] | KaZeR (KaZeR!n=kazer@77.200.82.240) has joined #mythtv-users | |
[18:37:52] | jarle_ (jarle_!n=jarle@70.84-234-133.customer.lyse.net) has quit (Read error: 104 (Connection reset by peer)) | |
[18:38:06] | inful: | I have the following problem: I can watch live TV fine through mythtv, but recording fails with the following message: |
[18:38:07] | sigger (sigger!i=Sigger@pool-71-172-196-159.nwrknj.east.verizon.net) has joined #mythtv-users | |
[18:38:08] | raw27: | btw: 'http://192.168.0.2/vxml/index.vxml' was not found on the server. hmm |
[18:38:08] | inful: | TVRec(1) Error: Failed to set channel to 32. Reverting to kState_None |
[18:38:51] | inful: | Any pointers as to where I should start looking? |
[18:39:07] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:39:25] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:41:24] | raw27: | 'http://192.168.0.2/mythweb/vxml/index.vxml' returns "An unknown module was specified" in web .. is this ok? |
[18:46:09] | praet: | hm. http://tinyurl.com/27po9 "mod_rewrite setup in .htaccess is not correct" check to see that .htaccess is in the mythweb dir |
[18:46:48] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:46:53] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:46:57] | raw27: | i think i fixed that. i'll look into it. thanks. |
[18:49:28] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
[18:51:20] | floppyears: | raw27: double check the ip address |
[18:51:38] | floppyears: | raw27: the default subnet that people use is: 192.168.1.0 |
[18:51:47] | floppyears: | so maybe try the address: 192.168.1.2 |
[18:52:25] | raw27: | :) thanks. no problem there though. |
[18:54:40] | praet: | raw27: got lots of machines there... |
[18:54:50] | tekny: | just received an email from koolu sales.. it doesn't support TV-OUT |
[18:54:58] | tekny: | (if that interests anyone) |
[18:56:48] | Aval0n: | anyone have an ir reciever working through usb |
[18:56:48] | Aval0n: | ? |
[18:57:49] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[18:57:51] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[18:58:14] | Hoxzer: | :( I lost my TT C-1500 IR-receiver and in finland yopu just can't find ir-receivers for sale meaning that I have to order one from germany |
[18:58:26] | Aval0n: | =( |
[18:58:29] | Aval0n: | was it usb? |
[18:58:36] | praet: | hehe |
[18:58:41] | Hoxzer: | noopee it goes straight to the card |
[18:58:59] | Aval0n: | oh nice |
[18:59:05] | psofa (psofa!n=psofa@adsl4-202.ath.forthnet.gr) has joined #mythtv-users | |
[18:59:08] | praet: | how did you lose that? |
[18:59:36] | raw27: | @praet: did check .htaccess .. dunno what could be wrong. |
[18:59:57] | Hoxzer: | praet: it left it into my mother's work room for few weeks |
[19:00:04] | tekny: | Avalon; i got a MCE IR receiver that works on USB |
[19:00:08] | Hoxzer: | and it mysteriously dissapeared |
[19:00:17] | praet: | raw27: try running live tv again |
[19:00:46] | praet: | Hoxzer: yikes.. I woulnt see anyone taking that for any reason tho.. no motive |
[19:01:33] | raw27: | restarting mythbackend first? |
[19:03:16] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:03:34] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[19:03:42] | bradd: | hey raw...does the myth user have write permissions to the recordings directory? |
[19:03:49] | raw27: | same reponse.. doesnt work. |
[19:03:54] | raw27: | yep. it has. |
[19:04:56] | raw27: | i'll try to run the backend setup again.. |
[19:05:54] | bradd: | did you try to record something without actaully watching live tv? |
[19:07:17] | raw27: | i tryed the mplayer to mpg thing before and it worked.. so tuner is ok. |
[19:07:59] | raw27: | (damn forgot how to start mythbackend setup from another box ) |
[19:08:36] | tekny: | damn indeed |
[19:08:45] | raw27: | :) |
[19:09:13] | raw27: | btw what should this return: http://192.168.0.2/mythweb/vxml/index.vxml ? |
[19:11:18] | bradd: | no idea |
[19:11:48] | tekny: | a voice xml interface? |
[19:11:52] | GlemSom (GlemSom!n=GlemSom@50A2CC6B.flatrate.dk) has quit (Remote closed the connection) | |
[19:14:36] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:14:51] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[19:18:00] | defaultro (defaultro!n=de@c-67-175-26-65.hsd1.il.comcast.net) has joined #mythtv-users | |
[19:18:48] | defaultro: | my mythtv is able to record now :) I just need to fix .asoundrc. Need to find how I did the SPDIF previously. |
[19:21:51] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:21:57] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[19:23:11] | Nixus_Maximus (Nixus_Maximus!n=simon@i577B7345.versanet.de) has joined #mythtv-users | |
[19:24:11] | ille (ille!n=ille@pdpc/supporter/student/ille) has joined #mythtv-users | |
[19:30:28] | raw27: | fixed it.. dunno what is was – i run the setup again (through ssh -X ...) and now video works. have to fix the sound now. :) |
[19:32:58] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:33:15] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[19:34:42] | auuurrrgh (auuurrrgh!n=auuurrrg@128.187.157.243) has joined #mythtv-users | |
[19:38:04] | phiwer (phiwer!n=phiwer@c83-248-1-100.bredband.comhem.se) has joined #mythtv-users | |
[19:38:27] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:38:36] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[19:38:43] | psofa (psofa!n=psofa@adsl4-202.ath.forthnet.gr) has quit (Remote closed the connection) | |
[19:41:51] | xris (xris!n=xris@dsl081-161-160.sea1.dsl.speakeasy.net) has joined #mythtv-users | |
[19:41:51] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v xris | |
[19:46:18] | raw27 (raw27!n=ubuntu@84-255-241-222.static.dsl.t-2.net) has left #mythtv-users () | |
[19:46:18] | psymin (psymin!n=psymin@smtpstatic.blackfoot.net) has joined #mythtv-users | |
[19:49:01] | slaine_ (slaine_!n=glengray@89.100.70.22) has joined #mythtv-users | |
[19:50:45] | RyeBrye (RyeBrye!n=opera@65.103.249.233) has joined #mythtv-users | |
[19:51:24] | hiredgoon (hiredgoon!n=hiredgoo@S01060050baa55312.no.shawcable.net) has quit ("leaving") | |
[19:51:41] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:52:02] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[19:55:12] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[19:56:22] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:01:30] | _flindet (_flindet!n=flindet@c-67-172-187-16.hsd1.ca.comcast.net) has joined #mythtv-users | |
[20:05:07] | br14 (br14!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has quit (Remote closed the connection) | |
[20:05:10] | juski (juski!n=juski@spc1-salf3-0-0-cust227.bagu.broadband.ntl.com) has joined #mythtv-users | |
[20:05:28] | br14 (br14!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has joined #mythtv-users | |
[20:09:21] | stevenh (stevenh!n=lews@65.167.23.2) has quit ("Leaving") | |
[20:10:28] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[20:10:40] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:12:48] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[20:13:52] | defaultro: | i need some help folks, using -D analog and -D digital in aplay works well. But when I use -D default, I get this error -> "aplay: main:550: audio open error: Device or resource busy" |
[20:14:08] | defaultro: | here is my asoundrc, http://nopaste.com/p/aAQom9Qpl |
[20:14:59] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:15:20] | defaultro: | disregard, i fixed it |
[20:17:45] | thoraxe (thoraxe!n=thoraxe@adsl-072-149-077-227.sip.asm.bellsouth.net) has quit (Read error: 104 (Connection reset by peer)) | |
[20:19:23] | Cry_wolf2 (Cry_wolf2!n=ads@c-d45ce155.218-2-64736c10.cust.bredbandsbolaget.se) has quit () | |
[20:19:27] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 104 (Connection reset by peer)) | |
[20:19:37] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:22:43] | xris (xris!n=xris@dsl081-161-160.sea1.dsl.speakeasy.net) has quit ("Leaving.") | |
[20:23:11] | jarle: | In my backend log: "Access denied for user 'mythtv'@'localhost' (using password: YES)" however "mysql -u mythtv -p -h localhost mythconverg" works fine on the backend.... Any ideas? |
[20:24:26] | defaultro: | hey folks, I couldn't find my other notes. I couldn't remember what I did to make the playback smooth. Audio is fine |
[20:24:42] | defaultro: | maybe, I have to run nvidia tool |
[20:24:49] | defaultro: | and also VBLANK |
[20:24:51] | defaultro: | something |
[20:28:40] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[20:28:48] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:31:00] | tcpsyn (tcpsyn!n=luke@c-76-19-241-18.hsd1.ma.comcast.net) has left #mythtv-users () | |
[20:31:13] | flindet (flindet!n=flindet@c-67-172-187-16.hsd1.ca.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[20:31:20] | gnome42 (gnome42!n=gnome42@dsl-149-48.aei.ca) has quit (Remote closed the connection) | |
[20:32:55] | Hausberg (Hausberg!n=jykke@p549A0125.dip0.t-ipconnect.de) has quit ("Leaving") | |
[20:33:33] | juski (juski!n=juski@spc1-salf3-0-0-cust227.bagu.broadband.ntl.com) has quit ("The community is biting the hands that feed it") | |
[20:35:45] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[20:35:56] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:37:09] | n3rdglass (n3rdglass!n=n3rdglas@mail.slimdevices.com) has joined #mythtv-users | |
[20:37:33] | floppyears: | does anyone here use xfs ? if so do you find it reliable ? |
[20:37:55] | n3rdglass: | is it possible to just pass through HDTV from a set top box? |
[20:38:03] | defaultro: | I love xfs |
[20:38:14] | defaultro: | if you were here last week, I did some test versus ext3 |
[20:38:23] | psymin: | I don't love xfs :( |
[20:38:40] | floppyears: | why do you love/hate xfs ? |
[20:38:45] | defaultro: | I created a 40g file in ext3 and deleted the file, it took more than 1 minute to complete |
[20:39:05] | defaultro: | i created a 40g file in xfs and deleted the file, it took 1 sec to complete |
[20:39:24] | defaultro: | i need performance |
[20:39:45] | defaultro: | I can't afford 1 minute to delete a file |
[20:39:49] | psymin: | I had XFS on my encrypted homedir partition. A month ago I had filesystem corruption and was unable to recover. Probably just my own in(un?)familiarity with the filesystem caused me to be unable to recover. |
[20:40:09] | defaultro: | backup is the answer |
[20:40:13] | defaultro: | I always have backup |
[20:40:21] | defaultro: | I don't care if it gets corrupted |
[20:40:35] | defaultro: | as long as I have a working copy |
[20:40:41] | psymin: | I'd rather take a minute to delete than have to recover from a backup :) .. but yes .. backups are good |
[20:40:53] | floppyears: | defaultro: do you remember what day it was ? I probably have it in my logs |
[20:41:04] | defaultro: | check 1 week before |
[20:41:26] | psymin: | it certainly was zippy though |
[20:41:28] | defaultro: | i don't know if it was here or in #fedora |
[20:41:34] | defaultro: | what is zippy? |
[20:41:47] | floppyears: | do you notice a difference in performace in mythtv when using xfs vs ext3 ? |
[20:41:51] | n3rdglass: | ok i realize im asking a stupid noob question, can anyone point me in the right direction? |
[20:41:57] | defaultro: | i have never use ext3 in mythtv |
[20:41:59] | psymin: | xfs |
[20:42:04] | defaultro: | i used xfs back in 2005 |
[20:42:36] | defaultro: | the only thing I can say and backup is the large file deletion |
[20:42:43] | floppyears: | does it make a huge diff. in performance when not using xfs with mythtv ? |
[20:43:03] | defaultro: | writes in xfs is also faster |
[20:43:09] | defaultro: | I created the 40g in 7 mins |
[20:43:13] | defaultro: | 5 mins in xfs |
[20:43:19] | defaultro: | 7 mins in ext3 |
[20:43:28] | defaultro: | but that is the same harddware and harddisk |
[20:43:31] | defaultro: | same hour |
[20:43:46] | defaultro: | go to the wiki and they mention xfs there |
[20:44:04] | floppyears: | what about stability ? do you have to be extra careful to not run into problems like psymin ? |
[20:44:11] | defaultro: | if your recordings are small, go with ext3 |
[20:44:12] | floppyears: | yes, I looked at the wiki |
[20:44:28] | defaultro: | I never encountered major issues |
[20:44:35] | defaultro: | i ran my mythtv for 2 years |
[20:44:40] | floppyears: | but I don't know how much the filesystem used affects the performace of mythtv |
[20:44:40] | defaultro: | it was sweet |
[20:44:44] | defaultro: | LVM+XVS |
[20:44:49] | defaultro: | LVM+XFS |
[20:44:59] | defaultro: | floppyears, are you listening to me |
[20:45:06] | psymin: | what tool is used to repair xfs? |
[20:45:07] | defaultro: | I'm just telling you my experience |
[20:45:34] | defaultro: | psymin, I have not done any research yet. Like what I said, no issues in 2 years |
[20:45:35] | floppyears: | defaultro: so when you click on delete recording, mythtv actually stalls for however long it takes to delete the file ? |
[20:45:37] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Success) | |
[20:45:38] | psymin: | I'm just far more familiar with e2fsck n stuff |
[20:45:39] | n3rdglass (n3rdglass!n=n3rdglas@mail.slimdevices.com) has quit () | |
[20:45:52] | defaultro: | floppyyears, for sure, that's going to happen in ext3 |
[20:45:56] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:45:56] | defaultro: | mythtv is just an app |
[20:46:09] | defaultro: | mythtv is running on top o flinux |
[20:46:24] | psofa (psofa!n=psofa@adsl4-202.ath.forthnet.gr) has joined #mythtv-users | |
[20:46:25] | defaultro: | so mythtv won't change your speed |
[20:46:32] | psymin: | ahh yes, xfsdump .. if you are using xfs you prolly wanna use xfsdump .. that would have saved my bacon I think |
[20:47:03] | floppyears: | defaultro: can you repeat your last sentence I didn't understand it |
[20:47:03] | defaultro: | floppy, if I were you, I'd go ahead and continue with the installation so I can start recording tonight :) |
[20:47:13] | defaultro: | which one? |
[20:47:20] | floppyears: | defaultro: I will do the install in about 4 hrs :) |
[20:47:43] | floppyears: | defaultro: the one in which you say: "so mythtv won't change your speed" |
[20:47:45] | br14 (br14!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has quit (Remote closed the connection) | |
[20:47:50] | floppyears: | psymin: what does xfsdump do ? |
[20:48:12] | br14 (br14!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has joined #mythtv-users | |
[20:48:36] | psymin: | "xfsdump backs up files and their attributes in a filesystem." |
[20:48:45] | mat__ (mat__!n=mat@dslb-084-060-057-155.pools.arcor-ip.net) has quit (Read error: 110 (Connection timed out)) | |
[20:49:55] | floppyears: | thanks |
[20:50:34] | psymin: | np, and xfs_restore I think .. is somewhat similar to e2fsck .. but not qutie |
[20:50:39] | psymin: | s/qutie/quite/ |
[20:52:23] | Nixus_Maximus (Nixus_Maximus!n=simon@i577B7345.versanet.de) has left #mythtv-users () | |
[20:52:42] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Connection timed out) | |
[20:53:02] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[20:53:04] | defaultro: | oh, floppyears, whatever your system is, mythtv won't help in speeding up the performance. So if your max harddrive speed is 50m/s, it will stay at 50m/sec |
[20:53:30] | gbee (gbee!n=gbee@cpc2-derb9-0-0-cust34.leic.cable.ntl.com) has joined #mythtv-users | |
[20:54:22] | laga: | wow. next thing you'll tell me is that myth can't do the laundry for me. |
[20:55:32] | gbee: | ok folks, yet again it's time for me to beg someone to test the xmltv changes patch for -fixes, I'd really like to get it in before Sept 1st when some of you will actually need it ;) |
[20:56:20] | gbee: | laga: of course it can, what do you think the Mythwash plugin does? |
[21:00:12] | defaultro: | I love mythwash |
[21:00:57] | br14_ (br14_!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has joined #mythtv-users | |
[21:01:41] | gnome42 (gnome42!n=gnome42@dsl-149-48.aei.ca) has joined #mythtv-users | |
[21:02:11] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Connection timed out) | |
[21:02:34] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:03:00] | hiredgoon (hiredgoon!n=hiredgoo@S01060050baa55312.no.shawcable.net) has joined #mythtv-users | |
[21:03:31] | floppyears: | defaultro: no, but was I was referring to is: will using xfs over ext3 make mythtv more responsive or faster ? |
[21:04:42] | defaultro: | i was recommending xfs fs for your data |
[21:04:56] | defaultro: | a nice machine will help to make it more responsive |
[21:05:24] | floppyears: | I have a 500GB sata with an athlon 64 x2 dual core |
[21:05:47] | defaultro: | that's enough machine |
[21:06:03] | defaultro: | I only have athlon 6400 and am happy with it |
[21:06:14] | defaultro: | but am also going to buy similar cpu like yours soon |
[21:06:25] | floppyears: | so mythtv doesn't feel laggy or anything like that ? |
[21:06:40] | defaultro: | of course, with your cpu, it won't, playback will be very smooth |
[21:06:41] | floppyears: | or is it like, you press a button and it takes a few seconds for it to respond |
[21:06:54] | defaultro: | 2 to 4 seconds |
[21:07:09] | defaultro: | right now, since it's a new install, takes 1 sec |
[21:07:18] | defaultro: | but am happy with it |
[21:07:25] | defaultro: | install it now dude |
[21:07:27] | defaultro: | :) and have fun |
[21:07:47] | floppyears: | the part that I need is supposed to be delievered today, but it hasn't arrived yet :( |
[21:07:54] | defaultro: | are you considering different pvr like beyondtv or gbpvr |
[21:08:00] | defaultro: | gotcha |
[21:08:15] | defaultro: | what captured card did you buy? |
[21:09:13] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:09:19] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:09:48] | tulbreak (tulbreak!n=peter@dsl-217-155-193-159.zen.co.uk) has quit () | |
[21:11:37] | xris (xris!n=xris@xris.forevermore.net) has joined #mythtv-users | |
[21:11:37] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v xris | |
[21:12:03] | Merlin83b2 (Merlin83b2!n=Merlin83@office.34sp.com) has joined #mythtv-users | |
[21:12:25] | br14__ (br14__!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has joined #mythtv-users | |
[21:12:31] | floppyears: | defaultro: I got 2 hauppage 150 |
[21:12:42] | kambei (kambei!n=kambei@unaffiliated/kambei) has quit (Remote closed the connection) | |
[21:12:50] | floppyears: | defaultro: what types of pvr are those and how do they compare to mythtv ? |
[21:12:53] | br14_ (br14_!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[21:14:10] | tcpsyn (tcpsyn!n=luke@c-76-19-241-18.hsd1.ma.comcast.net) has joined #mythtv-users | |
[21:14:55] | praet: | !seen hobophobe |
[21:14:55] | MythLogBot: | hobophobe was last seen 22 hours 50 minutes 42 seconds ago |
[21:15:01] | tcpsyn: | So... I just noticed, that I've got a noticable line through my ntsc recordings... It's horizontal, about 80% up the picture, it doesn't scroll, and I only notice it when the picture is moving. It doesn't happen on DVD or HD recordings. |
[21:15:20] | tcpsyn: | bitrate doesn't seem to effect it |
[21:17:10] | tcpsyn: | I also only notice it on my tv. |
[21:17:13] | tcpsyn: | not on my monitor |
[21:17:28] | tcpsyn: | scan settings don't seem to effect it. |
[21:17:34] | tcpsyn: | and it's really annoying |
[21:18:39] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:18:52] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:18:57] | g3k (g3k!n=geoff@cpe-65-185-66-227.neo.res.rr.com) has joined #mythtv-users | |
[21:22:54] | tcpsyn: | any ideas? |
[21:23:17] | floppyears: | I'm wondering whether I should install an ubuntu package or compile from svn ? |
[21:23:32] | floppyears: | since stuff will be updated before sept to include the sd tv listings |
[21:23:49] | floppyears: | does ubuntu take a while to update its packages if so is it better to compile from svn ? |
[21:24:58] | slaine_ (slaine_!n=glengray@89.100.70.22) has quit () | |
[21:25:36] | g3k: | I am hoping they treat this as a critical fix and make it available by Sept 1 or a few days later. |
[21:25:57] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:26:19] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:26:27] | slaine_ (slaine_!n=glengray@89.100.70.22) has joined #mythtv-users | |
[21:27:08] | ahbritto (ahbritto!n=guest@adsl-64-161-117-110.dsl.snfc21.pacbell.net) has quit (Client Quit) | |
[21:27:51] | br14 (br14!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
[21:28:18] | guest (guest!n=guest@adsl-64-161-117-110.dsl.snfc21.pacbell.net) has joined #mythtv-users | |
[21:28:29] | slaine_ (slaine_!n=glengray@89.100.70.22) has quit (Client Quit) | |
[21:28:55] | ille (ille!n=ille@pdpc/supporter/student/ille) has quit (Remote closed the connection) | |
[21:29:00] | gbee: | apart from a couple of minor problems with matrovska – is there anything which the internal player can't handle in svn? |
[21:29:23] | Merlin83b (Merlin83b!n=Merlin83@office.34sp.com) has quit (Read error: 110 (Connection timed out)) | |
[21:34:50] | g3k (g3k!n=geoff@cpe-65-185-66-227.neo.res.rr.com) has left #mythtv-users () | |
[21:34:57] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:35:09] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:37:32] | psofa: | anyone knows whats the difference between xvideo texture /blitter ? |
[21:42:48] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:42:57] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:43:17] | tcpsyn: | anyone know of a way to do automatic fine tuning? |
[21:51:14] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:51:14] | br14__ (br14__!n=rick@c-71-57-102-240.hsd1.il.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[21:51:27] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[21:51:27] | Anduin: | gbee: ogv Theora, I keep meaning to look at it |
[21:51:40] | Aval0n: | damn it |
[21:51:49] | Aval0n: | this sucks I ordered my 2 pvr 150s and my 7300gs |
[21:52:04] | Aval0n: | the 7300gs's heatsink is so big it covers the first damned pci slot |
[21:52:05] | Aval0n: | GRRRR |
[21:52:50] | BULLE (BULLE!n=bulle@c-e22971d5.015-48-626c671.cust.bredbandsbolaget.se) has joined #mythtv-users | |
[21:53:12] | tcpsyn: | damn. |
[21:53:13] | tcpsyn: | that sucks |
[21:53:55] | bradd (bradd!n=bradd@compton.ameri.ca) has quit ("where the beer flows like wine...and beautiful women instinctively flock like the salmon of capistrano...") | |
[21:54:07] | kambei (kambei!n=kambei@unaffiliated/kambei) has joined #mythtv-users | |
[21:56:18] | floppyears: | Aval0n: damn, that's what I have arriving today :( |
[21:56:29] | floppyears: | Aval0n: I'm pretty sure I'm in the same boat as you |
[21:56:40] | BULLE: | floppyears: what hardware are you talking about ? |
[21:57:16] | floppyears: | I'm also getting a 7300gs video card |
[21:59:36] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[21:59:45] | auuurrrgh (auuurrrgh!n=auuurrrg@128.187.157.243) has quit () | |
[21:59:57] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:00:30] | BULLE: | floppyears: oh, i think i have a 7300gs card in my htpc |
[22:00:38] | ben_goodger (ben_goodger!n=ben@host81-153-71-185.range81-153.btcentralplus.com) has joined #mythtv-users | |
[22:00:39] | BULLE: | its 7300 something atleast, let me check |
[22:01:03] | BULLE: | 01:00.0 VGA compatible controller: nVidia Corporation GeForce 7300 GS (rev a1) |
[22:01:26] | BULLE: | floppyears: and the problem with the 7300 GS is what ? |
[22:02:00] | floppyears: | the size, Aval0n was mentioning that uses 2 slots becaue of its heatsink :( |
[22:02:45] | BULLE: | floppyears: oh, thats up to each and every model, i have a passively cooled one that only takes up one slot though, so they surely exist |
[22:03:05] | floppyears: | oh |
[22:05:15] | BULLE: | most i have seen, have been single slot only |
[22:06:52] | BULLE: | floppyears: my 7300 was cheap, single slot, passively cooled, and has component video output, as well as vga and dvi, im pretty happy about it |
[22:07:07] | Aval0n: | the only 7300 with hdmi is the msi |
[22:07:12] | Aval0n: | which has the huge ass heatsink |
[22:07:15] | Kazan: | stardust is a good movie |
[22:07:29] | Aval0n: | kazan does the kworld suck for analog? |
[22:07:36] | Kazan: | i don't use it for analog |
[22:07:38] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[22:07:43] | Aval0n: | cause it looks like i might be stuck with 1 pvr and the kworld |
[22:07:44] | Aval0n: | =( |
[22:07:44] | Kazan: | but yes AFAIK it's just a bt878 for analog |
[22:07:46] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:08:28] | Aval0n: | damn it |
[22:08:33] | Aval0n: | this sucks damn hard |
[22:09:08] | kali67_ (kali67_!n=kali67@64-166-248-25.ded.pacbell.net) has joined #mythtv-users | |
[22:09:29] | Kazan: | get a PVR-500 |
[22:09:46] | Kazan: | two mpeg2 hardware encoding tuners on one PCI board |
[22:10:16] | uwflatlander (uwflatlander!n=Tiiiiiii@wilug/madlug/uwflatlander) has joined #mythtv-users | |
[22:11:12] | BULLE: | Kazan: or just get a dvb/atsc card that dumps the mpeg2 transport stream directly |
[22:11:24] | uwflatlander: | Howdy, quick question. I am having problems with mythdvd in ubuntu. It sees the DVDs, can play the DVDs, but when going to transcode them it does nothing when you select the rip settings and then try to queue up the rip job. |
[22:12:21] | Kazan: | BULLE: you weren't reading |
[22:12:37] | Kazan: | BULLE: the KWorld 110 is an ATSC card.. and ALL ATSC cards dump the mpeg2ts directly |
[22:12:41] | tcpsyn: | uwflatlander whats mtd say? |
[22:12:55] | Kazan: | he was talking about analog side of things |
[22:13:09] | floppyears: | so do you guys suggest that I install the ubuntu binary packages for mythtv or compile from svn ? |
[22:13:18] | Kazan: | always compile |
[22:13:24] | Kazan: | and enable processor optimizations |
[22:13:35] | floppyears: | Kazan: why and do you have links to instructions ? |
[22:13:47] | Kazan: | processor optimizations for your own system = better performance |
[22:13:48] | floppyears: | or are you just a gentoo user :) |
[22:14:01] | Kazan: | gentoo makes me barf |
[22:14:19] | Kazan: | i'm running FC7 2.6.22–41 kernel + svn trunk |
[22:14:27] | Kazan: | http://mythtv.org/modules.php?name=MythInstall |
[22:14:50] | NightMonkey: | Kazan: Easy on the flamebait, plz. |
[22:15:14] | Kazan: | NightMonkey: it was an opinion, if you don't like it feel free to disregard it |
[22:16:09] | BULLE: | floppyears: if you have a system thats realy resource limited, or some unkommen hardware compilation might be an option |
[22:16:37] | BULLE: | floppyears: if you have fast hardware, and the fedora or ubuntu or whatever binary packages are built for you cpu type, dont bother with recompiling imho |
[22:16:51] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[22:16:58] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:17:02] | rtsai1111 (rtsai1111!n=rtsai@208-201-231-158.dsl.dynamic.sonic.net) has joined #mythtv-users | |
[22:17:43] | guest (guest!n=guest@adsl-64-161-117-110.dsl.snfc21.pacbell.net) has quit (Client Quit) | |
[22:18:24] | floppyears: | thanks guys |
[22:18:54] | floppyears: | Kazan: how much longer and tedious is the process if you compile it ? |
[22:19:14] | floppyears: | Kazan: what exactly do you have to compile just mythtv or a whole bunch of libraries ? |
[22:20:23] | gbee: | floppyears: compiling mythtv is child's play |
[22:20:33] | floppyears: | weee |
[22:20:36] | floppyears: | thanks gbee |
[22:20:37] | gbee: | ./configure, make, sudo make install |
[22:20:44] | floppyears: | and Kazan and BULLE and everybody else :) |
[22:20:50] | stinkpad (stinkpad!i=stinkpad@eor.nuqe.net) has left #mythtv-users () | |
[22:21:05] | floppyears: | gbee: I was just worried that it might be tricky or something, although I have installed lfs before |
[22:21:13] | gbee: | floppyears: you may need some -dev or -devel packages for a few things |
[22:21:23] | floppyears: | ok |
[22:21:38] | ** floppyears can't wait to go home and getting his hands dirty. the last parts I needed arrived :) ** | |
[22:21:44] | gbee: | but aside from dependancies, it's really easy |
[22:22:14] | gbee: | I'd recommend installing ccache – makes compiling updates 100x faster |
[22:22:17] | Toxicity999 (Toxicity999!n=bryan@unaffiliated/Toxicity999) has quit (Read error: 104 (Connection reset by peer)) | |
[22:22:20] | lotia (lotia!n=lotia@c-68-42-69-65.hsd1.mi.comcast.net) has joined #mythtv-users | |
[22:22:24] | BULLE: | floppyears: depends a bit, if you want to have full cpu support it doesnt make sense to only compile mythtv |
[22:22:47] | BULLE: | floppyears: you should realy compile all mythtv dependencies aswell, atleast all media codecs and similar stuff that you might use in mythtv and extra modules |
[22:22:55] | BULLE: | floppyears: so you get the proper sse support |
[22:23:03] | gbee: | initial compile can take a while, but nothing like the old kernel compiles on a p200 :) |
[22:23:30] | Kazan: | floppyears: sry was afk |
[22:23:51] | gbee: | BULLE: mythtv doesn't use any external media codecs (plugins does, but only if you chose xine/mplayer over the built in player) |
[22:23:53] | floppyears: | Kazan: what ? |
[22:23:53] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[22:23:58] | Kazan: | i was afk |
[22:24:01] | Kazan: | hence not responding |
[22:24:04] | BULLE: | gbee: ye i know, thats why i said plugins/modules |
[22:24:05] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:24:10] | BULLE: | gbee: most people seem to use those |
[22:24:21] | kali67 (kali67!n=kali67@64-166-248-25.ded.pacbell.net) has quit (Read error: 110 (Connection timed out)) | |
[22:24:40] | floppyears: | so, I'll just compile mythtv since I'm only going to use the built in stuff |
[22:24:53] | BULLE: | floppyears: what cpu do you have ? |
[22:25:06] | floppyears: | BULLE: amd 64 dual core 3800 |
[22:25:06] | gbee: | BULLE: aye, think that's mostly because they follow really old guides which were written before the internal player existed as an option for mythvideo |
[22:25:31] | floppyears: | gbee: how long does it take you to compile it ? |
[22:25:52] | floppyears: | 15:14 < Kazan> i'm running FC7 2.6.22–41 kernel + svn trunk |
[22:26:16] | floppyears: | oops, I was pasting that in a notepad to follow later |
[22:26:22] | Kazan: | compiling takes me for a while because i have a CPU barely able to do HDTV with XvMC (50% cpu util) |
[22:26:28] | gbee: | as I was just checking before, the internal player can handle just about all common formats now – personally I'd like to drop support for using xine/mplayer entirely, but I think I'd have a fight on my hands there |
[22:26:38] | BULLE: | gbee: i still have some problems with the built in player for some more exotic fileformats |
[22:26:56] | BULLE: | floppyears: that cpu will play all media just fine with the precompiled binaries |
[22:27:15] | rtsai (rtsai!n=rtsai@208-201-231-158.dsl.dynamic.sonic.net) has quit (Read error: 110 (Connection timed out)) | |
[22:27:22] | BULLE: | gbee: im all for dropping mplayer/xine the day the internal player plays all files i want to play |
[22:27:24] | gbee: | floppyears: I really can't remember how long it took for a complete compile, these days I'm only compiling small updates which don't take more than a couple of minutes (thanks to ccache) |
[22:28:12] | gbee: | BULLE: if you could, submitting tickets for formats which don't work would help us to know what needs to be done |
[22:28:23] | uwflatlander (uwflatlander!n=Tiiiiiii@wilug/madlug/uwflatlander) has quit ("On the other hand, you have different fingers.") | |
[22:28:49] | eelriver (eelriver!n=eelriver@pdpc/supporter/active/eelriver) has left #mythtv-users ("Leaving") | |
[22:29:23] | tank-man (tank-man!i=1000@S010600121729c6a1.vc.shawcable.net) has quit ("Leaving") | |
[22:29:51] | Toxicity999 (Toxicity999!n=bryan@unaffiliated/Toxicity999) has joined #mythtv-users | |
[22:30:59] | BULLE: | gbee: i could do that yes, but its mainly some streaming formats that i can get to play well with the internal player, eg realmedia and windows media format |
[22:31:14] | kali67 (kali67!n=kali67@64-166-248-25.ded.pacbell.net) has joined #mythtv-users | |
[22:31:14] | gbee: | the main reason I want rid of xine/mplayer is to simplify setup and improve the overall user experience by providing a seemless integration – same OSD, same options, one lot of settings instead of 2/3 etc |
[22:31:24] | BULLE: | gbee: oh yes |
[22:31:29] | BULLE: | gbee: i fully agree |
[22:32:33] | BULLE: | gbee: i would love some type of plugin that would allow me to browse some streaming services aswell |
[22:32:55] | BULLE: | gbee: for example, here in sweden, state television provides all the programmes they produce themeselves, from their streaming servers |
[22:33:23] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Connection timed out) | |
[22:33:30] | directhex: | has any sexy individual written patches for OGM subtitle streams whilst i've been sleeping? |
[22:33:30] | tank-man (tank-man!i=1000@S010600121729c6a1.vc.shawcable.net) has joined #mythtv-users | |
[22:33:34] | CharlieSu: | Anyone use SVN version of mythtv and ubuntu 7.04 ? I'm looking for a good howto on installing it |
[22:33:40] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:33:58] | tcpsyn: | I'm not having any love with fine tuning |
[22:34:36] | floppyears: | so I have 480G of free space, should I create 1 or more partitions for mythtv data ? does it matter ? |
[22:34:56] | gbee: | BULLE: I'm sure someone will write that plugin, personally I don't even use mythvideo (other than for testing) so it's unlikely to be something high on my list of jobs |
[22:36:32] | BULLE: | gbee: im using mythweb for that stuff for now, its a bit fiddly to movethe mouse cursor with the remote, but it works |
[22:36:43] | KaZeR (KaZeR!n=kazer@77.200.82.240) has quit (Read error: 110 (Connection timed out)) | |
[22:37:03] | gbee: | mythbrowser you mean? |
[22:37:40] | gbee: | floppyears: no point in splitting it up for mythtv recordings imho |
[22:37:55] | Kazan: | make 1 partition.. easier |
[22:38:08] | gbee: | a lot more flexible that way |
[22:38:33] | floppyears: | thanks |
[22:38:47] | Kazan: | df -h .... /dev/mapper/mythvideo-storage 460G 221G 216G 51% /video |
[22:39:36] | gbee: | heh, just a little more storage than me |
[22:41:25] | tcpsyn: | anyone know if there are plans on implementing auto tune for ntsc in the upcomming myth release? |
[22:41:57] | Kazan: | what i want is for it to scan both ATSC and QAM on the same card automagically and have an interactive channel editor |
[22:41:59] | gbee: | I've got two drives a 250Gb and a 120Gb, the 120Gb has 80Gb for recordings and 40Gb for root/home |
[22:42:13] | Kazan: | i have a seperate drive for system |
[22:42:19] | Kazan: | an old 15gb drive |
[22:42:41] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[22:42:54] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:42:56] | gbee: | thanks to the magic of storage groups, no f'ing about with LVM or raid – total of 330Gb for recordings |
[22:43:31] | Kromel (Kromel!n=itdept@adsl-65-69-127-97.dsl.tulsok.swbell.net) has joined #mythtv-users | |
[22:43:52] | Kazan: | i can add several more harddrives and just vgadd |
[22:45:38] | gbee: | sounds painful |
[22:47:47] | immolo (immolo!n=immolo@cpc3-cosh1-0-0-cust1001.cos2.cable.ntl.com) has joined #mythtv-users | |
[22:48:32] | kali67_ (kali67_!n=kali67@64-166-248-25.ded.pacbell.net) has quit (Read error: 110 (Connection timed out)) | |
[22:50:29] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[22:50:43] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[22:51:38] | Kazan: | nope it's really simple |
[22:51:58] | Kazan: | if i added two drives it would take at most six commands to initialize them and add them to the storage |
[22:52:24] | Kazan: | (3 commands per drive, not 6 per drive) |
[22:52:58] | Kazan: | i could probably combine the last two commands into one |
[22:54:35] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit ("Client exiting") | |
[22:55:13] | gbee: | I was joking really about "vgadd" ;) I think I still prefer the simplicity of storage groups though |
[22:55:15] | Kazan: | pvcreate twice, vgextend twice, then one lvextend |
[22:55:40] | Kazan: | wtf is the difference between storage groups and lvm? |
[22:56:10] | Kazan: | three more commands... umount ext3 resize remount |
[22:56:42] | jams: | storage groups tell myth which dir's it can use for storage. lvm turns multiple disks into one virtual disk |
[22:56:48] | jams: | very different things |
[22:57:07] | Kazan: | aaah |
[22:57:11] | russellb (russellb!n=russell@asterisk/developer-and-stable-maintainer/drumkilla) has quit () | |
[22:57:17] | bhikkhu (bhikkhu!n=pagoda@71.67.148.30) has quit ("Leaving") | |
[22:57:18] | Kazan: | didn't know myth could use multiple dirs |
[22:57:32] | jams: | yep |
[22:57:59] | jams: | with the addition of storage groups i consider lvm to be useless for myth |
[22:58:04] | gbee: | Kazan: as of 0.21 it will be able to |
[22:58:13] | Kazan: | well |
[22:58:22] | Kazan: | there is one thing that lvm does that storage groups can't i assume |
[22:58:32] | RyeBrye: | Yeah- make it so if one drive fails you are shit out of luck |
[22:58:43] | Kazan: | say you have 4GB free and you need 4GB for your recording |
[22:58:55] | Kazan: | but half that is in one storage group, and half of it is in the other... |
[22:59:02] | RyeBrye: | yeah, that wont work |
[22:59:12] | Kazan: | RyeBrye: one drive fails in either solution you're SOL |
[22:59:16] | RyeBrye: | No |
[22:59:17] | RyeBrye: | Not true |
[22:59:27] | RyeBrye: | One drive fails in a storage group, and you don't lose stuff on other drives |
[22:59:31] | RyeBrye: | One drive fails in an LVM |
[22:59:38] | RyeBrye: | the drives that don't fail go bye bye |
[22:59:58] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:00:03] | gbee: | Kazan: http://www.mythtv.org/wiki/index.php/Storage_Groups |
[23:00:03] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:00:15] | RyeBrye: | trout me |
[23:00:18] | RyeBrye: | woops |
[23:00:19] | RyeBrye: | !trout me |
[23:00:19] | ** MythLogBot slaps me with a trout on behalf of RyeBrye... ** | |
[23:01:16] | psymin (psymin!n=psymin@smtpstatic.blackfoot.net) has quit ("Leaving") | |
[23:03:02] | gbee: | the storage groups code is pretty cool really, but it's a little difficult to explain the full power of them here |
[23:03:31] | gbee: | well not difficult, I just mean that it's late and I can't be bothered ;) |
[23:05:17] | tcpsyn: | eh? storage groups eh. |
[23:06:18] | phiwer (phiwer!n=phiwer@c83-248-1-100.bredband.comhem.se) has quit ("Leaving") | |
[23:07:32] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:07:50] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:07:58] | Kazan: | !trout storage groups |
[23:07:58] | ** MythLogBot slaps storage with a groups trout on behalf of Kazan... ** | |
[23:08:10] | Kazan: | lol that didn't work |
[23:09:41] | RyeBrye: | !trout "storage groups" split-word |
[23:09:41] | ** MythLogBot slaps "storage with a groups" split-word trout on behalf of RyeBrye... ** | |
[23:09:44] | RyeBrye: | wtf? |
[23:09:55] | quicksil1er (quicksil1er!n=jules@212.69.38.59) has joined #mythtv-users | |
[23:09:55] | quicksilver (quicksilver!n=jules@212.69.38.59) has quit (Read error: 104 (Connection reset by peer)) | |
[23:10:11] | RyeBrye: | !trout MythLogBot 'messed up' |
[23:10:11] | ** MythLogBot slaps MythLogBot with a 'messed up' trout on behalf of RyeBrye... ** | |
[23:10:23] | RyeBrye (RyeBrye!n=opera@65.103.249.233) has left #mythtv-users () | |
[23:13:03] | lotia (lotia!n=lotia@c-68-42-69-65.hsd1.mi.comcast.net) has quit ("bye") | |
[23:13:12] | gbee (gbee!n=gbee@cpc2-derb9-0-0-cust34.leic.cable.ntl.com) has left #mythtv-users ("Gone") | |
[23:13:25] | rtsai (rtsai!n=rtsai@208-201-231-158.dsl.dynamic.sonic.net) has joined #mythtv-users | |
[23:15:08] | duerF (duerF!n=tommi@85-220-80-114.dsl.dynamic.simnet.is) has joined #mythtv-users | |
[23:15:56] | KaZeR (KaZeR!n=kazer@77.200.82.240) has joined #mythtv-users | |
[23:18:17] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:18:26] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:21:15] | blackest (blackest!n=john@cpc3-linc8-0-0-cust831.nott.cable.ntl.com) has joined #mythtv-users | |
[23:22:11] | blackest: | anyone got a slave backend working ? |
[23:23:25] | rtsai1111 (rtsai1111!n=rtsai@208-201-231-158.dsl.dynamic.sonic.net) has quit (Read error: 110 (Connection timed out)) | |
[23:24:12] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:24:34] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:24:40] | ben_goodger (ben_goodger!n=ben@host81-153-71-185.range81-153.btcentralplus.com) has quit ("Goodbye, cruel world... goodbye, cruel lamp... goodbye, cruel velvet drapes, lined with what would appear to be some sort of ) | |
[23:29:12] | blackest (blackest!n=john@cpc3-linc8-0-0-cust831.nott.cable.ntl.com) has quit (Remote closed the connection) | |
[23:29:23] | Aval0n: | juski around? |
[23:29:53] | laga: | !seen juski |
[23:29:53] | MythLogBot: | juski was last seen 2 hours 56 minutes 20 seconds ago |
[23:30:08] | Aval0n: | thnx |
[23:30:11] | Aval0n: | :) |
[23:30:14] | laga: | :) |
[23:35:02] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:35:12] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:41:03] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:41:18] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:45:26] | Kazan: | anyone know of any nes emulators for linux.. i know of zsnes for snes .. but... nes? |
[23:45:57] | KaZeR (KaZeR!n=kazer@77.200.82.240) has quit (Read error: 110 (Connection timed out)) | |
[23:51:15] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:51:18] | doje_ (doje_!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users | |
[23:55:58] | guest (guest!n=guest@adsl-64-161-117-110.dsl.snfc21.pacbell.net) has joined #mythtv-users | |
[23:57:04] | mIRCat (mIRCat!n=aterzill@user-0c90ovs.cable.mindspring.com) has joined #mythtv-users | |
[23:57:28] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[23:57:48] | doje__ (doje__!n=doje@rrcs-76-79-72-242.west.biz.rr.com) has joined #mythtv-users |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.