Thursday, February 14th, 2013, 00:06 UTC | ||
[00:06:48] | phanohanover (phanohanover!~stephane@199.47.124.66) has joined #mythtv-users | |
[00:08:12] | phanohanover: | i am trying to change local backend IP IPv4 but unable to do so? I recently changed my class C from .5.1 to .150.1 Why can't I change my IP in backend? using 0.27 |
[00:08:41] | phanohanover: | anyone knows? |
[00:09:02] | wagnerrp: | because it's broken |
[00:09:27] | phanohanover: | OK? how do I fix that? any idea? |
[00:09:56] | wagnerrp: | wait for the fix, there's a ticket on trac for it |
[00:11:07] | kusznir (kusznir!~kusznir@76.178.145.28) has joined #mythtv-users | |
[00:18:34] | wagnerrp: | phanohanover: do note that 0.27 is still a developmental version |
[00:18:45] | wagnerrp: | if you are using it, you should expect that things will not work properly |
[00:20:07] | jpabq_ (jpabq_!~quassel@mythtv/developer/jpabq) has quit (Remote host closed the connection) | |
[00:20:07] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (Read error: Connection reset by peer) | |
[00:21:57] | red_: | what is usually the cause of "SetChannelByString(): failure"? |
[00:23:02] | phanohanover: | anyway to fix it quick? |
[00:23:17] | phanohanover: | i really need to feix this quicly...rough and dirty? |
[00:23:46] | wagnerrp: | manually change the setting that dialog entry would otherwise control |
[00:25:16] | phanohanover: | ok...how would you do that? |
[00:25:28] | phanohanover: | tell me where? |
[00:25:43] | phanohanover: | I don'T know of any .conf for that? |
[00:27:11] | wagnerrp: | mythtv doesn't store configuration data in text files |
[00:27:16] | wagnerrp: | that all goes in the database |
[00:27:49] | phanohanover: | ok...that does not help me much...which table? in mythconverg? do you know? |
[00:30:42] | wagnerrp: | settings table, BackendServreIP |
[00:33:38] | phanohanover: | thanks man...i'll look right away.... |
[00:40:44] | phanohanover: | ok, i found the entry... |
[00:41:02] | wagnerrp: | make sure you set it for the correct hostname |
[00:43:58] | zoran119 (zoran119!~zoran@ppp121-44-224-24.lns20.syd7.internode.on.net) has joined #mythtv-users | |
[00:46:14] | zoran119_ (zoran119_!~zoran@ppp121-44-161-197.lns20.syd7.internode.on.net) has quit (Ping timeout: 255 seconds) | |
[00:52:00] | faichele_ (faichele_!~quassel@p4FCCF337.dip.t-dialin.net) has quit (Remote host closed the connection) | |
[00:56:29] | phanohanover: | anyone can help me with changing the value in mythconverg of my backendserverip ? |
[00:56:47] | phanohanover: | I can't do it with GUI...i am not very good with mysql... |
[00:57:39] | red_: | update settings set BackEndServerIP=x |
[00:58:37] | phanohanover: | can you be more explicit please? |
[00:58:45] | phanohanover: | in cli or mysql editor? |
[00:59:45] | red_: | cli |
[01:01:26] | phanohanover: | ok help me out please...logged in cli in mysql now: |
[01:01:35] | red_: | use mythconverg |
[01:02:29] | phanohanover: | next |
[01:03:39] | red_: | update settings set BackEndServerIP=x |
[01:03:44] | red_: | where x is the ip address |
[01:07:19] | phanohanover: | mysql> update settings set BackendServerIP=192.168.150.120; |
[01:07:19] | phanohanover: | ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.150.120' at line 1 |
[01:07:19] | phanohanover: | mysql> |
[01:07:23] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[01:07:23] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[01:07:23] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[01:07:32] | wagnerrp: | you need to quote it |
[01:07:42] | phanohanover: | "x.x.x.x" |
[01:07:45] | phanohanover: | like this? |
[01:09:12] | phanohanover: | " " did not do it... |
[01:10:09] | red_: | use 'x.x.x.x' |
[01:10:15] | phanohanover: | mysql> update settings set BackendServerIP="192.168.150.120"; |
[01:10:15] | phanohanover: | ERROR 1054 (42S22): Unknown column 'BackendServerIP' in 'field list' |
[01:10:23] | red_: | oh |
[01:14:24] | red_: | select * from settings where value like '%IP%'; |
[01:14:28] | red_: | see what that says |
[01:14:45] | jams: | update settings set data='the_ip' where value='BackendServerIP' |
[01:14:56] | wagnerrp: | and hostname... |
[01:15:00] | jams: | add a where clause to limit it to a specific host if you want |
[01:23:45] | defaultro (defaultro!~defaultro@c-67-184-173-139.hsd1.il.comcast.net) has quit (Changing host) | |
[01:23:45] | defaultro (defaultro!~defaultro@unaffiliated/defaultro) has joined #mythtv-users | |
[01:25:01] | red_: | so does anyone know why if i tune channels through mythtv, have the video source set to eti, channels set to get the eti listings I get no eti guide or ability to watch live tv even though channels are located and entered into the database? |
[01:28:57] | phanohanover: | it does not work...can you give me the exact command line please? |
[01:29:41] | wagnerrp: | just change it using mythweb |
[01:30:09] | phanohanover: | i can't....mythweb need the right backend IP to be set... |
[01:30:20] | phanohanover: | I tried that already... |
[01:30:40] | phanohanover: | anyone knows how mysql accept strings? |
[01:31:23] | phanohanover: | ok...got it i think |
[01:36:07] | devinheitmueller (devinheitmueller!~devinheit@pool-108-54-72-165.nycmny.fios.verizon.net) has quit (Quit: devinheitmueller) | |
[01:36:19] | emmanuelux (emmanuelux!~emmanuelu@vau92-2-82-228-217-1.fbx.proxad.net) has quit (Remote host closed the connection) | |
[01:41:45] | phanohanover (phanohanover!~stephane@199.47.124.66) has quit (Quit: Quitte) | |
[01:42:58] | kusznir (kusznir!~kusznir@76.178.145.28) has quit (Ping timeout: 252 seconds) | |
[01:55:48] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[01:56:48] | jst_ (jst_!~quassel@nat/mozilla/x-zizgqxgwohxppwug) has joined #mythtv-users | |
[01:57:37] | jst (jst!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2) has quit (Ping timeout: 246 seconds) | |
[01:59:57] | mcmoyer (mcmoyer!~textual@99-32-86-245.lightspeed.ftwotx.sbcglobal.net) has joined #mythtv-users | |
[02:00:01] | joki (joki!~joki@p548643E3.dip.t-dialin.net) has quit (Ping timeout: 245 seconds) | |
[02:02:21] | joki (joki!~joki@p54863F51.dip.t-dialin.net) has joined #mythtv-users | |
[02:04:45] | SmallR2002 (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net) has joined #mythtv-users | |
[02:05:07] | dkeith (dkeith!~dkeith@63.133.183.2) has quit (Read error: Connection reset by peer) | |
[02:07:57] | dkeith (dkeith!~dkeith@65.210.104.2) has joined #mythtv-users | |
[02:11:28] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv-users | |
[02:11:32] | jpabq_ (jpabq_!~quassel@75-161-90-147.albq.qwest.net) has joined #mythtv-users | |
[02:11:44] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 255 seconds) | |
[02:21:13] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[02:22:23] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Ping timeout: 256 seconds) | |
[02:30:38] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 255 seconds) | |
[02:47:34] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Remote host closed the connection) | |
[02:48:49] | DarthFrog (DarthFrog!~rob@S01060014bfba779e.vn.shawcable.net) has quit (Quit: Konversation terminated!) | |
[02:50:06] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[02:51:23] | DarthFrog (DarthFrog!~rob@S01060014bfba779e.vn.shawcable.net) has joined #mythtv-users | |
[02:53:46] | ertyu-m (ertyu-m!~ertyu-m@S010600d0b7928a07.wp.shawcable.net) has quit (Read error: Connection reset by peer) | |
[02:53:55] | ertyu-m (ertyu-m!~ertyu-m@S010600d0b7928a07.wp.shawcable.net) has joined #mythtv-users | |
[02:58:36] | wylie_ (wylie_!~wylie@ip72-208-123-25.ph.ph.cox.net) has joined #mythtv-users | |
[02:59:05] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[03:00:55] | wylie (wylie!~wylie@69.80.103.10) has quit (Ping timeout: 260 seconds) | |
[03:00:55] | wylie_ is now known as wylie | |
[03:01:55] | blassey (blassey!~blassey@66.207.208.98) has quit (Remote host closed the connection) | |
[03:04:58] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7CA27.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[03:05:24] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7CA27.dip.t-dialin.net) has joined #mythtv-users | |
[03:06:10] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[03:06:10] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[03:06:10] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[03:08:00] | red_ (red_!7859544b@gateway/web/freenode/ip.120.89.84.75) has quit (Quit: Page closed) | |
[03:12:30] | blassey (blassey!~blassey@173.243.46.194) has joined #mythtv-users | |
[03:12:47] | blassey (blassey!~blassey@173.243.46.194) has quit (Remote host closed the connection) | |
[03:13:33] | blassey (blassey!~blassey@173.243.46.194) has joined #mythtv-users | |
[03:18:04] | Goga777 (Goga777!~Goga777@95-30-60-80.broadband.corbina.ru) has joined #mythtv-users | |
[03:19:13] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[03:20:52] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds) | |
[03:23:58] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[03:37:04] | Goga777 (Goga777!~Goga777@95-30-60-80.broadband.corbina.ru) has quit (Read error: Connection reset by peer) | |
[03:37:33] | Goga777 (Goga777!~Goga777@95-30-60-80.broadband.corbina.ru) has joined #mythtv-users | |
[03:38:21] | Goga777 (Goga777!~Goga777@95-30-60-80.broadband.corbina.ru) has quit (Remote host closed the connection) | |
[03:52:04] | devinheitmueller (devinheitmueller!~devinheit@pool-108-54-72-165.nycmny.fios.verizon.net) has joined #mythtv-users | |
[03:56:34] | Phiro__ (Phiro__!~Phiro@71.55.135.10) has joined #mythtv-users | |
[03:56:36] | RobertLaptop (RobertLaptop!~rmiddle@mail.middleswarth.net) has quit (Ping timeout: 248 seconds) | |
[03:57:09] | jpabq_ (jpabq_!~quassel@75-161-90-147.albq.qwest.net) has quit (Ping timeout: 252 seconds) | |
[03:57:19] | Phiro_ (Phiro_!~Phiro@mn-71-55-135-10.dyn.embarqhsd.net) has quit (Ping timeout: 246 seconds) | |
[03:57:36] | shubes (shubes!~shubes@tacs.shubes.net) has joined #mythtv-users | |
[03:58:27] | jpabq_ (jpabq_!~quassel@75-161-90-147.albq.qwest.net) has joined #mythtv-users | |
[03:58:57] | RobertLaptop (RobertLaptop!~rmiddle@mail.middleswarth.net) has joined #mythtv-users | |
[04:00:38] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 255 seconds) | |
[04:04:44] | XDS2010_ (XDS2010_!uid1218@gateway/web/irccloud.com/x-pqnlsejrkbkqooso) has quit (Ping timeout: 256 seconds) | |
[04:06:25] | blassey_ (blassey_!~blassey@173.243.46.194) has joined #mythtv-users | |
[04:06:25] | blassey (blassey!~blassey@173.243.46.194) has quit (Read error: Connection reset by peer) | |
[04:14:47] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[04:23:08] | dougl (dougl!~doug@S0106744401495b56.wp.shawcable.net) has quit (Ping timeout: 255 seconds) | |
[04:25:27] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 260 seconds) | |
[04:40:39] | dkeith (dkeith!~dkeith@65.210.104.2) has quit (Ping timeout: 256 seconds) | |
[04:41:15] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 260 seconds) | |
[04:41:54] | dougl (dougl!~doug@S0106744401495b56.wp.shawcable.net) has joined #mythtv-users | |
[04:42:14] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv-users | |
[04:46:41] | dougl (dougl!~doug@S0106744401495b56.wp.shawcable.net) has quit (Ping timeout: 252 seconds) | |
[04:48:02] | squidly (squidly!~squidly@HoodLUG/member/squidly) has quit (Remote host closed the connection) | |
[04:50:45] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[04:55:27] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds) | |
[05:01:03] | squidly (squidly!~squidly@HoodLUG/member/squidly) has joined #mythtv-users | |
[05:09:16] | devinheitmueller (devinheitmueller!~devinheit@pool-108-54-72-165.nycmny.fios.verizon.net) has quit (Quit: devinheitmueller) | |
[05:11:27] | disputin (disputin!~sean@65.102.58.17) has quit (Quit: Leaving.) | |
[05:19:43] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[05:21:13] | Floppe__ (Floppe__!~Floppe@2001:14b8:1d3::100) has joined #mythtv-users | |
[05:21:14] | Floppe (Floppe!~Floppe@2001:14b8:1d3::100) has quit (Read error: Connection reset by peer) | |
[05:29:35] | dougl (dougl!~doug@S0106744401495b56.wp.shawcable.net) has joined #mythtv-users | |
[05:37:39] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[05:40:04] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[05:40:17] | Floppe__ (Floppe__!~Floppe@2001:14b8:1d3::100) has quit (Quit: Reconnecting) | |
[05:40:24] | Floppe (Floppe!~Floppe@2001:14b8:1d3::100) has joined #mythtv-users | |
[05:44:40] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[05:47:42] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit (Ping timeout: 256 seconds) | |
[05:48:03] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 260 seconds) | |
[05:56:50] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[05:58:34] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users | |
[05:58:34] | knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users | |
[05:58:34] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Changing host) | |
[06:03:43] | XDS2010_ (XDS2010_!uid1218@gateway/web/irccloud.com/x-cgnexwncfotovmqu) has joined #mythtv-users | |
[06:11:05] | zoran119_ (zoran119_!~zoran@ppp121-44-136-223.lns20.syd7.internode.on.net) has joined #mythtv-users | |
[06:13:46] | zoran119 (zoran119!~zoran@ppp121-44-224-24.lns20.syd7.internode.on.net) has quit (Ping timeout: 245 seconds) | |
[06:17:46] | zoran119_ (zoran119_!~zoran@ppp121-44-136-223.lns20.syd7.internode.on.net) has quit (Ping timeout: 240 seconds) | |
[06:19:07] | zoran119 (zoran119!~zoran@ppp121-44-144-93.lns20.syd7.internode.on.net) has joined #mythtv-users | |
[06:33:58] | BabThooka (BabThooka!~Adium@0126800222.0.fullrate.dk) has quit (Quit: Leaving.) | |
[06:48:47] | esperegu (esperegu!~quassel@ip-213-124-221-122.ip.prioritytelecom.net) has joined #mythtv-users | |
[06:57:00] | wylie (wylie!~wylie@ip72-208-123-25.ph.ph.cox.net) has quit (Ping timeout: 252 seconds) | |
[06:59:20] | SteveGoodey (SteveGoodey!~steve@host86-147-183-135.range86-147.btcentralplus.com) has joined #mythtv-users | |
[07:04:45] | SteveGoodey (SteveGoodey!~steve@host86-147-183-135.range86-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[07:22:40] | ubIx (ubIx!~ulf@p5DD1867D.dip0.t-ipconnect.de) has joined #mythtv-users | |
[07:24:05] | ubIx_ (ubIx_!~ulf@p5DD1952B.dip0.t-ipconnect.de) has quit (Read error: Operation timed out) | |
[07:26:40] | wagnerrp: | gigem: it appears the original dunce trying to oust jerod may be getting bounced emails because his own mail server has jerod blacklisted |
[07:32:36] | wisenuts (wisenuts!~wisenuts@66-216-228-130.dhcp.stcd.mn.charter.com) has quit (Ping timeout: 248 seconds) | |
[07:33:03] | wisenuts (wisenuts!~wisenuts@66-216-228-130.dhcp.stcd.mn.charter.com) has joined #mythtv-users | |
[07:33:10] | BabThooka (BabThooka!~Adium@nat.nordija.com) has joined #mythtv-users | |
[07:33:42] | BabThooka (BabThooka!~Adium@nat.nordija.com) has left #mythtv-users () | |
[07:34:56] | baggywrinkle (baggywrinkle!~baggy@baggywrinkle.demon.co.uk) has joined #mythtv-users | |
[07:39:24] | hpeter (hpeter!~hpeter@zux221-206-240.adsl.green.ch) has joined #mythtv-users | |
[07:44:31] | baggywrinkle (baggywrinkle!~baggy@baggywrinkle.demon.co.uk) has quit (Quit: Linkinus - http://linkinus.com) | |
[07:44:53] | baggywrinkle (baggywrinkle!~baggy@baggywrinkle.demon.co.uk) has joined #mythtv-users | |
[07:49:15] | baggywrinkle (baggywrinkle!~baggy@baggywrinkle.demon.co.uk) has quit (Client Quit) | |
[07:49:33] | baggy (baggy!~baggy@baggywrinkle.demon.co.uk) has joined #mythtv-users | |
[07:55:37] | Tobbe5178 (Tobbe5178!~asdf@h186n5-sv-a13.ias.bredband.telia.com) has joined #mythtv-users | |
[08:12:44] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has joined #mythtv-users | |
[08:16:01] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 248 seconds) | |
[08:20:11] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv-users | |
[08:25:29] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[08:34:22] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[08:45:34] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[08:57:10] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[08:57:36] | faichele_ (faichele_!~quassel@d16-149.informatik.uni-stuttgart.de) has joined #mythtv-users | |
[09:05:27] | Phiro_ (Phiro_!~Phiro@mn-71-55-135-10.dyn.embarqhsd.net) has joined #mythtv-users | |
[09:08:26] | Phiro__ (Phiro__!~Phiro@71.55.135.10) has quit (Ping timeout: 255 seconds) | |
[09:09:49] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[09:16:23] | jbaxter (jbaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users | |
[09:21:41] | Phiro_ (Phiro_!~Phiro@mn-71-55-135-10.dyn.embarqhsd.net) has quit (Read error: Connection reset by peer) | |
[09:21:59] | wisenuts (wisenuts!~wisenuts@66-216-228-130.dhcp.stcd.mn.charter.com) has quit (Read error: Connection reset by peer) | |
[09:27:19] | esperegu (esperegu!~quassel@ip-213-124-221-122.ip.prioritytelecom.net) has quit (Read error: Connection reset by peer) | |
[09:33:27] | esperegu (esperegu!~quassel@ip-213-124-221-122.ip.prioritytelecom.net) has joined #mythtv-users | |
[09:38:20] | esperegu (esperegu!~quassel@ip-213-124-221-122.ip.prioritytelecom.net) has quit (Remote host closed the connection) | |
[09:38:42] | rdark (rdark!~rdark@217.33.138.50) has joined #mythtv-users | |
[10:06:57] | zoran119_ (zoran119_!~zoran@ppp121-44-202-218.lns20.syd7.internode.on.net) has joined #mythtv-users | |
[10:08:14] | zoran119 (zoran119!~zoran@ppp121-44-144-93.lns20.syd7.internode.on.net) has quit (Ping timeout: 252 seconds) | |
[10:11:09] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has quit (Ping timeout: 252 seconds) | |
[10:16:57] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[10:29:02] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has joined #mythtv-users | |
[10:32:56] | shubes (shubes!~shubes@tacs.shubes.net) has left #mythtv-users () | |
[11:09:31] | johd (johd!~johd@chello080108047208.34.11.vie.surfer.at) has joined #mythtv-users | |
[11:09:31] | johd (johd!~johd@chello080108047208.34.11.vie.surfer.at) has quit (Changing host) | |
[11:09:31] | johd (johd!~johd@pdpc/supporter/student/jvs) has joined #mythtv-users | |
[11:12:52] | bas-t (bas-t!~tycho@52484E89.cm-4-1b.dynamic.ziggo.nl) has joined #mythtv-users | |
[11:17:21] | jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[11:20:14] | aloril (aloril!~aloril@dsl-tkubrasgw3-54f97e-153.dhcp.inet.fi) has quit (Ping timeout: 276 seconds) | |
[11:29:12] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has quit (Ping timeout: 276 seconds) | |
[11:29:35] | Bhaal (Bhaal!~bhaal@freenode/staff-emeritus/bhaal) has quit (Quit: ZNC - http://znc.sourceforge.net) | |
[11:31:25] | Bhaal (Bhaal!~bhaal@59.167.220.17) has joined #mythtv-users | |
[11:31:25] | Bhaal (Bhaal!~bhaal@freenode/staff-emeritus/bhaal) has joined #mythtv-users | |
[11:31:25] | Bhaal (Bhaal!~bhaal@59.167.220.17) has quit (Changing host) | |
[11:33:42] | aloril (aloril!~aloril@dsl-tkubrasgw3-54f97e-153.dhcp.inet.fi) has joined #mythtv-users | |
[11:39:22] | Bhaal (Bhaal!~bhaal@59.167.220.17) has joined #mythtv-users | |
[11:39:22] | Bhaal (Bhaal!~bhaal@freenode/staff-emeritus/bhaal) has joined #mythtv-users | |
[11:39:22] | Bhaal (Bhaal!~bhaal@59.167.220.17) has quit (Changing host) | |
[11:55:11] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit () | |
[12:19:28] | sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has quit (Remote host closed the connection) | |
[12:21:14] | sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has joined #mythtv-users | |
[12:22:26] | jst_ (jst_!~quassel@nat/mozilla/x-zizgqxgwohxppwug) has quit (Ping timeout: 252 seconds) | |
[12:22:36] | nephyrin (nephyrin!~neph@nat/mozilla/x-tilcwoiafojvujec) has quit (Ping timeout: 252 seconds) | |
[12:22:37] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has joined #mythtv-users | |
[12:23:55] | nephyrin (nephyrin!~neph@nat/mozilla/x-wycadlmgqajvtzcu) has joined #mythtv-users | |
[12:24:43] | jst (jst!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2) has joined #mythtv-users | |
[12:30:12] | Sharky112065 is now known as Sharky-Sleep | |
[12:32:34] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[12:44:07] | mcmoyer (mcmoyer!~textual@99-32-86-245.lightspeed.ftwotx.sbcglobal.net) has quit (Quit: Computer has gone to sleep.) | |
[12:44:42] | infinite (infinite!~infinite@2607:f4b8:2600:1:a800:ff:fe00:6969) has joined #mythtv-users | |
[12:47:11] | infinite (infinite!~infinite@2607:f4b8:2600:1:a800:ff:fe00:6969) has quit (Client Quit) | |
[12:47:19] | infinite (infinite!~infinite@2607:f4b8:2600:1:a800:ff:fe00:6969) has joined #mythtv-users | |
[13:00:38] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users | |
[13:00:38] | knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users | |
[13:00:38] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Changing host) | |
[13:10:59] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has quit (Ping timeout: 255 seconds) | |
[13:11:28] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users | |
[13:11:28] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Changing host) | |
[13:11:28] | knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users | |
[13:24:45] | devinheitmueller (devinheitmueller!~devinheit@pool-108-54-72-165.nycmny.fios.verizon.net) has joined #mythtv-users | |
[13:26:54] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[13:26:54] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[13:26:55] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[13:28:33] | knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Ping timeout: 248 seconds) | |
[13:38:06] | IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat) | |
[14:08:02] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7CA27.dip.t-dialin.net) has quit (Ping timeout: 255 seconds) | |
[14:08:36] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7CDAE.dip.t-dialin.net) has joined #mythtv-users | |
[14:15:29] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds) | |
[14:21:12] | wylie (wylie!~wylie@ip72-208-123-25.ph.ph.cox.net) has joined #mythtv-users | |
[14:25:55] | blassey_ (blassey_!~blassey@173.243.46.194) has quit (Read error: Operation timed out) | |
[14:26:32] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users | |
[14:26:32] | knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users | |
[14:26:32] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Changing host) | |
[14:36:02] | blassey (blassey!~blassey@66.207.208.98) has joined #mythtv-users | |
[14:43:37] | IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[14:55:23] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E2B8.dip.t-dialin.net) has joined #mythtv-users | |
[15:01:05] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[15:01:38] | squidly (squidly!~squidly@HoodLUG/member/squidly) has quit (Remote host closed the connection) | |
[15:11:47] | streeter (streeter!streeter@nat/redhat/x-nyjzwotxeqpyhmqm) has joined #mythtv-users | |
[15:12:03] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 248 seconds) | |
[15:16:48] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[15:23:51] | Goga777 (Goga777!~Goga777@128-71-92-24.broadband.corbina.ru) has joined #mythtv-users | |
[15:28:36] | disputin (disputin!~sean@2001:470:9758:1:2c91:84d0:fd7e:864b) has joined #mythtv-users | |
[15:29:34] | disputin (disputin!~sean@2001:470:9758:1:2c91:84d0:fd7e:864b) has quit (Remote host closed the connection) | |
[15:33:34] | canthus13 (canthus13!~canthus13@shellium/member/canthus13) has left #mythtv-users () | |
[15:50:06] | dkeith (dkeith!~dkeith@69.241.19.12) has joined #mythtv-users | |
[15:56:23] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 244 seconds) | |
[15:56:50] | dkeith____ (dkeith____!~dkeith@69.241.19.12) has joined #mythtv-users | |
[15:58:44] | dkeith (dkeith!~dkeith@69.241.19.12) has quit (Ping timeout: 256 seconds) | |
[15:59:39] | hpeter_ (hpeter_!~hpeter@zux221-206-240.adsl.green.ch) has joined #mythtv-users | |
[15:59:39] | hpeter_ (hpeter_!~hpeter@zux221-206-240.adsl.green.ch) has quit (Client Quit) | |
[16:00:30] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has joined #mythtv-users | |
[16:00:36] | `oobe` (`oobe`!~thingo@220.244.162.235) has joined #mythtv-users | |
[16:00:36] | `oobe` (`oobe`!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[16:00:36] | `oobe` (`oobe`!~thingo@220.244.162.235) has quit (Changing host) | |
[16:00:55] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (Read error: Connection reset by peer) | |
[16:01:47] | hpeter (hpeter!~hpeter@zux221-206-240.adsl.green.ch) has quit (Read error: Connection reset by peer) | |
[16:02:42] | blassey (blassey!~blassey@66.207.208.98) has quit (Ping timeout: 256 seconds) | |
[16:09:14] | blassey (blassey!~blassey@66.207.208.98) has joined #mythtv-users | |
[16:27:11] | dkeith_____ (dkeith_____!dkeith@cet-nat.comcastcntr.pa.bo.comcast.net) has joined #mythtv-users | |
[16:30:28] | dkeith____ (dkeith____!~dkeith@69.241.19.12) has quit (Ping timeout: 256 seconds) | |
[16:34:22] | bas-t (bas-t!~tycho@52484E89.cm-4-1b.dynamic.ziggo.nl) has quit (Quit: Ex-Chat) | |
[16:37:23] | johd (johd!~johd@pdpc/supporter/student/jvs) has quit (Ping timeout: 252 seconds) | |
[16:49:17] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users | |
[16:49:17] | knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users | |
[16:49:17] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Changing host) | |
[17:02:20] | faichele_ (faichele_!~quassel@d16-149.informatik.uni-stuttgart.de) has quit (Remote host closed the connection) | |
[17:06:05] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has quit (Quit: Leaving.) | |
[17:22:56] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E2B8.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[17:33:40] | dkeith______ (dkeith______!dkeith@cet-nat.comcastcntr.pa.bo.comcast.net) has joined #mythtv-users | |
[17:35:40] | dkeith_____ (dkeith_____!dkeith@cet-nat.comcastcntr.pa.bo.comcast.net) has quit (Ping timeout: 256 seconds) | |
[17:36:49] | Goga777 (Goga777!~Goga777@128-71-92-24.broadband.corbina.ru) has quit (Quit: Leaving) | |
[17:44:46] | gregL_ (gregL_!~greg@cpe-74-76-105-205.nycap.res.rr.com) has joined #mythtv-users | |
[17:45:24] | dkeith______ (dkeith______!dkeith@cet-nat.comcastcntr.pa.bo.comcast.net) has quit (Ping timeout: 252 seconds) | |
[17:46:15] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[17:46:38] | kusznir (kusznir!~kusznir@76.178.145.28) has joined #mythtv-users | |
[17:49:07] | dkeith______ (dkeith______!dkeith@cet-nat.comcastcntr.pa.bo.comcast.net) has joined #mythtv-users | |
[17:50:24] | Cardoe (Cardoe!~Cardoe@gentoo/developer/Cardoe) has quit (Ping timeout: 252 seconds) | |
[17:51:59] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Read error: Operation timed out) | |
[17:57:20] | squidly (squidly!~squidly@HoodLUG/member/squidly) has joined #mythtv-users | |
[18:06:06] | SteveGoodey (SteveGoodey!~steve@host86-147-183-135.range86-147.btcentralplus.com) has joined #mythtv-users | |
[18:08:11] | IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
[18:09:46] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[18:15:22] | natanojl_ (natanojl_!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[18:16:15] | rdark (rdark!~rdark@217.33.138.50) has quit (Ping timeout: 252 seconds) | |
[18:22:04] | blassey (blassey!~blassey@66.207.208.98) has quit (Remote host closed the connection) | |
[18:25:42] | disputin (disputin!~sean@2001:470:9758:1:2c91:84d0:fd7e:864b) has joined #mythtv-users | |
[18:26:04] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 256 seconds) | |
[18:26:41] | pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users | |
[18:38:11] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[18:39:26] | louisdk (louisdk!~louis@5.103.130.65) has joined #mythtv-users | |
[18:40:48] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (Disconnected by services) | |
[18:41:23] | jpabq_ is now known as jpabq | |
[18:42:08] | jpabq_ (jpabq_!~quassel@mythtv/developer/jpabq) has joined #mythtv-users | |
[19:02:28] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 248 seconds) | |
[19:15:16] | blassey (blassey!~blassey@76.10.128.179) has joined #mythtv-users | |
[19:33:53] | emmanuelux (emmanuelux!~emmanuelu@vau92-2-82-228-217-1.fbx.proxad.net) has joined #mythtv-users | |
[19:36:48] | SteveGoodey (SteveGoodey!~steve@host86-147-183-135.range86-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[19:39:07] | Steve_Goodey (Steve_Goodey!~steve@host86-147-183-135.range86-147.btcentralplus.com) has joined #mythtv-users | |
[19:43:18] | ubIx (ubIx!~ulf@p5DD1867D.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
[19:44:43] | jbaxter (jbaxter!~jbaxter@jimbax.plus.com) has quit (Quit: Quiting) | |
[19:47:01] | ubIx (ubIx!~ulf@p5DD1867D.dip0.t-ipconnect.de) has joined #mythtv-users | |
[19:47:37] | blassey (blassey!~blassey@76.10.128.179) has quit (Remote host closed the connection) | |
[20:11:15] | faichele (faichele!~quassel@p4FCCF49F.dip.t-dialin.net) has joined #mythtv-users | |
[20:23:02] | Sharky-Sleep is now known as Sharky112065 | |
[20:32:52] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Quit: WeeChat 0.3.8) | |
[20:33:56] | gigem (gigem!~david@pool-71-123-128-124.dllstx.fios.verizon.net) has joined #mythtv-users | |
[20:33:56] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv-users | |
[20:33:56] | gigem (gigem!~david@pool-71-123-128-124.dllstx.fios.verizon.net) has quit (Changing host) | |
[20:51:08] | dkeith______ (dkeith______!dkeith@cet-nat.comcastcntr.pa.bo.comcast.net) has quit (Ping timeout: 256 seconds) | |
[20:52:26] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[21:00:38] | rsiebert (rsiebert!~quassel@g225051002.adsl.alicedsl.de) has joined #mythtv-users | |
[21:03:36] | rsiebert_ (rsiebert_!~quassel@e179128168.adsl.alicedsl.de) has quit (Ping timeout: 256 seconds) | |
[21:07:08] | streeter (streeter!streeter@nat/redhat/x-nyjzwotxeqpyhmqm) has quit (Quit: Leaving) | |
[21:14:51] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has quit (Ping timeout: 260 seconds) | |
[21:15:22] | mirak (mirak!~mirak@lns-5-49-129-88.dsl.dyn.abo.bbox.fr) has joined #mythtv-users | |
[21:16:20] | streeter (streeter!streeter@nat/redhat/x-qdfqovvvedorczxr) has joined #mythtv-users | |
[21:17:11] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[21:25:02] | jm|laptop: | I instaled the cmyth PVR add-on. I had playback issues of HD programmes on my RPi. I noticed a lot of network activity while I was not playing a programme and even after the progress bar had disappeared, where it loads in the programme data, there is a LOAD of traffic to 6543 going on |
[21:25:23] | jm|laptop: | tcpdumping I can't work out if it's trying to do the same thing over and over – it went for like four hours :/ |
[21:26:14] | Steve_Goodey (Steve_Goodey!~steve@host86-147-183-135.range86-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:29:34] | faichele (faichele!~quassel@p4FCCF49F.dip.t-dialin.net) has quit (Remote host closed the connection) | |
[21:39:39] | mndmder (mndmder!~chatzilla@v-209-98-138-151.ip.visi.com) has joined #mythtv-users | |
[21:41:44] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 255 seconds) | |
[21:44:36] | J-e-f-f-A: | what is 'cmyth'? Perhaps it was trying to download a list of recordings and/or your program guide? I know the Android apps don't work for me because my DB is so big... |
[21:46:19] | jm|laptop: | I see. My DB is pretty big. And I have like 1800 programmes :/ |
[21:46:26] | J-e-f-f-A: | me too. |
[21:47:16] | J-e-f-f-A: | And I have 500+ channels. |
[21:47:21] | jm|laptop: | crikey |
[21:47:34] | jm|laptop: | it's moaning about chanids that no longer exists, too :/ |
[21:48:07] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[21:56:08] | Lomion0815 (Lomion0815!~androirc@178-190-206-175.adsl.highway.telekom.at) has quit (Ping timeout: 255 seconds) | |
[21:56:10] | J-e-f-f-A: | jm|laptop: if your DB is as old as mine (~7–8 years?) you're sure to have recordings that were on channels that aren't in your lineup anymore... ;-) |
[21:57:15] | J-e-f-f-A: | Actually, my DB is from 8/6/2008 – that's right – I had a major HDD failure back then. D'oh!!! |
[21:57:36] | disputin (disputin!~sean@2001:470:9758:1:2c91:84d0:fd7e:864b) has quit (Quit: Leaving.) | |
[21:58:21] | J-e-f-f-A: | I wonder how the "Percent of time spent recording" is calculated – since mine shows 100%. ;-) |
[21:59:02] | ** J-e-f-f-A looks at stats.php ... ;-) ** | |
[22:08:08] | jm|laptop: | It feels like a need a cmyth PVR xbmc plugin *lite* |
[22:08:24] | jm|laptop: | that removes all the EPG and Live TV stuff |
[22:08:32] | jm|laptop: | I just want to play my recordings :'( |
[22:09:57] | J-e-f-f-A: | Heh, I can empathize... The Android apps behave the same way, and crash before completion of caching all my info... |
[22:10:02] | pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!) | |
[22:11:55] | J-e-f-f-A: | My stats are screwed up from when my DB was screwed up a couple of years ago, and my system was recording EVERY showing, even if it had previously been recording... |
[22:12:21] | J-e-f-f-A: | The top then programs have been recorded > 1,000 times — and the top 3 are 3,132, 2,179 and 1,990.... |
[22:13:11] | J-e-f-f-A: | And I highly doubt there were 3,132 episodes of COPS produced... |
[22:16:57] | stuartm: | just one, repeated a few thousand times |
[22:17:13] | J-e-f-f-A: | Heh, yep. |
[22:17:48] | J-e-f-f-A: | And 1848 episodes of Top Gear! Yet, according to Wikipedia, there's only been 154 episodes. ;-) |
[22:18:28] | jm|laptop: | watching these tcpdumps the plug-in re-reads the metadata for everything when it's querying for just one programme name :S |
[22:18:54] | J-e-f-f-A: | jm|laptop: Obviously the person who wrote it had a very small DB. ;-) |
[22:19:12] | jm|laptop: | I won't diss the developer! |
[22:19:18] | jm|laptop: | not until I can write it better |
[22:19:28] | J-e-f-f-A: | is it open-source? Maybe you can fix it? ;-) |
[22:19:43] | jm|laptop: | it is |
[22:36:03] | disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users | |
[22:42:24] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has joined #mythtv-users | |
[22:48:10] | jpabq (jpabq!~quassel@75-161-90-147.albq.qwest.net) has quit (Disconnected by services) | |
[22:48:14] | jpabq_ is now known as jpabq | |
[22:48:46] | natanojl_ (natanojl_!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 245 seconds) | |
[22:48:56] | mndmder_ (mndmder_!~chatzilla@v-209-98-138-151.ip.visi.com) has joined #mythtv-users | |
[22:49:26] | jpabq_ (jpabq_!~quassel@75-161-90-147.albq.qwest.net) has joined #mythtv-users | |
[22:49:48] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (Disconnected by services) | |
[22:49:58] | sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has quit (Quit: Konversation terminated!) | |
[22:50:12] | jpabq_ is now known as jpabq | |
[22:50:29] | jpabq (jpabq!~quassel@75-161-90-147.albq.qwest.net) has quit (Changing host) | |
[22:50:29] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv-users | |
[22:51:09] | jpabq_ (jpabq_!~quassel@mythtv/developer/jpabq) has joined #mythtv-users | |
[22:51:16] | mndmder (mndmder!~chatzilla@v-209-98-138-151.ip.visi.com) has quit (Ping timeout: 256 seconds) | |
[22:51:21] | mndmder_ is now known as mndmder | |
[22:53:12] | louisdk (louisdk!~louis@5.103.130.65) has quit (Remote host closed the connection) | |
[22:57:10] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[22:58:00] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[22:58:00] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[22:58:00] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[22:58:47] | J-e-f-f-A: | Heh, my oldrecorded table has 51,858 rows, but really only 7866 are valid... (that's what I get when I add a 'group by subtitle' to the query...) |
[22:59:48] | sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has joined #mythtv-users | |
[23:02:01] | DarthFrog (DarthFrog!~rob@S01060014bfba779e.vn.shawcable.net) has quit (Quit: Konversation terminated!) | |
[23:02:04] | J-e-f-f-A: | Actually... 12005 – if I group by programid. ;-) |
[23:03:47] | jst (jst!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2) has quit (Quit: No Ping reply in 180 seconds.) | |
[23:04:01] | jst (jst!~quassel@2620:101:8003:200:224:e8ff:fe39:34c2) has joined #mythtv-users | |
[23:04:25] | DarthFrog (DarthFrog!~rob@S01060014bfba779e.vn.shawcable.net) has joined #mythtv-users | |
[23:05:12] | streeter (streeter!streeter@nat/redhat/x-qdfqovvvedorczxr) has quit (Quit: Leaving) | |
[23:06:00] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (Ping timeout: 276 seconds) | |
[23:06:01] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 276 seconds) | |
[23:07:56] | rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:19fa:ef7:8d16:8252) has joined #mythtv-users | |
[23:07:56] | jm|laptop: | J-e-f-f-A: you oughtn't be too cocky. In my experience in this channel you get larted re: the 'videos' feature of myth if you have too many in Recorded Programmes |
[23:07:56] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv-users | |
[23:07:56] | rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:19fa:ef7:8d16:8252) has quit (Changing host) | |
[23:08:19] | jm|laptop: | I'm sure it's valid. I have one month solid of programmes to watch :/ |
[23:09:39] | J-e-f-f-A: | jm|laptop: hehehe ;-) My DB is on par, even smaller, than many folks here. ;-) |
[23:10:13] | jm|laptop: | -rw-r--r-- 1 root root 61M Feb 11 01:32 mythconverg.nightly.1.sql.bz2 |
[23:10:14] | jm|laptop: | erk |
[23:10:26] | [mrx] ([mrx]!~mrx]@2001:470:28:196::2) has quit (Ping timeout: 245 seconds) | |
[23:11:39] | J-e-f-f-A: | jm|laptop: I only have 303 videos – the rest is recorded off of Live TV. And those 303 are about 50% DVD rips of my personal collection, and 50% of recorded movies from TV that I moved to my library. |
[23:12:08] | jm|laptop: | iirc, if you want to keep a recorded programme, you should move/transcode it into videos |
[23:12:15] | J-e-f-f-A: | Which, in today's "Streaming" world, doesn't mean much anymore... |
[23:13:13] | jm|laptop: | Total Disk Space: Total Space: 3,859,456 MB |
[23:13:22] | J-e-f-f-A: | I don't transcode anything... My "Premium" channels record on the HD-PVRs, and already get compressed to H.264... My "Normal" stuff is just dumped to disc – MPEG2 here in the US. |
[23:13:28] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[23:13:28] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[23:13:28] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[23:13:33] | jm|laptop: | not sure that's healthy either. You don't see commercial DVRs with all that :/ |
[23:13:58] | wagnerrp: | jm|laptop: i don't transcode anything, i just run mythtranscode's lossless "transcode" mode to clip out commercials |
[23:14:05] | jm|laptop: | MPEG2 for SD and [L]AVC MP4 (arguably) here in the UK |
[23:14:39] | jm|laptop: | wagnerrp: I haven't been able to transcode my HD stuff, ever (within myth) – I did write a silly perl script to leverage ffmpeg and/or mplayer to do it |
[23:14:44] | jm|laptop: | ugh I just used 'leverage' as a verb :? |
[23:15:40] | J-e-f-f-A: | I've got 7TB currently, and *most* of my recordings are HD now – Funny thing is that 'off the wire' MPEG2 HD (1080i) is ~6GB/hr – and my HD-PVRs are at max bitrate (13Mbps IIRC?) and end up about 5–6GB/hr too for 1080i content. |
[23:15:55] | jm|laptop: | o.O |
[23:16:18] | jm|laptop: | I think DVB-T2 is about 2.5G/hr |
[23:16:32] | J-e-f-f-A: | Just goes to show you that an encoder that costs $10–20K is better at compressing than a consumer grade product. D'oh! |
[23:16:48] | jm|laptop: | er at 1440x1080i |
[23:17:13] | jm|laptop: | *mumble grumble* |
[23:17:18] | jm|laptop: | it's still better than DVB-T SD :) |
[23:17:26] | J-e-f-f-A: | Yep. |
[23:18:03] | J-e-f-f-A: | Once I converted over to HD, I couldn't stand to watch some of the old TV programs from the 80's – they're so blurry – like 1/2 SD resolution. ;-) |
[23:19:39] | ** jm|laptop mumbles something about Retina ** | |
[23:20:37] | jm|laptop: | maybe I need to look for a silent ION[2] based thing instead of trying to make the PI does stuff it can't |
[23:20:54] | jm|laptop: | I have a Jetway Nettop thing in the lounge. It works, but it sounds like a Boeing 7777 |
[23:21:03] | J-e-f-f-A: | thinking your nic to jm|iPad ? ;-) |
[23:21:05] | jm|laptop: | [yes 10x louder than a 777] |
[23:21:36] | J-e-f-f-A: | That's because it's a JETway. ;-) hehehehe |
[23:22:16] | jm|laptop: | quite. One problem [among many] is that the chip doesn't support frequency scaling. So even when it's passing most of the grunt work to the GPU – it's still flying along at 1700MHz |
[23:22:35] | J-e-f-f-A: | Yikes. |
[23:22:44] | jm|laptop: | it has a copper heat pipe that does the CPU, the GPU and the north bridge all to one 0.75" fan |
[23:22:46] | jm|laptop: | that goes NEEEEEEEEEEEEEEEEEEEEEEE |
[23:22:59] | jm|laptop: | it was advertised as "nearly silent". It is not. |
[23:23:06] | J-e-f-f-A: | Is there room in the case to put a bigger heatsink & variable speed fan? |
[23:23:17] | jm|laptop: | and yes, I have taken it all apart, cleaned the fans, the vents, arctic silver on the chips ... |
[23:23:27] | wagnerrp: | you better be careful |
[23:23:37] | wagnerrp: | at some point, that fan might start demanding a shrubbery |
[23:23:44] | jm|laptop: | no. I removed the lid and put a huge CPU all-copper heatsink on it (just resting on it) didn't really help :/ |
[23:24:15] | jm|laptop: | wagnerrp: that was before. It is no longer the fan that say ne. It is not the fan that says: icky icky icky ftang bzoinng whoo |
[23:24:23] | jm|laptop: | s/not/now/ |
[23:24:49] | J-e-f-f-A: | yikes. I have a C2D in my bedroom with frequency scaling on, and it's pretty quiet – but I have a large heatsink on it, and the case is an Antec Fusion 430 Black, with two large 120mm Antec fans on 'Low' speed. |
[23:25:20] | J-e-f-f-A: | Now when you first turn it on, the cpu fan whines like a jet engine, but it goes down to near silent after 1–2 seconds. |
[23:29:16] | J-e-f-f-A: | Heck, I get more Analog "Hiss" out of my Cambridge PC Works 2.1 system than the fans... So it's not noticeable when watching something. |
[23:57:04] | awalls (awalls!~awalls@d-216-36-6-220.cpe.metrocast.net) has joined #mythtv-users |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.