--- | Log | opened Sat Jan 27 00:00:28 2007 |
00:02 | <Captain_Murdoch> | timing it on a 1-hour 1920x1080 program now and heading to bed while it runs. I don't care as much about speed, it would be nice to have something that even after transcoding from HD to SD it can still be played on things like the mvp and d-link dsm models. |
00:02 | <briand> | indeed. |
00:02 | <briand> | and, bed sounds like a good idea right about now... busy day tomorrow. nice chatting with ya |
00:03 | <Captain_Murdoch> | l8r, /me is gone.... |
00:18 | |-| | xris [n=xris@xris.forevermore.net] has joined #mythtv |
00:43 | |-| | sadock [n=sadock@dslc-082-082-065-190.pools.arcor-ip.net] has joined #mythtv |
00:58 | |-| | gnome42 [n=obi@dsl-129-107.aei.ca] has quit [Remote closed the connection] |
01:04 | |-| | purserj [n=purserj@k-sit.com] has quit [Remote closed the connection] |
01:05 | |-| | russellb_ [n=russell@12-214-191-64.client.mchsi.com] has joined #mythtv |
01:09 | |-| | purserj [n=purserj@k-sit.com] has joined #mythtv |
01:18 | |-| | russellb_ [n=russell@asterisk/developer-and-stable-maintainer/drumkilla] has quit [] |
01:50 | |-| | sadock_ [n=sadock@dslc-082-082-078-038.pools.arcor-ip.net] has joined #mythtv |
01:50 | |-| | sadock [n=sadock@dslc-082-082-065-190.pools.arcor-ip.net] has quit [Read error: 110 (Connection timed out)] |
02:07 | |-| | sadock_ [n=sadock@dslc-082-082-078-038.pools.arcor-ip.net] has quit ["Verlassend"] |
02:20 | |-| | PeregrineFalcon [n=Peregrin@c-75-68-54-105.hsd1.nh.comcast.net] has joined #mythtv |
02:21 | |-| | PeregrineFalcon [n=Peregrin@c-75-68-54-105.hsd1.nh.comcast.net] has quit [Client Quit] |
02:21 | |-| | PeregrineFalcon [n=Peregrin@c-75-68-54-105.hsd1.nh.comcast.net] has joined #mythtv |
02:33 | |-| | PeregrineFalcon changed nick to PFalcon |
02:34 | <xris> | anyone know what our official "minimum supported version" of mysql is? |
02:38 | <xris> | nevermind, looks like 3.23 supports BETWEEN. yay, now I get to rewrite a TON of queries, since "x BETWEEN 0 AND 1" actually touches the index, but "x > 0 AND x < 1" doesn't. |
02:40 | <xris> | crap. it's <=, >=, and the queries are mostly <=, > |
02:48 | |-| | daviey [n=mythtv@cpc1-sout2-0-0-cust111.sotn.cable.ntl.com] has joined #mythtv |
02:53 | |-| | laltu [n=laltu@203.100.78.94] has joined #mythtv |
02:59 | [~] | xris wishes he could create calculated-field indexes in mysql. |
03:08 | |-| | Skiingsean_out changed nick to Skiingsean_sleep |
03:12 | |-| | neilo [n=neil@59.101.201.1] has joined #mythtv |
03:13 | <gbee> | xris: you going to commit the index changes when you're done, or are you looking for someone else to modify dbcheck.cpp? |
03:14 | <xris> | I just wanted at least one other person to sign off on them |
03:14 | <xris> | (I'm hesitant to touch non-web code without verification) |
03:14 | <xris> | unless Chutt just wants to give me the go-ahead, then I'll edit/optimize to my heart's content. |
03:16 | <gbee> | I can go over them to be sure, but you can't do any harm with indexes unless you remove them |
03:28 | |-| | tomimo [n=kurre@a80-186-74-125.elisa-laajakaista.fi] has joined #mythtv |
03:30 | |-| | laltu [n=laltu@203.100.78.94] has quit ["Leaving"] |
03:31 | <xris> | gbee: yes. except take up disk space |
03:31 | |-| | sebrock|a [n=ask@h183n9c1o1023.bredband.skanova.com] has joined #mythtv |
03:31 | <xris> | heh |
03:31 | |-| | sebrock|a [n=ask@h183n9c1o1023.bredband.skanova.com] has left #mythtv [] |
03:31 | <xris> | I actually tested all of the ones in the ticket, though.. I've been running mysql's slow query log along with the "log queries that don't touch an index" setting. |
03:32 | <gbee> | not significant amounts when compared to the recordings :) but yeas, I know some people can be sensitive about any increase |
03:32 | <xris> | yeah. half of these optimizations won't actually DO anything noticeable. |
03:33 | <xris> | but it's good to have clean db design. |
03:33 | <gbee> | xris: that's another reason why I wouldn't worry about the index changes you're proposing, because you're using the 'no index' option I know you're unlikely to have broken index use |
03:34 | <xris> | yes. well, I also do this sort of thing for a living these days (I'm doing the exact same stuff at work lately) |
03:34 | [~] | gbee too |
03:35 | <xris> | you want my slow-query-log parser script? it's better than mysqldumpslow |
03:36 | <gbee> | sure, could be useful |
03:36 | <xris> | http://webdev.siliconmechanics.com/slow_log.pl.txt |
03:36 | <gbee> | thanks |
03:37 | <xris> | I'll eventually be trying to figure out a way to merge it with mysqlard, add a web interface, etc. |
03:37 | <xris> | but for now it just prints/sorts... |
03:37 | <xris> | and unlike mysqldumpslow, it doesn't replace ints with the letter N, so you can actually paste those hash values straight into EXPLAIN. |
03:37 | <gbee> | cool |
03:38 | <xris> | (it also leaves %, ^ and $ in LIKE/REGEXP queries, which are significant to index usage) |
03:39 | [~] | xris digs how mysql is smart enough to realize that no speed would be gained by using an index. |
03:40 | <xris> | anyway, my wife just went to bed. I should follow. it's going on 2 AM. |
03:40 | |-| | xris [n=xris@xris.forevermore.net] has quit ["Leaving."] |
04:00 | |-| | Agrajag- [n=filip@c211-30-4-5.artrmn1.nsw.optusnet.com.au] has quit [Read error: 113 (No route to host)] |
04:13 | |-| | daviey [n=mythtv@cpc1-sout2-0-0-cust111.sotn.cable.ntl.com] has quit [Read error: 113 (No route to host)] |
04:34 | <visit0r> | Anduin: here? |
04:36 | |-| | Agrajag- [n=filip@c211-30-4-5.artrmn1.nsw.optusnet.com.au] has joined #mythtv |
04:41 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has joined #mythtv |
04:57 | |-| | Tatster_ [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has joined #mythtv |
05:13 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has quit [Read error: 110 (Connection timed out)] |
06:00 | |-| | beavis [n=beavis@p54A7868E.dip0.t-ipconnect.de] has joined #mythtv |
06:30 | |-| | beavis_ [n=beavis@p54A7868E.dip0.t-ipconnect.de] has joined #mythtv |
06:31 | |-| | Tatster_ [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has quit [] |
06:31 | |-| | beavis_ [n=beavis@p54A7868E.dip0.t-ipconnect.de] has quit [Client Quit] |
06:47 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has joined #mythtv |
07:06 | |-| | DrNickRiviera [n=riviera@so-5494-x0.essex.ac.uk] has joined #mythtv |
07:07 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has quit [] |
07:07 | |-| | mythtv_ [n=mythtv@cpc1-sout2-0-0-cust111.sotn.cable.ntl.com] has joined #mythtv |
07:17 | |-| | DrNickRiviera [n=riviera@so-5494-x0.essex.ac.uk] has quit ["Leaving."] |
07:18 | |-| | DrNickRiviera [n=riviera@so-5494-x0.essex.ac.uk] has joined #mythtv |
07:26 | |-| | aevil [n=aevil@i59F55F95.versanet.de] has joined #mythtv |
07:41 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has joined #mythtv |
07:44 | |-| | Netsplit calvino.freenode.net <-> irc.freenode.net quits: jmk |
07:47 | |-| | Netsplit over, joins: jmk |
07:47 | |-| | stork [n=sh2-136@storkey.plus.com] has joined #mythtv |
07:50 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has quit [] |
08:08 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has joined #mythtv |
08:14 | <gbee> | some new playback warnings with the ffmpeg resync - nothing fatal and I can't see any problems with playback but in case someone is interested: |
08:14 | <gbee> | [mpeg2video @ 0x2b822d375770]current_picture not initalized2007-01-27 11:48:31.782 AFD Error: Unknown decoding error |
08:14 | <gbee> | those two lines obviously weren't meant to run together |
08:16 | <janneg> | missing newlines in the av_log |
08:18 | <gbee> | no, there are there - my fault when copying/pasting into irc |
08:29 | |-| | mythtv_ [n=mythtv@cpc1-sout2-0-0-cust111.sotn.cable.ntl.com] has quit [Read error: 113 (No route to host)] |
08:29 | |-| | russellb_ [n=russell@12-214-191-64.client.mchsi.com] has joined #mythtv |
08:30 | <janneg> | gbee: does ffplay rev 7671 produce the same warning? |
08:32 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has quit [] |
08:33 | <gbee> | give me a minute, copying a recording over to this machine so I can check |
08:36 | <janneg> | fine, debug build of libavcodec is broken on x86_32 |
08:39 | <gbee> | this builds and plays fine, just never seen that error before - errors are usually there for a reason however |
08:40 | <gbee> | bah, it would help if I hadn't built ffmpeg with all the error logging disabled |
08:45 | <janneg> | gcc-4* allows useful debugging even if -fomit-frame-pointer is enabled |
08:49 | <gbee> | so require start requiring gcc-4 for debug builds? |
08:49 | <gbee> | sorry about that - must still be asleep, I'm typo'ing all over the place |
08:52 | <gbee> | looking at the timing of the errors, I think they correspond to seeks I made or cutpoint jumps - they don't appear during straight playback |
08:53 | <gbee> | I'll look at it later, I'm having trouble reproducing it consistently |
08:54 | <janneg> | no, I think a warning that backtraces for libavcodec are useless if arch=86 and gcc < 4.0 is enough |
08:57 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has joined #mythtv |
09:01 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has joined #mythtv |
09:06 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has left #mythtv [] |
09:08 | <gbee> | janneg: fair enough, it's not like many backtraces we get are for avcodec anyway |
09:23 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has joined #mythtv |
09:29 | |-| | daviey [n=mythtv@cpc1-sout2-0-0-cust111.sotn.cable.ntl.com] has joined #mythtv |
09:29 | |-| | daviey [n=mythtv@cpc1-sout2-0-0-cust111.sotn.cable.ntl.com] has quit [Client Quit] |
09:41 | |-| | stork [n=sh2-136@storkey.plus.com] has left #mythtv ["Leaving"] |
09:46 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has left #mythtv [] |
10:41 | <LLyric> | Wasn't someone going to commit the .spec files to svn, so it's easier to keep them up to date? |
10:42 | <janneg> | xris |
10:44 | |-| | Defend changed nick to defend |
10:51 | |-| | lcase [n=l-case@p54B33C51.dip0.t-ipconnect.de] has joined #mythtv |
10:56 | |-| | eponymousdylan [n=eponymou@i-83-67-113-110.freedom2surf.net] has joined #mythtv |
10:57 | |-| | ethernalq [n=ethernal@S01060013461a92b3.ed.shawcable.net] has joined #mythtv |
10:58 | |-| | ethernalq [n=ethernal@S01060013461a92b3.ed.shawcable.net] has left #mythtv [] |
10:58 | |-| | eponymousdylan [n=eponymou@i-83-67-113-110.freedom2surf.net] has left #mythtv [] |
11:01 | |-| | gnome42 [n=obi@dsl-129-107.aei.ca] has joined #mythtv |
11:05 | |-| | DrNickRiviera [n=riviera@so-5494-x0.essex.ac.uk] has quit [Read error: 104 (Connection reset by peer)] |
11:06 | |-| | DrNickRiviera [n=riviera@so-5494-x0.essex.ac.uk] has joined #mythtv |
11:06 | |-| | aevil [n=aevil@i59F55F95.versanet.de] has quit ["Verlassend"] |
11:15 | |-| | beavis [n=beavis@p54A7868E.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)] |
11:17 | |-| | beavis [n=beavis@p54A781CF.dip0.t-ipconnect.de] has joined #mythtv |
11:20 | |-| | sinisterguy [n=wasted@CPE00131025897e-CM0014045b6464.cpe.net.cable.rogers.com] has joined #mythtv |
11:20 | |-| | sinisterguy [n=wasted@CPE00131025897e-CM0014045b6464.cpe.net.cable.rogers.com] has left #mythtv [] |
11:21 | |-| | Tatster [n=tatster@80-193-5-25.cable.ubr06.gill.blueyonder.co.uk] has quit [] |
11:58 | |-| | russellb_ [n=russell@asterisk/developer-and-stable-maintainer/drumkilla] has quit [] |
12:00 | <MrGandalf> | Wow! |
12:01 | <MrGandalf> | With the latest coreavc codec I can ALMOST play h264 1440x1080 streams in real time on my 3200+ running at 2.1ghz. |
12:03 | |-| | lcase [n=l-case@p54B33C51.dip0.t-ipconnect.de] has quit [] |
12:07 | |-| | DrNickRiviera [n=riviera@so-5494-x0.essex.ac.uk] has quit ["Leaving."] |
12:13 | |-| | Saucisson [n=Scandina@ANice-151-1-45-237.w83-197.abo.wanadoo.fr] has joined #mythtv |
12:16 | |-| | ahbritto [n=ahbritto@adsl-64-161-117-110.dsl.snfc21.pacbell.net] has joined #mythtv |
12:28 | |-| | noddan_ [n=noddan@noddan-birger.brj.sgsnet.se] has joined #mythtv |
12:38 | |-| | noddan [n=noddan@noddan-birger.brj.sgsnet.se] has quit [Read error: 110 (Connection timed out)] |
12:39 | |-| | russellb_ [n=russell@12-214-191-64.client.mchsi.com] has joined #mythtv |
12:49 | |-| | amigrave [n=amigrave@104.70-136-217.adsl-dyn.isp.belgacom.be] has joined #mythtv |
12:49 | <amigrave> | is it possible to make mythtv use sqlite instead of mysql ? |
12:50 | <Chutt> | no. |
12:51 | <amigrave> | is it planned in future releases ? |
12:52 | <Chutt> | no. |
12:52 | <amigrave> | ok thanks |
12:52 | |-| | amigrave [n=amigrave@104.70-136-217.adsl-dyn.isp.belgacom.be] has quit [Client Quit] |
12:54 | <visit0r> | Anduin: e-mailed |
12:55 | <CDev> | Chutt: Are you still having studdering issues with the DSM-320? |
12:57 | <Chutt> | haven't used it recently. |
12:59 | <CDev> | np. Still not sure what the issue is, just wondering if you noticed a pattern yet. |
13:05 | <Anduin> | visit0r: I'm here now |
13:09 | <visit0r> | Anduin: got the mail? |
13:09 | <Anduin> | visit0r: Not yet, I graylist |
13:10 | <visit0r> | Anduin: sent from pekka.jaaskelainen@gmail.com |
13:29 | |-| | thomerz [n=mythtv@193.171.131.19] has joined #mythtv |
13:31 | |-| | bkn [n=bkn@c-65-96-179-162.hsd1.ma.comcast.net] has joined #mythtv |
13:36 | |-| | Saucisson_ [n=Scandina@ANice-151-1-6-184.w83-113.abo.wanadoo.fr] has joined #mythtv |
13:43 | |-| | luna6 [n=luna6@ip68-14-110-43.no.no.cox.net] has joined #mythtv |
13:52 | |-| | xris [n=xris@xris.forevermore.net] has joined #mythtv |
13:53 | |-| | Saucisson [n=Scandina@ANice-151-1-45-237.w83-197.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] |
13:53 | |-| | PointyPumper [i=Pintlezz@OL221-67.fibertel.com.ar] has quit [Read error: 104 (Connection reset by peer)] |
13:55 | |-| | russellb_ [n=russell@asterisk/developer-and-stable-maintainer/drumkilla] has quit [] |
14:51 | |-| | bkn [n=bkn@c-65-96-179-162.hsd1.ma.comcast.net] has quit [Remote closed the connection] |
15:16 | <visit0r> | Anduin: my reply bounced back permanently |
15:21 | |-| | Skiingsean_sleep changed nick to Skiingsean |
15:31 | <Anduin> | visit0r: If you could, resend |
16:01 | |-| | gberardi [n=gberardi@24-148-31-169.stk-bsr1.chi-stk.il.static.cable.rcn.com] has joined #mythtv |
16:01 | |-| | gberardi [n=gberardi@24-148-31-169.stk-bsr1.chi-stk.il.static.cable.rcn.com] has left #mythtv [] |
16:12 | |-| | e-roc [n=eric@24-241-254-084.dhcp.sffl.va.charter.com] has joined #mythtv |
16:21 | |-| | e-roc [n=eric@24-241-254-084.dhcp.sffl.va.charter.com] has left #mythtv ["Leaving"] |
16:39 | |-| | _PacketScan [i=Tsu@srv01.packetscan.com] has joined #mythtv |
16:43 | |-| | PacketScan [i=Tsu@srv01.packetscan.com] has quit [Read error: 113 (No route to host)] |
16:46 | |-| | jmorganson [n=chatzill@saranac-motorola-bsr1-24-50-39-253.albyny.adelphia.net] has joined #mythtv |
16:48 | |-| | jmorganson [n=chatzill@saranac-motorola-bsr1-24-50-39-253.albyny.adelphia.net] has quit [Client Quit] |
16:55 | |-| | jakllsch [n=jakllsch@vergon.kollasch.net] has joined #mythtv |
16:56 | |-| | jakllsch [n=jakllsch@vergon.kollasch.net] has left #mythtv [] |
16:58 | |-| | BleedAway [i=whocares@saus04.usc.es] has quit [Connection timed out] |
17:10 | |-| | Roey [n=abc@207-172-89-19.c3-0.bth-ubr7.lnh-bth.md.cable.rcn.com] has joined #mythtv |
17:10 | <Roey> | hello all |
17:10 | <Roey> | is there a way around this stupid HDCP thing? |
17:10 | <Roey> | if I want to record high-definition digital cable, say. |
17:16 | <Roey> | (hi?) |
17:21 | <Roey> | http://www.practical-home-theater-guide.com/hdcp-strippers.html |
17:21 | <Roey> | interesting article. |
17:38 | <xris> | Roey: wrong channel. |
17:40 | <Roey> | is there a correct channel? |
17:40 | <xris> | it's in the topic, which most people read when they enter a new channel for the first time. |
17:40 | <Roey> | oh |
17:40 | <Roey> | oh! |
17:40 | <Roey> | sorry about that |
17:40 | <Roey> | my mistake |
17:40 | <Roey> | ciao |
17:40 | |-| | Roey [n=abc@207-172-89-19.c3-0.bth-ubr7.lnh-bth.md.cable.rcn.com] has left #mythtv ["Client exiting"] |
18:02 | |-| | thomerz [n=mythtv@193.171.131.19] has quit ["Leaving"] |
18:03 | |-| | doc|home [n=doc@gentoo/contributor/doc-007] has joined #mythtv |
18:04 | <doc|home> | hello. I've set up mythtv, gotten the tuner and channel listings set up (so auth info should be correct and fine) but mythfilldatabase as root is giving me 'Authorization failed'. Anyone got any idea why this would happen? |
18:04 | <xris> | doc|home: read the topic, please |
18:04 | <doc|home> | crap, my bad. apologies |
18:10 | |-| | fysa [n=fysag@653414hfc175.tampabay.res.rr.com] has quit [Read error: 104 (Connection reset by peer)] |
18:11 | |-| | fysa [i=fysag@653414hfc175.tampabay.res.rr.com] has joined #mythtv |
18:13 | <briand> | my turn! |
18:14 | <briand> | read the topic! |
18:14 | <briand> | ;) |
18:14 | <xris> | lol |
18:15 | <briand> | evenin', xris |
18:15 | <xris> | afternoon. :) |
18:21 | |-| | beavis [n=beavis@p54A781CF.dip0.t-ipconnect.de] has quit [Read error: 104 (Connection reset by peer)] |
18:23 | |-| | BleedAway [i=whocares@saus04.usc.es] has joined #mythtv |
18:42 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has joined #mythtv |
18:50 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has left #mythtv [] |
18:53 | |-| | a1fa [n=a1fa@unaffiliated/a1fa] has joined #mythtv |
18:53 | <a1fa> | trunk svn version 12651 has a nasty bug |
18:53 | <a1fa> | everytime you watch live tv, and a show ends, it freezes up |
18:55 | <xris> | a1fa: http://svn.mythtv.org/trac/newticket ? |
18:58 | |-| | doc|home [n=doc@gentoo/contributor/doc-007] has quit ["timezone reboot"] |
18:59 | <a1fa> | xris : i submited the ticket |
18:59 | |-| | a1fa [n=a1fa@unaffiliated/a1fa] has left #mythtv [] |
19:03 | |-| | fysa [i=fysag@653414hfc175.tampabay.res.rr.com] has quit [Read error: 104 (Connection reset by peer)] |
19:04 | |-| | fysa [i=fysag@653414hfc175.tampabay.res.rr.com] has joined #mythtv |
19:14 | <briand> | weird. |
19:15 | <briand> | xris: have you ever tried eskil's shoutcast patch out? |
19:16 | |-| | purserj [n=purserj@k-sit.com] has quit [Remote closed the connection] |
19:16 | |-| | Agrajag- [n=filip@c211-30-4-5.artrmn1.nsw.optusnet.com.au] has quit ["brb"] |
19:23 | |-| | Agrajag- [n=filip@c211-30-4-5.artrmn1.nsw.optusnet.com.au] has joined #mythtv |
19:23 | |-| | pkh [n=pkh@252.a.004.gct.iprimus.net.au] has joined #mythtv |
19:24 | <pkh> | can someone recommend a tuner card for a mythtv installation? We're on the east coast of Australia and interested in digital mainly, but would like the option of analog input, particularly composite inputs -- and a remote. |
19:25 | <pkh> | ooops, sorry -- moving |
19:36 | |-| | Saucisson_ changed nick to tarteauxpommes |
19:37 | |-| | purserj [n=purserj@k-sit.com] has joined #mythtv |
19:37 | |-| | Sembiance [n=Sembianc@67.19.185.234] has joined #mythtv |
19:37 | <Sembiance> | I bought some extra PC HD5500 cards that I don't need. Do any mythtv developers need one to develop with? |
19:38 | <Sembiance> | I could consider donating one or two :) |
19:38 | <xris> | Sembiance: if you're giving them away, I wouldn't mind playing with one.. but there are other devs who could probably benefit more than me. |
19:39 | <Sembiance> | I am willing to give them away, if I know that the person getting them is going to put them to good use and it will benefit MythTV :) |
19:40 | <xris> | hang out and chat with Chutt (Isaac). He would know who might benefit most. |
19:40 | <Sembiance> | k, I'll idle around here for the next few days/weeks :) |
19:40 | [~] | Sembiance loves having irssi loaded in a screen session on his server. :) |
19:44 | <tarteauxpommes> | Sembiance: first sorry for my bad english, i will try to do my best :) So, is irssi difficult to install and "play with" ? i know that it has no gui, so i am afraid :) |
19:46 | <Sembiance> | tarteauxpommes: It's not difficult. If you are comfortable with a linux console, you will find irssi easy enough to use |
19:46 | <Sembiance> | tarteauxpommes: you can always ask questions in #irssi here on Freenode, very helpful those folks are. |
19:47 | <tarteauxpommes> | ok, does it have plugins to extend its capabilities ? exemple: colors, things like that |
19:47 | <tarteauxpommes> | Sembiance: ok, thank you |
19:48 | <Sembiance> | tarteauxpommes: most things like colros are built in. But it has a VERY GOOD scripting environment based on perl. If you need more power than that it has a C/C++ plugin interface. There are a lot of existing scripts/plugins available as well. |
19:52 | <tarteauxpommes> | great ! i can't wait to try this irc client . |
19:55 | <briand> | okay, i'm officially stumped. |
20:00 | <Sembiance> | ? :) |
20:01 | <briand> | sorry.. more or less talking to myself. :/ |
20:02 | <briand> | i installed eskil's shoutcast patch, and everything seems to indicate it's "in" .. patched okay, the music-ui.xml file contains the appropriate changes, the database tables exist... yet, there's no discernable difference in the UI -- there's still no shoutcast available to me. :( |
20:02 | <briand> | but, that question doesn't belong here. :) |
20:25 | <LLyric> | xris: were you going to check the .spec into svn? |
21:07 | |-| | PointyPumper [n=a@OL221-67.fibertel.com.ar] has joined #mythtv |
21:10 | |-| | monteslu [n=monteslu@ip68-109-171-73.ph.ph.cox.net] has quit [Read error: 110 (Connection timed out)] |
21:17 | |-| | pkh [n=pkh@252.a.004.gct.iprimus.net.au] has quit [Read error: 110 (Connection timed out)] |
21:19 | |-| | ahbritto [n=ahbritto@adsl-64-161-117-110.dsl.snfc21.pacbell.net] has quit [Client Quit] |
21:26 | |-| | noddan [n=noddan@noddan-birger.brj.sgsnet.se] has joined #mythtv |
21:43 | |-| | noddan_ [n=noddan@noddan-birger.brj.sgsnet.se] has quit [Read error: 110 (Connection timed out)] |
21:52 | |-| | PointyPumper [n=a@OL221-67.fibertel.com.ar] has quit [Read error: 104 (Connection reset by peer)] |
21:53 | |-| | PointyPumper [i=Pintlezz@OL221-67.fibertel.com.ar] has joined #mythtv |
22:35 | |-| | Nem^1 [n=Nem@dslb-084-056-230-050.pools.arcor-ip.net] has joined #mythtv |
22:47 | <Captain_Murdoch> | just tested the 1920x1080 HD recording that I transcoded down to a 640x368 mpeg-ps file with MPEG-2 video and AC3 5.1 audio using mythtranscode and NuppelVideoRecorder and it played fine in my dsm-320 except for the dsm issue of trying to play 16:9 video on my 4:3 TV. |
22:47 | <Captain_Murdoch> | the AC3 5.1 was copied from the original HD recording and the video was resized and reencoded to MPEG-2 usinv libavcodec. output file is mpeg-ps using libavformat. |
22:52 | <GreyFoxx> | On the fly transcoding ? |
22:53 | |-| | Nem^ [n=Nem@dslb-084-056-240-145.pools.arcor-ip.net] has quit [Read error: 110 (Connection timed out)] |
22:53 | |-| | Nem^1 changed nick to Nem^ |
22:59 | |-| | fysa [i=fysag@653414hfc175.tampabay.res.rr.com] has quit [Read error: 104 (Connection reset by peer)] |
23:28 | |-| | tarteauxpommes [n=Scandina@ANice-151-1-6-184.w83-113.abo.wanadoo.fr] has left #mythtv ["Quit"] |
23:51 | |-| | russellb_ [n=russell@12-214-191-64.client.mchsi.com] has joined #mythtv |
--- | Log | closed Sun Jan 28 00:00:17 2007 |