--- | Log | opened Tue Jan 18 00:00:43 2005 |
00:01 | Captain_Murdo | | yw. had a couple of them sitting in my tree but hadn't committed yet. :) wanted to commit my new commercial stuff so people could check it out but wanted to commit the bugfixes separately. about to commit one or two other things then the newer commercial detection code. |
00:02 | Chutt | cool. |
00:02 | Chutt | can't wait to try that =) |
00:03 | Captain_Murdo | | making some videotapes from Myth for my wife's mostly-bedridden grandmother, so I added the ability to tag recordings and play or delete them as a whole or change the recording group as a whole. also supports random playback of the selected videos (for people with kids). :) |
00:03 | Chutt | nifty |
00:03 | Beirdo | now that's neat |
00:03 | Captain_Murdo | | nice to be able to tag 8 1-hour shows (with commercials marked and verified) then come back 6 hours later and have a tape full of 8 episodes. |
00:04 | dopester | or better yet drop em straight to dvd :) |
00:04 | Captain_Murdo | | if you have an external dvd recorder, sure I guess. :) |
00:04 | Captain_Murdo | | she doesn't have dvd, only vhs. :( |
00:04 | dopester | well all the hd stuff ive been playing with (the 480i) stuff has been 720x480 48khz ac3 |
00:05 | dopester | so should be able to write it to a vob/ifo with virtually no cpu |
00:05 | Captain_Murdo | | I got tired of going back in the living room every 45 minutes to startup another myth playback so I just coded up the tagging. |
00:06 | dopester | chutt: got a few minor tweaks to make and i'll have the patch.. been kinda slack last few days.. did you look at any of the 3.5 patch? |
00:06 | Captain_Murdo | | that's why I record at 352x480 always with my M179 cards so I can just remux and burn. haven't done much, but easy when I need or want to. |
00:07 | dopester | i still want to figure out some way to archive the hd shows i can get on pbs.. would fit on a dual layer dvd easily but don't want to deal with converting an 8 gig mpeg2 |
00:09 | Captain_Murdo | | I've wondered if you could use tcrequant for that. |
00:11 | dopester | i was thinking about just writing em to dvd spec formatted discs (knowing the video size was too large) and make em play on a pc |
00:11 | Beirdo | this X server using 33% CPU on playback is baffling. and 16.5% when paused |
00:12 | dopester | chutt: did you see the fix for those australians ac3 issues? |
00:17 | --- | <<-- Husk1 [~tcg@aerg-annexe2.canberra.edu.au] has quit (Read error: 110 (Connection timed out)) |
00:38 | | * Captain_Murd compiles latest commercial detection code against current CVS and runs one more time before committing to make sure he didn't leave on any non-VERBOSE-ified verbose messages. |
00:39 | dopester | whats new with this commercial code? |
00:40 | Beirdo | Argh |
00:40 | Captain_Murdo | | better logo detection, the ability for the blank-frame detection to take advantage of the logo information so it detects frames as blank if it's just the logo on them. a new "all" method that tries to use all the methods together (seems to be working better in testing here). |
00:40 | Beirdo | I didn't realize you were committing tonight, I woulda waited before compiling :) |
00:40 | --- | <<-- bubbs [~bubbs@pcp0010080697pcs.frnkmd01.md.comcast.net] has quit (Read error: 110 (Connection timed out)) |
00:41 | Beirdo | might wanna bump the datecode in the version string too :) |
00:41 | Captain_Murdo | | trying to get it out there to get a wider test base. I'm putting a note in my CVS commit message about not making it your main detection method if you have a low WAF right now, just in case it does worse for some people. :) |
00:41 | Beirdo | hehe |
00:42 | Beirdo | I don't have to deal with WAF |
00:42 | dopester | murdoch: have you tried it with upconverted sd->hd tv? or even hd content since ALL commercials ive seen on HD stuff are 4:3 with black bars on the side? |
00:42 | Captain_Murdo | | that is supposed to get changed when libmyth changes I believe. |
00:43 | Captain_Murdo | | dopester: no. I have a few HD samples but haven't done much with them yet. the new "all" method has a bitmask for every frame and it goes through flagging things about the frame. adding code to say "this frame is 4:3" or "this frame is letterboxed" and then looking for changing aspect ratios should be relatively easy to add with the layout I've done. |
00:43 | dopester | i could send you some samples if you want to try that out? |
00:44 | dopester | captain: this stuff doesn't actually change aspect ratios or video resolutions just goes black on the sides.. |
00:44 | Captain_Murdo | | if you can get a sample of the change from non-4:3 content to 4:3 plus bars that might help. |
00:44 | Captain_Murdo | | yeah, I know what you mean. |
00:44 | dopester | yeah i'll try and grab you a sample in a few days.. |
00:44 | dopester | does PES or TS format make a difference to you? |
00:45 | dopester | right now i dont think anything is in hd here |
00:45 | Captain_Murdo | | as long as it plays in Myth if I drop it in my recordings directory and name it properly and add a fake recording table entry. :) |
00:45 | dopester | ok either one is fine.. |
00:46 | dopester | i want to get rid of pes soon and move it but gotta get in -cvs for that first |
00:46 | Captain_Murdo | | dohh, left a debug statement in there, just printed 107,794 lines of debug messages when it was done scanning. :) |
00:46 | Chutt | dopester, what was the fix? |
00:46 | dopester | just set the dvb ac3 stream id of 0x06 to atsc/dvd spec stream type 0x81 since thats what ffmpeg expects |
00:47 | dopester | was 1 line of code |
00:47 | Chutt | haha |
00:47 | Beirdo | nice |
00:47 | dopester | i dunno why ffmpeg only expects 0x81, but i about died laughing when i saw that |
00:48 | Beirdo | I'm betting my hanging backend deal is a missing initialization somewhere, likely in the player thread |
00:48 | dopester | they musta spent a month hacking at mpeg.c and mpegts.c .. |
00:50 | Chutt | that's pretty damn funny. |
00:51 | dopester | yeah they say they still have problems but i don't know if i want to even believe them anymore |
00:51 | dopester | did you get a chance to look at any of the 3.5 code? |
00:51 | Chutt | no, sorry |
00:51 | dopester | ok np |
00:52 | dopester | like i said we've been kinda slack the last few days so its going to be a few more... keep finding little things.. |
00:52 | Chutt | not a problem |
00:52 | dopester | any idea how long it will take you to give it an inital lookover? |
00:52 | Chutt | i won't have time until the weekend |
00:52 | Chutt | couple hours |
00:52 | dopester | ok fair enough.. |
00:53 | dopester | i got some issues with the guide insersion so we made another define (for now) USING_DVB_EIT that going to be ok for cvs? |
00:53 | Chutt | fine with me |
00:54 | dopester | ok.. cause i can't get it to fail.. :) |
00:54 | Beirdo | hehe |
00:54 | Beirdo | I'm sure the users will find a way |
00:54 | dopester | oh im sure |
00:55 | dopester | dvb eit has all these crazy segmenting of the tables rules i got no examples of in NA so it was just a blind guess... |
00:55 | dopester | well based on specs.. |
00:56 | | * Captain_Murd keeps wanting to say "well, then complain to the FreeBSD folks" whenever he sees that Myth bug titled "FreeBSD does not compile" |
00:56 | Beirdo | specs? who needs those? :) |
00:57 | dopester | no one follows them anyway |
00:57 | Beirdo | Captain_Murdoch: heh, I bet that's easy to fix if they knew what they were doing, or if anyone cared |
00:57 | Captain_Murdo | | :) |
00:57 | Chutt | there's a couple fixes in there, i think |
00:58 | Beirdo | BSD using slightly different system headers... usually easy to fix |
01:03 | Beirdo | why anyone would fight to get V4L running under FreeBSD rather than just using Linux is beyond me |
01:03 | dopester | arrogance? |
01:04 | Beirdo | "See, FreeBSD can do anything Linux can"... Like many of us care :) |
01:04 | Chutt | so, i think i shall buy a mac mini for the bedroom tv |
01:04 | Beirdo | they do look sweet |
01:06 | Beirdo | and cost about what this used iBook did :) |
01:06 | dopester | yeah they do |
01:07 | dopester | my powerbook is still cooler :) |
01:10 | Chutt | bed time for me |
01:10 | Chutt | stupid business trip fucked up my sleep schedule |
01:10 | Chutt | it's close to 'normal' now |
01:10 | Beirdo | you must have crossed timezones then |
01:22 | --- | ---> Achilles` [~achilles@h002078c8df25.ne.client2.attbi.com] has joined #mythtv |
01:23 | --- | <--- Achilles` [~achilles@h002078c8df25.ne.client2.attbi.com] has left #mythtv () |
01:29 | --- | ---> tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has joined #mythtv |
01:29 | --- | <<-- tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has quit (Remote closed the connection) |
01:33 | --- | ---> Husk1 [~tcg@aerg-annexe2.canberra.edu.au] has joined #mythtv |
01:34 | --- | ---> RossTFarian [~ross@c-24-5-9-84.client.comcast.net] has joined #mythtv |
01:35 | --- | User: *** splAt1 is now known as splat1 |
01:59 | --- | ---> redcliffe [~david@203-206-17-139.dyn.iinet.net.au] has joined #mythtv |
02:12 | --- | <<-- laroth_ [~laroth@rtec-ubr1-466.rtecexpress.net] has quit ("Chatzilla 0.9.66 [Mozilla rv:1.7.5/20041107]") |
02:12 | --- | ---> laroth [~lynnr@rtec-ubr1-466.rtecexpress.net] has joined #mythtv |
02:15 | --- | <<-- redcliffe [~david@203-206-17-139.dyn.iinet.net.au] has quit ("Leaving") |
02:47 | --- | ---> Amd-jihad [~user@12-214-79-210.client.mchsi.com] has joined #mythtv |
02:50 | --- | <<-- Amd-jihad [~user@12-214-79-210.client.mchsi.com] has quit ("Using Drifterz MIRC Script ELITE Version 2.51 http://www.drifterz.net") |
02:57 | --- | <<-- o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has quit (Read error: 104 (Connection reset by peer)) |
03:06 | --- | ---> o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has joined #mythtv |
03:17 | --- | User: *** Zoner|away is now known as Zoner |
03:26 | --- | <<-- jeffpc_ [~jeffpc@ool-44c218a8.dyn.optonline.net] has quit (Remote closed the connection) |
03:28 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 54 (Connection reset by peer)) |
03:29 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
03:30 | --- | ---> |oopingz [~loopingz@aline.lille-eurolan.com] has joined #mythtv |
03:34 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 54 (Connection reset by peer)) |
03:35 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
03:37 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
03:37 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
03:41 | --- | <<-- RossTFarian [~ross@c-24-5-9-84.client.comcast.net] has quit ("Leaving") |
03:44 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
03:45 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
03:48 | --- | User: *** Zoner is now known as Zoner|away |
04:11 | --- | <<-- kvandivo [~kvandivo@12-221-105-23.client.insightBB.com] has quit (Read error: 60 (Operation timed out)) |
04:25 | --- | <<-- Torq [~Torq@cpc3-cmbg9-5-0-cust203.cmbg.cable.ntl.com] has quit (Read error: 60 (Operation timed out)) |
04:26 | --- | <<-- o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has quit (Client Quit) |
04:26 | --- | ---> o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has joined #mythtv |
04:30 | --- | ---> gratz|work [~pmgration@msupc11.central.susx.ac.uk] has joined #mythtv |
04:55 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
04:56 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
04:59 | --- | <<-- o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has quit (Client Quit) |
05:05 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
05:05 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
05:07 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
05:07 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
05:12 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
05:13 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
05:15 | --- | ---> o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has joined #mythtv |
05:18 | --- | <<-- choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has quit (Remote closed the connection) |
05:22 | --- | <<-- KaZeR [~kazer@81.80.32.245] has quit (Read error: 104 (Connection reset by peer)) |
05:23 | --- | ---> KaZeR [~kazer@81.80.32.245] has joined #mythtv |
05:26 | --- | <<-- hadees [~hadees@hadees.sustaining.supporter.pdpc] has quit (Read error: 110 (Connection timed out)) |
05:35 | --- | <<-- mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has quit (Read error: 60 (Operation timed out)) |
05:40 | --- | ---> mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #mythtv |
05:49 | --- | ---> KillerBunny [KillerBunn@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
05:59 | --- | ---> choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has joined #mythtv |
06:10 | --- | <<-- IMTheNachoMan [~asdfsdfas@137.155.208.195] has quit (Client Quit) |
06:11 | --- | ---> IMTheNachoMan [~asdfsdfas@137.155.208.195] has joined #mythtv |
06:24 | --- | User: *** Zoner|away is now known as Zoner |
07:08 | --- | User: *** Zoner is now known as Zoner|away |
07:08 | --- | <<-- CanadaBoy [~none@fctnnbsch17-156034208194.nb.aliant.net] has quit (Read error: 110 (Connection timed out)) |
07:24 | --- | User: *** Zoner|away is now known as Zoner |
07:28 | --- | <<-- gratz|work [~pmgration@msupc11.central.susx.ac.uk] has quit (Read error: 104 (Connection reset by peer)) |
07:52 | --- | <<-- Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has quit (Read error: 110 (Connection timed out)) |
07:54 | --- | User: *** Zoner is now known as Zoner|away |
08:06 | --- | <<-- o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has quit (Read error: 104 (Connection reset by peer)) |
08:17 | --- | ---> o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has joined #mythtv |
08:25 | --- | ---> scuzzy [~scuzzy@82.108.166.180] has joined #mythtv |
08:25 | scuzzy | hey |
08:26 | --- | ---> CanadaBoy [~none@fctnnbsch17-156034208194.nb.aliant.net] has joined #mythtv |
08:47 | --- | <<-- o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has quit (Client Quit) |
08:55 | --- | ---> o_cee [~o_cee@h170n2c1o1100.bredband.skanova.com] has joined #mythtv |
09:53 | --- | <<-- NemLappy^ [~Nem@cpc1-cmbg5-5-0-cust86.cmbg.cable.ntl.com] has quit (Remote closed the connection) |
09:54 | --- | ---> Torq [~Torq@wlan-gw.cup.cam.ac.uk] has joined #mythtv |
09:54 | --- | Netsplit zelazny.freenode.net <-> irc.freenode.net quits: KaZeR |
09:57 | --- | <<-- IMTheNachoMan [~asdfsdfas@137.155.208.195] has quit (Client Quit) |
10:01 | --- | Netsplit over, joins: KaZeR |
10:14 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
10:23 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
10:32 | --- | <<-- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has quit (Read error: 104 (Connection reset by peer)) |
10:37 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
10:37 | --- | <<-- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has quit (Read error: 104 (Connection reset by peer)) |
10:46 | --- | ---> Roots^ [Mani@cpc1-with2-5-0-cust26.bagu.cable.ntl.com] has joined #mythtv |
10:49 | --- | ---> riksta [~rick@81-178-234-208.dsl.pipex.com] has joined #mythtv |
10:59 | --- | ---> mecraw_ [~lmarlow@69.2.235.2] has joined #mythtv |
11:02 | --- | <<-- dja [~alden@140.254.93.75] has quit (Read error: 110 (Connection timed out)) |
11:33 | --- | <--- gr8nash [~basketoju@mamabear.si-forest.com] has left #mythtv () |
11:33 | --- | ---> gr8nash [~basketoju@mamabear.si-forest.com] has joined #mythtv |
11:41 | --- | ---> dja [~alden@zaphod.math.ohio-state.edu] has joined #mythtv |
12:04 | --- | <<-- Torq [~Torq@wlan-gw.cup.cam.ac.uk] has quit (Read error: 113 (No route to host)) |
12:16 | --- | ---> infinite [~infinite@pcp01272783pcs.mobilh01.al.comcast.net] has joined #mythtv |
12:17 | infinite | hey dudes got an ivtv question .. i am trying to configure ivtv for the first time but apt-get didn't install ivtvctl.. any ideas? |
12:19 | --- | <--- infinite [~infinite@pcp01272783pcs.mobilh01.al.comcast.net] has left #mythtv ("Leaving") |
12:21 | --- | ---> AluCarD_ [~AluCarD__@ANancy-152-1-13-137.w83-194.abo.wanadoo.fr] has joined #mythtv |
12:23 | AluCarD_ | hello |
12:23 | AluCarD_ | I have a problem |
12:24 | AluCarD_ | like this 2005-01-18 18:24:18 dropping back audio_buffer_unused |
12:24 | AluCarD_ | do you underst\xE9and this ? |
12:24 | | * Beirdo points at the topic |
12:25 | AluCarD_ | oups sorry |
12:37 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
12:38 | --- | <<-- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has quit (Read error: 104 (Connection reset by peer)) |
12:38 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
12:49 | --- | <<-- AluCarD_ [~AluCarD__@ANancy-152-1-13-137.w83-194.abo.wanadoo.fr] has quit (Remote closed the connection) |
12:54 | --- | <--- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has left #mythtv () |
13:03 | --- | <<-- drd [~cooter@12-220-25-191.client.insightBB.com] has quit (Remote closed the connection) |
13:06 | --- | ---> NemLappy^ [~Nem@cpc1-cmbg5-5-0-cust86.cmbg.cable.ntl.com] has joined #mythtv |
13:07 | --- | ---> stoffel [~sfr@p508AB7C8.dip.t-dialin.net] has joined #mythtv |
13:18 | --- | ---> gr0mit_home [~wendolene@router1.txrx.org.uk] has joined #mythtv |
13:21 | --- | ---> Bicster [~Bicster@bicster.user] has joined #mythtv |
13:21 | --- | <--- Bicster [~Bicster@bicster.user] has left #mythtv ("leaving") |
13:23 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit ("User disconnected") |
13:27 | --- | ---> wheels16 [~henn16@London-HSE-ppp3544338.sympatico.ca] has joined #mythtv |
13:52 | --- | <<-- wheels16 [~henn16@London-HSE-ppp3544338.sympatico.ca] has quit () |
13:59 | --- | <<-- choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has quit (Remote closed the connection) |
14:09 | --- | ---> Torq [~Torq@cpc3-cmbg9-5-0-cust203.cmbg.cable.ntl.com] has joined #mythtv |
14:21 | --- | ---> tmk [~tmk@c-24-7-112-40.client.comcast.net] has joined #mythtv |
14:21 | tmk | sup chutt |
14:21 | tmk | how's life |
14:21 | Chutt | good |
14:22 | Chutt | working a lot |
14:23 | Torq | me too |
14:24 | tmk | i finally had to let go of 2.4 |
14:24 | tmk | got a new pvr250 (RMA) and the tuner wasn't in the older kernels |
14:24 | Chutt | heh |
14:26 | tmk | did that guy ever get the radio on the pvr's integrated into myth? |
14:26 | tmk | i saw a post about that a while back but never saw any follow-up |
14:26 | Chutt | not that i'm aware of |
14:29 | --- | ---> namuch [~namuch@ip68-228-229-65.ph.ph.cox.net] has joined #mythtv |
14:30 | --- | <--- namuch [~namuch@ip68-228-229-65.ph.ph.cox.net] has left #mythtv () |
14:32 | --- | ---> hadees [~hadees@cs7011320-102.austin.rr.com] has joined #mythtv |
14:32 | --- | <<-- orion2012 [~orion@cs666983-49.satx.rr.com] has quit (Connection timed out) |
14:32 | --- | ---> orion2012 [~orion@cs666983-49.satx.rr.com] has joined #mythtv |
14:36 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
14:48 | --- | ---> choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has joined #mythtv |
14:57 | --- | ---> trez [~trez@lgh255.37an.net] has joined #mythtv |
15:09 | --- | ---> hadeees [~hadees@dsl001-130-101.aus1.dsl.speakeasy.net] has joined #mythtv |
15:10 | --- | <<-- hadees [~hadees@hadees.sustaining.supporter.pdpc] has quit (Read error: 110 (Connection timed out)) |
15:25 | --- | <<-- choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has quit (Remote closed the connection) |
15:26 | --- | <<-- tmk [~tmk@c-24-7-112-40.client.comcast.net] has quit ("Client exiting") |
15:27 | --- | ---> [og]vizionary [~viper@65.77.164.38] has joined #mythtv |
15:41 | --- | ---> omry [~Omry@IGLD-83-130-50-237.inter.net.il] has joined #mythtv |
15:41 | omry | hi, I want to buy a cheap video card with descent video out (s-video), the machine will run linux, so it should have drivers for it. any suggestions? |
15:43 | Beirdo | yeah, read the topic |
15:43 | omry | sorry. |
15:47 | --- | ---> niktaris [~niktaris@vdp022.her01.cas.hol.gr] has joined #mythtv |
15:49 | --- | <<-- TheWildgoose [~mirc@xunil.mail.wildgooses.com] has quit (Read error: 104 (Connection reset by peer)) |
15:52 | --- | <--- omry [~Omry@IGLD-83-130-50-237.inter.net.il] has left #mythtv ("Leaving") |
15:53 | --- | ---> wswanson [~wswanson@ip68-3-89-38.ph.ph.cox.net] has joined #mythtv |
16:16 | --- | <<-- KillerBunny [KillerBunn@port149.ds1-arno.adsl.cybercity.dk] has quit (Read error: 104 (Connection reset by peer)) |
16:23 | --- | ---> NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has joined #mythtv |
16:29 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit (Client Quit) |
16:30 | --- | ---> NightMonkey [~NightMonk@node-40240492.sfo.onnet.us.uu.net] has joined #mythtv |
16:31 | --- | ---> gom [~gom@l11v-2-228.d2.club-internet.fr] has joined #mythtv |
16:32 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit (Client Quit) |
16:34 | --- | User: *** Zoner|away is now known as Zoner |
16:42 | --- | ---> KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
16:43 | --- | ---> NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has joined #mythtv |
16:43 | --- | <<-- niktaris [~niktaris@vdp022.her01.cas.hol.gr] has quit ("Leaving") |
16:43 | --- | ---> drd [~cooter@12-220-25-191.client.insightBB.com] has joined #mythtv |
16:48 | --- | <<-- drd [~cooter@12-220-25-191.client.insightBB.com] has quit (Remote closed the connection) |
16:54 | --- | ---> choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has joined #mythtv |
17:25 | --- | User: *** splat1 is now known as splAt1 |
17:26 | --- | <<-- gr8nash [~basketoju@mamabear.si-forest.com] has quit (Read error: 54 (Connection reset by peer)) |
17:28 | --- | ---> Jayakumar_ [~Jayakumar@ns1.clipsalportal.com] has joined #mythtv |
17:28 | --- | <<-- Jayakumar [~Jayakumar@ns1.clipsalportal.com] has quit (Read error: 104 (Connection reset by peer)) |
17:35 | --- | User: *** Zoner is now known as Zoner|away |
17:39 | --- | ---> superguy [~superguy@pcp01272783pcs.mobilh01.al.comcast.net] has joined #mythtv |
17:39 | --- | <--- superguy [~superguy@pcp01272783pcs.mobilh01.al.comcast.net] has left #mythtv ("Leaving") |
17:39 | --- | <<-- gr0mit_home [~wendolene@router1.txrx.org.uk] has quit ("User pushed the X - because it's Xtra, baby") |
18:02 | --- | <<-- hadeees [~hadees@dsl001-130-101.aus1.dsl.speakeasy.net] has quit (Read error: 110 (Connection timed out)) |
18:05 | --- | <<-- gom [~gom@l11v-2-228.d2.club-internet.fr] has quit (Read error: 104 (Connection reset by peer)) |
18:13 | --- | <<-- LLyric [~simon@qs.fifthweb.net] has quit ("Leaving") |
18:18 | --- | <<-- NemLappy^ [~Nem@cpc1-cmbg5-5-0-cust86.cmbg.cable.ntl.com] has quit (Read error: 110 (Connection timed out)) |
18:19 | dopester | captain_murdoch: you around? |
18:23 | Dibblah | captain_murdoch: Just a quick positive result to the new 'all' commflag stuff from the UK. Works a lot better than all the old methods. |
18:31 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit ("User disconnected") |
18:37 | --- | ---> hadees [~hadees@hadees.sustaining.supporter.pdpc] has joined #mythtv |
18:48 | --- | ---> gr8nash [~basketoju@mamabear.si-forest.com] has joined #mythtv |
18:58 | --- | ---> kvandivo [~kvandivo@12-221-105-23.client.insightBB.com] has joined #mythtv |
19:10 | --- | <<-- CanadaBoy [~none@fctnnbsch17-156034208194.nb.aliant.net] has quit (Read error: 60 (Operation timed out)) |
19:35 | --- | <<-- Akhorahil [~akhorahil@co125697-a.almel1.ov.home.nl] has quit (Connection timed out) |
19:36 | --- | <<-- levon [~levon@83.137.99.168] has quit ("bye bye") |
19:39 | --- | ---> drd [~cooter@12-220-25-191.client.insightBB.com] has joined #mythtv |
20:23 | --- | <<-- mecraw_ [~lmarlow@69.2.235.2] has quit ("Trillian (http://www.ceruleanstudios.com)") |
20:32 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit (Client Quit) |
20:32 | --- | ---> NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has joined #mythtv |
20:39 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit (Client Quit) |
20:39 | --- | ---> NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has joined #mythtv |
20:42 | --- | ---> trez_ [~trez@lgh255.37an.net] has joined #mythtv |
20:55 | --- | Netsplit zelazny.freenode.net <-> irc.freenode.net quits: dja, KaZeR |
20:55 | --- | <<-- trez [~trez@lgh255.37an.net] has quit (Read error: 110 (Connection timed out)) |
21:00 | --- | Netsplit over, joins: dja, KaZeR |
21:01 | --- | ---> CanadaBoy [~none@fctnnbsch17-156034208194.nb.aliant.net] has joined #mythtv |
21:03 | mdz | Chutt: around? |
21:05 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
21:06 | --- | <<-- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has quit (Read error: 104 (Connection reset by peer)) |
21:06 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
21:09 | --- | <<-- MajestiK [~MajestiK@S01060800208687ec.ed.shawcable.net] has quit ("leaving") |
21:09 | --- | ---> MajestiK [~MajestiK@S01060800208687ec.ed.shawcable.net] has joined #mythtv |
21:09 | --- | <<-- KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has quit (Read error: 104 (Connection reset by peer)) |
21:10 | --- | <<-- Torq [~Torq@cpc3-cmbg9-5-0-cust203.cmbg.cable.ntl.com] has quit (Read error: 110 (Connection timed out)) |
21:13 | --- | ---> equuelu1 [~mrom@c-67-165-105-41.client.comcast.net] has joined #mythtv |
21:20 | --- | ---> Torq [~Torq@dhcp-154-200.cup.cam.ac.uk] has joined #mythtv |
21:21 | --- | ---> Xenomorph [~Xenomorph@adsl-068-209-141-224.sip.chs.bellsouth.net] has joined #mythtv |
21:21 | Xenomorph | evening everyone |
21:22 | Xenomorph | just wondering if the pvr-150 lp is supported yet...I know someone was working on a fix for ivtv |
21:24 | --- | <<-- streamtrade [~jsass@dpc6682057202.direcpc.com] has quit (Connection timed out) |
21:25 | --- | <--- Xenomorph [~Xenomorph@adsl-068-209-141-224.sip.chs.bellsouth.net] has left #mythtv ("Leaving") |
21:26 | --- | ---> Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has joined #mythtv |
21:31 | --- | ---> flindet [~flindet@c-24-10-60-32.client.comcast.net] has joined #mythtv |
21:41 | Chutt | mdz, on and off |
21:43 | --- | <--- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has left #mythtv () |
21:45 | --- | ---> G-funk [~hatlevip@dsl-152-134.resnet.purdue.edu] has joined #mythtv |
21:46 | --- | <<-- trez_ [~trez@lgh255.37an.net] has quit (Read error: 104 (Connection reset by peer)) |
21:47 | --- | ---> trez [~trez@lgh255.37an.net] has joined #mythtv |
21:53 | Captain_Murdo | | Dibblah: thanks. still a bit of tweaking to do, but glad it seems to be going in the right direction. |
21:53 | --- | ---> Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has joined #mythtv |
21:54 | --- | <<-- Anduin [~awithers@roc-24-169-110-95.rochester.rr.com] has quit (Read error: 54 (Connection reset by peer)) |
22:27 | --- | <<-- trez [~trez@lgh255.37an.net] has quit (Read error: 60 (Operation timed out)) |
22:28 | --- | ---> trez [~trez@lgh255.37an.net] has joined #mythtv |
22:30 | --- | <<-- Roots^ [Mani@cpc1-with2-5-0-cust26.bagu.cable.ntl.com] has quit (Read error: 104 (Connection reset by peer)) |
22:38 | --- | <<-- Torq [~Torq@dhcp-154-200.cup.cam.ac.uk] has quit (Read error: 60 (Operation timed out)) |
22:40 | NightMonkey | Hello. Apologies if this is inappropriate here, but I was wondering if there's been any discussion of integrating MythStreamTV into the mainline MythTV CVS? That, and a Myth-ified DVD burning interface will complete my Myth needs. |
22:40 | NightMonkey | I checked the mailing list, but thought there might also be some "back-channel" discussions. |
22:53 | mdz | Chutt: I always use find one recordings to record movies, so I don't really care about when they're scheduled, so i wanted something like the existing movies search list, but which only displays each title once. Assuming no one has done this already in CVS, what do you think would be the best way to do it? |
22:53 | mdz | Chutt: as a separate list? an option for the existing movies list? |
22:53 | --- | ---> Torq [~Torq@cpc3-cmbg9-5-0-cust203.cmbg.cable.ntl.com] has joined #mythtv |
22:59 | --- | <<-- trez [~trez@lgh255.37an.net] has quit (Read error: 104 (Connection reset by peer)) |
22:59 | --- | ---> trez [~trez@lgh255.37an.net] has joined #mythtv |
23:01 | Captain_Murdo | | mdz, might be nice if the existing search results screens had the option to just display unique titles possibly alphabetically instead of by date. |
23:05 | mdz | Captain_Murdoch: yeah, would be nice to have the same functionality in other lists maybe |
23:05 | Chutt | heh |
23:06 | Chutt | hooked up a pair of my old speakers |
23:06 | Chutt | now i've got 7.1 =) |
23:06 | mdz | Captain_Murdoch: was thinking about whether it should be a toggle on those screens, or a separate function |
23:07 | Chutt | there is that next/prev view buttons |
23:07 | Captain_Murdo | | cool. I wired my new room for 6.1 in the walls/ceiling, now just need to order the rest of my speakers. found 1 pair on clearance, need the other 4 in-wall/ceiling and subwoofer. |
23:07 | Chutt | but those might be used for something else |
23:11 | --- | <<-- trez [~trez@lgh255.37an.net] has quit (Remote closed the connection) |
23:11 | --- | ---> trez [~trez@lgh255.37an.net] has joined #mythtv |
23:14 | Captain_Murdo | | haven't worked on those screens but it probably could be hooked in fairly easily. could give the option of switching modes while on the screen or going into a different mode based upon how you entered the screen. or remember the user's current mode like the priorities screen. |
23:14 | --- | <<-- dopester [~dopester@user-0c8hs63.cable.mindspring.com] has quit (Read error: 60 (Operation timed out)) |
23:23 | --- | ---> LLyric [~simon@qs.fifthweb.net] has joined #mythtv |
23:34 | --- | ---> h2 [~h2@user-0cdvd2q.cable.mindspring.com] has joined #mythtv |
23:35 | --- | <--- h2 [~h2@user-0cdvd2q.cable.mindspring.com] has left #mythtv ("Leaving") |
23:39 | --- | ---> choenig_ [~choenig@p509264AA.dip.t-dialin.net] has joined #mythtv |
23:40 | --- | <<-- trez [~trez@lgh255.37an.net] has quit (Read error: 113 (No route to host)) |
23:40 | --- | <<-- choenig [~choenig@pD95F9ACE.dip.t-dialin.net] has quit (Read error: 110 (Connection timed out)) |
23:45 | --- | ---> trez [~trez@lgh255.37an.net] has joined #mythtv |
23:46 | --- | ---> Tommck [~tommck@dpc691923247.direcpc.com] has joined #mythtv |
23:49 | --- | <--- Tommck [~tommck@dpc691923247.direcpc.com] has left #mythtv () |
23:50 | --- | ---> dmakalsky [dmakalsky@CPE00095baac401-CM001225419966.cpe.net.cable.rogers.com] has joined #mythtv |
23:53 | --- | ---> cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has joined #mythtv |
23:54 | --- | <<-- dmakalsky [dmakalsky@CPE00095baac401-CM001225419966.cpe.net.cable.rogers.com] has quit (Client Quit) |
--- | Log | closed Wed Jan 19 00:00:16 2005 |