Thursday, December 16th, 2010, 00:00 UTC | ||
[00:00:30] | wagnerrp: | meh, i just have an aversion to using BASH for anything but simple tasks |
[00:00:34] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Read error: Connection reset by peer) | |
[00:01:00] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users | |
[00:05:15] | Twiggy2cents (Twiggy2cents!~darren@66.87.6.69) has quit (Ping timeout: 250 seconds) | |
[00:09:14] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.228) has joined #mythtv-users | |
[00:13:38] | KraMer (KraMer!~mark@adsl-70-240-182-200.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[00:15:47] | allesmueller: | wagnerrp, I used mythnuv2mkv because I wanted to create files to play on android |
[00:18:12] | allesmueller: | I found something :) ... I think mythnuv2mkv stumbled once and left a (defective) file which was used in subsequent runs ... :| |
[00:18:35] | wagnerrp: | so create an exporter for nuvexport that produces compatible files |
[00:19:38] | kormoc: | expand nuvexport++ |
[00:21:40] | ** wagnerrp is just an anti-bash evangelist ** | |
[00:21:42] | allesmueller: | ha, the defective file was left because I activated DEBUG once in the past :) |
[00:21:50] | ** allesmueller = stupid ** | |
[00:24:21] | allesmueller: | wagnerrp, should mythffmpeg be installed by default (when building from git?) |
[00:24:56] | wagnerrp: | allesmueller: only if youre using a very recent trunk build |
[00:25:53] | carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has left #mythtv-users () | |
[00:26:06] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users | |
[00:26:11] | allesmueller: | well I actually follow 0.24, but there´s a commit message "Build ffmpeg as mythffmpeg and install" |
[00:26:36] | allesmueller: | but I could not find the binaries |
[00:26:36] | kormoc: | git doesn't work the same as svn. that only applied to the master git branch, not the 0.24 branch |
[00:26:52] | wagnerrp: | ah, so it is |
[00:27:00] | wagnerrp: | Beirdo just backported that today |
[00:27:24] | allesmueller: | ah it´s in external |
[00:27:46] | wagnerrp: | anyway, the point is that ffmpeg is frequently changing, as is the command line options |
[00:28:16] | wagnerrp: | building an internal ffmpeg executable provides a static target for nuvexport or any other utility to run against |
[00:28:17] | allesmueller: | and I am really stupid or to tiered |
[00:28:46] | allesmueller: | 1:28 am :) |
[00:28:55] | wagnerrp: | external is just a folder for external libraries to be pulled into, theyre still compiled and installed with everything else |
[00:29:38] | allesmueller: | yes, I prefixed with /usr/local and it´s in /usr/local/bin like one can expect |
[00:30:15] | kormoc: | whoops |
[00:30:33] | wagnerrp: | basically, it just means if you build your utility to run off mythtv 0.24, you can expect consistent behavior in ffmpeg |
[00:30:49] | wagnerrp: | instead of having to worry about some users having ffmpeg 0.5 or 0.6 installed |
[00:31:22] | wagnerrp: | or not support mp3 |
[00:31:58] | Beirdo: | as long as you configure with --enable-libmp3lame :) |
[00:32:00] | allesmueller: | sure, but now developers have to take care about regular syncs ... but users will have definitely better experience |
[00:32:12] | Beirdo: | we do the sync anyways |
[00:32:39] | allesmueller: | Beirdo, what do you think about mencoder? |
[00:33:02] | Beirdo: | we use it in nuvexport as well |
[00:33:18] | Beirdo: | it is often as good as ffmpeg or better |
[00:33:36] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[00:33:38] | Beirdo: | but also a royal pain to get command-line right, but at least it's not constantly changing |
[00:33:56] | allesmueller: | I still strugle the 3fps transcode/mencode problem on 2nd pass :/ |
[00:34:53] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds) | |
[00:35:02] | Beirdo: | that's sucky |
[00:35:05] | allesmueller: | and with strace attached it´s halved again |
[00:35:55] | Beirdo: | why would you strace it? |
[00:36:21] | allesmueller: | http://mythtv.pastebin.com/YQnieFDV |
[00:36:30] | allesmueller: | to find why it is slow |
[00:37:02] | Beirdo: | what processor, what source formats, what output formats, etc... |
[00:37:28] | Twigg (Twigg!~darren@66.87.8.110) has joined #mythtv-users | |
[00:37:30] | kormoc: | hrm |
[00:37:45] | allesmueller: | AMD Athlon(tm) Dual Core Processor 4850e |
[00:37:50] | andreax1 (andreax1!~andreaz@p57B953CD.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[00:37:54] | kormoc: | that amount o futex indicates something was starved there |
[00:38:04] | allesmueller: | but at the end the CPU is idling |
[00:38:22] | kormoc: | that's cause it was sleeping |
[00:38:32] | kormoc: | select was running and not using any cpu cause it had no data |
[00:39:28] | kormoc: | wait |
[00:39:36] | kormoc: | you can't do two pass encoding via a pipe |
[00:39:58] | Beirdo: | not for the logfile anyways |
[00:40:04] | kormoc: | it needs to mythtranscode > /tmp/file and then do two pass encoding on /tmp/file |
[00:40:14] | kormoc: | that's why it was starved. there was no more data for it to get |
[00:40:15] | Beirdo: | not so sure |
[00:40:27] | Beirdo: | you have to run mythtranscode twice |
[00:40:31] | kormoc: | or that |
[00:40:33] | Beirdo: | once for each pass |
[00:40:37] | kormoc: | but this is mythtranscode | mencoder |
[00:40:39] | Beirdo: | that's how nuvexport does it |
[00:40:58] | Beirdo: | yeah, you'd need to do each pass as a separate run |
[00:41:02] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.228) has quit (Ping timeout: 265 seconds) | |
[00:41:03] | allesmueller: | I think mythnuv2mkv does the sam |
[00:41:09] | allesmueller: | e |
[00:41:16] | Twigg is now known as Twiggy2cents | |
[00:41:25] | kormoc: | I bet if you set it to single pass it'd work fine |
[00:41:28] | ** kormoc wonders home ** | |
[00:41:33] | kormoc is now known as kormoc_afk | |
[00:44:14] | allesmueller: | I have to quit at this point in time and will do some more attempts tomorrow with mythnuv2mkv, may update to latest version. If that doesn´t work I´ll give nuvexport a try. Thanks for your patient help so far! gn8 |
[00:48:53] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has joined #mythtv-users | |
[01:03:34] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat) | |
[01:03:48] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
[01:04:11] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has joined #mythtv-users | |
[01:04:32] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.110) has quit (Quit: Leaving) | |
[01:11:51] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.110) has joined #mythtv-users | |
[01:16:48] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (Ping timeout: 265 seconds) | |
[01:23:12] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[01:24:33] | biffhero (biffhero!~Adium@soi.silverspringnet.com) has quit (Ping timeout: 250 seconds) | |
[01:29:29] | ekoffel (ekoffel!~hellome@c-69-253-65-8.hsd1.pa.comcast.net) has quit (Read error: Connection reset by peer) | |
[01:29:40] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[01:30:12] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[01:35:02] | hellome (hellome!~hellome@c-69-253-65-8.hsd1.pa.comcast.net) has joined #mythtv-users | |
[01:38:01] | kormoc_afk is now known as kormoc | |
[01:42:21] | russell5 (russell5!~russell5@pool-72-93-64-46.bstnma.fios.verizon.net) has joined #mythtv-users | |
[01:44:09] | hellome (hellome!~hellome@c-69-253-65-8.hsd1.pa.comcast.net) has quit (Read error: Connection reset by peer) | |
[01:47:50] | felipe` (felipe`!~felipe@my.nada.kth.se) has quit (Remote host closed the connection) | |
[01:48:29] | [R]: | is it just me |
[01:48:41] | [R]: | or does it seem like mythtv-commits gets duplicates a lot |
[01:49:09] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Read error: Connection reset by peer) | |
[01:49:37] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
[01:50:45] | russell5 (russell5!~russell5@pool-72-93-64-46.bstnma.fios.verizon.net) has quit (Remote host closed the connection) | |
[01:50:46] | Captain_Murdoch: | [R], known issue, solutions are being discussed. it has to do with git merges |
[01:50:52] | [R]: | ah |
[01:50:54] | hellome (hellome!~hellome@c-69-253-65-8.hsd1.pa.comcast.net) has joined #mythtv-users | |
[01:51:22] | [R]: | why on earth would anyone use an hdpvr with composite!? |
[01:54:58] | kormoc: | [R], they like to burn money |
[01:55:08] | [R]: | haha |
[01:57:28] | Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Remote host closed the connection) | |
[01:57:31] | russell5 (russell5!~russell5@pool-72-93-64-46.bstnma.fios.verizon.net) has joined #mythtv-users | |
[01:57:56] | russell5 (russell5!~russell5@pool-72-93-64-46.bstnma.fios.verizon.net) has quit (Client Quit) | |
[01:58:24] | jya: | [R] not knowing the HDPVR, how else can you connect it ? |
[01:58:35] | [R]: | jya: component... that's kinda the point of it |
[01:59:15] | jya: | ahh, my bad, I read component before.. |
[01:59:32] | jya: | composite felt so out of place that my brain adjusted it to component automatically |
[02:00:28] | tictric_ (tictric_!~quassel@unaffiliated/tictric) has joined #mythtv-users | |
[02:00:28] | russell5 (russell5!~russell5@pool-72-93-64-46.bstnma.fios.verizon.net) has joined #mythtv-users | |
[02:00:44] | [R]: | haha |
[02:03:42] | Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Quit: Leaving) | |
[02:04:00] | tictric (tictric!~quassel@unaffiliated/tictric) has quit (Ping timeout: 245 seconds) | |
[02:09:37] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat) | |
[02:11:56] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
[02:19:37] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has quit (Quit: jya) | |
[02:20:10] | ki7rw (ki7rw!~quassel@mo-65-41-216-18.sta.embarqhsd.net) has joined #mythtv-users | |
[02:29:06] | Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv-users | |
[02:29:59] | ki7rw (ki7rw!~quassel@mo-65-41-216-18.sta.embarqhsd.net) has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | |
[02:30:30] | ki7rw (ki7rw!~quassel@mo-65-41-216-18.sta.embarqhsd.net) has joined #mythtv-users | |
[02:41:46] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.110) has quit (Quit: Leaving) | |
[02:49:34] | jya (jya!~avenardj@gw2.hydrix.com) has joined #mythtv-users | |
[02:57:02] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.110) has joined #mythtv-users | |
[02:57:37] | Twiggy2cents (Twiggy2cents!~darren@66.87.8.110) has quit (Client Quit) | |
[02:58:56] | ki7rw (ki7rw!~quassel@mo-65-41-216-18.sta.embarqhsd.net) has quit (Remote host closed the connection) | |
[03:00:31] | Twiggy2cents (Twiggy2cents!~darren@66.87.5.5) has joined #mythtv-users | |
[03:01:43] | symptom (symptom!~symptom@99-67-19-8.lightspeed.sntcca.sbcglobal.net) has joined #mythtv-users | |
[03:03:54] | JJ2 (JJ2!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
[03:04:43] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has quit (Ping timeout: 240 seconds) | |
[03:15:14] | PhoenixWing (PhoenixWing!~quassel@adsl-76-230-21-225.dsl.pltn13.sbcglobal.net) has joined #mythtv-users | |
[03:16:55] | wagnerrp: | allesmueller: why did you leave before i got a chance to tell you not to bother with multi-pass encoding |
[03:22:59] | Goga777 (Goga777!~Goga777@shpd-92-101-151-64.vologda.ru) has joined #mythtv-users | |
[03:23:05] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has quit (Read error: Connection reset by peer) | |
[03:23:06] | tris (tris!~tristan@CAMEL.ETHEREAL.NET) has quit (Excess Flood) | |
[03:23:39] | peterpops_ (peterpops_!~peter@90-231-196-41-no112.tbcn.telia.com) has joined #mythtv-users | |
[03:24:24] | peterpops (peterpops!~peter@90-231-196-41-no112.tbcn.telia.com) has quit (Ping timeout: 265 seconds) | |
[03:24:35] | peterpops_ is now known as peterpops | |
[03:24:41] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has joined #mythtv-users | |
[03:25:47] | Goga777 (Goga777!~Goga777@shpd-92-101-151-64.vologda.ru) has quit (Remote host closed the connection) | |
[03:25:51] | tris (tris!~tristan@CAMEL.ETHEREAL.NET) has joined #mythtv-users | |
[03:26:26] | adante_ (adante_!~adante@59.167.212.65) has joined #mythtv-users | |
[03:27:31] | adante (adante!~adante@59.167.212.65) has quit (Ping timeout: 255 seconds) | |
[03:27:38] | adante_ is now known as adante | |
[03:31:17] | zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has quit (Ping timeout: 264 seconds) | |
[03:32:00] | Mudboy (Mudboy!~zod@cpe-75-83-190-215.socal.res.rr.com) has joined #mythtv-users | |
[03:38:25] | k_ross_ (k_ross_!ad40b024@gateway/web/freenode/ip.173.64.176.36) has joined #mythtv-users | |
[03:39:07] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has quit () | |
[03:41:47] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
[03:46:19] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has quit (Ping timeout: 240 seconds) | |
[03:46:51] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has joined #mythtv-users | |
[03:47:41] | adante_ (adante_!~adante@59.167.212.65) has joined #mythtv-users | |
[03:48:19] | adante (adante!~adante@59.167.212.65) has quit (Ping timeout: 240 seconds) | |
[03:48:25] | adante_ is now known as adante | |
[04:00:25] | hipitihop (hipitihop!~denis@202.153.71.87) has joined #mythtv-users | |
[04:06:06] | dashs (dashs!~dave@dashs.denver.co.us) has joined #mythtv-users | |
[04:07:39] | dashs: | Whither debian-multimedia.org? |
[04:09:36] | adante (adante!~adante@59.167.212.65) has quit (Read error: Operation timed out) | |
[04:09:50] | adante (adante!~adante@59.167.212.65) has joined #mythtv-users | |
[04:11:40] | dashs (dashs!~dave@dashs.denver.co.us) has quit (Quit: Leaving) | |
[04:13:24] | symptom (symptom!~symptom@99-67-19-8.lightspeed.sntcca.sbcglobal.net) has quit (Quit: Leaving) | |
[04:13:34] | _Techie_ (_Techie_!~Techie@technz.info) has joined #mythtv-users | |
[04:13:53] | _Techie_: | is there anybody around that could help me setup my tv tuner card? |
[04:14:13] | [R]: | do you have an actual question? |
[04:14:39] | _Techie_: | no, i am in need of someone to aid me by guiding me through the process |
[04:15:11] | [R]: | thats what the documentation is for... |
[04:21:53] | wagnerrp: | heh... hehehe... hahahhahaha |
[04:22:06] | wagnerrp: | not to be outdone by Western Digital's marketing department |
[04:22:22] | wagnerrp: | Seagate has now renamed its LP drive line to 'Green' as well |
[04:23:20] | [R]: | lol |
[04:25:35] | adante_ (adante_!~adante@59.167.212.65) has joined #mythtv-users | |
[04:26:33] | adante (adante!~adante@59.167.212.65) has quit (Ping timeout: 250 seconds) | |
[04:26:37] | adante_ is now known as adante | |
[04:33:45] | hipitihop (hipitihop!~denis@202.153.71.87) has quit (Quit: Ex-Chat) | |
[04:37:43] | Crys (Crys!~|Crys|@plone/tiran) has quit (Ping timeout: 276 seconds) | |
[04:50:31] | Technophil (Technophil!~David@125-237-64-73.jetstream.xtra.co.nz) has quit (Quit: Leaving.) | |
[04:58:00] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (Ping timeout: 245 seconds) | |
[04:59:37] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Ping timeout: 265 seconds) | |
[05:13:55] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 240 seconds) | |
[05:16:45] | LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has quit (Quit: Leaving) | |
[05:17:11] | kormoc: | wagnerrp, What's the MYTHTV_VERSION="b0.24-553-g6e1366f" from? |
[05:18:31] | wagnerrp: | kormoc: when you download from git, it redirects you to file with that in the name |
[05:18:38] | wagnerrp: | i pull the filename, and then pull the file |
[05:18:43] | wagnerrp: | see 'mythbackend --version' |
[05:18:44] | wagnerrp: | same thing |
[05:19:08] | kormoc: | so it's unrelated to the hash? |
[05:19:29] | Hilikus (Hilikus!~hilikus@unaffiliated/hilikus) has joined #mythtv-users | |
[05:20:01] | wagnerrp: | its the last tag in that branch, the number of commits since that tag, and a shortened hash of... the tree maybe? |
[05:20:09] | Hilikus: | how do i reset the screen resize wizard? when i set both arrows to the my tv the screen changed to just a small window that covers 3/4s of the screen |
[05:20:15] | kormoc: | weird |
[05:20:18] | wagnerrp: | its not a hash of the commit, im not sure what exactly it is |
[05:20:23] | Hilikus: | its not full screen anymore |
[05:20:27] | wagnerrp: | its the same thing you get from a 'git describe' |
[05:21:39] | kormoc: | kk, was just wondering if that's what we need to dump into the --version string sed replace thing |
[05:22:09] | wagnerrp: | should be, yes |
[05:22:13] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv-users | |
[05:23:03] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv-users | |
[05:24:54] | kormoc: | kk |
[05:30:42] | sphery: | Hilikus: there may be an easier way, but go into mythfrontend Utilities/Setup|Setup|Appearance, and change GUI width (px) and GUI height (px) and GUI X offset and GUI Y offset to 0 |
[05:31:56] | wagnerrp: | or if you cant see enough to do that, you can specify --geometry on the command line |
[05:32:36] | sphery: | but if you specify --geometry, you'll need to reset them, then exit the frontend because size changes won't be applied while running with a geometry override :) |
[05:34:11] | Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users | |
[05:37:22] | Hilikus: | perfect, it worked |
[05:37:25] | Hilikus: | thanks guys |
[05:37:32] | Hilikus (Hilikus!~hilikus@unaffiliated/hilikus) has quit (Quit: Suerrrrrrte) | |
[05:39:15] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Ping timeout: 265 seconds) | |
[05:40:03] | felipe` (felipe`!~felipe@my.nada.kth.se) has joined #mythtv-users | |
[05:44:01] | toeb (toeb!~tob@HSI-KBW-078-042-105-196.hsi3.kabel-badenwuerttemberg.de) has quit (Ping timeout: 276 seconds) | |
[05:45:17] | Brad-D (Brad-D!~brad@CPE0026f321fa10-CM0026f321fa0d.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[05:45:17] | Brad-D2 (Brad-D2!~brad@CPE0026f321fa10-CM0026f321fa0d.cpe.net.cable.rogers.com) has quit (Read error: Connection reset by peer) | |
[05:45:54] | _Techie_ (_Techie_!~Techie@technz.info) has quit (Quit: ZNC - http://znc.sourceforge.net) | |
[05:47:37] | _Techie_ (_Techie_!~Techie@technz.info) has joined #mythtv-users | |
[05:47:58] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv-users | |
[06:07:44] | toeb (toeb!~tob@HSI-KBW-078-042-105-196.hsi3.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[06:08:49] | toeb: | has the way myth uses to decide which encoder to use changed? |
[06:09:09] | [R]: | i don't think so |
[06:09:13] | [R]: | it always picks the best one |
[06:09:43] | toeb: | best meaning tuner with highest priority? |
[06:09:53] | toeb: | they are all the same |
[06:10:16] | [R]: | the documentation explains in great deteail |
[06:10:17] | [R]: | how it picks |
[06:11:08] | kormoc: | it's fairly complex |
[06:12:18] | toeb: | i know... i read it once.. |
[06:13:21] | toeb: | afaik if all encoders are the same it takes the encoder with the lowest id first... but it does not.. |
[06:13:41] | kormoc: | it also talks about other settings that modify that choice |
[06:13:51] | kormoc: | scheduled recordings can also modify that choice |
[06:14:39] | [R]: | toeb: its actually the input with the lowest id |
[06:15:19] | [R]: | toeb: minor distinction but it matters |
[06:15:37] | toeb: | [R]: the number shown on the mythweb status page? Encoder 40 [ DVB : /dev/dvb/adapter2/frontend0 ] is local o.... |
[06:16:03] | [R]: | that's the card # |
[06:16:26] | splashd (splashd!~splashd@c-69-139-122-173.hsd1.tn.comcast.net) has quit (Quit: Ex-Chat) | |
[06:16:58] | toeb: | [R]: i have only 1 Input for all cards |
[06:17:11] | toeb: | eit if this is what you mean |
[06:17:23] | kormoc: | no, he means input id number in the database |
[06:17:26] | kormoc: | and it's not exposed |
[06:17:26] | [R]: | the order of the cards is not necessarily the order of the inputs |
[06:17:38] | toeb: | k |
[06:18:05] | [R]: | its really nice when you know how it works, cuz my recordings start on my QAM card, but my livetv starts on my HDPVR |
[06:19:27] | toeb: | [R]: I thought i knew how it is working... :-/ And since i recently exchanged some of my cards it always did what i expected... |
[06:20:14] | kormoc: | the approved sphery solution is to delete all your cards and inputs and start fresh, card by card, input by input into the order you want |
[06:21:45] | toeb: | kormoc: this would delete all my channels and channelgroups... and i also don't want to scan for the channel icons... |
[06:25:13] | kormoc: | wagnerrp, are you using that ebuild? |
[06:28:54] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has quit (Quit: RyeBrye) | |
[06:29:09] | toeb: | [R]: does the scheduler use cardinputid from the cardinput table? those are 43,57 and 67 and it still chooses to record from 43 and 67 first... |
[06:29:33] | [R]: | the same content is avaiallbe on all cards? |
[06:29:45] | [R]: | with the same listings source? |
[06:30:12] | toeb: | yes |
[06:30:32] | wagnerrp: | kormoc: ive tested it as far as starting to compile, but im not currently using it |
[06:30:37] | kormoc: | kk |
[06:30:44] | kormoc: | There's some issues, I'm fixing now |
[06:30:48] | [R]: | toeb: if all cards are equal, why does it matter what it uses? |
[06:31:10] | toeb: | [R]: livetv |
[06:31:24] | [R]: | toeb: huh? |
[06:31:38] | [R]: | [11:30:48] [R] toeb: if all cards are equal, why does it matter what it uses? |
[06:32:46] | toeb: | if ei start using livetv and it decides to use the second tuner on a already used card... |
[06:33:01] | toeb: | i have to switch manually |
[06:33:46] | [R]: | huh? |
[06:34:19] | kormoc: | he likely means it locks to a multiplex and to go to a different one he needs to switch cards |
[06:34:29] | toeb: | kormoc: right |
[06:34:31] | kormoc: | there's settings to control that behavior... |
[06:37:10] | _Techie_: | i have just got mythtv-setup working, and am unable to select the scan channels button |
[06:37:26] | justdave (justdave!~dave@unaffiliated/justdave) has quit (Read error: Connection reset by peer) | |
[06:37:47] | _Techie_: | is this normal behaviour at this point in time or have i done something wrong |
[06:38:13] | [R]: | _Techie_: depends on what type of input you have |
[06:38:40] | wagnerrp: | you cannot scan from analog capture |
[06:38:59] | wagnerrp: | and you cannot scan if you have improperly configured another tuner |
[06:39:01] | jya: | wagnerrp: I'm keen on upgrading my backend to something more silent. While at it I thought I could also upgrade the motherboard. |
[06:39:11] | jya: | currently running a E8200 Core 2 Duo. |
[06:39:46] | wagnerrp: | as far as motherboards go, im a bit out of touch |
[06:40:06] | jya: | I like one of the Gigabyte board, an intel 1366 one ; it has 12 SATA ports. Would a i7 9 xx use less power than my E8200 despite the TDP being much greater? |
[06:40:19] | jya: | TDP of i7 950 is 130W, vs 65W for the E8200 |
[06:40:44] | jya: | this is what put me off upgrading so far, my PC already uses about 120W on average |
[06:40:46] | wagnerrp: | yeah, the i7s (the real ones with 3 memory channels) are all very power hungry |
[06:40:51] | ** wagnerrp pokes Beirdo ** | |
[06:41:25] | jya: | you mentioned two days ago that the TDP wasn't a good way of telling power usage |
[06:41:46] | jya: | and that they may idle much better than the C2D |
[06:42:04] | jya: | the main thing I'm keen on is the 12 SATA ports ... |
[06:42:06] | wagnerrp: | right, since theyre going to quote the same 130W TDP for every 1366 processor, from the 920 to the 980X |
[06:42:13] | jya: | processor wise, the E8200 is fine as it is |
[06:42:37] | justdave (justdave!~dave@unaffiliated/justdave) has joined #mythtv-users | |
[06:43:03] | jya: | I have a Antec case, it's cramped with my 8 disks in... Had to put a disk in the floppy disk case :) |
[06:43:29] | jya: | it's a P35 board, very neat board... plenty of expansion |
[06:43:56] | wagnerrp: | iamlindoro has some 775 gigabyte board with 10 slots |
[06:44:20] | wagnerrp: | otherwise, if youve got spare PCIe slots, you could just grab a controller card |
[06:44:33] | jya: | My P55 has 6 SATA on the Intel controller, and two one of another gigabyte controller |
[06:45:08] | jya: | yeah, but I need a new case anyway. it's easier to install a new motherboard in a new case, than take a motherboard out one and put in another |
[06:45:21] | wagnerrp: | you may want to check out this... http://www.tomshardware.com/charts/desktop-cp . . . le,2434.html |
[06:45:22] | jya: | plus then I ended up with a dead case, while I have a spare PC otherwise |
[06:45:57] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Ping timeout: 265 seconds) | |
[06:46:01] | jya: | mayvbe I could wait for the new onboard IGP, it's supposed to be really good. With VAAPI that may be the end of nvidia being a must for mythtv |
[06:47:10] | jya: | looks like my E8200 would chart even better, the lowest E series being the E8600 |
[06:47:39] | jya: | disappointing.. I thought I would end up with a faster processor yet use less power |
[06:48:05] | wagnerrp: | would depend on the rest of the system, i would consider anything below 85W to be pretty close |
[06:48:17] | wagnerrp: | none of them really start to take off until you get to the i7s |
[06:48:34] | croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has joined #mythtv-users | |
[06:48:46] | jya: | interesting that the i7 980X uses less than the i7 920 |
[06:49:10] | jya: | ah... so no QPI for me then :) |
[06:49:17] | wagnerrp: | newer core, i think its 32nm versus the 45nm of the older ones |
[06:49:19] | k_ross_ (k_ross_!ad40b024@gateway/web/freenode/ip.173.64.176.36) has quit (Ping timeout: 265 seconds) | |
[06:49:49] | jya: | why can't they make the choice of upgrading easy ? |
[06:50:02] | jya: | newer = better.. but it's never that simple |
[06:50:09] | wagnerrp: | no clue |
[06:50:49] | wagnerrp: | anyway, under full load, your 8200 is probably comparable to a i5–660 |
[06:51:01] | wagnerrp: | which will probably be another 20% more powerful |
[06:52:11] | KraMer (KraMer!~mark@adsl-70-240-182-200.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
[06:52:55] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[06:53:51] | wagnerrp: | Beirdo: what kind of consumption are you seeing? |
[06:54:52] | wagnerrp: | jya: beirdo has one of the quad core 1156s, with a mini-itx board and 6 hard drives |
[06:56:47] | jya: | I see they have some boards with SATA 3 now... are there disk out there with sata 3 ? |
[06:56:57] | jya: | I would assume this is only good for SSD drives |
[06:57:16] | wagnerrp: | yeah, a couple SSDs are all ive yet seen |
[06:57:31] | Beirdo: | I dunno, I don't have a killawatt |
[06:57:41] | wagnerrp: | UPS? |
[06:57:44] | Beirdo: | nope |
[06:57:50] | jya: | the SSD I got for my laptop maxout at 270MB/s, which I guess is sata being the bottleneck |
[06:58:18] | jya: | 14 usb ports??/ who connects 14 usb devices to their pc ? |
[06:58:23] | jya: | http://www.gigabyte.com.au/products/product-p . . . ?pid=3438#sp |
[06:59:07] | wagnerrp: | maybe you have assorted things that all want to hook into their own header |
[06:59:37] | wagnerrp: | fan controller, flash drive, etc... |
[06:59:57] | wagnerrp: | (i mean one of the front bay drives for flash cards) |
[07:02:29] | biffhero (biffhero!~Adium@c-67-188-68-223.hsd1.ca.comcast.net) has joined #mythtv-users | |
[07:02:30] | toeb: | [R] , kormoc: I'm stupid, the first both cards were set to the same inputgroup... you may take something hard and hit me now. |
[07:02:41] | esperegu (esperegu!~quassel@145.116.15.244) has joined #mythtv-users | |
[07:02:49] | toeb: | i've no clue how this had happened... :-/ |
[07:05:00] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv-users | |
[07:13:58] | wagnerrp: | kormoc: do you have any intention of updating the mythweb ebuild? |
[07:14:11] | wagnerrp: | ive never used it, nor apache under gentoo for that matter |
[07:15:49] | kormoc: | nope |
[07:18:17] | wagnerrp: | anyway, if you want to build new packages, just do 'scripts/mythtv_buildebuild.py --hash=<whatever>' |
[07:18:39] | wagnerrp: | for now, it has to be done in the overlay root, and it should take care of the rest |
[07:18:56] | wagnerrp: | if you want to define specific package, do --packages=media-tv/mythtv |
[07:19:22] | kormoc: | does it grab the latest current ebuild and update that or does it have a template somewhere? |
[07:19:43] | wagnerrp: | it finds the most recent ebuild as per the naming scheme |
[07:19:56] | wagnerrp: | or if you define a version -v<version> |
[07:20:08] | wagnerrp: | it will find the most recent of that version or previous to base off of |
[07:20:38] | wagnerrp: | --type allows you to bump between _pre, _rc, or _p |
[07:20:38] | kormoc: | snaz |
[07:20:53] | wagnerrp: | if you dont define a hash, it assumes its a tagged release |
[07:21:11] | wagnerrp: | im going to have to add a lot more sanity checking, but it works for now |
[07:23:06] | wagnerrp: | also, if youre doing more than one ebuild per day, youll need to do something like --base=0.25-pre20101215 |
[07:23:30] | wagnerrp: | otherwise, it will choose the latest, which will end up being the same filename as the one youre making |
[07:23:44] | wagnerrp: | and since it reads line-by-line as it writes out the new file |
[07:23:48] | wagnerrp: | im sure bad things would happen |
[07:24:04] | ** kormoc nods ** | |
[07:24:20] | wagnerrp: | havent decided the best for that yet... maybe -rN or something |
[07:24:53] | wagnerrp: | i dont know what would be newer, 201012151 or 20101216 |
[07:25:05] | wagnerrp: | if the former, that would cause all sorts of trouble |
[07:29:13] | kormoc: | it's a straight numeric compare, so 201012151 > 20101216 |
[07:29:25] | kormoc: | I just edited the existing one for now |
[07:35:06] | kormoc: | is SREV always the first 7 chars? |
[07:40:54] | esperegu (esperegu!~quassel@145.116.15.244) has quit (Remote host closed the connection) | |
[07:40:56] | Beirdo: | ah come ON |
[07:41:15] | Beirdo: | stupid nook thinks it has no internet... it HAS an IP |
[07:49:17] | Twigg (Twigg!~darren@66.87.0.97) has joined #mythtv-users | |
[07:53:22] | Twiggy2cents (Twiggy2cents!~darren@66.87.5.5) has quit (Ping timeout: 276 seconds) | |
[08:00:53] | ubIx (ubIx!~ulf@p5DD182FB.dip0.t-ipconnect.de) has quit (Ping timeout: 265 seconds) | |
[08:02:21] | ubIx (ubIx!~ulf@p5DD18046.dip0.t-ipconnect.de) has joined #mythtv-users | |
[08:05:08] | johd (johd!~johd@90.146.55.47) has joined #mythtv-users | |
[08:08:12] | Beirdo: | hahah |
[08:08:22] | Beirdo: | it didn't like my classless static routes |
[08:08:25] | Beirdo: | sigh |
[08:17:16] | Brad-D (Brad-D!~brad@CPE0026f321fa10-CM0026f321fa0d.cpe.net.cable.rogers.com) has quit (Quit: Leaving) | |
[08:22:28] | hellome (hellome!~hellome@c-69-253-65-8.hsd1.pa.comcast.net) has quit () | |
[08:22:43] | the_alien (the_alien!~till@xbmc/staff/thealien) has joined #mythtv-users | |
[08:53:09] | messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has joined #mythtv-users | |
[08:59:55] | lyricnz (lyricnz!~simonrobe@ppp118-209-127-130.lns20.mel4.internode.on.net) has joined #mythtv-users | |
[09:00:35] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!) | |
[09:05:51] | Beirdo: | hehehehe |
[09:06:08] | Beirdo: | #1 thing to to after successfully rooting my nook color... |
[09:06:20] | Beirdo: | install Android Kindle app |
[09:09:31] | Beirdo: | priceless |
[09:09:44] | Beirdo: | now I need Angry Birds |
[09:11:23] | jduggan (jduggan!thom@s.tankengine.co.uk) has quit (Read error: Operation timed out) | |
[09:20:07] | the_alien (the_alien!~till@xbmc/staff/thealien) has quit (Quit: the_alien) | |
[09:22:54] | the_alien (the_alien!~till@xbmc/staff/thealien) has joined #mythtv-users | |
[09:25:31] | _Techie_: | is there a good guide on setting up AV input or S-Video input with MythTV? |
[09:29:50] | the_alien (the_alien!~till@xbmc/staff/thealien) has quit (Quit: the_alien) | |
[09:32:33] | lyricnz (lyricnz!~simonrobe@ppp118-209-127-130.lns20.mel4.internode.on.net) has quit (Remote host closed the connection) | |
[09:32:54] | lyricnz (lyricnz!~simonrobe@ppp118-209-127-130.lns20.mel4.internode.on.net) has joined #mythtv-users | |
[09:34:38] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Ping timeout: 265 seconds) | |
[09:35:33] | _fjh_ (_fjh_!~frank@188-193-237-56-dynip.superkabel.de) has joined #mythtv-users | |
[09:41:41] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv-users | |
[09:43:05] | Beirdo: | I like his toy. |
[09:43:42] | Goga777 (Goga777!~Goga777@shpd-78-36-176-23.static.vologda.ru) has joined #mythtv-users | |
[09:45:05] | martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users | |
[09:57:33] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[09:58:58] | hashbang (hashbang!~hashbang@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[09:59:36] | _fjh_ (_fjh_!~frank@188-193-237-56-dynip.superkabel.de) has left #mythtv-users () | |
[10:01:21] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 272 seconds) | |
[10:04:26] | Goga777 (Goga777!~Goga777@shpd-78-36-176-23.static.vologda.ru) has quit (Remote host closed the connection) | |
[10:13:15] | lyricnz (lyricnz!~simonrobe@ppp118-209-127-130.lns20.mel4.internode.on.net) has quit (Quit: lyricnz) | |
[10:15:41] | LabMonkey (LabMonkey!~bogart@99-69-73-8.lightspeed.snantx.sbcglobal.net) has quit (Ping timeout: 264 seconds) | |
[10:15:45] | Twiggy2cents (Twiggy2cents!~darren@66.87.2.181) has joined #mythtv-users | |
[10:18:20] | the_alien (the_alien!~till@ip-88-152-75-221.unitymediagroup.de) has joined #mythtv-users | |
[10:18:27] | the_alien (the_alien!~till@ip-88-152-75-221.unitymediagroup.de) has quit (Changing host) | |
[10:18:27] | the_alien (the_alien!~till@xbmc/staff/thealien) has joined #mythtv-users | |
[10:19:07] | Twigg (Twigg!~darren@66.87.0.97) has quit (Ping timeout: 265 seconds) | |
[10:30:16] | martin__ (martin__!~quassel@89.191.9.147) has joined #mythtv-users | |
[10:30:38] | martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Read error: Operation timed out) | |
[10:33:22] | Feico (Feico!~chatzilla@194.149.80.4) has joined #mythtv-users | |
[10:35:54] | sebrock (sebrock!~sebrock@h55eb1ec9.selukra.dyn.perspektivbredband.net) has joined #mythtv-users | |
[10:37:26] | LabMonkey (LabMonkey!~bogart@99-69-73-8.lightspeed.snantx.sbcglobal.net) has joined #mythtv-users | |
[10:50:04] | RockHound (RockHound!~quassel@d067102.adsl.hansenet.de) has joined #mythtv-users | |
[10:52:38] | el_duerino (el_duerino!~afey@2001:4bd8:2:2:223:aeff:fe91:6669) has joined #mythtv-users | |
[10:58:00] | jduggan (jduggan!thom@s.tankengine.co.uk) has joined #mythtv-users | |
[10:59:32] | el_duerino (el_duerino!~afey@2001:4bd8:2:2:223:aeff:fe91:6669) has left #mythtv-users () | |
[11:02:25] | carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has joined #mythtv-users | |
[11:12:27] | lyricnz (lyricnz!~simonrobe@ppp118-209-127-130.lns20.mel4.internode.on.net) has joined #mythtv-users | |
[11:17:06] | croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has quit (Read error: Connection reset by peer) | |
[11:17:36] | Elshar (Elshar!~Elshar@2002:d86e:cd44::d86e:cd44) has quit (Quit: Leaving) | |
[11:21:56] | RockHound (RockHound!~quassel@d067102.adsl.hansenet.de) has quit (Ping timeout: 265 seconds) | |
[11:24:50] | toorima (toorima!~bq@ip70-181-149-39.sd.sd.cox.net) has quit (Ping timeout: 245 seconds) | |
[11:27:06] | toorima (toorima!~bq@ip70-181-149-39.sd.sd.cox.net) has joined #mythtv-users | |
[11:37:08] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users | |
[11:55:07] | zoran119 (zoran119!~zoran@ppp59-167-170-46.static.internode.on.net) has joined #mythtv-users | |
[11:55:23] | zoran119: | how do i get a tuner card out of the 'warm state'? |
[11:55:33] | rileyp (rileyp!~dad@91.70.96.58.static.exetel.com.au) has joined #mythtv-users | |
[11:57:22] | rileyp: | is vdpau broken for the 260 nvidia driver? |
[12:00:09] | Digdilem (Digdilem!~flash@plague.digdilem.org) has quit (Ping timeout: 260 seconds) | |
[12:05:07] | wagnerrp: | VDPAU is not broken, but the drivers themselves are not particularly robust |
[12:05:10] | wagnerrp: | warm state? |
[12:05:53] | zoran119: | wagnerrp: a more important question.... |
[12:06:23] | wagnerrp: | hurry up |
[12:06:27] | ** wagnerrp wants to go back to bed ** | |
[12:06:29] | zoran119: | wagnerrp: i have a dual tuner card and backend has been configured with two input connections (TV1 and TV2) |
[12:06:44] | zoran119: | wagnerrp: but frontend only sees TV1 |
[12:06:59] | zoran119: | wagnerrp: don't worry... go to bed... i'll ask some other day |
[12:07:01] | wagnerrp: | the frontend only uses the first tuner available |
[12:07:20] | wagnerrp: | if no other recordings are in progress, it will always use the first tuner |
[12:07:34] | wagnerrp: | you can access the other tuners through the 'switch input' key binding |
[12:07:43] | wagnerrp: | or through the 'm' popup menu |
[12:07:54] | zoran119: | wagnerrp: yeah... but there is only one listed there |
[12:08:02] | wagnerrp: | if you open up the status page... http://<backend>:6543/ |
[12:08:05] | wagnerrp: | and there is only one tuner |
[12:08:13] | wagnerrp: | then you have added the second tuner without restarting the backend |
[12:08:16] | zoran119: | wagnerrp: ah... there it is |
[12:08:25] | wagnerrp: | that popup list will only list tuners you can switch to |
[12:08:40] | wagnerrp: | you are currently using the first tuner, so it is not available to switch to |
[12:08:46] | wagnerrp: | so you will only use the second tuner |
[12:08:49] | zoran119: | wagnerrp: i though that key 'c' switched the tuner... but it does someting else compared to m->switch input |
[12:09:04] | wagnerrp: | similarly, if you switch to the tuner you see in the list, the second tuner will be in use and you will only see the first |
[12:10:05] | zoran119: | i just got confused with the 'c' key |
[12:10:12] | zoran119: | don't really know what it does |
[12:10:17] | zoran119: | but that's cool |
[12:10:23] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users | |
[12:10:38] | zoran119: | wagnerrp: thank you! (not just for now, but all the other times you have helped) |
[12:10:51] | wagnerrp: | np |
[12:11:03] | ** wagnerrp shakes the last of the snow out of his hair and goes to bed ** | |
[12:13:34] | zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has joined #mythtv-users | |
[12:16:32] | Digdilem (Digdilem!~flash@plague.digdilem.org) has joined #mythtv-users | |
[12:19:16] | russell5 (russell5!~russell5@pool-72-93-64-46.bstnma.fios.verizon.net) has quit (Remote host closed the connection) | |
[12:23:46] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 276 seconds) | |
[12:38:49] | biffhero (biffhero!~Adium@c-67-188-68-223.hsd1.ca.comcast.net) has quit (Ping timeout: 260 seconds) | |
[12:41:11] | awalls (awalls!~awalls@d-216-36-28-191.cpe.metrocast.net) has joined #mythtv-users | |
[12:41:24] | biffhero (biffhero!~Adium@c-67-188-68-223.hsd1.ca.comcast.net) has joined #mythtv-users | |
[12:53:13] | martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users | |
[12:53:33] | martin__ (martin__!~quassel@89.191.9.147) has quit (Ping timeout: 250 seconds) | |
[12:54:38] | zoran119 (zoran119!~zoran@ppp59-167-170-46.static.internode.on.net) has quit (Quit: leaving) | |
[13:12:39] | at0m (at0m!~at0m@94-225-90-23.access.telenet.be) has quit (Ping timeout: 260 seconds) | |
[13:14:37] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-205-54.bltmmd.fios.verizon.net) has quit (Quit: Leaving) | |
[13:20:51] | at0m (at0m!~at0m@94-225-90-23.access.telenet.be) has joined #mythtv-users | |
[13:27:51] | johd (johd!~johd@90.146.55.47) has quit (Quit: Leaving) | |
[13:41:01] | JJ2 (JJ2!~jjensen@jeffjensen.dsl.visi.com) has left #mythtv-users () | |
[14:13:06] | RobertLaptop (RobertLaptop!~RobertLap@63.68.135.4) has joined #mythtv-users | |
[14:13:08] | RobertLaptop_ (RobertLaptop_!~RobertLap@63.68.135.4) has joined #mythtv-users | |
[14:16:46] | RobertLaptop (RobertLaptop!~RobertLap@63.68.135.4) has quit (Client Quit) | |
[14:17:06] | Twiggy|worx (Twiggy|worx!~Twiggy@12.182.96.2) has joined #mythtv-users | |
[14:17:28] | RobertLaptop_ (RobertLaptop_!~RobertLap@63.68.135.4) has quit (Client Quit) | |
[14:18:27] | RobertLaptop (RobertLaptop!~RobertLap@63.68.135.4) has joined #mythtv-users | |
[14:21:40] | aputerboy (aputerboy!~chatzilla@pool-96-233-32-137.bstnma.fios.verizon.net) has joined #mythtv-users | |
[14:24:17] | ThisNewGuy: | hey all – is anyone else getting seg faults in previewgen for shows that have a bookmark (in git master) |
[14:27:54] | aputerboy: | I had a brain fart – I can't seem to figure out how to shut off thumbnails from the mythweb interface – i want to do it because i assume it will significantly speed up loading of the page when i have several hundred recordings |
[14:28:26] | rileyp (rileyp!~dad@91.70.96.58.static.exetel.com.au) has quit (Quit: Leaving) | |
[14:41:26] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[15:03:43] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users | |
[15:14:49] | LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has joined #mythtv-users | |
[15:16:07] | biffhero (biffhero!~Adium@c-67-188-68-223.hsd1.ca.comcast.net) has quit (Ping timeout: 272 seconds) | |
[15:18:39] | streeter (streeter!~streeter@nat/redhat/x-qfekrlsapqscelzk) has joined #mythtv-users | |
[15:28:23] | XLV (XLV!~XLV@unaffiliated/xlv) has joined #mythtv-users | |
[15:29:55] | rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 265 seconds) | |
[15:33:42] | _fjh_ (_fjh_!~frank@188-193-237-56-dynip.superkabel.de) has joined #mythtv-users | |
[15:37:30] | Twiggy|worx (Twiggy|worx!~Twiggy@12.182.96.2) has quit (Quit: Leaving) | |
[15:37:44] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[15:37:48] | streeter_ (streeter_!~streeter@nat/redhat/x-wsvwodafmkpvoeeo) has joined #mythtv-users | |
[15:37:57] | streeter_ (streeter_!~streeter@nat/redhat/x-wsvwodafmkpvoeeo) has quit (Client Quit) | |
[15:38:18] | streeter (streeter!~streeter@nat/redhat/x-qfekrlsapqscelzk) has quit (Ping timeout: 240 seconds) | |
[15:51:04] | Saviq (Saviq!~Saviq@sawicz.net) has joined #mythtv-users | |
[15:52:05] | Saviq: | hi all, is it no longer in 0.24 to use custom movie metadata source? |
[15:52:25] | Saviq: | or has the setting moved somewhere? |
[15:58:50] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has joined #mythtv-users | |
[16:06:23] | lyricnz (lyricnz!~simonrobe@ppp118-209-127-130.lns20.mel4.internode.on.net) has quit (Ping timeout: 250 seconds) | |
[16:09:21] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users | |
[16:09:28] | RyeBrye_ (RyeBrye_!~ryebrye@67.199.189.49) has joined #mythtv-users | |
[16:09:56] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
[16:12:19] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has quit (Ping timeout: 240 seconds) | |
[16:12:19] | RyeBrye_ is now known as RyeBrye | |
[16:16:19] | kth (kth!~kth@dyndsl-080-228-187-220.ewe-ip-backbone.de) has joined #mythtv-users | |
[16:18:14] | Feico (Feico!~chatzilla@194.149.80.4) has quit (Ping timeout: 276 seconds) | |
[16:22:18] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (Read error: Connection reset by peer) | |
[16:26:36] | biffhero (biffhero!~Adium@soi.silverspringnet.com) has joined #mythtv-users | |
[16:29:55] | skd5aner: | Saviq: http://www.mythtv.org/wiki/MythVideo#Metadata_Lookup |
[16:32:11] | iamlindoro: | The metadata script output format has changed hugely since .23-- any old scripts will no longer work |
[16:32:26] | iamlindoro: | so yes, the window to switch between scripts has been removed temoporarily |
[16:32:47] | iamlindoro: | If you write a script that conforms to the universal metadata format, I'll add the script picker in its new location |
[16:33:08] | iamlindoro: | but since there is only one TV script and only one Movie script at the moment, there isn't a window to switch them |
[16:33:18] | iamlindoro: | http://www.mythtv.org/wiki/MythTV_Universal_Metadata_Format |
[16:33:24] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
[16:43:39] | Crys (Crys!~|Crys|@g228134062.adsl.alicedsl.de) has joined #mythtv-users | |
[16:43:39] | Crys (Crys!~|Crys|@plone/tiran) has joined #mythtv-users | |
[16:43:39] | Crys (Crys!~|Crys|@g228134062.adsl.alicedsl.de) has quit (Changing host) | |
[16:45:15] | cattelan_away is now known as cattelan | |
[16:55:44] | iamlindoro: | Why do people think that their basic, "duh" ideas have never occurred to us? |
[16:56:05] | iamlindoro: | eg, "The channel scanner is hard to use. Fix that." |
[16:56:24] | iamlindoro: | Do thy expect that we will just exclaim, "Oh, crap! I never thought of it!" |
[16:56:53] | jams: | yes |
[16:57:25] | iamlindoro: | Haha |
[16:57:27] | iamlindoro: | They are WRONG! |
[16:57:42] | jams: | sometimes |
[16:57:51] | jams: | most of the time |
[16:58:25] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[17:00:20] | skd5aner: | 60% of the time, every time |
[17:01:35] | jams: | so they are only 60% wrong with every request? |
[17:03:28] | iamlindoro: | I really was trying to find a gentle way of expressing to Brian Murrell on the list that the channel scanner is *not* hard to use because we figure it's fine-- it's that it must deal with every single locale, everywhere, and that we just plain don't have the manpower to work on it right now |
[17:03:32] | skd5aner: | pungent |
[17:04:20] | iamlindoro: | And he comes back with another litany of suggestions-- while I appreciate where they're coming from, the issue is *not* lack of ideas, and he jumps right to righteous indignation mode |
[17:04:39] | iamlindoro: | Sometimes being a Myth dev feels like being a rower on a viking ship |
[17:05:34] | skd5aner: | nature of working on a FOSS project where the user is some "average dude on a couch"? |
[17:05:35] | awalls: | if you make something simpler, you make it available to many more folks with less expertise; who will then gripe what you have provided is too hard to use. |
[17:05:44] | iamlindoro: | I just don't know what people hope to accomplish sometimes with that stuff-- do they figure if we just get that one magic idea, theirs, that we'll get right to work and have it resolved by morning? E_NOT_ENOUGH_DEVS!!! |
[17:07:05] | iamlindoro: | Anyway, it might just be that I'm sensitive to it because I put in a few straight days of fixing some usability issues in the scanner/capture card config this last cycle, and because I've actually put some serious thought into how to make it as easy as possible (not to mention som actual work to try to make it do so) |
[17:14:24] | hashbang (hashbang!~hashbang@cse-ajb.cse.bris.ac.uk) has quit (Quit: Leaving) | |
[17:24:01] | ** wagnerrp requests that skd5aner bathe, as he smells like panther urine ** | |
[17:26:26] | Crys: | It's open source. If you want something fixed either fix it yourself (can be a lot of fun), get somebody interested to fix it or donate some money. |
[17:26:53] | wagnerrp: | Crys: thats now how open source works |
[17:27:10] | wagnerrp: | open source means you can demand a change if something isnt to your liking |
[17:27:15] | wagnerrp: | you just dont understand... |
[17:27:17] | Crys: | Some people don't get that because they see opensource just as free software with free support. |
[17:29:38] | Crys: | wagnerrp: I know, I'm doing lots of open source development myself. But must software was either infrastructure or targets the enterprise market. When a company earns money with open source, then they are also willing to pay for an quick fix. |
[17:30:11] | wagnerrp: | im referring to a specific mythweb 'user' |
[17:30:38] | wagnerrp: | who had emailed the author demanding that mythweb be rewritten in python, since thats just how open source works |
[17:32:03] | Crys: | Python ... I understand his point ;) |
[17:32:11] | keith4 (keith4!~keith@unaffiliated/keith4) has quit (Ping timeout: 250 seconds) | |
[17:33:16] | Crys: | What language is used for Mythweb? |
[17:33:36] | _fjh_ (_fjh_!~frank@188-193-237-56-dynip.superkabel.de) has quit (Quit: Leaving.) | |
[17:33:44] | iamlindoro: | php and perl |
[17:34:00] | iamlindoro: | predominantly the former |
[17:34:05] | wagnerrp: | with javascript and a bit of flash thrown in |
[17:34:28] | wagnerrp: | php runs the page, perl is used for some background tasks pertaining to file access |
[17:35:13] | keith4 (keith4!~keith@unaffiliated/keith4) has joined #mythtv-users | |
[17:36:50] | Crys: | Well written Python code would make the code easier to maintain and extend, I totally agree with the user. But I wouldn't suggest to just rewrite a large PHP code base in Python. been there, tried it, ain't beautiful. |
[17:37:45] | wagnerrp: | meh, i maintain the python bindings, and i still find mythweb far more understandable than say... trac |
[17:39:01] | Crys: | Trac ... no comment on trac's design. :] |
[17:43:31] | Crys: | I'm a Python developer for more than 7 years and it's my daily job for about 3 years. I've worked with very large code bases including Zope, Zope3, Plone, Twisted and development of Python 3000 (now known as Python 3.x). Trac isn't a good example for well designed API. |
[17:44:23] | Crys: | I'm maintaining our companies Trac. It's a nightmare when something breaks in the rights and user management. |
[17:44:25] | wagnerrp: | fair enough, its the only one ive looked at |
[17:45:17] | Crys: | The words "complex code" and "permission management" should be used in the same sentence ... |
[17:45:36] | alan` (alan`!alan@rrcs-67-52-47-64.west.biz.rr.com) has quit (Ping timeout: 255 seconds) | |
[17:52:04] | alan` (alan`!alan@rrcs-67-52-47-64.west.biz.rr.com) has joined #mythtv-users | |
[17:59:50] | kormoc: | wagnerrp, thoughts? http://pastebin.ca/2021370 |
[18:01:07] | wagnerrp: | does /usr/portage/distfiles not exist? |
[18:01:27] | wagnerrp: | i.e. you delete that folder frequently, or you have redirected portage to a new folder |
[18:02:28] | kormoc: | ahhh, yeah, it's /tmp/distfiles |
[18:02:32] | kormoc: | I'll make a link |
[18:02:36] | wagnerrp: | hang on |
[18:02:49] | wagnerrp: | is there some reference in /etc/make.conf i can use for that path? |
[18:03:03] | kormoc: | DISTDIR="/tmp/distfiles" |
[18:03:14] | wagnerrp: | so thats the better solution |
[18:03:49] | kormoc: | I should have read that closer. Didn't notice the /usr/portage prefix |
[18:04:46] | wagnerrp: | anyway, symlinking will work for now |
[18:05:06] | wagnerrp: | but thats just one of many things that arent particularly robust |
[18:06:31] | wilberfan (wilberfan!~wilberfan@24.205.38.160) has joined #mythtv-users | |
[18:06:50] | kormoc: | Yeah, it's all good. I blame the sleepyness |
[18:07:26] | wilberfan: | I've spent a couple of hours now trying to get my new mythtv/opensuse to connect to the database... |
[18:07:44] | wilberfan: | the wiki doesn't seem to have ANYTHING about the "No unpnp" error... |
[18:08:18] | wagnerrp: | 'no upnp' means the frontend cannot find a backend to use for automatic mysql access |
[18:08:22] | kormoc: | setup the master backend ip to anything valid other then 127.0.0.1 |
[18:08:42] | kormoc: | if you check your backend logs, you'd see a message like 'Using 127.0.0.1, disabling UPnP' |
[18:09:09] | wilberfan: | i think it's 'localhost' by default... (or is that the same thing?) |
[18:09:22] | kormoc: | We don't use hostnames, and yes, localhost == 127.0.0.1 |
[18:09:56] | wagnerrp: | well, access to the database does use hostnames, but thats a completely different setting than the one kormoc is referring to |
[18:10:50] | wilberfan: | hmm... what would a valid entry be in there? |
[18:10:50] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has joined #mythtv-users | |
[18:11:05] | wilberfan: | 192.168.0.101 doesn't work either... (that's it's ip on the router) |
[18:11:20] | kormoc: | the ip of the computer |
[18:11:41] | Lord_Deathscythe (Lord_Deathscythe!~chris@h231.136.185.173.dynamic.ip.windstream.net) has quit (Client Quit) | |
[18:11:46] | wilberfan: | does mythtv-setup have to be run as root, perchance? |
[18:12:00] | wagnerrp: | no, it should be run as the user that is going to run mythbackend |
[18:12:11] | aputerboy: | I had a brain fart – I can't seem to figure out how to shut off thumbnails from the mythweb interface – i want to do it because i assume it will significantly speed up loading of the page when i have several hundred recordings (tried looking through mythweb systems settings and googling but that didn't seem to help) – i'm pretty sure there used to be a way to do that |
[18:12:41] | Crys: | wilberfan: what are the IP addresses of your frontend and backend? The frontend is the computer next to your TV, the backend hosts the database, files and TV cards. |
[18:13:00] | wilberfan: | Crys, it's all the same box |
[18:13:00] | kormoc: | aputerboy, 'Display Pixmaps' checkbox |
[18:13:15] | wagnerrp: | wilberfan: then run the frontend as the same user that runs the backend |
[18:13:23] | Crys: | wilberfan: 127.0.0.1 is the correct value. Is the mysql installed and running? |
[18:13:24] | wagnerrp: | or copy the ~/.mythtv from one user to the other |
[18:13:35] | Crys: | mysql server |
[18:13:44] | wilberfan: | i'm the only user on this box |
[18:13:56] | kormoc: | Crys, we do recommend they use their interface ip rather then the loopback ip |
[18:14:27] | wilberfan: | okay, how do i verify my interface ip then? |
[18:14:27] | wagnerrp: | Crys: basically, theres no advantage to using loopback, and it only causes problems down the line if they want to add a remote frontend/backend |
[18:14:55] | kormoc: | wilberfan, ifconfig |
[18:14:58] | kormoc: | it should show you |
[18:15:11] | wilberfan: | "inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0" |
[18:15:27] | wilberfan: | but 192.168.0.101 doesn't work...so something else is wrong? |
[18:15:34] | wagnerrp: | normally, the frontend reads from ~/.mythtv/config.xml, which tells it where the database, which tells it where the backend is |
[18:15:43] | Crys: | wagnerrp: I tend to bind servers like MySQL to localhost but that's an advanced user thing |
[18:15:57] | wilberfan: | how do i verify that mysql is up and running? |
[18:16:00] | wagnerrp: | with upnp, the frontend directly finds the backend, which tells it where to find the database, which tells it where to find the backend |
[18:16:04] | wagnerrp: | ps ax | grep mysql? |
[18:16:18] | aputerboy: | kormoc: Is that the same as the "show pixmaps" checkbox (under TV: Recorded Programs) — because if even after saving changes, it doesn't seem to have any effect — or is it cached somehow requiring me to restart browser to see the effect |
[18:16:27] | wagnerrp: | Crys: not really an option with mythtv, where all frontends require direct database access |
[18:16:52] | wilberfan: | "2334 ? S 0:00 /bin/sh /usr/bin/mysqld_safe --mysqld=mysqld --user=mysql --pid-file=/var/run/mysql/mysqld.pid --socket=/var/run/mysql/mysql.sock --datadir=/var/lib/mysql |
[18:16:52] | wilberfan: | 2475 ? Sl 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysql/mysqld.log --pid-file=/var/run/mysql/mysqld.pid --socket=/var/run/mysql/mysql.sock --port=3306 |
[18:16:52] | wilberfan: | 8663 pts/0 S+ 0:00 grep mysql" |
[18:17:06] | kormoc: | aputerboy, yes, that's the checkbox |
[18:17:13] | Crys: | wagnerrp: It should work for a combined frontend and backend server |
[18:17:22] | Crys: | wilberfan: netstat -lpn | grep 3306 |
[18:17:34] | kormoc: | Crys, it does, but you can't use UPnP with 127.0.0.1 |
[18:17:44] | aputerboy: | kormoc: hmmm why doesn't it work then??? do i need to restart my browser to see the effect? |
[18:17:45] | kormoc: | Crys, the multicast routes are not valid for 127.0.0.1 |
[18:17:47] | wagnerrp: | combined fe/be sure, but then 127.0.0.1 for the backend works there too |
[18:17:55] | wilberfan: | "tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2475/mysqld" |
[18:18:01] | kormoc: | Crys, so no, you can't use localhost and expect upnp to work |
[18:18:09] | Crys: | kormoc: ah, is MythTV using UPNP to find backends? nice :) |
[18:18:43] | Crys: | wilberfan: looks fine. It listens on all interfaces and TCP, not TCP6. |
[18:18:48] | kormoc: | aputerboy, seems to work here |
[18:19:03] | wilberfan: | okay, i've changed it from '127.0.0.1' to '192.168.0.101'... |
[18:19:06] | kormoc: | aputerboy, might want to clear your cache if you're using anything like fasterfox |
[18:19:07] | aputerboy: | kormoc: hmmm I just tried reopening browser – still shows thumbnails even though box is unchecked — WEIRD |
[18:19:17] | aputerboy: | kormoc: i will try that |
[18:19:31] | wilberfan: | "No UpNP" "Can't Login"... |
[18:19:56] | kormoc: | you also might not have valid upnp routes for your 192.168.0 network |
[18:19:57] | wagnerrp: | wilberfan: as mentioned, upnp is only used for autodetection of the backend |
[18:20:12] | wagnerrp: | if you just copy the ~/.mythtv folder from the user running the backend, to the user running the frontend |
[18:20:14] | wagnerrp: | everything works |
[18:20:25] | aputerboy: | kormoc: STILL WEIRD – still getting thumbnails even after reopening firefox and even after clearing cache (and confirming that box is unchecked) — could there be some overriding mythfrontend setting? |
[18:20:29] | wagnerrp: | assuming you actually have the backend and the database properly configured and running |
[18:20:43] | wilberfan: | wagnerrp, I'm the only user on this box... |
[18:20:57] | wilberfan: | your last "assume" is probably where things are going bad... |
[18:21:12] | wagnerrp: | wilberfan: absolutely wrong, you have dozens of users on your box |
[18:21:16] | kormoc: | aputerboy, there isn't. it's a mythweb specific setting. Are you using some htauth? |
[18:21:40] | wilberfan: | so then who's running the backend? |
[18:21:49] | wagnerrp: | if you are running mythbackend through your init scripts, chances are it is either using root or mythtv |
[18:21:58] | at0m (at0m!~at0m@94-225-90-23.access.telenet.be) has quit (Quit: Quitting.) | |
[18:22:00] | wagnerrp: | likely mysql is also running as its own dedicated user |
[18:22:23] | kormoc: | ps aux | grep mythbackend |
[18:22:35] | aputerboy: | kormoc: I am using AuthType=Basic in my mythweb.conf for apache |
[18:23:01] | wilberfan: | "root 8842 0.0 0.0 3596 732 pts/0 S+ 10:22 0:00 grep mythbackend" |
[18:23:01] | m_schulze (m_schulze!~m.d.schul@c-71-229-225-89.hsd1.co.comcast.net) has joined #mythtv-users | |
[18:23:16] | wagnerrp: | so root is running the backend |
[18:23:19] | wilberfan: | so root is running the backend |
[18:23:30] | wagnerrp: | and your database credentials are likely to be in /root/.mythtv/ |
[18:23:45] | kormoc: | aputerboy, so yeah. I have no idea right now why that setting wouldn't apply. Do others like theme? |
[18:23:52] | wagnerrp: | copy that folder to your user folder, and change the permissions so your account is owner |
[18:24:25] | Crys: | wagnerrp / wilberfan: look closer, it's just the grep command |
[18:24:39] | wagnerrp: | ah, so it is |
[18:24:43] | wilberfan: | Crys, sorry, what? |
[18:24:44] | wagnerrp: | so you have no backend running |
[18:24:49] | Crys: | The backend isn't running |
[18:24:55] | wagnerrp: | with no backend, you cant very well connect to it with your frontend |
[18:25:01] | wilberfan: | so how do i start the bastard? |
[18:25:09] | wagnerrp: | your init scripts? |
[18:25:28] | Crys: | wilberfan: the command doesn't show the backend process, just the grep process with "mythbackend" as first argument. |
[18:25:29] | wagnerrp: | something like... /etc/init.d/mythbackend start? |
[18:25:56] | aputerboy: | or service mythbackend start if running Fedora |
[18:26:01] | wilberfan: | "/etc/sysconfig/mythbackend not existing" |
[18:26:20] | skd5aner: | (or ubuntu) |
[18:26:22] | Crys: | wilberfan: screw SuSE ;) |
[18:26:55] | aputerboy: | wilberfan: are you sure you have mythbackend installed and not just the frontend? |
[18:27:10] | wagnerrp: | check the wiki, every minor version of suse has its own excessively long guide for setting up mythtv |
[18:27:19] | wagnerrp: | aputerboy: you cant install the frontend without the backend |
[18:27:21] | wilberfan: | i've spent 2 hours with the wiki... |
[18:27:47] | aputerboy: | wagner – well in Fedora/rpm world one can always use --nodeps lol |
[18:27:47] | wilberfan: | lot's of nice dead-ends... |
[18:28:48] | kormoc: | aputerboy, it's the same package |
[18:28:55] | wilberfan: | I have mythtv-0_24-backend package installed... |
[18:29:17] | Crys: | wilberfan: Specialized distributions like Mythbuntu and Mythdora are really helpful for new or casual Linux users. |
[18:29:21] | aputerboy: | ahhhh – on Fedora atrpms the packages are separate – my bad |
[18:30:40] | kormoc: | they shouldn't be. We don't support that style |
[18:31:05] | wagnerrp: | specifically, the source doesnt let you install that way, so neither should packages created from them |
[18:31:17] | aputerboy: | kormoc: I just tried in Explorer – cleared out all temporary internet files — still getting the thumbnails... — any thoughts on what i can do to debug? hard to imagine how I could be screwing up unchecking a check box :P |
[18:32:11] | wilberfan: | anything useful here?: http://paste.opensuse.org/79237634 |
[18:34:28] | aputerboy: | wagnerrp – just out of curiosity, why wouldn't one want to just have the frontend on a machine that is used just as a frontend – like on my Windoze laptop I don't run the backend yet frontend runs fine alone? |
[18:34:50] | aputerboy: | wagnerrp – so what is the logic behind combining both in a package |
[18:34:58] | wagnerrp: | aputerboy: because running a frontend-only install means you save all of 3MB used by the backend executable |
[18:35:11] | wagnerrp: | most of the functionality is in the shared libraries |
[18:35:17] | wagnerrp: | which both the frontend and backend link into |
[18:35:22] | aputerboy: | wagnerrp – what about the reverse – if i only want the backend, surely that would save |
[18:35:36] | kormoc: | aputerboy, again, no, only a megabyte or two |
[18:35:38] | at0m (at0m!~at0m@94-225-90-23.access.telenet.be) has joined #mythtv-users | |
[18:35:45] | wagnerrp: | surely that would save nothing, since the frontend is about the same size as the backend |
[18:35:52] | aputerboy: | wagnerrp – ok – not a biggie – just was being too purist perhaps |
[18:35:57] | kormoc: | aputerboy, our libraries are a twisted maze of passages that all look alike |
[18:36:02] | wilberfan: | why wouldn't I have a /root/.mythtv file? |
[18:36:05] | wagnerrp: | and its not like you can do away with the X11 libs entirely, since those are needed by mythtv-setup |
[18:36:08] | kormoc: | aputerboy, you can't remove any of them without it breaking |
[18:36:15] | lyricnz (lyricnz!~simonrobe@ppp118-209-147-69.lns20.mel6.internode.on.net) has joined #mythtv-users | |
[18:36:27] | wagnerrp: | wilberfan: because neither mythtv-setup nor mythbackend has ever been run as root |
[18:36:53] | wilberfan: | we're not supposed to run them as root, are we?? |
[18:37:11] | wagnerrp: | its recommended not to run anything as root |
[18:38:16] | aputerboy: | wagner/kormoc: i see how ATrpms does it – Axel has separate libmyth libraries that are required by one or both of the mythtv-backend and mythtv-frontend packages – those packages are just really wrappers around the specific executable binaries plus the locales & basic themes respectively |
[18:38:39] | kormoc: | they share the same locales and theme files |
[18:38:56] | wagnerrp: | the /only/ thing you can remove is the specific executables |
[18:39:12] | wagnerrp: | which leaves you all of a couple MB lighter, for significantly increased complexity |
[18:40:07] | wagnerrp: | the only reason you /might/ want to do it is if you have the frontend package require a full X server |
[18:40:14] | wagnerrp: | while the backend only requires the X libs |
[18:40:27] | wagnerrp: | but then its just a matter of different dependency sets |
[18:42:36] | aputerboy: | wagner/kormoc – i'm not sure of ATrpms logic – i have always installed both anyways – but i can tell you that neither executable package requires the other in the rpm sense of requires. Axel is usually pretty good so I imagine that they can be loaded independently. Though I take your point that the savings are only a few MB |
[18:44:14] | Saviq (Saviq!~Saviq@sawicz.net) has left #mythtv-users () | |
[18:45:54] | wilberfan: | gee, this seems vaguely important: http://www.mythtv.org/wiki/User_Manual:Initia . . . tabase_setup |
[18:45:59] | wilberfan: | duh |
[18:46:54] | skd5aner: | crap – it's so hard to tell where I left off exactly in the release notes now that the commits aren't serial |
[18:47:48] | jya (jya!~avenardj@gw2.hydrix.com) has quit (Quit: jya) | |
[18:48:51] | wilberfan: | gee, it connects right up when you actually CREATE the database... |
[18:48:56] | wilberfan: | [facepalm] |
[18:50:50] | aputerboy: | Audio Question/Issue: On my now old Fedora machine, when I watch a recorded program it at first runs fine just as it did on myth < 0.24 (with the same video/audio limitations when running HD do to slowness of my machine. BUT whenever I press the left/arrow key I get a loud screech of continual static with video playing normally. Pressing an arrow key again resumes normal audio. Pressing... |
[18:50:52] | aputerboy: | ...again gives me sqawking again |
[18:52:02] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv-users | |
[18:52:41] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has quit (Client Quit) | |
[18:52:51] | aputerboy: | btw the screeching/squelching is so annoying that i should probably bottle it and sell it to the police as a non-lethal crowd control weapon |
[18:55:18] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv-users | |
[19:00:22] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Quit: Leaving) | |
[19:01:01] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has quit (Remote host closed the connection) | |
[19:01:17] | m_schulze (m_schulze!~m.d.schul@c-71-229-225-89.hsd1.co.comcast.net) has left #mythtv-users () | |
[19:01:28] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv-users | |
[19:05:00] | simcop2387: | does anyone have any recommendations for an IR blaster for controlling a direct tv box? |
[19:05:42] | ** simcop2387 is currently struggling with this http://www.dbstalk.com/showthread.php?t=187566 ** | |
[19:08:49] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[19:08:52] | skd5aner: | simcop2387: what DTV box do you have? |
[19:09:04] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has quit (Remote host closed the connection) | |
[19:10:00] | skd5aner: | simcop2387: if it's capable, you might want to try this – http://www.mythtv.org/wiki/Controlling_DirecT . . . _via_Network |
[19:10:10] | wilberfan (wilberfan!~wilberfan@24.205.38.160) has quit (Remote host closed the connection) | |
[19:10:25] | skd5aner: | otherwise – http://www.mythtv.org/wiki/Controlling_DirecT . . . SB_or_Serial |
[19:11:15] | kormoc: | usb control++ |
[19:12:04] | Anduin_ (Anduin_!~awithers@pdpc/supporter/professional/anduin) has quit (Ping timeout: 255 seconds) | |
[19:13:16] | sphery: | wagnerrp: odds that "[mythtv-users] Avoiding hard disk full messages" guy who says, "Video files that are archived are archived to another HDD." is archiving those recording files using his own procedure--which includes direct DB editing of the recorded table? |
[19:13:41] | simcop2387: | skd5aner: oooooooo |
[19:13:47] | simcop2387: | skd5aner: the usb control is what stopped working |
[19:14:16] | simcop2387: | either the port went out or the latest update for it (0x4440 on an H21, doesn't seem to be in the public yet) disabled it |
[19:14:25] | simcop2387: | the network control would solve it though |
[19:14:35] | simcop2387: | put it on the network for playback and playing for a while |
[19:15:32] | wagnerrp: | sphery: he did somehow manage to end up with 1.6TB of orphaned files |
[19:15:38] | wagnerrp: | thats got to be some sort of record |
[19:15:54] | Saviq (Saviq!~Saviq@sawicz.net) has joined #mythtv-users | |
[19:16:07] | sphery: | wagnerrp: yep |
[19:16:19] | simcop2387: | wagnerrp: oh fun |
[19:16:22] | sphery: | I really think he's doing a DELETE FROM recorded |
[19:18:12] | simcop2387: | skd5aner: thank you! this seems to be working great! |
[19:18:34] | simcop2387: | makes me really glad i put that extra network card in the mythtv box to put it on the network for fun (playing with the upnp media stuff on it) |
[19:18:40] | RockHound (RockHound!~quassel@d067102.adsl.hansenet.de) has joined #mythtv-users | |
[19:18:52] | simcop2387: | skd5aner++ |
[19:18:56] | npm is now known as np | |
[19:19:14] | simcop2387: | lionsnob++ # for finding out the urls, i might write a nicer script for this too |
[19:19:25] | np is now known as Guest76058 | |
[19:19:57] | wagnerrp: | lionsnob? |
[19:21:27] | simcop2387: | wagnerrp: he's the one who wrote the script according to the wiki |
[19:21:43] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Quit: Leaving) | |
[19:22:14] | Anduin (Anduin!~awithers@pdpc/supporter/professional/anduin) has joined #mythtv-users | |
[19:22:14] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Anduin | |
[19:22:34] | Guest76058 is now known as npm | |
[19:26:28] | RockHound (RockHound!~quassel@d067102.adsl.hansenet.de) has quit (Ping timeout: 255 seconds) | |
[19:29:56] | simcop2387: | awesome now my system is back to normal :) |
[19:30:11] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[19:32:41] | wilberfan (wilberfan!~wilberfan@24.205.38.160) has joined #mythtv-users | |
[19:32:50] | wilberfan: | I'm close! I can almost taste it! |
[19:33:02] | wilberfan: | why would my "scan for channels" be greyed out? |
[19:33:14] | wilberfan: | and now I can't connect to the backend... |
[19:33:23] | wilberfan: | is there a permission I need to check somewhere or? |
[19:33:59] | wagnerrp: | mythtv-setup does not connect to the backend |
[19:34:10] | wilberfan: | i know...the frontend won't connect... |
[19:34:15] | wagnerrp: | and if they backend is running, it would have the tuners opened and locked, and prevent you from scanning |
[19:34:33] | iamlindoro: | or if you are using a tuner type which does not support scanning |
[19:34:43] | iamlindoro: | or have not properly configured a listings source |
[19:35:04] | wilberfan: | i won't be using a listings source... |
[19:35:22] | wagnerrp: | you must use a listings source |
[19:35:26] | wagnerrp: | mythtv is worthless without one |
[19:35:40] | wilberfan: | i only record livetv or watch internet video... |
[19:37:03] | wilberfan: | broadcast via digital-to-analog converter... |
[19:37:17] | wilberfan: | so channel 3 is it.... |
[19:38:22] | wagnerrp: | you still need a listing source so mythtv knows what it is recording |
[19:38:35] | wagnerrp: | at the very least, you still need to define a video source and map it to the input |
[19:38:38] | wilberfan: | i just set up recordings manually... |
[19:39:09] | iamlindoro: | See above-- you *must* complete all steps of mythtv-setup-- none are optional |
[19:39:31] | wagnerrp: | additionally, its far easier (and far better quality) to just buy a digital tuner than use a DTA, analog capture, and an IR blaster |
[19:39:31] | iamlindoro: | And if you want a VCR, MythTV is not the tool for the job |
[19:39:36] | sphery: | wait, maybe he needs MythVCR |
[19:40:37] | sphery: | how they did it in 2001: http://www.faqs.org/docs/Linux-HOWTO/VCR-HOWTO.html (which probably hasn't changed much since a VCR is a VCR) |
[19:41:04] | wagnerrp: | if you want livetv, use tvtime |
[19:41:14] | sphery: | maybe http://www.tvdr.de/ , even |
[19:41:22] | sphery: | (for the VCR type thing) |
[19:41:59] | iamlindoro: | But really, since you are in the US, you really, really ought to just get a schedules direct account and use it, you'll be glad you did. |
[19:42:00] | sphery: | wilberfan: though, really, using MythTV is a great way to go--just means you should get some useful listings |
[19:42:12] | ** iamlindoro reminds everyone that MythTV is *not* the budget choice, and is a luxury option ** | |
[19:42:27] | sphery: | ah, is this a anti-paying $20/yr for something that TiVo users pay $15/mo to get? |
[19:43:05] | kormoc: | Woo! First world problems! |
[19:43:27] | kormoc: | "I could get a extra cup of coffee a quarter or tv listings daily..." |
[19:43:57] | RockHound (RockHound!~quassel@d067102.adsl.hansenet.de) has joined #mythtv-users | |
[19:44:22] | sphery: | s/tv listings/high-quality tv listings/ |
[19:44:42] | sphery: | but you know, information just wants to be free... |
[19:44:53] | wagnerrp: | wilberfan: simply put, if youre not recording tv with mythtv, youre using it wrong |
[19:45:05] | wagnerrp: | mythtv is not a tv viewing application, or even a tuner sharing application |
[19:45:12] | wagnerrp: | it is a DVR for time shifting |
[19:45:28] | sphery: | and it's a *wonderful*, luxury DVR |
[19:45:33] | wagnerrp: | and it is far too complex to learn and set up if youre not going to be using it for time shifting |
[19:45:47] | sphery: | and the listings themselves are well worth the $20/yr |
[19:46:01] | kormoc: | tv guide is $4.00 per one, 52 weeks a year... |
[19:46:18] | kormoc: | tv guide is $208 per year! |
[19:46:32] | simcop2387: | and tv.yahoo.com is free! |
[19:46:43] | simcop2387: | at least i think they still do it |
[19:46:58] | simcop2387: | yea |
[19:46:59] | wagnerrp: | simcop2387: same with zap2it.com |
[19:47:04] | simcop2387: | wagnerrp: oh neat |
[19:47:11] | wagnerrp: | feel free to negotiate with either for free guide data |
[19:47:12] | wilberfan (wilberfan!~wilberfan@24.205.38.160) has quit (Remote host closed the connection) | |
[19:47:42] | wagnerrp: | erm... wait... zap2it already nixed their free download access because it was being abused by commercial users |
[19:47:44] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Quit: Leaving) | |
[19:47:49] | kormoc: | ooh, so sphery I rebooted my mythbox last night and nvidia failed to load. Traced it down to my enabling a cpu freq scaler. disabled that and all was well again |
[19:48:01] | kormoc: | so doesn't look like I'm gonna venture down that path |
[19:48:02] | simcop2387: | wagnerrp: well if you're just going to use mythtv for the listings, i'd rather just go to the website instead :) |
[19:48:17] | ** kormoc blinks at simcop2387 ** | |
[19:49:28] | simcop2387: | now i need to get my antenna adjusted for my hd homerun now that i can play the videos on the mythtv box for once |
[19:49:53] | sphery: | kormoc: weird... I wonder if that only happens on the mobile core 2's |
[19:50:38] | simcop2387: | kormoc: can't say i've run into that before, though the nvidia drivers have always been touchy about the kernel |
[19:51:56] | wilberfan (wilberfan!~wilberfan@24.205.38.160) has joined #mythtv-users | |
[19:52:37] | wilberfan: | wow...using the internal player...live tv is in slow-mo, there's no audio, and when I "ESC", the screen goes black and stays that way... |
[19:53:29] | wilberfan: | and should there be 17 different backend processes? |
[19:53:47] | ** wagnerrp suggests buying a digital tuner, and hooking it up to the antenna directly, rather than screwing around with whatever framegrabber youre using ** | |
[19:54:06] | wagnerrp: | are you on 0.23 or 0.24? |
[19:54:13] | wilberfan: | it all works great on this same box under debian testing.... |
[19:54:17] | wilberfan: | 0.24 |
[19:54:40] | wilberfan: | both distros |
[19:54:43] | wagnerrp: | there should be one mythbackend, and possibly several preview generation processes |
[19:55:13] | sphery: | if you've got no audio, playback will likely be messed up |
[19:55:17] | skd5aner: | simcop2387: np :) (sorry, was afk) |
[19:55:25] | sphery: | since playback timing is based off audio |
[19:55:28] | wagnerrp: | Beirdo: did you ever set a timeout for the preview generation so that they would be terminated automatically after 30 seconds or so? |
[19:55:42] | sphery: | should be more than 30s, IMHO |
[19:55:59] | wilberfan: | yeah, i've got 13 mythbackend's showing in htop |
[19:56:04] | ** wagnerrp suggests sphery read slowly and carefully ** | |
[19:57:44] | kormoc: | processes or threads? |
[19:58:16] | skd5aner: | sphery: just catching up on the commits, saw you removed the CPU+- profiles... interesting note, when I go into mythweb, then settings, the "Edit settings for:" host selector lists all my hosts AND CPU+, heh |
[19:58:23] | wagnerrp: | oh, i should read slowly and carefully |
[19:58:28] | skd5aner: | no clue how CPU+ got listed as a host? |
[19:58:29] | wagnerrp: | i read 'should be more like 30s' |
[19:59:05] | wagnerrp: | sphery: i honestly dont know why the preview generator would run for more than a second or two maximum |
[19:59:14] | wagnerrp: | unless it is spawned off as soon as the recording starts |
[19:59:19] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv-users | |
[19:59:23] | wagnerrp: | and waits until a predefined time to grab an image |
[20:00:13] | skd5aner: | hmmm – settings table Value=DefaultVideoPlaybackProfile data=raptor hostname=CPU+ |
[20:00:23] | skd5aner: | it's like they got switched around or something |
[20:00:46] | skd5aner: | er... Value=DefaultVideoPlaybackProfile data=raptor hostname=CPU+ |
[20:02:11] | skd5aner: | I do have a correct entry – DefaultVideoPlaybackProfile=VDPAU data=High Quality hostname=raptor |
[20:02:23] | skd5aner: | guess I'll just delete the bad one, although not sure how that got in there like that? |
[20:02:31] | sphery: | wagnerrp: remember our users favorite hardware choices |
[20:02:46] | wagnerrp: | 30 seconds for /a/ frame? |
[20:03:10] | wagnerrp: | even a piece of crap sheeva plug shouldnt have any problem with that |
[20:04:35] | wagnerrp: | even one running a dozen simultaneous preview gens shouldnt |
[20:05:12] | sphery: | skd5aner: pretty sure that's unrelated to my code... I don't see anypossible way my SQL could have added a new host to settings--since the only SQL touching settings is a DELETE – https://github.com/MythTV/mythtv/commit/4cd818657 |
[20:05:33] | sphery: | wagnerrp: it has to actually do some decoding to get there |
[20:05:56] | sphery: | anyway, could go with 30s and see how many people yell |
[20:06:14] | wagnerrp: | and we could yell... told ya' so |
[20:06:28] | sphery: | and considering there's a new ticket talking about how it's decoding audio in the preview generator... |
[20:06:52] | skd5aner: | sphery: yea, not saying it's related to your recent commit – just somewhere along the way, myth decided to get the data and hostname backwords |
[20:06:55] | wagnerrp: | of course we could interface the preview generator with the jobqueue |
[20:07:10] | wagnerrp: | distribute it out to frontends, slavebackends, or anything else running a jobqueue |
[20:08:50] | Beirdo: | wagnerrp: not sure |
[20:09:04] | sphery: | skd5aner: yeah, now that you say it that way, I think that exact bug got fixed not too long ago |
[20:09:35] | wagnerrp: | sphery: of course that would actually mean interfacing it with my planned rewrite for the jobqueue |
[20:09:41] | wagnerrp: | and thats really progressing quickly |
[20:10:06] | KraMer (KraMer!~mark@adsl-70-240-182-200.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[20:10:24] | sphery: | we definitely don't want to use the job queue in its current state |
[20:10:35] | sphery: | if there were a way to say, "do this immediately," it would work for previews |
[20:10:42] | sphery: | but we need them now when we request them |
[20:10:48] | wagnerrp: | in the plans |
[20:10:55] | sphery: | since the frontend may be requesting them since the user's on the watch recordings screen |
[20:11:25] | Beirdo: | wagnerrp: we could add a timeout on it though |
[20:11:36] | Beirdo: | if we didn't already, I just don't remember |
[20:11:38] | wagnerrp: | and then just have it fire a MythEvent when the job is completed/failed |
[20:11:49] | Beirdo: | and today's "deploy 30 new servers" day... so... |
[20:15:34] | bbee2 (bbee2!~bbee@2001:888:155c::13) has joined #mythtv-users | |
[20:15:46] | bbee (bbee!~bbee@unaffiliated/bbee) has quit (Read error: Operation timed out) | |
[20:16:10] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv-users | |
[20:17:04] | wilberfan (wilberfan!~wilberfan@24.205.38.160) has quit (Remote host closed the connection) | |
[20:19:58] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[20:20:09] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (Ping timeout: 240 seconds) | |
[20:20:32] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (Ping timeout: 240 seconds) | |
[20:21:37] | lyricnz (lyricnz!~simonrobe@ppp118-209-147-69.lns20.mel6.internode.on.net) has quit (Ping timeout: 250 seconds) | |
[20:28:01] | skd5aner: | Beirdo: some commits not going to the -commit ML properly? |
[20:30:02] | FinnTux (FinnTux!~smr@et456.netikka.fi) has quit (Ping timeout: 265 seconds) | |
[20:34:23] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Quit: Leaving) | |
[20:34:49] | sphery: | skd5aner: the out-of-master-and-fixes commits don't go there |
[20:35:13] | sphery: | could that be what's missing? |
[20:35:23] | skd5aner: | sphery: referring to this – https://github.com/MythTV/extras/commit/48f16 . . . 85647b75e22f |
[20:35:48] | wagnerrp: | yeah, ive only ever seen messages from the 'mythtv' repo |
[20:36:00] | skd5aner: | I've seen it from nuvexport too |
[20:36:04] | skd5aner: | (and extras) |
[20:36:07] | sphery: | and mythweb? |
[20:36:24] | sphery: | I'd expect the git_hooks stuff wouldn't be that important--but it's in extras... |
[20:36:28] | skd5aner: | haven't seen any commits going into mythweb except for a few initial ones by xris for .gitignores |
[20:36:31] | sphery: | so if you've seen extras going through |
[20:36:58] | sphery: | ah, then mythweb's probably taken care of--just haven't been any real changes to it, recently' |
[20:37:42] | skd5aner: | sphery: well, that's just where Beirdo is keeping the email script for tracking purposes – so if he's enabling debug because some emails aren't getting through, I was just curious which emails weren't getting through that he felt should of |
[20:37:53] | croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has joined #mythtv-users | |
[20:38:12] | sphery: | skd5aner: ah, I see--you were asking if that's why he's doing that change |
[20:38:15] | sphery: | nvm... |
[20:38:18] | skd5aner: | yup :) |
[20:38:23] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[20:38:55] | hellome (hellome!~hellome@c-68-81-198-14.hsd1.pa.comcast.net) has joined #mythtv-users | |
[20:39:08] | hellome: | hey wagnerrp |
[20:39:57] | hellome: | can i install asterisk and freepbx on same box as mythtv? |
[20:40:30] | wagnerrp: | sure |
[20:40:41] | wagnerrp: | dont know what could prevent that |
[20:41:16] | hellome: | is there any thing for light control i can use inside mythtv? |
[20:41:30] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[20:41:35] | sphery: | hellome: MythTV System Events + your own scripts |
[20:41:39] | wagnerrp: | depends, is that light control in relation to mythtv events? |
[20:41:58] | wagnerrp: | starting playback, ending playback, ... |
[20:41:59] | sphery: | hellome: http://www.mythtv.org/wiki/Category:MythTV_System_Event_Scripts + http://www.mythtv.org/wiki/MythTV_System_Events |
[20:42:09] | hellome: | well when i wanta watch a movie or tv i want it to dim lights |
[20:43:48] | hellome: | can that be done? |
[20:44:17] | kormoc: | hellome, please re-read what sphery said to you |
[20:44:38] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Quit: Leaving) | |
[20:45:04] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv-users | |
[20:45:43] | hellome: | kormoc i did it don't say anything about lights |
[20:46:18] | sphery: | seems hellome needs more than a fishing pole and its instructions |
[20:46:32] | wagnerrp: | it runs a script |
[20:46:43] | wagnerrp: | its up to you to write a script to do whatever you want |
[20:46:44] | skd5aner: | hellome: then basically, to answer the question as you're asking it, no – nothing out of the box will control lights |
[20:46:53] | hellome: | so i would have to write a script to do the lights |
[20:47:10] | wagnerrp: | you would have to write a script to do the lights |
[20:47:28] | skd5aner: | ... that could be triggered when an System Event occurs |
[20:47:30] | sphery: | and when you do, you can add it to http://www.mythtv.org/wiki/Category:MythTV_System_Event_Scripts |
[20:47:31] | RockHound (RockHound!~quassel@d067102.adsl.hansenet.de) has quit (Ping timeout: 276 seconds) | |
[20:47:37] | mcl0vin (mcl0vin!~piper69@69.155.81.25) has joined #mythtv-users | |
[20:47:42] | sphery: | then we can give the next guy a fish |
[20:47:50] | hellome: | if i do i wouldn't share it |
[20:47:53] | mcl0vin (mcl0vin!~piper69@69.155.81.25) has quit (Changing host) | |
[20:47:53] | mcl0vin (mcl0vin!~piper69@unaffiliated/dacs) has joined #mythtv-users | |
[20:47:59] | ** kormoc blinks at hellome ** | |
[20:48:06] | Wicked: | lol |
[20:48:09] | kormoc: | hellome, Gee. Thanks for supporting the community |
[20:48:18] | wagnerrp: | way to be magnanimous |
[20:48:18] | skd5aner: | perhaps the developers who wrote MythTV shouldn't share it with you then? |
[20:48:21] | Wicked: | then why should we share information with you? |
[20:48:50] | sebrock (sebrock!~sebrock@h55eb1ec9.selukra.dyn.perspektivbredband.net) has quit (Remote host closed the connection) | |
[20:48:54] | kormoc: | to be fair, his username warned us |
[20:51:53] | sphery: | wow |
[20:52:15] | sphery: | wow |
[20:52:23] | sphery: | I just can't believe that |
[20:53:06] | allesmueller (allesmueller!~allesmuel@46.74.166.118) has joined #mythtv-users | |
[20:53:06] | allesmueller (allesmueller!~allesmuel@46.74.166.118) has quit (Changing host) | |
[20:53:06] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv-users | |
[20:53:44] | zoran119 (zoran119!~zoran@ppp59-167-170-46.static.internode.on.net) has joined #mythtv-users | |
[20:54:25] | zoran119: | i entered the edit mode of a recording and set the delete markers, but how do i get myttv to delete to parts marked for deletion? |
[20:55:50] | sphery: | zoran119: http://www.mythtv.org/wiki/Editing_Recordings , top paragraph (which has link to specific instructions) |
[20:57:08] | zoran119: | sphery: cool, thanks |
[20:59:19] | n0tk (n0tk!~n0tk@216.160.42.30) has joined #mythtv-users | |
[20:59:24] | sphery: | zoran119: Happy to share. That's what MythTV and Free and Open Source Software is all about, of course. (Even if hellome doesn't get that.) |
[21:00:46] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has quit (Read error: Connection reset by peer) | |
[21:01:08] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users | |
[21:01:48] | zoran119: | sphery: i just cannot believe how good this thing is... |
[21:03:04] | sphery: | zoran119: yeah, it's really nice--thanks to all the people who were willing to contribute to it. (BTW, my comment was spurred by someone in here who, after being told he could write a script to control lights on playback and then put it on the wiki for others to use, said, "if i do i wouldn't share it") |
[21:03:54] | sphery: | the attitude is so foreign to me, I just can't believe it was said. |
[21:05:12] | Crys (Crys!~|Crys|@plone/tiran) has quit (Remote host closed the connection) | |
[21:05:25] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[21:07:30] | vezza (vezza!~andrea__@host184-40-dynamic.7-87-r.retail.telecomitalia.it) has joined #mythtv-users | |
[21:11:32] | Crys (Crys!~|Crys|@plone/tiran) has joined #mythtv-users | |
[21:15:15] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has quit (Ping timeout: 245 seconds) | |
[21:16:44] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Quit: Leaving) | |
[21:17:40] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[21:17:43] | zoran119: | sphery: lucky for us, that person is an exception in the free software community |
[21:18:04] | zoran119: | sphery: mythtv is a proof of that |
[21:19:27] | kth (kth!~kth@dyndsl-080-228-187-220.ewe-ip-backbone.de) has quit (Quit: Leaving.) | |
[21:20:17] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[21:20:40] | sphery: | yeah |
[21:20:41] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Client Quit) | |
[21:20:50] | sphery: | kormoc: heh, MySQL 5.5 is out... and we don't support it |
[21:21:05] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has joined #mythtv-users | |
[21:24:33] | sphery: | wonder if we should put out a reminder on the -users list |
[21:27:47] | zoran119 (zoran119!~zoran@ppp59-167-170-46.static.internode.on.net) has quit (Quit: leaving) | |
[21:28:31] | rojo (rojo!rojo@sweet.headcandy.org) has quit (Ping timeout: 272 seconds) | |
[21:31:53] | duffyduck (duffyduck!~duffydack@adsl-77-86-60-12.karoo.kcom.com) has joined #mythtv-users | |
[21:31:55] | duffydack (duffydack!~duffydack@adsl-178-78-81-90.karoo.kcom.com) has quit (Read error: Operation timed out) | |
[21:32:15] | duffyduck (duffyduck!~duffydack@adsl-77-86-60-12.karoo.kcom.com) has quit (Remote host closed the connection) | |
[21:32:59] | CyberKnet (CyberKnet!~CyberKnet@65.38.25.93) has joined #mythtv-users | |
[21:34:48] | duffydack (duffydack!~duffydack@adsl-77-86-60-12.karoo.kcom.com) has joined #mythtv-users | |
[21:45:36] | FinnTux (FinnTux!~smr@et456.netikka.fi) has joined #mythtv-users | |
[21:50:10] | Technophil1 (Technophil1!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users | |
[21:50:16] | hellome (hellome!~hellome@c-68-81-198-14.hsd1.pa.comcast.net) has quit (Ping timeout: 265 seconds) | |
[21:50:28] | carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has quit (Ping timeout: 255 seconds) | |
[21:50:29] | ubIx (ubIx!~ulf@p5DD18046.dip0.t-ipconnect.de) has quit (Ping timeout: 255 seconds) | |
[21:50:45] | jannau (jannau!~janne@chybek.jannau.net) has quit (Ping timeout: 265 seconds) | |
[21:50:45] | mhentges (mhentges!~mhentges@hentges.net) has quit (Ping timeout: 265 seconds) | |
[21:51:17] | mhentges (mhentges!~mhentges@hentges.net) has joined #mythtv-users | |
[21:51:23] | eNeRGi_ (eNeRGi_!~nrgizer@cs78235252.pp.htv.fi) has quit (Ping timeout: 255 seconds) | |
[21:51:23] | GadgetWisdomGuru (GadgetWisdomGuru!~gwg@66.114.64.53) has quit (Ping timeout: 255 seconds) | |
[21:51:41] | _abbenormal (_abbenormal!~abbenorma@c-24-56-209-145.customer.broadstripe.net) has quit (Ping timeout: 264 seconds) | |
[21:51:43] | dmz (dmz!~dmz@64.203.207.101.dyn-cm-pool-54.hargray.net) has quit (Ping timeout: 265 seconds) | |
[21:51:43] | Gibby (Gibby!~Gibby@204.118.10.244) has quit (Ping timeout: 265 seconds) | |
[21:53:24] | jannau (jannau!~janne@chybek.jannau.net) has joined #mythtv-users | |
[21:54:47] | knet81 (knet81!~CyberKnet@65.38.25.93) has joined #mythtv-users | |
[21:54:48] | CyberKnet (CyberKnet!~CyberKnet@65.38.25.93) has quit (Disconnected by services) | |
[21:54:48] | knet81 is now known as CyberKnet | |
[21:56:06] | RyeBrye_ (RyeBrye_!~ryebrye@67.199.189.49) has joined #mythtv-users | |
[21:57:20] | dustybin (dustybin!~dustybin@78-86-171-176.zone2.bethere.co.uk) has quit (*.net *.split) | |
[21:57:20] | Roedy (Roedy!Roed@elsker.sit.wankerpapir.dk) has quit (*.net *.split) | |
[21:57:20] | k_ross (k_ross!cfabb465@gateway/web/freenode/ip.207.171.180.101) has quit (*.net *.split) | |
[21:57:20] | martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (*.net *.split) | |
[21:57:20] | PhoenixWing (PhoenixWing!~quassel@adsl-76-230-21-225.dsl.pltn13.sbcglobal.net) has quit (*.net *.split) | |
[21:57:20] | dmb (dmb!~dmb@unaffiliated/dmb) has quit (*.net *.split) | |
[21:57:21] | psycodad (psycodad!~cschnee@2001:4060:4419:b1::2) has quit (*.net *.split) | |
[21:57:21] | grumpydevil (grumpydevil!~rudy@2001:610:73e:0:21b:21ff:fe22:b647) has quit (*.net *.split) | |
[21:57:21] | Beirdo (Beirdo!~gjhurlbu@unaffiliated/beirdo) has quit (*.net *.split) | |
[21:57:21] | sulx (sulx!~sulx@85-23-15-158.bb.dnainternet.fi) has quit (*.net *.split) | |
[21:57:21] | simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (*.net *.split) | |
[21:57:21] | ikevin (ikevin!~kevin@lisa6.illux.org) has quit (*.net *.split) | |
[21:57:21] | deegan (deegan!~deegan@mmm.cowpie.se) has quit (*.net *.split) | |
[21:57:22] | adante (adante!~adante@59.167.212.65) has quit (*.net *.split) | |
[21:57:22] | mag0o (mag0o!20001@slackhost.lynchmv.com) has quit (*.net *.split) | |
[21:57:22] | ThisNewGuy (ThisNewGuy!~doug@pool-96-242-160-27.nwrknj.fios.verizon.net) has quit (*.net *.split) | |
[21:57:22] | kha (kha!~khautio@hautio.net) has quit (*.net *.split) | |
[21:57:22] | duffydack (duffydack!~duffydack@adsl-77-86-60-12.karoo.kcom.com) has quit (*.net *.split) | |
[21:57:22] | mcl0vin (mcl0vin!~piper69@unaffiliated/dacs) has quit (*.net *.split) | |
[21:57:22] | alan` (alan`!alan@rrcs-67-52-47-64.west.biz.rr.com) has quit (*.net *.split) | |
[21:57:23] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (*.net *.split) | |
[21:57:23] | waxhead (waxhead!~pete@ppp121-45-211-71.lns20.cbr1.internode.on.net) has quit (*.net *.split) | |
[21:57:23] | Floppe (Floppe!muppet@crew.cluster-lan.org) has quit (*.net *.split) | |
[21:57:23] | wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has quit (*.net *.split) | |
[21:57:23] | rooaus (rooaus!~cameron@ppp59-167-126-229.static.internode.on.net) has quit (*.net *.split) | |
[21:57:23] | kormoc (kormoc!~kormoc@unaffiliated/kormoc) has quit (*.net *.split) | |
[21:57:23] | christ` (christ`!~Billybob@CPE00e04b0b7799-CM00111a59bdac.cpe.net.cable.rogers.com) has quit (*.net *.split) | |
[21:57:23] | eyeoh (eyeoh!io@creep.bur.st) has quit (*.net *.split) | |
[21:57:23] | castlec1 (castlec1!~chris@cpe-76-181-105-97.insight.res.rr.com) has quit (*.net *.split) | |
[21:57:23] | cynicismic (cynicismic!~rclark@188-223-82-64.zone14.bethere.co.uk) has quit (*.net *.split) | |
[21:57:23] | _charly_ (_charly_!kroseneg@sunrise.schmidham.net) has quit (*.net *.split) | |
[21:57:23] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has quit (*.net *.split) | |
[21:57:23] | yatesy (yatesy!yatesy@unaffiliated/yatesy) has quit (*.net *.split) | |
[21:57:23] | AndyCap (AndyCap!~aoy@pdpc/supporter/sustaining/AndyCap) has quit (*.net *.split) | |
[21:57:23] | larrikin (larrikin!larrikin@eeevil.crimson.net.au) has quit (*.net *.split) | |
[21:57:23] | Cougar (Cougar!~cougar@lost.data.ee) has quit (*.net *.split) | |
[21:57:23] | jbrett (jbrett!brett@nat/hp/x-ylokytruyzoqwejd) has quit (*.net *.split) | |
[21:57:23] | ComradeHaz` (ComradeHaz`!Haz@94.76.215.215) has quit (*.net *.split) | |
[21:57:25] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has quit (*.net *.split) | |
[21:57:26] | KaZeR (KaZeR!~kazer@30.43.195-77.rev.gaoland.net) has quit (*.net *.split) | |
[21:57:26] | nutron (nutron!~dserban@S010600195b2f0f96.ok.shawcable.net) has quit (*.net *.split) | |
[21:57:26] | npm (npm!~npm@cpe-76-90-29-158.socal.res.rr.com) has quit (*.net *.split) | |
[21:57:26] | ozatomic (ozatomic!~ozatomic@bb.rapidspeeds.com) has quit (*.net *.split) | |
[21:57:26] | Caliban (Caliban!~ianmacd@jiskefet.caliban.org) has quit (*.net *.split) | |
[21:57:26] | Computer_Czar (Computer_Czar!~dcooper@69.4.155.83) has quit (*.net *.split) | |
[21:57:26] | caelor (caelor!~caelor@93-97-184-87.zone5.bethere.co.uk) has quit (*.net *.split) | |
[21:57:26] | dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has quit (*.net *.split) | |
[21:57:26] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has quit (*.net *.split) | |
[21:57:26] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has quit (*.net *.split) | |
[21:57:26] | kloeri (kloeri!~kloeri@freenode/staff/exherbo.kloeri) has quit (*.net *.split) | |
[21:57:26] | pigeon (pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net) has quit (*.net *.split) | |
[21:57:26] | Waterman (Waterman!Sardonis@shell6.eushells.com) has quit (*.net *.split) | |
[21:57:26] | ruskie (ruskie!ruskie@sourcemage/mage/ruskie) has quit (*.net *.split) | |
[21:57:26] | bbee2 (bbee2!~bbee@2001:888:155c::13) has quit (*.net *.split) | |
[21:57:26] | Twiggy2cents (Twiggy2cents!~darren@66.87.2.181) has quit (*.net *.split) | |
[21:57:26] | toeb (toeb!~tob@HSI-KBW-078-042-105-196.hsi3.kabel-badenwuerttemberg.de) has quit (*.net *.split) | |
[21:57:26] | Saviq (Saviq!~Saviq@sawicz.net) has quit (*.net *.split) | |
[21:57:26] | benklop (benklop!~bklopfens@little-black-box.vmware.com) has quit (*.net *.split) | |
[21:57:26] | chainsawbike (chainsawbike!~chainsawb@chainsawbike-1-pt.tunnel.tserv25.sin1.ipv6.he.net) has quit (*.net *.split) | |
[21:57:26] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has quit (*.net *.split) | |
[21:57:26] | lotia (lotia!~lotia@l.monkey.org) has quit (*.net *.split) | |
[21:57:26] | cafuego (cafuego!~cafuego@luv/admin/cafuego) has quit (*.net *.split) | |
[21:57:26] | tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[21:57:26] | xris (xris!~xris@xris.forevermore.net) has quit (*.net *.split) | |
[21:57:26] | gpd (gpd!~gpd@www.grahamdavies.net) has quit (*.net *.split) | |
[21:57:26] | Metoer (Metoer!metoer@77.68.145.221) has quit (*.net *.split) | |
[21:57:26] | KraMer (KraMer!~mark@adsl-70-240-182-200.dsl.hstntx.swbell.net) has quit (*.net *.split) | |
[21:57:26] | keith4 (keith4!~keith@unaffiliated/keith4) has quit (*.net *.split) | |
[21:57:26] | felipe` (felipe`!~felipe@my.nada.kth.se) has quit (*.net *.split) | |
[21:57:26] | Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has quit (*.net *.split) | |
[21:57:26] | jpabq- (jpabq-!~jpabq@174-28-182-216.albq.qwest.net) has quit (*.net *.split) | |
[21:57:26] | jpabq (jpabq!~jpabq@174-28-182-216.albq.qwest.net) has quit (*.net *.split) | |
[21:57:26] | sidh (sidh!~tinom@intellitec2.net) has quit (*.net *.split) | |
[21:57:27] | baffle (baffle!baffle@shell.eunet.no) has quit (*.net *.split) | |
[21:57:28] | tomaw (tomaw!tom@freenode/staff/tomaw) has quit (*.net *.split) | |
[21:57:30] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (*.net *.split) | |
[21:57:30] | croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has quit (*.net *.split) | |
[21:57:31] | biffhero (biffhero!~Adium@soi.silverspringnet.com) has quit (*.net *.split) | |
[21:57:31] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has quit (*.net *.split) | |
[21:57:31] | XLV (XLV!~XLV@unaffiliated/xlv) has quit (*.net *.split) | |
[21:57:31] | aputerboy (aputerboy!~chatzilla@pool-96-233-32-137.bstnma.fios.verizon.net) has quit (*.net *.split) | |
[21:57:31] | Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (*.net *.split) | |
[21:57:31] | JEDIDIAH__ (JEDIDIAH__!~jedi@cpe-76-185-72-21.tx.res.rr.com) has quit (*.net *.split) | |
[21:57:31] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-159-6-251.range86-159.btcentralplus.com) has quit (*.net *.split) | |
[21:57:31] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (*.net *.split) | |
[21:57:31] | dansushi (dansushi!~dan@147.4.211.193) has quit (*.net *.split) | |
[21:57:31] | Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (*.net *.split) | |
[21:57:31] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has quit (*.net *.split) | |
[21:57:31] | mrec_ (mrec_!~markus@sundtek.de) has quit (*.net *.split) | |
[21:57:31] | Caeles (Caeles!~Caeles@cpe-72-177-82-27.austin.res.rr.com) has quit (*.net *.split) | |
[21:57:31] | gilesw (gilesw!~chatzilla@91.208.163.140) has quit (*.net *.split) | |
[21:57:31] | jstenback (jstenback!~jstenback@64.151.104.172) has quit (*.net *.split) | |
[21:57:31] | FinnTux (FinnTux!~smr@et456.netikka.fi) has quit (*.net *.split) | |
[21:57:31] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (*.net *.split) | |
[21:57:31] | zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has quit (*.net *.split) | |
[21:57:31] | tris (tris!~tristan@CAMEL.ETHEREAL.NET) has quit (*.net *.split) | |
[21:57:31] | weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has quit (*.net *.split) | |
[21:57:31] | benc_ (benc_!~benc@markcaswell.dsl.visi.com) has quit (*.net *.split) | |
[21:57:31] | hednod (hednod!exile@wintermute.probsd.net) has quit (*.net *.split) | |
[21:57:31] | Crys (Crys!~|Crys|@plone/tiran) has quit (*.net *.split) | |
[21:57:31] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (*.net *.split) | |
[21:57:31] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (*.net *.split) | |
[21:57:31] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (*.net *.split) | |
[21:57:31] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (*.net *.split) | |
[21:57:31] | kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[21:57:31] | tank-man (tank-man!1000@S010600121729c6a1.vc.shawcable.net) has quit (*.net *.split) | |
[21:57:31] | dagar (dagar!~dagar@agar.ca) has quit (*.net *.split) | |
[21:57:31] | staylo (staylo!~staylo@vm3999.vps.tagadab.com) has quit (*.net *.split) | |
[21:57:31] | RyeBrye_ is now known as RyeBrye | |
[21:57:51] | Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv-users | |
[21:57:51] | GadgetWisdomGuru (GadgetWisdomGuru!~gwg@66.114.64.53) has joined #mythtv-users | |
[21:57:52] | eNeRGi (eNeRGi!~nrgizer@cs78235252.pp.htv.fi) has joined #mythtv-users | |
[21:57:52] | ubIx_ (ubIx_!~ulf@p5DD18046.dip0.t-ipconnect.de) has joined #mythtv-users | |
[21:57:52] | ekoffel (ekoffel!~hellome@c-68-81-198-14.hsd1.pa.comcast.net) has joined #mythtv-users | |
[21:57:52] | FinnTux (FinnTux!~smr@et456.netikka.fi) has joined #mythtv-users | |
[21:57:52] | duffydack (duffydack!~duffydack@adsl-77-86-60-12.karoo.kcom.com) has joined #mythtv-users | |
[21:57:53] | Crys (Crys!~|Crys|@plone/tiran) has joined #mythtv-users | |
[21:57:53] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users | |
[21:57:53] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv-users | |
[21:57:53] | mcl0vin (mcl0vin!~piper69@unaffiliated/dacs) has joined #mythtv-users | |
[21:57:53] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv-users | |
[21:57:54] | croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has joined #mythtv-users | |
[21:57:54] | bbee2 (bbee2!~bbee@2001:888:155c::13) has joined #mythtv-users | |
[21:57:54] | KraMer (KraMer!~mark@adsl-70-240-182-200.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[21:57:54] | Saviq_afk (Saviq_afk!~Saviq@sawicz.net) has joined #mythtv-users | |
[21:57:54] | alan` (alan`!alan@rrcs-67-52-47-64.west.biz.rr.com) has joined #mythtv-users | |
[21:57:55] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
[21:57:55] | XLV (XLV!~XLV@unaffiliated/xlv) has joined #mythtv-users | |
[21:57:55] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[21:57:55] | aputerboy (aputerboy!~chatzilla@pool-96-233-32-137.bstnma.fios.verizon.net) has joined #mythtv-users | |
[21:57:55] | martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users | |
[21:57:56] | zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has joined #mythtv-users | |
[21:57:56] | Twiggy2cents (Twiggy2cents!~darren@66.87.2.181) has joined #mythtv-users | |
[21:57:56] | toeb (toeb!~tob@HSI-KBW-078-042-105-196.hsi3.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[21:57:56] | felipe` (felipe`!~felipe@my.nada.kth.se) has joined #mythtv-users | |
[21:57:56] | adante (adante!~adante@59.167.212.65) has joined #mythtv-users | |
[21:57:56] | tris (tris!~tristan@CAMEL.ETHEREAL.NET) has joined #mythtv-users | |
[21:57:57] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has joined #mythtv-users | |
[21:57:57] | PhoenixWing (PhoenixWing!~quassel@adsl-76-230-21-225.dsl.pltn13.sbcglobal.net) has joined #mythtv-users | |
[21:57:57] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
[21:57:57] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
[21:57:57] | Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has joined #mythtv-users | |
[21:57:57] | JEDIDIAH__ (JEDIDIAH__!~jedi@cpe-76-185-72-21.tx.res.rr.com) has joined #mythtv-users | |
[21:57:58] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv-users | |
[21:57:58] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-159-6-251.range86-159.btcentralplus.com) has joined #mythtv-users | |
[21:57:58] | weta (weta!~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[21:57:58] | mag0o (mag0o!20001@slackhost.lynchmv.com) has joined #mythtv-users | |
[21:57:58] | benklop (benklop!~bklopfens@little-black-box.vmware.com) has joined #mythtv-users | |
[21:57:58] | benc_ (benc_!~benc@markcaswell.dsl.visi.com) has joined #mythtv-users | |
[21:57:59] | ThisNewGuy (ThisNewGuy!~doug@pool-96-242-160-27.nwrknj.fios.verizon.net) has joined #mythtv-users | |
[21:57:59] | chainsawbike (chainsawbike!~chainsawb@chainsawbike-1-pt.tunnel.tserv25.sin1.ipv6.he.net) has joined #mythtv-users | |
[21:57:59] | dmb (dmb!~dmb@unaffiliated/dmb) has joined #mythtv-users | |
[21:57:59] | waxhead (waxhead!~pete@ppp121-45-211-71.lns20.cbr1.internode.on.net) has joined #mythtv-users | |
[21:57:59] | KaZeR (KaZeR!~kazer@30.43.195-77.rev.gaoland.net) has joined #mythtv-users | |
[21:57:59] | oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[21:58:00] | kha (kha!~khautio@hautio.net) has joined #mythtv-users | |
[21:58:00] | nutron (nutron!~dserban@S010600195b2f0f96.ok.shawcable.net) has joined #mythtv-users | |
[21:58:00] | jpabq- (jpabq-!~jpabq@174-28-182-216.albq.qwest.net) has joined #mythtv-users | |
[21:58:00] | jpabq (jpabq!~jpabq@174-28-182-216.albq.qwest.net) has joined #mythtv-users | |
[21:58:00] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has joined #mythtv-users | |
[21:58:01] | k_ross (k_ross!cfabb465@gateway/web/freenode/ip.207.171.180.101) has joined #mythtv-users | |
[21:58:01] | npm (npm!~npm@cpe-76-90-29-158.socal.res.rr.com) has joined #mythtv-users | |
[21:58:01] | Floppe (Floppe!muppet@crew.cluster-lan.org) has joined #mythtv-users | |
[21:58:01] | dustybin (dustybin!~dustybin@78-86-171-176.zone2.bethere.co.uk) has joined #mythtv-users | |
[21:58:01] | Roedy (Roedy!Roed@elsker.sit.wankerpapir.dk) has joined #mythtv-users | |
[21:58:01] | dansushi (dansushi!~dan@147.4.211.193) has joined #mythtv-users | |
[21:58:02] | psycodad (psycodad!~cschnee@2001:4060:4419:b1::2) has joined #mythtv-users | |
[21:58:02] | grumpydevil (grumpydevil!~rudy@2001:610:73e:0:21b:21ff:fe22:b647) has joined #mythtv-users | |
[21:58:02] | wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has joined #mythtv-users | |
[21:58:02] | sidh (sidh!~tinom@intellitec2.net) has joined #mythtv-users | |
[21:58:03] | baffle (baffle!baffle@shell.eunet.no) has joined #mythtv-users | |
[21:58:03] | kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users | |
[21:58:03] | tank-man (tank-man!1000@S010600121729c6a1.vc.shawcable.net) has joined #mythtv-users | |
[21:58:03] | Beirdo (Beirdo!~gjhurlbu@unaffiliated/beirdo) has joined #mythtv-users | |
[21:58:03] | Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users | |
[21:58:03] | lotia (lotia!~lotia@l.monkey.org) has joined #mythtv-users | |
[21:58:04] | rooaus (rooaus!~cameron@ppp59-167-126-229.static.internode.on.net) has joined #mythtv-users | |
[21:58:04] | tomaw (tomaw!tom@freenode/staff/tomaw) has joined #mythtv-users | |
[21:58:04] | dagar (dagar!~dagar@agar.ca) has joined #mythtv-users | |
[21:58:04] | staylo (staylo!~staylo@vm3999.vps.tagadab.com) has joined #mythtv-users | |
[21:58:05] | hednod (hednod!exile@wintermute.probsd.net) has joined #mythtv-users | |
[21:58:05] | mrec_ (mrec_!~markus@sundtek.de) has joined #mythtv-users | |
[21:58:05] | Caeles (Caeles!~Caeles@cpe-72-177-82-27.austin.res.rr.com) has joined #mythtv-users | |
[21:58:05] | gilesw (gilesw!~chatzilla@91.208.163.140) has joined #mythtv-users | |
[21:58:06] | jstenback (jstenback!~jstenback@64.151.104.172) has joined #mythtv-users | |
[21:58:06] | cafuego (cafuego!~cafuego@luv/admin/cafuego) has joined #mythtv-users | |
[21:58:06] | tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users | |
[21:58:06] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv-users | |
[21:58:06] | gpd (gpd!~gpd@www.grahamdavies.net) has joined #mythtv-users | |
[21:58:07] | Metoer (Metoer!metoer@77.68.145.221) has joined #mythtv-users | |
[21:58:07] | ozatomic (ozatomic!~ozatomic@bb.rapidspeeds.com) has joined #mythtv-users | |
[21:58:07] | Caliban (Caliban!~ianmacd@jiskefet.caliban.org) has joined #mythtv-users | |
[21:58:07] | Computer_Czar (Computer_Czar!~dcooper@69.4.155.83) has joined #mythtv-users | |
[21:58:08] | caelor (caelor!~caelor@93-97-184-87.zone5.bethere.co.uk) has joined #mythtv-users | |
[21:58:08] | dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv-users | |
[21:58:08] | M0nk3Ee (M0nk3Ee!~M0nk3Ee@cpc7-acto1-2-0-cust246.4-2.cable.virginmedia.com) has joined #mythtv-users | |
[21:58:08] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv-users | |
[21:58:09] | kloeri (kloeri!~kloeri@freenode/staff/exherbo.kloeri) has joined #mythtv-users | |
[21:58:09] | pigeon (pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net) has joined #mythtv-users | |
[21:58:09] | Waterman (Waterman!Sardonis@shell6.eushells.com) has joined #mythtv-users | |
[21:58:09] | kormoc (kormoc!~kormoc@unaffiliated/kormoc) has joined #mythtv-users | |
[21:58:10] | Mode for #mythtv-users by niven.freenode.net : +vvvv wagnerrp Beirdo xris kormoc | |
[21:58:10] | christ` (christ`!~Billybob@CPE00e04b0b7799-CM00111a59bdac.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[21:58:10] | eyeoh (eyeoh!io@creep.bur.st) has joined #mythtv-users | |
[21:58:10] | castlec1 (castlec1!~chris@cpe-76-181-105-97.insight.res.rr.com) has joined #mythtv-users | |
[21:58:11] | cynicismic (cynicismic!~rclark@188-223-82-64.zone14.bethere.co.uk) has joined #mythtv-users | |
[21:58:11] | _charly_ (_charly_!kroseneg@sunrise.schmidham.net) has joined #mythtv-users | |
[21:58:11] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv-users | |
[21:58:11] | AndyCap (AndyCap!~aoy@pdpc/supporter/sustaining/AndyCap) has joined #mythtv-users | |
[21:58:12] | yatesy (yatesy!yatesy@unaffiliated/yatesy) has joined #mythtv-users | |
[21:58:12] | larrikin (larrikin!larrikin@eeevil.crimson.net.au) has joined #mythtv-users | |
[21:58:12] | Cougar (Cougar!~cougar@lost.data.ee) has joined #mythtv-users | |
[21:58:12] | jbrett (jbrett!brett@nat/hp/x-ylokytruyzoqwejd) has joined #mythtv-users | |
[21:58:12] | ComradeHaz` (ComradeHaz`!Haz@94.76.215.215) has joined #mythtv-users | |
[21:58:13] | ruskie (ruskie!ruskie@sourcemage/mage/ruskie) has joined #mythtv-users | |
[21:58:13] | sulx (sulx!~sulx@85-23-15-158.bb.dnainternet.fi) has joined #mythtv-users | |
[21:58:13] | simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has joined #mythtv-users | |
[21:58:13] | deegan (deegan!~deegan@mmm.cowpie.se) has joined #mythtv-users | |
[21:58:13] | ikevin (ikevin!~kevin@lisa6.illux.org) has joined #mythtv-users | |
[21:58:14] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has joined #mythtv-users | |
[21:58:14] | Mode for #mythtv-users by niven.freenode.net : +v jams | |
[21:58:15] | kormoc: | I bet your internet is down and you're just imagining this all |
[21:58:15] | Crys: | It works in Germany |
[21:58:15] | skd5aner: | oh now, it's a bad dream |
[21:58:16] | skd5aner: | er, no |
[21:58:17] | Crys: | welcome rest ;) |
[21:58:39] | skd5aner: | actually... I was navigating through the -commits archive on mythtv.org, and it won't respond anymore – can't get to the wiki either |
[21:58:39] | Saviq_afk is now known as Saviq | |
[21:58:45] | skd5aner: | I can however, get to code.mythtv.org |
[21:59:01] | Crys: | The wiki works as well. |
[21:59:09] | Crys: | At least for me (Germany) |
[21:59:13] | skd5aner: | It really sucks, because I have about 4 hours of edits waiting to be submitted to the release notes :P |
[21:59:24] | wagnerrp: | and the main page, and the code subdomain |
[21:59:25] | ** skd5aner goes to copy and paste it out of the browser ** | |
[21:59:30] | wagnerrp: | works all around here |
[21:59:37] | ** wagnerrp bets skd5aner is having DNS issues ** | |
[21:59:49] | skd5aner: | wagnerrp: yea, opendns |
[22:00:19] | awalls (awalls!~awalls@d-216-36-28-191.cpe.metrocast.net) has left #mythtv-users () | |
[22:00:20] | ** wagnerrp bets opendns arbitrarily put mythtv on a block list ** | |
[22:00:42] | skd5aner: | interesting.... |
[22:00:50] | wagnerrp: | major domains shouldnt be moving things around that frequently, those mythtvers must be doing something.. shifty |
[22:00:50] | RobertLaptop (RobertLaptop!~RobertLap@63.68.135.4) has quit (Quit: Leaving) | |
[22:00:51] | skd5aner: | http://pastebin.com/uUbjqPue |
[22:01:38] | skd5aner: | opendns is pointing the issue at the nameservers |
[22:01:46] | mcl0vin (mcl0vin!~piper69@unaffiliated/dacs) has quit (Ping timeout: 250 seconds) | |
[22:01:47] | kormoc: | skd5aner, http://pastebin.com/CWT70i63 |
[22:02:08] | skd5aner: | thanks |
[22:02:12] | wagnerrp: | yeah, i just dont trust opendns |
[22:02:33] | skd5aner: | wagnerrp: heh, I trust them more than my ISP |
[22:02:35] | wagnerrp: | if they want to provide a service, provide unadulterated DNS |
[22:02:49] | kormoc: | 4.2.2.2 |
[22:02:59] | wagnerrp: | if they want to provide protected, filtered, ad searched crap... i can get that well enough from my ISP |
[22:03:01] | skd5aner: | is that googles? |
[22:03:04] | wagnerrp: | those are... level3? |
[22:03:08] | kormoc: | level3's |
[22:03:19] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Excess Flood) | |
[22:03:21] | kormoc: | which is why google did 8.4.4.4 |
[22:03:31] | kormoc: | (remember one, remember the other) |
[22:03:34] | wagnerrp: | i know theyve got that whole 4.2.2.[1–9] block for DNS servers |
[22:03:37] | skd5aner: | ah, that's right |
[22:03:38] | martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Read error: Connection reset by peer) | |
[22:03:43] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[22:03:56] | biffhero (biffhero!~Adium@edge-gw-rwc.silverspringnet.com) has joined #mythtv-users | |
[22:04:20] | _abbenormal (_abbenormal!~abbenorma@c-24-56-209-145.customer.broadstripe.net) has joined #mythtv-users | |
[22:04:51] | sphery: | google's are 8.8.8.8. and 8.8.4.4 |
[22:04:54] | dmz (dmz!~dmz@64.203.207.101.dyn-cm-pool-54.hargray.net) has joined #mythtv-users | |
[22:05:05] | sphery: | (I know as I happen to be using them) |
[22:05:29] | messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has quit (Ping timeout: 264 seconds) | |
[22:05:47] | adante_ (adante_!~adante@59.167.212.65) has joined #mythtv-users | |
[22:06:06] | kormoc: | hrm I was sure 8.4.4.4 was valid too |
[22:06:07] | kormoc: | my mistake |
[22:06:12] | adante (adante!~adante@59.167.212.65) has quit (Read error: Connection reset by peer) | |
[22:06:17] | adante_ is now known as adante | |
[22:06:56] | sphery: | it was close--and your reasoning made sense |
[22:07:23] | keith4 (keith4!~keith@greed.cc.lehigh.edu) has joined #mythtv-users | |
[22:07:23] | keith4 (keith4!~keith@unaffiliated/keith4) has joined #mythtv-users | |
[22:07:23] | keith4 (keith4!~keith@greed.cc.lehigh.edu) has quit (Changing host) | |
[22:08:52] | sphery: | I was intrigued by http://dnsserverlist.org/ , but it's been returning 2 copies of the same address for several months, now (the 3rd address being their "test" server that records problems) and it seems to never change |
[22:09:14] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (Ping timeout: 276 seconds) | |
[22:10:50] | skd5aner: | I seem to be back to normal again |
[22:11:53] | sphery: | you mean your DNS is... we haven't yet proved you were normal to begin with |
[22:13:16] | RyeBrye_ (RyeBrye_!~ryebrye@67.199.189.49) has joined #mythtv-users | |
[22:15:53] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has quit (Ping timeout: 265 seconds) | |
[22:16:14] | ** skd5aner is likely still dreaming all of this – I have a feeling someone is inceptioning my brain ** | |
[22:17:35] | skd5aner: | Beirdo – c18508f – is sox a new required pre-req for nuvexport (enough for me to call out in the release notes)? |
[22:17:49] | RyeBrye_ (RyeBrye_!~ryebrye@67.199.189.49) has quit (Ping timeout: 265 seconds) | |
[22:18:47] | _Techie_: | how can i tell if my TV capture card is a hardware card? |
[22:18:51] | Crys: | Is it possible to control MythMusic from another computer or Android phone while the TV is off? |
[22:18:59] | skd5aner: | _Techie_: versus? |
[22:19:04] | wagnerrp: | all cards are, by definition, hardware |
[22:19:17] | wagnerrp: | Crys: in trunk, yes |
[22:19:18] | skd5aner: | Crys: yes, there are android apps out there |
[22:19:51] | Crys: | wagnerrp: yes to both? |
[22:20:12] | wagnerrp: | yes, there is a control socket for the frontend |
[22:20:24] | skd5aner: | although, as wagnerrp aluded to, support for that kind of stuff was just added to current trunk in the last few days |
[22:20:34] | wagnerrp: | no, prior to a couple days ago, the limit of control for mythmusic was just being able to emulate keypresses |
[22:20:52] | wagnerrp: | paul h added control interfaces to mythmusic |
[22:21:01] | wagnerrp: | and i added (untested) support into the control socket |
[22:21:08] | Crys: | very cool! |
[22:21:28] | skd5aner: | but you could, if you wanted to investigate some things that "sorta" work for android, look at mythmote and mythdroid (with the extra plugin) |
[22:21:56] | _Techie_: | skd5aner, versus a software based card |
[22:21:56] | skd5aner: | wagnerrp: haven't got that far in the -commit log (the added control socket stuff) – was going to attempt that myself if no one else looked at it :) |
[22:22:20] | skd5aner: | _Techie_: not sure I know what a software based card is? The closest thing might be iptv or something |
[22:22:25] | wagnerrp: | _Techie_: do you mean.... V4L framegrabber versus hardware encoder? |
[22:22:37] | skd5aner: | yea... ^^ is that what yu mean? |
[22:22:44] | _Techie_: | yes |
[22:22:51] | skd5aner: | !url tuners |
[22:22:51] | MythLogBot: | tuners: http://www.linuxtv.org/wiki/index.php/Hardwar . . . _Information |
[22:23:00] | wagnerrp: | what card are you in question about? |
[22:23:16] | skd5aner: | find it there... it should tell you :) |
[22:23:20] | _Techie_: | its a non mainstream card using the BT878 chipset |
[22:23:30] | Crys: | I'm still planing my hardware for my first MythTV box. It would be really great if my GF could easily control music playback from another computer without switching on the TV, too. |
[22:24:04] | skd5aner: | Crys: as wagnerrp mentioned, literrally added in the last 3 days |
[22:24:27] | Beirdo: | skd5aner: yes, if using ffmpeg |
[22:24:51] | skd5aner: | k |
[22:24:58] | Beirdo: | I want to make it so it's not ALWAYS a requirement (i.e. if you have 2-channel audio, where it doesn't use it) |
[22:25:26] | skd5aner: | why can't AC3 audio be kept in tact when doing something like h.264? |
[22:25:27] | Beirdo: | but to process 6-channel audio, I need sox as ffmpeg is retarded and won't downmix 6-channel PCM to 2-channel PCM |
[22:25:29] | Crys: | skd5aner: I'm used to run bleeding edge software. |
[22:25:40] | RyeBrye (RyeBrye!~ryebrye@67.199.189.49) has joined #mythtv-users | |
[22:25:44] | Beirdo: | because mythtranscode doesn't work that way. yet |
[22:25:56] | skd5aner: | Crys: I don't recommend it for mythtv (anymore) because the release cycles are every ~6–8 months or so |
[22:26:10] | _Techie_: | im not trying to steal mythtv users, but if your looking for ease of use with the ability to control it remotely via another PC, you could try XBMC, there is a mythbox plugin that allows you to connect to a mythtv backend to view TV |
[22:26:29] | Beirdo: | _Techie_: whatever |
[22:27:21] | wagnerrp: | _Techie_: anything bt878 is going to be a framegrabber |
[22:27:48] | Crys: | _Techie_: I'm also looking into XMBC, too. But MythTV seems to suite my needs better than XMBC. |
[22:28:13] | _Techie_: | darn |
[22:28:17] | Beirdo: | it's kinda inappropriate to come here to advertise other software |
[22:29:57] | _Techie_: | well that aside, im going to have to try setting up a mythtv backend again |
[22:30:10] | Crys: | Beirdo: In my opinion it's fine to point users to alternative solutions. There isn't a single best solution for all problems. |
[22:30:50] | _Techie_: | does anyone know a good tutorial for setting up a framegrabber card to recieve analogue transmissions? |
[22:31:23] | skd5aner: | Still wouldn't meet Cry's scenario – XBMC, in that case, would have to be a replacement in relationship to his question – controlling music within mythtv |
[22:31:33] | Beirdo: | I'm afraid that advertising "competing" packages like that is not gonna make people very happy here |
[22:31:51] | _Techie_: | well, if they want to get upset, let them |
[22:31:56] | _Techie_: | i only seek to help others |
[22:32:04] | skd5aner: | oh well, don't worry about it |
[22:32:10] | skd5aner: | boht of yas ;) |
[22:33:43] | _Techie_: | are there any guides for setting up mythtv for analogue transmissions? |
[22:35:05] | ** skd5aner hates github now ** | |
[22:35:17] | skd5aner: | https://github.com/MythTV/mythtv/commit/cfd7b . . . 2ae07c1764ce – looking at that, what date would you think it was committed? |
[22:35:21] | Beirdo: | whatever. :) |
[22:35:35] | skd5aner: | Beirdo: I use hate, very lightly ;) |
[22:35:38] | Crys: | Beirdo: pointing to other solutions != advertising. But I agree with that about the latter. |
[22:35:42] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds) | |
[22:36:34] | Beirdo: | it looks like Dec 9 to me, why? |
[22:36:35] | skd5aner: | why would it show, on a backport, the original "authored" date and not the actual commit date to that branch? |
[22:36:44] | skd5aner: | Beirdo: because it was actually commited Dec 12 |
[22:36:51] | Beirdo: | because that was the date it was committed |
[22:36:54] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[22:37:01] | skd5aner: | the original was committed to Master on the 9'th |
[22:37:11] | skd5aner: | it was backported to .24-fixes on the 12th |
[22:37:15] | skd5aner: | which is what that commit is |
[22:37:35] | kormoc: | skd5aner, you're looking for the push date, not the commit date |
[22:37:44] | kormoc: | and afaik, it's not exposed on github |
[22:38:10] | Beirdo: | git log is your friend :) |
[22:38:12] | skd5aner: | kormoc: fair enough, that's what I'm looking for |
[22:38:23] | allesmueller (allesmueller!~allesmuel@188.45.62.103) has joined #mythtv-users | |
[22:38:29] | allesmueller (allesmueller!~allesmuel@188.45.62.103) has quit (Changing host) | |
[22:38:29] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv-users | |
[22:38:37] | skd5aner: | Beirdo: so, git log is something I'd have to do on a workstation with a pull of the branch right? |
[22:38:44] | kormoc: | yes |
[22:38:45] | Beirdo: | yes |
[22:38:50] | skd5aner: | no way am I going to do that |
[22:39:07] | skd5aner: | I just want to see the changes, not check out a ton of repositories |
[22:39:11] | kormoc: | skd5aner, but but but git streamlines the entire process, don'tcha know? |
[22:39:19] | skd5aner: | so I've heard |
[22:43:16] | ** skd5aner has deleted a half dozen thoughts he was going to type, but decided to just try and "shut up, use what I got, and make it work" ** | |
[22:43:27] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[22:43:39] | skd5aner: | I don't have a dog in the fight anyway |
[22:44:01] | skd5aner: | off to make dinner |
[22:47:14] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 260 seconds) | |
[22:56:07] | oget (oget!~oget@nat-alex-resnet-out-3.rutgers.edu) has joined #mythtv-users | |
[22:56:55] | oget: | is there an easy way to stop mythtv recording live tv? if not, what source files do I need to hack on? |
[22:57:42] | kormoc: | oget, you should have read the link I linked you |
[22:58:31] | kormoc: | no, there is not, and no, it's extremely non-trivial to do so. You'd have to rewrite a large chunk of the backend. Think thousands and thousands of lines including network communication |
[22:59:27] | nutron: | kormoc: you're just a pessimist. Learn to give the right answers already... would ya? |
[22:59:31] | nutron: | =D |
[23:00:17] | adante (adante!~adante@59.167.212.65) has quit (Quit: ONE THOUSAND ROUBLES?! I MUST GO) | |
[23:00:36] | oget: | kormoc: thanks. the link tells me a generic answer. I thought maybe there is an easy hack |
[23:00:58] | adante (adante!~adante@59.167.212.65) has joined #mythtv-users | |
[23:01:17] | kormoc: | oget, it was designed from the ground up around not doing that specific thing |
[23:01:29] | kormoc: | oget, the *best* you could do is perhaps setup a ram drive and point the recordings at that |
[23:01:46] | oget: | kormoc: Where can I file feature requests then? |
[23:02:44] | kormoc: | that's a feature request that we're not going to honor. it's against the core design decisions we follow |
[23:02:45] | oget: | oh ram drive idea sounds cool. |
[23:03:14] | oget: | asking doesn't hurt, does it? it is a user need after all :) |
[23:03:33] | kormoc: | Another solution is to add a menu entry to launch tvtime or any number of other apps that display in real time |
[23:04:17] | oget: | oh that sounds easy and to the point |
[23:04:32] | oget: | I'll probably do that |
[23:05:22] | oget: | can I customize the menus within mythtv, or do I need to modify some xml (or ?) files? |
[23:05:33] | kormoc: | xml |
[23:05:51] | Crys: | On several occations I read that channel hopping with MythTV is slow. Is this still true when MythTV is in browse mode? |
[23:06:15] | kormoc: | yes |
[23:06:28] | iamlindoro: | slower, evn |
[23:06:30] | iamlindoro: | er even |
[23:06:40] | iamlindoro: | since the scheduler has to work overtime |
[23:08:23] | Crys: | I guess you here the question on a regular base but I wasn't able to find a good answer yet. What's the preferred solution if I just want to browse through my channels and not use the PVR feature right now? |
[23:08:54] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-205-54.bltmmd.fios.verizon.net) has joined #mythtv-users | |
[23:08:55] | iamlindoro: | "Don't use MythTV" |
[23:09:00] | kormoc: | seconded |
[23:09:14] | aputerboy: | can someone explain the hdtv entry in the recorded program table – it seems to be 0 or 1 if the recording is digital; undefined if analog – but I don't see any correlation between 0 and 1 and the resolution being 704x480 vs 1920x1080 |
[23:09:38] | iamlindoro: | the program tables toggle the HD flag according to your listings |
[23:09:39] | kormoc: | aputerboy, there is no correlation |
[23:10:02] | iamlindoro: | The correctness, or lack thereof, is based entirely on how accurate your listings are |
[23:10:12] | kormoc: | aputerboy, I linked you to the query you need to use to get that answer the other day. There is no other true way of knowing |
[23:10:24] | Crys: | Damn ... I was hoping that I can replace my old DVB-S box with a Linux HTPC plus MythTV. |
[23:10:34] | aputerboy: | kormoc – i know and i am getting it via ffmpeg |
[23:10:40] | iamlindoro: | but kormoc, he didn't *like* your answer, so he's back to demand a new one! |
[23:10:44] | aputerboy: | just i was trying to understand if hdtv correlates at all with it |
[23:10:46] | iamlindoro: | ffmpeg will only give you the initial resolution |
[23:10:48] | aputerboy: | noooo i liked his answer |
[23:11:00] | iamlindoro: | the query kormoc gave you will give you the *accurate* resolution |
[23:11:01] | aputerboy: | yeah i know – but it's good enough for now |
[23:11:08] | aputerboy: | i know i know i know |
[23:11:11] | aputerboy: | i'm lazy for now |
[23:11:19] | iamlindoro: | Yeah, why do it right when you can do it right now |
[23:11:27] | iamlindoro: | My dating philosophy |
[23:11:39] | kormoc: | Explains all the free time for myth coding |
[23:11:48] | aputerboy: | lol |
[23:11:51] | iamlindoro: | Heh, little of that these days |
[23:12:05] | iamlindoro: | It all goes into the honing myself to supervillain class physical perfection |
[23:12:11] | aputerboy: | but what *should* the hdtv flag mean if it were done right |
[23:12:12] | kormoc: | We're still in git shock anyway :P |
[23:12:27] | iamlindoro: | it should mean that it is at some resolution greater than SD |
[23:12:29] | kormoc: | aputerboy, it means that the listings provider thought it was a hd showing. nothing beyond that |
[23:12:35] | iamlindoro: | and nothing more specific than that |
[23:12:51] | aputerboy: | ok – that's all i need to know – so my listing provider stinks then lol |
[23:13:05] | aputerboy: | cuz it's wrong about 50% of the time |
[23:13:09] | ** iamlindoro nominates himself for "Myth dev with most visible abs" ** | |
[23:13:17] | iamlindoro: | you know, for the yearbook |
[23:13:24] | kormoc: | %s/most// |
[23:13:40] | Beirdo: | s/visible// |
[23:13:42] | Beirdo: | heh |
[23:13:57] | Beirdo: | I might be able to clinch the most visible belly. |
[23:14:09] | Beirdo: | but I bet there's more competition there |
[23:14:43] | iamlindoro: | heh |
[23:15:03] | Beirdo: | OK, MyWi... work! |
[23:15:04] | iamlindoro: | true of any random sampling of the population, really |
[23:15:16] | Shadow__X: | :( |
[23:15:35] | _Techie_ (_Techie_!~Techie@technz.info) has quit (Quit: ZNC - http://znc.sourceforge.net) | |
[23:15:57] | Shadow__X: | atleast the intellegence of a random dev is much higher than in the general population |
[23:16:16] | iamlindoro: | *exceptions apply |
[23:16:37] | Shadow__X: | yes |
[23:16:38] | _Techie_ (_Techie_!~Techie@technz.info) has joined #mythtv-users | |
[23:16:42] | ** kormoc shifty eyes and wipes the drool ** | |
[23:17:38] | kormoc: | I am after all only a web developer and as a web developer I don't understand basic coding techniques like bit shifts vs multiplication for speedups on modern processors |
[23:17:54] | iamlindoro: | hahahaahhahaahahahahaha |
[23:17:57] | ** iamlindoro was there ** | |
[23:18:30] | ** Shadow__X was not ** | |
[23:18:55] | Shadow__X: | did someone insult you? |
[23:20:04] | iamlindoro: | long story |
[23:20:35] | duffydack (duffydack!~duffydack@adsl-77-86-60-12.karoo.kcom.com) has quit (Quit: Leaving) | |
[23:21:07] | Shadow__X: | ok |
[23:26:18] | _Techie_ (_Techie_!~Techie@technz.info) has quit (Read error: Connection reset by peer) | |
[23:26:33] | Crys_ (Crys_!~|Crys|@plone/tiran) has joined #mythtv-users | |
[23:26:51] | _Techie_ (_Techie_!~Techie@technz.info) has joined #mythtv-users | |
[23:28:21] | _Techie_ (_Techie_!~Techie@technz.info) has quit (Client Quit) | |
[23:29:31] | _Techie_ (_Techie_!~Techie@technz.info) has joined #mythtv-users | |
[23:30:11] | Crys (Crys!~|Crys|@plone/tiran) has quit (Ping timeout: 272 seconds) | |
[23:32:04] | _Techie_ (_Techie_!~Techie@technz.info) has quit (Client Quit) | |
[23:32:28] | biffhero (biffhero!~Adium@edge-gw-rwc.silverspringnet.com) has quit (Quit: Leaving.) | |
[23:33:20] | _Techie_ (_Techie_!~Techie@technz.info) has joined #mythtv-users | |
[23:36:12] | the_alien (the_alien!~till@xbmc/staff/thealien) has quit (Quit: the_alien) | |
[23:36:49] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (Ping timeout: 260 seconds) | |
[23:41:44] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[23:45:13] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 255 seconds) | |
[23:45:20] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
[23:48:34] | biffhero (biffhero!~Adium@soi.silverspringnet.com) has joined #mythtv-users | |
[23:50:07] | XLV (XLV!~XLV@unaffiliated/xlv) has quit (Quit: I'll be back.) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.