| --- | Log | opened Sun Mar 21 00:00:49 2004 |
| 00:17 | --- | <<-- Morph [gareth@207.151.143.148] has quit ("leaving") |
| 00:29 | thor | <Chutt> qptrlist sucks. |
| 00:29 | thor | heh |
| 00:31 | mikegrb | <thor> heh |
| 00:31 | mikegrb | heh |
| 00:47 | Chutt | yay, moving items in the playlist works now |
| 00:47 | thor | heh |
| 00:47 | Chutt | well, the graphical part of it |
| 00:47 | Chutt | i need to update the generictree list, but that should be cut'n'paste, almost |
| 00:48 | thor | you have a way to prune a GenericTree already ? |
| 00:48 | Chutt | prune? |
| 00:49 | thor | cut parts of it off |
| 00:49 | Chutt | i can remove items, yeah |
| 00:49 | thor | looking forward to seeing this |
| 00:49 | Chutt | unless you're meaning something different |
| 00:50 | Chutt | hrm |
| 00:50 | thor | no, nothing complicated |
| 00:50 | Chutt | only problem is the multiple lists in generic tree |
| 00:50 | Chutt | what to do about those.. |
| 00:50 | Chutt | re moving an item around |
| 00:51 | thor | hmmm |
| 00:51 | Chutt | i know |
| 00:51 | Chutt | i'll just have a comment 'only affects m_subnodes' |
| 00:51 | thor | heh |
| 00:52 | thor | unless you get my parent() |
| 00:52 | thor | err, nm |
| 00:55 | Chutt | heh |
| 00:55 | Chutt | just seems a tiny bit silly, here |
| 00:56 | Chutt | the thing's swapping items in _3_ lists |
| 00:56 | Chutt | the playlist object's, the generictree's, and the ui's |
| 00:56 | Chutt | would be nice if those were all o(1) instead of each being o(n) |
| 00:56 | thor | heh |
| 00:56 | thor | doesn't seem quite right |
| 00:56 | thor | but wait for the mfd |
| 00:57 | Chutt | well |
| 00:57 | Chutt | that might get rid of one |
| 00:57 | Chutt | but.. |
| 00:57 | Chutt | i dunno |
| 00:57 | thor | and add 12 more |
| 00:57 | thor | :-) |
| 00:57 | Chutt | qlistview implements itself as just singly linked list |
| 00:59 | Chutt | or, i suppose i could rewrite this to use list<> |
| 01:00 | thor | just the STL list<> |
| 01:00 | Chutt | yeah |
| 01:00 | Chutt | ok, this seems to work |
| 01:01 | Chutt | and i think i have all the functionality from before |
| 01:01 | thor | lists within lists ? |
| 01:01 | Chutt | supposedly |
| 01:02 | thor | (and some check somewhere that you can't put a list onto a list if _this_ lists is already on _that_ list |
| 01:02 | thor | ) |
| 01:02 | Chutt | ah |
| 01:02 | thor | ie. no infinite recursion |
| 01:02 | Chutt | lists within lists aren't deselecting the child lists properly |
| 01:03 | Chutt | hrm |
| 01:03 | Chutt | wait, i think it is |
| 01:03 | thor | or if this list is on some other list which, in turn, is already on _that_ list |
| 01:03 | thor | and so on |
| 01:04 | Chutt | if i have lists a and b |
| 01:04 | Chutt | c contains a + b |
| 01:04 | Chutt | i can make a new list that contains a + b + c |
| 01:04 | thor | yes |
| 01:04 | Chutt | if i then copy a to the active list |
| 01:04 | Chutt | it greys out a and c |
| 01:04 | Chutt | that seems right |
| 01:05 | thor | yep |
| 01:05 | Chutt | and d |
| 01:05 | Chutt | ok, looks like this workd |
| 01:05 | Chutt | works |
| 01:05 | Chutt | maybe i'll commit |
| 01:05 | Chutt | no info on the bottom yet |
| 01:06 | thor | d being a + b + c ? |
| 01:06 | Chutt | yeah |
| 01:06 | thor | right |
| 01:06 | thor | sure, commit |
| 01:06 | thor | that'll freak people out |
| 01:06 | thor | :-) |
| 01:07 | Chutt | 12 files changed, 1301 insertions(+), 112 deletions(-) |
| 01:07 | Chutt | 13 files changed, 639 insertions(+), 917 deletions(-) |
| 01:07 | Chutt | so, a tiny bit of code, really |
| 01:08 | thor | heh |
| 01:08 | Chutt | oh, i need to update gant first |
| 01:08 | thor | commit would (I assume) include lib changes UIbtnListType ? |
| 01:08 | Chutt | yeah |
| 01:08 | thor | cool |
| 01:08 | Chutt | that first line there was the diffstat output for libmyth |
| 01:08 | Chutt | second's mythmusic |
| 01:09 | thor | right |
| 01:09 | thor | excellent |
| 01:11 | Chutt | it's pretty easy to use |
| 01:11 | Chutt | just need to manually tell it when to update, sometimes |
| 01:11 | Chutt | when you change the properties of a child generic tree |
| 01:12 | Chutt | i should probably make that automatic |
| 01:13 | Chutt | oh |
| 01:13 | Chutt | i should probably make sure i didn't break mythnews |
| 01:13 | Chutt | before i commit anything |
| 01:14 | thor | if you have a chance at some point, try out the new mfe code ... I tested it here with DNS turned off everything worked really well |
| 01:15 | Chutt | i'll try to tomorrow |
| 01:15 | Chutt | it's time i went to bed, soon |
| 01:15 | thor | cool |
| 01:15 | thor | yup |
| 01:18 | --- | <<-- billytwowilly [~chris@h24-66-18-138.ed.shawcable.net] has quit ("Leaving") |
| 01:21 | Chutt | libmyth changes are in |
| 01:21 | thor | woo hoo |
| 01:23 | Chutt | mythmusic changes are in too |
| 01:23 | thor | (woo hoo)^woo hoo |
| 01:23 | Chutt | eh |
| 01:23 | Chutt | heh |
| 01:24 | Chutt | lemme know what you think |
| 01:24 | thor | yup |
| 01:24 | thor | just fixing some more CTRL-C mischief, then I'll set it building |
| 01:25 | Chutt | cool. |
| 01:25 | Chutt | heh |
| 01:25 | Chutt | it's actually slightly more code than the managedtree |
| 01:26 | thor | that's surprising |
| 01:26 | thor | given how long and hopeless managedtree::draw() is |
| 01:27 | --- | ---> hadees [~hadees@pcp01500034pcs.univde01.de.comcast.net] has joined #mythtv |
| 01:39 | --- | ---> pcjabber [PCjabber@ilm56-220-071.ec.rr.com] has joined #mythtv |
| 01:40 | pcjabber | anyone around? |
| 01:40 | | * thor is just about go to bed |
| 01:42 | pcjabber | do you use a PVR x50? |
| 01:43 | pcjabber | nm, got the answer from IVTVs page |
| 01:44 | pcjabber | its too late, need to sleep =) |
| 01:44 | | * pcjabber is away: catching some zzzzz's, /msg me if you need me |
| 01:46 | | * pcjabber is back (gone 00:01:49) |
| 02:01 | --- | <<-- G-funk [~hatlevip@dsl-152-134.resnet.purdue.edu] has quit ("Leaving") |
| 02:14 | --- | <<-- cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has quit (Remote closed the connection) |
| 02:15 | | * pcjabber is away: Sorry, AFK atm...Will be back soon! (XChat 2.0.7) |
| 02:15 | | * pcjabber is back (gone 00:00:05) |
| 02:15 | | * pcjabber is away: Catching some zzzz's, /msg me if you need me |
| 02:27 | --- | ---> G-funk [~hatlevip@dsl-152-134.resnet.purdue.edu] has joined #mythtv |
| 02:29 | --- | <<-- FryGuy [~fryguy@c-24-2-50-122.client.comcast.net] has quit (Read error: 54 (Connection reset by peer)) |
| 02:34 | --- | <<-- G-funk [~hatlevip@dsl-152-134.resnet.purdue.edu] has quit ("Leaving") |
| 02:40 | --- | ---> sfr_ [~sfr@pD95EA56B.dip.t-dialin.net] has joined #mythtv |
| 02:46 | --- | <--- term [~term@pcp220508pcs.elkrdg01.md.comcast.net] has left #mythtv () |
| 02:52 | --- | <<-- _rkulagow [~rkulagow@c-24-7-220-28.client.comcast.net] has quit (Read error: 110 (Connection timed out)) |
| 02:53 | --- | ---> _rkulagow [~rkulagow@c-24-7-220-28.client.comcast.net] has joined #mythtv |
| 03:01 | --- | ---> Morph [gareth@207.151.143.148] has joined #mythtv |
| 03:44 | --- | <<-- mythme [~mythtv@cpe-66-1-180-69.ut.sprintbbd.net] has quit ("Client exiting") |
| 04:12 | --- | ---> tetsu0 [~tetsuo@219.95.194.200] has joined #mythtv |
| 04:13 | tetsu0 | im new in mythtv. the project is in good shape :). one question: wat if i have a lcd tv? do i have to buy another tv tuner device? |
| 04:13 | --- | ---> Drikus_ [~Drikus@cc45940-a.deven1.ov.home.nl] has joined #mythtv |
| 04:15 | tetsu0 | anyone can help me? |
| 04:17 | sfr_ | tetsu0: you either need a supported capture card and an external set-top box with tuner or a card with integrated tuner. |
| 04:21 | tetsu0 | i c thanks |
| 04:45 | --- | <<-- sfr_ [~sfr@pD95EA56B.dip.t-dialin.net] has quit (Remote closed the connection) |
| 04:54 | --- | <<-- tetsu0 [~tetsuo@219.95.194.200] has quit (Read error: 60 (Operation timed out)) |
| 05:03 | --- | ---> sfr [~sfr@pD95EA56B.dip.t-dialin.net] has joined #mythtv |
| 05:12 | --- | <<-- Sir-Al [~EXiT@24.81.252.139] has quit (Read error: 104 (Connection reset by peer)) |
| 05:12 | --- | ---> Sir-Al [~EXiT@24.81.252.139] has joined #mythtv |
| 05:17 | --- | ---> choenig [~choenig@p50925E01.dip.t-dialin.net] has joined #mythtv |
| 05:54 | --- | ---> neep [~dave@d307-ps0-mel.alphalink.com.au] has joined #mythtv |
| 06:12 | --- | <<-- sfr [~sfr@pD95EA56B.dip.t-dialin.net] has quit (Read error: 60 (Operation timed out)) |
| 06:12 | --- | <<-- decoy [~decoy@D5769C36.kabel.telenet.be] has quit (Read error: 54 (Connection reset by peer)) |
| 06:20 | --- | ---> sfr [~sfr@p508AB059.dip.t-dialin.net] has joined #mythtv |
| 06:31 | --- | ---> killerbun [killerbunn@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
| 06:31 | --- | <<-- killerbun [killerbunn@port149.ds1-arno.adsl.cybercity.dk] has quit (Client Quit) |
| 06:32 | --- | <<-- neep [~dave@d307-ps0-mel.alphalink.com.au] has quit ("moo?") |
| 06:43 | --- | <<-- Racer [~t@cc96378-a.hnglo1.ov.home.nl] has quit () |
| 06:56 | --- | <<-- sfr [~sfr@p508AB059.dip.t-dialin.net] has quit (Remote closed the connection) |
| 07:21 | --- | ---> gfiend [~donavan@sdn-ap-027ilchicP0361.dialsprint.net] has joined #mythtv |
| 07:24 | --- | <<-- Drikus_ [~Drikus@cc45940-a.deven1.ov.home.nl] has quit ("toedeledoki") |
| 07:41 | --- | <<-- GeckoFiend [~donavan@sdn-ap-023ilchicP0275.dialsprint.net] has quit (Read error: 113 (No route to host)) |
| 07:45 | --- | <<-- gfiend [~donavan@sdn-ap-027ilchicP0361.dialsprint.net] has quit ("Leaving") |
| 07:47 | --- | ---> GeckoFiend [~donavan@sdn-ap-027ilchicP0361.dialsprint.net] has joined #mythtv |
| 07:49 | --- | <<-- enki [~enki@rdu57-34-201.nc.rr.com] has quit ("Well it sure beats a sharp stick in the eye!") |
| 07:52 | --- | ---> sfr [~sfr@p508AB059.dip.t-dialin.net] has joined #mythtv |
| 07:54 | --- | ---> enki [~enki@rdu57-34-201.nc.rr.com] has joined #mythtv |
| 08:28 | --- | <<-- sfr [~sfr@p508AB059.dip.t-dialin.net] has quit ("Client exiting") |
| 08:42 | --- | <<-- silas [foobar@dhcp065-024-069-196.columbus.rr.com] has quit (Client Quit) |
| 09:17 | --- | ---> Drikus_ [~Drikus@cc45940-a.deven1.ov.home.nl] has joined #mythtv |
| 09:45 | --- | ---> nox-mm [~none@hlfxns01be7-142177036164.ns.aliant.net] has joined #mythtv |
| 10:06 | --- | ---> sfr [~sfr@p508AB059.dip.t-dialin.net] has joined #mythtv |
| 10:12 | --- | <<-- choenig [~choenig@p50925E01.dip.t-dialin.net] has quit (Remote closed the connection) |
| 10:26 | --- | ---> silas [foobar@dhcp065-024-069-196.columbus.rr.com] has joined #mythtv |
| 10:55 | --- | ---> gerhard [~chatzilla@159.80-202-173.nextgentel.com] has joined #mythtv |
| 10:58 | --- | ---> hardwir3d [~hardwired@217-162-152-5.dclient.hispeed.ch] has joined #mythtv |
| 11:02 | --- | ---> nou [~no@3ffe:bc0:595:1:0:0:0:1] has joined #mythtv |
| 11:04 | --- | ---> dcas [~dan@ip68-14-68-114.ri.ri.cox.net] has joined #mythtv |
| 11:16 | --- | <<-- gerhard [~chatzilla@159.80-202-173.nextgentel.com] has quit (Read error: 110 (Connection timed out)) |
| 11:21 | | * pcjabber is back (gone 09:05:34) |
| 11:21 | mikegrb | thanks for letting us know |
| 11:22 | pcjabber | hmm? |
| 11:23 | hardwir3d | heh |
| 11:23 | pcjabber | i |
| 11:23 | sfr | aha |
| 11:23 | pcjabber | my client tells all that i am back and how long i was gone |
| 11:23 | pcjabber | i think its a privacy problem =) |
| 11:23 | mikegrb | not by default, for a reason |
| 11:23 | pcjabber | it is by default, unless there is a config option |
| 11:24 | pcjabber | it is XChat 2.0.7 |
| 11:24 | mikegrb | not in xchat |
| 11:24 | mikegrb | you have to tell it to do that |
| 11:24 | pcjabber | i didnt |
| 11:24 | mikegrb | it is disabled by default |
| 11:24 | hardwir3d | it's not enabled by default in xchat |
| 11:25 | pcjabber | i think i found the config option and ticked the box off, but i didnt even touch that tab of XChat's config |
| 12:25 | --- | ---> cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has joined #mythtv |
| 12:56 | jams | anybody else here experiance problems getting the lastest cvs mythmusic to run? |
| 12:57 | GeckoFiend | You need to have music-ui.xml in your theme directory |
| 12:59 | jams | hmm thought I did that, let me double check. |
| 13:01 | jams | yep it's there,checked out at the same time mythmusic was |
| 13:01 | jams | undefined symbol: _Z21cddb_write_serverlist9cddb_conf15cddb_serverlist11cddb_server |
| 13:01 | jams | that's the message i get |
| 13:04 | --- | ---> engie [~steve@englishfamily.plus.com] has joined #mythtv |
| 13:17 | Chutt | that's not changed at all |
| 13:17 | Chutt | there's occasional reports of that cddb stuff, but i've never seen it |
| 13:17 | jams | funny it worked before, must be something i did :) |
| 13:18 | jams | i will keep poking at it |
| 13:19 | _rkulagow | chutt: docs sync please. (uploading now) |
| 13:19 | hardwir3d | or try punching if poking isn't enough :) |
| 13:20 | jams | hardwir3d, hope it doesn't get to that |
| 13:25 | --- | <--- jams [~jams@adsl-68-75-69-86.dsl.milwwi.ameritech.net] has left #mythtv ("Leaving") |
| 13:30 | --- | ---> jams [~jams@adsl-68-75-69-86.dsl.milwwi.ameritech.net] has joined #mythtv |
| 13:32 | --- | ---> FryGuy [~fryguy@c-24-2-50-122.client.comcast.net] has joined #mythtv |
| 13:44 | thor | Claus seems to have a copy of stan's spell checker |
| 13:45 | Chutt | rkulagow, done |
| 13:49 | cmorgan | thor: hah |
| 13:55 | --- | <<-- hadees [~hadees@pcp01500034pcs.univde01.de.comcast.net] has quit (Read error: 60 (Operation timed out)) |
| 14:07 | jams | changing libcdaudio to .99-4 fixed the cddb problem, now on to QObject::connect: No such slot PlaybackBox::handleTreeListSignals(int,IntVector*) errors |
| 14:16 | pcjabber | OT question: how do i unfreeze the terminal after pressing ^Z |
| 14:16 | pcjabber | I did that on accident while editing my XF86Config file, and if i kill it, i will lose 15 minutes of changes |
| 14:18 | GeckoFiend | type "fg" |
| 14:18 | pcjabber | it was actually ^S that i pressed, i remembered, it is ^Q to get out of that |
| 14:19 | pcjabber | i thought it was ^Z since i was touch-typing, and didnt really feel where my finger went |
| 14:19 | --- | <<-- anduin [~awithers@65.86.80.34] has quit () |
| 14:21 | thor | Chutt, selecting "All My Playlists" when I have no playlists generates: playlist.o: Not sure how I got 0 as a track number, but it ain't good |
| 14:21 | thor | otherwise, seems to work very well |
| 14:23 | thor | the outrageously cool thing to do, of course, would be to animate right arrow presses when you're already on the right most part of the screen |
| 14:24 | thor | everything slides to the left, then sub nodes open on the right |
| 14:25 | --- | ---> anduin [~awithers@ns1.anduin.com] has joined #mythtv |
| 14:54 | --- | ---> choenig [~choenig@p50925E01.dip.t-dialin.net] has joined #mythtv |
| 15:01 | --- | ---> josephk_ [~josephk@pool-162-83-158-188.ny5030.east.verizon.net] has joined #mythtv |
| 15:04 | --- | <<-- josephk [~josephk@pool-162-83-131-160.ny5030.east.verizon.net] has quit (Read error: 60 (Operation timed out)) |
| 15:09 | --- | ---> orangey [~orangey@dsl-207-112-45-88.tor.primus.ca] has joined #mythtv |
| 15:10 | orangey | hey guys! |
| 15:10 | orangey | any users of nuvexport out here? |
| 15:10 | orangey | I'm having some problems.. |
| 15:10 | orangey | but first, a question: does nuvexport work if I don't encode in mp2? |
| 15:10 | orangey | (i.e., a pvr250 or what not?) |
| 15:14 | orangey | oops. |
| 15:14 | orangey | didn't have ffmpeg installed : ) |
| 15:14 | orangey | who'd have thunk? : ) |
| 15:14 | --- | <<-- silas [foobar@dhcp065-024-069-196.columbus.rr.com] has quit (Client Quit) |
| 15:29 | --- | <<-- hardwir3d [~hardwired@217-162-152-5.dclient.hispeed.ch] has quit ("*plopp*") |
| 15:34 | --- | <<-- orangey [~orangey@dsl-207-112-45-88.tor.primus.ca] has quit ("Leaving") |
| 15:41 | --- | ---> hardwir3d [~hardwired@217-162-152-5.dclient.hispeed.ch] has joined #mythtv |
| 15:48 | Chutt | thor, fixed |
| 15:48 | Chutt | and yeah, animation would be neat |
| 15:51 | engie | Hi. Anyone successfully using a cx88 based card under 2.6.4? |
| 15:58 | Sir-Al | engie: oui |
| 15:58 | Sir-Al | engie: je connecte du modul au bytesex.org |
| 15:59 | Sir-Al | engie: snapshot of v4l |
| 15:59 | jams | ack, my problem came about from something changing my qt setup. Chutt nice work |
| 16:00 | --- | <<-- hardwir3d [~hardwired@217-162-152-5.dclient.hispeed.ch] has quit ("*plopp*") |
| 16:06 | --- | ---> NiteOwl [~jsmith@146-115-228-126.c3-0.frm-ubr1.sbo-frm.ma.cable.rcn.com] has joined #mythtv |
| 16:07 | bline | whee, got an ipod today |
| 16:08 | engie | Sir-Al: I'm using the driver included with 2.6.4. It kills the system if I try to read /dev/video0 |
| 16:08 | engie | Also sais "card unknown", but it's a hauppage |
| 16:08 | Sir-Al | engie: the driver included doesn't seem to work |
| 16:08 | engie | Sir-Al: This would be a bad thing |
| 16:08 | Sir-Al | engie: that's probably the problem then |
| 16:09 | Sir-Al | try the latest snapshot |
| 16:09 | engie | Sir-Al: Hokay Dokay |
| 16:09 | Sir-Al | i had to load mine with card=7 |
| 16:09 | Sir-Al | check if your card is identified |
| 16:09 | engie | Sir-Al: Is that for a hauppage/ |
| 16:09 | engie | ? |
| 16:09 | Sir-Al | in the readme |
| 16:09 | Sir-Al | no, that's for my card |
| 16:09 | engie | fair enough |
| 16:09 | thor | so I'm struggling with the whole CTRL-C thing and mfd's going down and not telling the rest of the system that their services are going away ... now leaning towards masking out SIGNALS on all threads, and having one thread catch them and call shutdown on the core mfd object .... that sound insane ? |
| 16:10 | o_cee | thor: try mfdctl stop instead.. heh :) |
| 16:10 | thor | yeah, that works fine |
| 16:10 | Sir-Al | multithreadism is confusing me |
| 16:10 | o_cee | you could like, i dunno, always make mfd act like a daemon so you can't ctrl-c it ;) |
| 16:10 | thor | but if I can't train _myself_ to do that, it would be useful just for me to have CTRL-C actually do a shutdwon |
| 16:13 | Chutt | thor, that sounds reasonable, if it works |
| 16:15 | --- | ---> Netslayer [~Netslayer@c-24-126-201-221.we.client2.attbi.com] has joined #mythtv |
| 16:16 | thor | every reasonable Google source on signals and threads seems to say, "the only reliable way to do this is to mask out signals on all threads, then set up one thread dedicated to signal handling" |
| 16:17 | thor | the annoyance, I guess, would be needing to do a kill -KILL on an mfd which is misbehaving |
| 16:17 | thor | but seems to be the way to go |
| 16:19 | --- | User: *** cmorgan is now known as cmorgan_away |
| 16:29 | --- | ---> crib2 [~root@cust-216-9-157-97.bton.kiva.net] has joined #mythtv |
| 16:29 | crib2 | can anyone help me with alsa |
| 16:31 | crib2 | i had everything working perfectly, then I reinstalled xawtv, which resulted in very poor sound quality. So I reinstalled asla, following the gentoo alsa configuration guide. now i have no sound. can anyone give me some troubleshooting help, i've been beating google to death. |
| 16:32 | o_cee | crib2: check topic |
| 16:36 | Netslayer | goto the user channel, some of us will probably help ya there |
| 16:37 | bitbyte | then again... |
| 16:42 | --- | <<-- anduin [~awithers@ns1.anduin.com] has quit (Nick collision from services.) |
| 16:42 | --- | ---> buritto [thomppj@server.chem.okstate.edu] has joined #mythtv |
| 16:43 | crib2 | sry |
| 16:44 | --- | ---> anduin [~awithers@ns1.anduin.com] has joined #mythtv |
| 16:44 | --- | <--- nou [~no@3ffe:bc0:595:1:0:0:0:1] has left #mythtv () |
| 16:44 | GeckoFiend | Chutt: I spent a little while with GIMP today and put together an OSD theme base on Visor OSD-TV that uses the G.A.N.T. backgrounds... Should I send it to you, post it to the list, or just put it on my website? |
| 16:44 | o_cee | GeckoFiend: so you've got permission to use them? |
| 16:45 | josephk_ | hehe |
| 16:45 | mikegrb | pwahahahaha |
| 16:46 | o_cee | don't fucking privmsg me |
| 16:46 | o_cee | and no, they are not gpl:ed |
| 16:46 | GeckoFiend | This theme is released under the same license as MythTV, meaning GPL v2. |
| 16:46 | o_cee | you better do some reading |
| 16:47 | o_cee | like 2 lines below that |
| 16:47 | GeckoFiend | ahh nm I see the thing about the images.. Oh well never mind then I'll keep it for myself |
| 16:47 | o_cee | whatever |
| 16:48 | o_cee | gnite |
| 16:48 | --- | <<-- taco [thomppj@server.chem.okstate.edu] has quit (Read error: 110 (Connection timed out)) |
| 16:48 | --- | User: *** buritto is now known as taco |
| 16:49 | josephk_ | why not just make your own theme and osd |
| 16:51 | josephk_ | fcol |
| 16:51 | josephk_ | lol |
| 16:52 | mikegrb | fcol |
| 16:52 | GeckoFiend | Well I personaly use G.A.N.T as my theme, and it was made the default. Since there's no contact information for Paul Davey and hence no way to get permisson for the images I may just do that. |
| 16:52 | mikegrb | you could check the list archives |
| 16:52 | mikegrb | I'm sure there is an email address for him there |
| 16:52 | Chutt | it's not the default theme |
| 16:54 | GeckoFiend | my mistake then. I thought I'd seen a note where you were going to make it the default. |
| 16:55 | bitbyte | i thought taht was "blue" |
| 16:55 | josephk_ | it is |
| 16:56 | bitbyte | i'd like ot find a site with more themes, and previews of them |
| 16:59 | --- | <<-- engie [~steve@englishfamily.plus.com] has quit (Read error: 54 (Connection reset by peer)) |
| 17:07 | --- | <<-- jeffpc [~jeffpc@ool-44c218a8.dyn.optonline.net] has quit (Remote closed the connection) |
| 17:07 | --- | <<-- Drikus_ [~Drikus@cc45940-a.deven1.ov.home.nl] has quit ("toedeledoki") |
| 17:11 | --- | <<-- Morph [gareth@207.151.143.148] has quit (Read error: 110 (Connection timed out)) |
| 17:13 | --- | ---> billytwowilly [~chris@h24-66-18-138.ed.shawcable.net] has joined #mythtv |
| 17:14 | --- | ---> jeffpc [~jeffpc@ool-44c218a8.dyn.optonline.net] has joined #mythtv |
| 17:16 | --- | <<-- taco [thomppj@server.chem.okstate.edu] has quit (Read error: 110 (Connection timed out)) |
| 17:24 | --- | ---> taco [thomppj@server.chem.okstate.edu] has joined #mythtv |
| 17:39 | --- | ---> _PiLgRiM_ [pilgrim@ool-182c9fcc.dyn.optonline.net] has joined #mythtv |
| 17:40 | --- | <<-- GreyFoxx [greg@out.of.phaze.org] has quit (Remote closed the connection) |
| 17:40 | --- | ---> GreyFoxx [greg@out.of.phaze.org] has joined #MythTV |
| 17:42 | --- | <<-- _PiLgRiM_ [pilgrim@ool-182c9fcc.dyn.optonline.net] has quit (Client Quit) |
| 17:56 | thor | Chutt, I think I'll leave Leandro's question to you |
| 18:05 | --- | ---> threep [~dan@ip68-14-68-114.ri.ri.cox.net] has joined #mythtv |
| 18:05 | --- | <<-- taco [thomppj@server.chem.okstate.edu] has quit (Read error: 104 (Connection reset by peer)) |
| 18:05 | --- | <<-- dcas [~dan@ip68-14-68-114.ri.ri.cox.net] has quit (Read error: 111 (Connection refused)) |
| 18:05 | --- | ---> buritto [thomppj@server.chem.okstate.edu] has joined #mythtv |
| 18:06 | --- | User: *** buritto is now known as taco |
| 18:08 | --- | <<-- billytwowilly [~chris@h24-66-18-138.ed.shawcable.net] has quit ("Leaving") |
| 18:17 | Chutt | would 'Yes, I wanted to.' be sufficient? |
| 18:25 | --- | <<-- taco [thomppj@server.chem.okstate.edu] has quit (Read error: 110 (Connection timed out)) |
| 18:27 | thor | sounds about right |
| 18:46 | thor | huh, that's odd ... it all works, but for some reason I have to hit CTRL-C twice |
| 18:48 | --- | <<-- choenig [~choenig@p50925E01.dip.t-dialin.net] has quit (Remote closed the connection) |
| 18:48 | --- | ---> taco [thomppj@server.chem.okstate.edu] has joined #mythtv |
| 18:51 | --- | ---> AaronL2 [~AaronL@caitiff.cust.aracnet.com] has joined #mythtv |
| 18:53 | AaronL2 | Hi, is this a forum for developers? |
| 19:03 | | * Netslayer looks around |
| 19:03 | Netslayer | heh..ya |
| 19:08 | AaronL2 | Hi, I've been using 0.14 for a couple of weeks, and I downloaded and built all the modules from CVS last night. |
| 19:08 | AaronL2 | I'd like to contribute to the development effort, but I am unsure about the process. |
| 19:09 | AaronL2 | I noticed that on the mythtv-dev mailing list, people submit patches frequently. |
| 19:09 | AaronL2 | Is this the proper way for someone getting starting in development to submit changes to mythtv? |
| 19:10 | AaronL2 | I mean, I'm not "getting started in development"--by getting started, I mean specifically for mythtv. |
| 19:11 | Netslayer | as far as i can tell you just email the dev list with [patch] in the subject, attach a diff/patch file and if it's good it will be applied |
| 19:11 | josephk_ | if not Chutt will yell at you |
| 19:12 | AaronL2 | ok, but there must be some developers that don't have to go through this process, that make their changes directly to CVS |
| 19:12 | Netslayer | oh definitely |
| 19:12 | AaronL2 | Is Chutt == Isaac? |
| 19:12 | josephk_ | yeah |
| 19:13 | AaronL2 | What is involved to go from submitting patches to the dev list to becoming a full-fledged contributor? |
| 19:13 | AaronL2 | is it a voting process? |
| 19:13 | Netslayer | well there are, like thor, and chris P, i'm sure they committed lots of patches through the dev list before chutt gave them access |
| 19:13 | Netslayer | hell no heh |
| 19:13 | sfr | dedication? |
| 19:13 | Netslayer | i think it's all up to Chutt |
| 19:13 | AaronL2 | ah, ok |
| 19:14 | sfr | err, commitment rather ;) |
| 19:14 | AaronL2 | Now, how does one find out what other people are working on? I have some ideas for changes to certain modules |
| 19:14 | | * Netslayer doesn't remember voting |
| 19:14 | Netslayer | post on the dev list |
| 19:14 | Netslayer | search it first maybe |
| 19:14 | AaronL2 | but, I don't want to make changes if someone is already working on this, or the module is going through a signficant rework, etc. |
| 19:14 | josephk_ | devs look at dev list...sign up for commits list |
| 19:15 | Netslayer | i think mythmusic is the only one going through a major overhaul to thors mfd |
| 19:15 | AaronL2 | yeah, I see posts that allude to changes, but not much |
| 19:15 | AaronL2 | ok, that's good to know |
| 19:15 | AaronL2 | Now, I also have 0.14 installed. And I would like to be able to switch back and forth between the CVS build and 0.14. |
| 19:15 | AaronL2 | Is this even possible? |
| 19:16 | AaronL2 | I was having a discussion about this with sfr on #mythtv-users, but there are still a lot of things that are unclear. |
| 19:16 | Netslayer | well i wouldn't recommend it, since if there are any db changes u might get inconsistancies |
| 19:16 | Netslayer | it should work, i guess |
| 19:16 | AaronL2 | sfr suggested using a different mysql.txt |
| 19:17 | Netslayer | as long as u don't go make install, u have a local build with which u can run |
| 19:17 | AaronL2 | I have a local build in a different directory |
| 19:17 | AaronL2 | actually, I changed settings.pro |
| 19:17 | AaronL2 | to use /home/mythtv/mythtv.cvs |
| 19:17 | AaronL2 | so, I was able to do make install |
| 19:17 | Netslayer | i'm waiting till 15 to start using cvs again, i'm a tad behind 14 |
| 19:17 | Netslayer | auh cool |
| 19:18 | AaronL2 | but, I'm not sure how to force mythtvsetup (just setup when built from CVS) and other binaries |
| 19:18 | AaronL2 | to use a different database |
| 19:18 | Netslayer | gl |
| 19:18 | AaronL2 | gl? |
| 19:18 | Netslayer | good luck |
| 19:19 | Netslayer | :-) i doubt it's hard coded, someone who has worked with the code should know in here |
| 19:19 | AaronL2 | maybe I will ask on the dev list--I would suspect that there are other people that have done this or are doing this |
| 19:20 | sfr | well, with stow you can have two independent installations but of course only one can be used at a time. |
| 19:21 | AaronL2 | right--I'm just unclear about how to make one installation use one database and set of config files vs. another |
| 19:22 | sfr | mysql.txt is part of the installation. it's in /usr/local/share/mythtv/ usually. |
| 19:22 | AaronL2 | right, but when you run mythtvbackend |
| 19:22 | AaronL2 | or mythtvsetup, or mythtvfrontend, how does it know which mysql.txt file to use? |
| 19:22 | AaronL2 | is it a relative path thing? |
| 19:22 | AaronL2 | there is no way to specify this on the command-line, at least, not according to --help |
| 19:23 | Netslayer | 'mythbackend' 'mythfrontend' 'setup' and i dunno |
| 19:23 | sfr | it's looking for it in certain places afair. |
| 19:23 | Netslayer | that's a good point, unless i'm missing something it would be nice to be able to just specify ip and pass for mysql db when starting mythfrontend |
| 19:24 | sfr | you wanted to get involved with development, so have a look in the source ;) |
| 19:24 | AaronL2 | yep, I can do that |
| 19:24 | AaronL2 | it shouldn't be too hard to search for mysql.txt :-) |
| 19:24 | | * Netslayer goes back to coding his own nightmarish project |
| 19:25 | sfr | and /me goes to bed |
| 19:25 | AaronL2 | bye, thanks for the help |
| 19:25 | sfr | bye, np |
| 19:25 | --- | <--- sfr [~sfr@p508AB059.dip.t-dialin.net] has left #mythtv ("Client exiting") |
| 19:27 | AaronL2 | char *tmp_installprefix = getenv("MYTHTVDIR"); |
| 19:27 | AaronL2 | if (tmp_installprefix) |
| 19:27 | AaronL2 | m_installprefix = tmp_installprefix; |
| 19:27 | AaronL2 | else |
| 19:27 | AaronL2 | m_installprefix = PREFIX; |
| 19:27 | AaronL2 | ah-hah, there is an environment variable.... |
| 19:27 | AaronL2 | MYTHTVDIR |
| 19:29 | Netslayer | heh |
| 19:29 | AaronL2 | and, PREFIX comes from what was set in settings.pro |
| 19:29 | AaronL2 | so, it knows to find it where it was installed with make install |
| 19:29 | Netslayer | ingenious |
| 19:29 | AaronL2 | knows to find mysql.txt, I mean |
| 19:43 | --- | ---> billytwowilly [~chris@h24-66-18-138.ed.shawcable.net] has joined #mythtv |
| 19:46 | --- | <<-- nox-mm [~none@hlfxns01be7-142177036164.ns.aliant.net] has quit (Read error: 60 (Operation timed out)) |
| 20:15 | --- | ---> Morph [gareth@207.151.143.148] has joined #mythtv |
| 20:22 | --- | ---> decoy [~decoy@D5769C36.kabel.telenet.be] has joined #mythtv |
| 20:30 | --- | <<-- billytwowilly [~chris@h24-66-18-138.ed.shawcable.net] has quit ("Leaving") |
| 21:46 | --- | ---> eibwen [~|@146.244.184.43] has joined #mythtv |
| 21:46 | --- | <--- eibwen [~|@146.244.184.43] has left #mythtv () |
| 21:47 | --- | ---> billytwowilly [~chris@h24-66-18-138.ed.shawcable.net] has joined #mythtv |
| 21:49 | --- | ---> AriT93 [~abturet@12-221-213-174.client.insightBB.com] has joined #mythtv |
| 21:50 | AriT93 | can someone help me with getting sound to work I am getting an error that says: |
| 21:50 | AriT93 | dropping back audio_buffer_unused |
| 22:15 | --- | ---> davatar [davatar@h0050049e9c4e.ne.client2.attbi.com] has joined #mythtv |
| 22:18 | davatar | I'm seeing some strangness with the new scheduler. It's not detecting duplicates for "tripping the rift: miss galaxy". When I do never record frontend it makes an override entry.. this isn't supposed to be the normal behavior is it? |
| 22:20 | --- | <<-- inf7 [~jdoss@c-24-11-160-179.client.comcast.net] has quit ("Client exiting") |
| 22:25 | davatar | well.. if anyone wants any debugging info it's starting in about 34 minutes. |
| 22:29 | --- | <<-- enki [~enki@rdu57-34-201.nc.rr.com] has quit ("Well it sure beats a sharp stick in the eye!") |
| 22:29 | --- | <<-- threep [~dan@ip68-14-68-114.ri.ri.cox.net] has quit ("Client exiting") |
| 22:32 | --- | <<-- josephk_ [~josephk@pool-162-83-158-188.ny5030.east.verizon.net] has quit (Read error: 110 (Connection timed out)) |
| 22:36 | --- | <--- AriT93 [~abturet@12-221-213-174.client.insightBB.com] has left #mythtv () |
| 22:49 | --- | User: *** cmorgan_away is now known as cmorgan |
| 22:57 | --- | User: *** mdz_ is now known as mdz |
| 23:20 | --- | <--- NiteOwl [~jsmith@146-115-228-126.c3-0.frm-ubr1.sbo-frm.ma.cable.rcn.com] has left #mythtv ("Client Exiting") |
| 23:23 | --- | ---> gfiend [~donavan@sdn-ap-025ilchicP0240.dialsprint.net] has joined #mythtv |
| 23:28 | --- | ---> josephk [~josephk@pool-141-155-118-83.ny5030.east.verizon.net] has joined #mythtv |
| 23:29 | --- | <<-- GeckoFiend [~donavan@sdn-ap-027ilchicP0361.dialsprint.net] has quit (Read error: 60 (Operation timed out)) |
| 23:56 | --- | <<-- davatar [davatar@h0050049e9c4e.ne.client2.attbi.com] has quit () |
| 23:57 | --- | <<-- linagee [~linagee@ip68-101-151-129.sd.sd.cox.net] has quit ("Leaving") |
| --- | Log | closed Mon Mar 22 00:00:21 2004 |