MythLogBot@irc.freenode.net :: #mythtv-users

Daily chat history

Current users (133):

CeilingKitten, MythLogBot, disputin, simcop2387, Spida, jpabq, jpabq_, fetzerch, Hoochster, joki, ubIx, k-man, SmallR2002, sraue, amizraa, blassey, Dave123, niska, zoktar, davidbrooke, GreyFoxx, lotia, Cougar, linuxtech, MMlosh, mzb, oobe, jarle, skd5aner, syncmaster4, G, grumpydevil, jm|laptop, Sharky112065, wahrhaft, brfransen, rhpot1991, sid3windr, toorima, MissionCritical, Muzer, AndyCap, Bhaal, gpd, justdave, knightr, kormoc, sulx2, RagingMind, sphery, troyt, David_Miller, Floppe, Heliwr, XDS2010_, NickHu, tris, clever, EvilGuru, jarryd, Korny, infinite, jst, Tobbe5178, dougl, Moscherkobold, ServerSage, StevenR, ChanServ, Gibby, infojunky_, kurre2, tonsofpcs, adante, Beirdo, bobp127001, felipe`, larrikin_, [mrx], _charly_, Azelphur, eee-blt_, robjh, gigem, jams, ralfp_, knightr_, benc-, amessina, Shadow__X, neufeld, wagnerrp, zombor, _abbenormal, rsiebert, squidly, xris, lautriv, len, gregL, _nyloc_, louisdk, MilkBoy, eye69, seld, kormoc_, pigeon, cybrNaut-, Memphisau, riddlebox, moparisthebest_, Scopeuk-AFK, jduggan, exoon, kwmonroe, DrFoo, dijonyummy, ghoti_, wolfgang4, quicksilver, purserj, BLZbubba, Cardoe, robink, deathadder, whoDat, dekarl, Dorward, lux_2_, aloril, toeb_, emmanuelux, tgm4883_
Monday, July 29th, 2013, 00:14 UTC
[00:14:12] ** neufeld does **
[00:14:28] Korny: hey wagnerrp that mini itx case you have, can you fit a "normal low profile graphics card in it?
[00:15:26] neufeld: wagnerrp: to get unhindered HTTP access from the office or from China, I have my home httpd configured as a proxy and SSL reflector, accepting connections from localhost. Then I use an ssh tunnel and direct my firefox to use the forwarded port.
[00:17:56] rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:a046:f561:69f8:5787) has joined #mythtv-users
[00:17:56] rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv-users
[00:17:56] rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:a046:f561:69f8:5787) has quit (Changing host)
[00:22:45] wagnerrp: Korny: just using onboard intel
[00:23:04] Korny: wagnerrp, I'm looking at this http://www.amazon.com/Gigabyte-MIB-T5140-GZ-S . . . Z-SPIM51-P0B
[00:23:19] wagnerrp: neufeld: proxies are only for clients to reach out to a remote server, correct?
[00:23:33] wagnerrp: i mean, theres no reason why a listen socket would ever need to configure anything for a proxy, is there?
[00:23:40] wagnerrp: http://code.mythtv.org/trac/ticket/10633#comment:13
[00:24:06] wagnerrp: korny: what do you do if you want to wall mount the TV?
[00:24:35] wagnerrp: or your TV's stand already uses the VESA mounts
[00:24:40] Korny: I didn't care about the mount
[00:24:46] Korny: I was looking at the case itself
[00:25:01] lautriv: Korny, i'm pretty sure it will NOT fit a low-prfile
[00:25:16] wagnerrp: oh, that IS a stand
[00:25:27] wagnerrp: it doesn't hang off the vesa mount with a separate stand
[00:25:31] wagnerrp: that's funky...
[00:26:04] wagnerrp: yeah, i don't like that
[00:26:28] neufeld: wagnerrp: yes, as I've configured it, it's a simple MITM, that lets me obscure the HTTP request leaving the client by sending it over ssh. There are caching proxies, but I haven't seen any reason to use one. If I'm at 'A', trying to view websites at 'C', using a proxy on 'B', then there's no reason that 'C' would have to do anything special to accept proxy connections.
[00:26:46] Korny: Well for a "kitchen" tv or something I think it would be usefull
[00:27:06] wagnerrp: but it doesn't make sense why QTcpServer would automatically configure a proxy
[00:27:20] wagnerrp: and it honestly doesn't make sense _what_ it might be configuring for a proxy
[00:27:53] wagnerrp: Korny: i'd rather stuff the computer in a cabinet, and have the monitor fold up flush with the bottom of the cabinet
[00:28:01] Korny: True
[00:28:06] wagnerrp: so i could clean off the counter top, or otherwise use the room if needed
[00:31:01] neufeld: wagnerrp: I wouldn't see why a TCP server would automatically configure a proxy. A proxy is for outbound connections. I'm still trying to wrap my head around that bug report, trying to understand what's being said.
[00:32:18] htpc_: When i check the logs for game metadata lookup (which isn't working) I noticed it's calling /usr/share/mythtv -l en -M METRIOD, but /usr/share/mythtv is a directory. It seems like it should be calling /usr/share/mythtv/metadata/Game/giantbomb.py -l en -M METROID
[00:32:59] wagnerrp: go into Setup --> Artwork and Data Sourecs
[00:33:19] wagnerrp: ah!
[00:33:38] wagnerrp: yeah, there is none set, so you're just running the output of GetShareDir()
[00:33:50] wagnerrp: why is it not picking up giantbomb as a viable data source...
[00:34:28] wagnerrp: is mythgame not properly installing it?
[00:35:11] wagnerrp: oh, i don't have mythgame installed on this machine
[00:35:28] wagnerrp: htpc_: anyway, go there, and select giantbomb on the third row
[00:35:40] htpc_: ah.. ok. Thanks
[00:37:23] neufeld: wagnerrp: If I'm reading the manual page correctly, which may not be the case, QtNetworkProxy is not a proxy server/service, it's a redirector. It makes the client use a configurable proxy. Why that would interfere with listen sockets locally is a good question. Seems you can run into issues, though, if your Qt isn't enabled for IPv6, and the socket wants to set itself up for IPv6. Does that sound plausible?
[00:38:28] disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users
[00:39:13] htpc_: wagnerrp: to answer your question: mythgame sets it correctly, but I had to resave it in the menu for it to take effect.
[00:39:50] htpc_: Thanks! It's not detecting
[00:39:55] htpc_: It's NOW detecting
[00:42:54] ** neufeld has to wander off now **
[00:48:14] splurben (splurben!~splurben@203.23.208.206) has joined #mythtv-users
[00:48:45] splurben (splurben!~splurben@203.23.208.206) has quit (Remote host closed the connection)
[00:59:24] len (len!~quassel@75-161-179-129.mpls.qwest.net) has joined #mythtv-users
[01:01:12] htpc_: What's is the crc field used for? Is it used to lookup the rom?
[01:16:04] wagnerrp: yes
[01:16:26] wagnerrp: crc32 is a hash function used to identify a file uniquely
[01:28:40] louisdk (louisdk!~louis@static-5-103-130-65.seas-nve.net) has quit (Remote host closed the connection)
[01:35:09] svalcken (svalcken!svalcken@dslb-088-068-194-060.pools.arcor-ip.net) has joined #mythtv-users
[01:35:34] Korny: uggg when did ram prices go up so much
[01:36:56] svalcken1 (svalcken1!svalcken@dslb-088-068-195-150.pools.arcor-ip.net) has quit (Ping timeout: 246 seconds)
[01:38:29] wagnerrp: like 5 months ago
[01:42:03] Korny: is 4 gigs enough for a front end using an on chip video card?
[01:43:49] RagingMind: Korny, mine works with 2G and an ancient intel video chip
[01:49:45] Korny: Looks like 883 used 867 cached
[01:49:53] Korny: On my atom with 2 gigs
[01:50:12] Korny: 250 toward the video card
[01:50:43] Korny: so 2 gigs should be good
[02:08:23] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection)
[02:27:31] _nyloc_ (_nyloc_!~quassel@pC19F5915.dip0.t-ipconnect.de) has joined #mythtv-users
[02:31:54] nyloc (nyloc!~quassel@pC19F5A94.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds)
[02:35:51] zombor (zombor!~zombor__@65.29.249.229) has joined #mythtv-users
[02:35:51] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[02:35:51] zombor (zombor!~zombor__@65.29.249.229) has quit (Changing host)
[03:06:17] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[03:22:58] ubIx (ubIx!~ulf@p5DD1BDDA.dip0.t-ipconnect.de) has quit (Ping timeout: 246 seconds)
[03:24:13] ubIx (ubIx!~ulf@p5DD18C66.dip0.t-ipconnect.de) has joined #mythtv-users
[03:27:54] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[03:29:28] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection)
[03:34:42] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[03:34:43] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jya
[03:44:52] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 264 seconds)
[03:45:38] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv-users
[03:46:07] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[03:55:35] Jonathan____ (Jonathan____!475973b6@gateway/web/freenode/ip.71.89.115.182) has joined #mythtv-users
[03:56:24] Jonathan____: I wondered if anyone could help me. I want to copy my keybindings from my old mythtv box to my new box but can't seem to figure out how. I'm newer to linux and appreciate any help.
[03:59:53] wagnerrp: you have your old database?
[04:01:41] Jonathan____: I still have my original mythtv box with the database in tact +wagnerp
[04:03:14] wagnerrp: all keybindings are stored in the database
[04:03:56] Jonathan____: How do I back up / pull just the keybindings to use on the new box? That's all I need to copy over +wagnerrp
[04:05:17] wagnerrp: better to just recover the whole thing
[04:06:51] Jonathan____: I've already set up the new mythtv with a different set of channels to record and I think swapping the database completely will mess it up. I just want to copy keybindings so my duplicate lirc remote will work the same as it did on the new one +wagnerrp
[04:07:10] wagnerrp: if you want the lirc bindings, those are in ~/.mythtv/lircrc
[04:08:17] Jonathan____: I don't need lirc bindings, I had gone into mythtv on my old database and changed specific keybindings to use the default lirc buttons on my remote. I'd like to instead of manually changing 20 keybindings inside mythtv to just copy over the same keybindings from my original mythtv if it's possible
[04:08:28] wagnerrp: nope
[04:15:35] disputin (disputin!~sean@65.102.58.17) has quit (Quit: Leaving.)
[04:33:33] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[05:09:50] disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users
[05:27:48] justdave (justdave!~dave@unaffiliated/justdave) has quit (Read error: Connection reset by peer)
[05:36:01] xorp_ (xorp_!~xorp@ec2-50-16-219-79.compute-1.amazonaws.com) has quit (Quit: ZNC - http://znc.in)
[05:39:33] justdave (justdave!~dave@unaffiliated/justdave) has joined #mythtv-users
[05:43:05] linuxtech (linuxtech!~linuxtech@cp.linuxtech.org) has quit (Read error: Connection timed out)
[05:43:46] linuxtech (linuxtech!~linuxtech@cp.linuxtech.org) has joined #mythtv-users
[05:57:37] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[05:57:38] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jya
[06:01:02] joki (joki!~joki@p54861C4F.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds)
[06:07:18] joki (joki!~joki@p548624A7.dip0.t-ipconnect.de) has joined #mythtv-users
[06:30:12] npm_ (npm_!~npm@cpe-76-90-90-26.socal.res.rr.com) has joined #mythtv-users
[06:30:14] npm (npm!~npm@cpe-76-90-90-26.socal.res.rr.com) has quit (Ping timeout: 240 seconds)
[06:40:20] npm_ (npm_!~npm@cpe-76-90-90-26.socal.res.rr.com) has quit (Read error: Connection reset by peer)
[06:43:19] oobe (oobe!~thingo@14-201-161-200.static.tpgi.com.au) has joined #mythtv-users
[06:43:20] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[06:43:20] oobe (oobe!~thingo@14-201-161-200.static.tpgi.com.au) has quit (Changing host)
[06:56:09] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has quit (Ping timeout: 240 seconds)
[07:03:12] hpeter (hpeter!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has joined #mythtv-users
[07:09:10] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has joined #mythtv-users
[07:22:34] len (len!~quassel@75-161-179-129.mpls.qwest.net) has quit (Remote host closed the connection)
[07:31:45] croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users
[07:53:45] NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!)
[08:00:51] exoon (exoon!~exoon@p4FD3A554.dip0.t-ipconnect.de) has joined #mythtv-users
[08:10:13] disputin (disputin!~sean@65.102.58.17) has quit (Quit: Leaving.)
[08:15:30] bas-t (bas-t!~tycho@52484E89.cm-4-1b.dynamic.ziggo.nl) has joined #mythtv-users
[08:16:03] bas-t (bas-t!~tycho@52484E89.cm-4-1b.dynamic.ziggo.nl) has quit (Client Quit)
[08:17:01] rdark (rdark!~rdark@77.75.111.121) has joined #mythtv-users
[08:17:19] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[08:18:33] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[08:18:33] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jya
[08:50:17] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[09:00:35] hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users
[09:01:14] MMlosh: question: how does mythlogserver obtain DB credentials and when does it get started?
[09:02:06] hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has quit (Client Quit)
[09:02:07] MMlosh: I found mine filling syslog with >50 lines per second
[09:02:19] MMlosh: (all unable to connect to DB because of bad password)
[09:11:38] MMlosh: .. I guess it was doing that, because it didn't terminate with the backend and kept using the wrong password
[09:12:06] Shadow__X (Shadow__X!~S@unaffiliated/shadowx/x-411846) has quit (Ping timeout: 264 seconds)
[09:15:59] hpeter (hpeter!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has quit (Read error: Connection reset by peer)
[09:16:15] Valen (Valen!~Valen@c211-30-129-65.blktn6.nsw.optusnet.com.au) has joined #mythtv-users
[09:17:22] Valen: So i was using my TV as a spare monitor to debug some problems with another PC when I noticed on a pure white background I'm getting some burnin of the menu and the station logos
[09:17:43] Valen: now the menu (seek in the recording) i can move around
[09:18:28] Valen: the question however is, is there a filter or something similar I can drop over the (translucent) station logos to stop them from burning in to my relatively new plasma?
[09:18:39] hpeter (hpeter!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has joined #mythtv-users
[09:18:47] Valen: has anything changed on this front since 2006? http://www.gossamer-threads.com/lists/mythtv/dev/203279
[09:24:03] Shadow__X (Shadow__X!~S@c-174-57-185-126.hsd1.de.comcast.net) has joined #mythtv-users
[09:25:44] Shadow__X (Shadow__X!~S@c-174-57-185-126.hsd1.de.comcast.net) has quit (Changing host)
[09:25:45] Shadow__X (Shadow__X!~S@unaffiliated/shadowx/x-411846) has joined #mythtv-users
[09:36:22] hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users
[09:36:46] lyricnz (lyricnz!~simonrobe@CPE-121-214-171-60.lnse3.lon.bigpond.net.au) has joined #mythtv-users
[09:37:36] lyricnz: aaaargh! upgraded fedora and mythtv (using yum), worked OK day 1. Shutdown and rebooted, now all my recordings gone!
[09:38:00] lyricnz: everything seems to be working, just empty recordings, except for what recorded today
[09:38:17] lyricnz: any known issues in this area? any way to recover?
[09:40:49] lyricnz: can see lots of stuff in record_tmp
[09:44:16] Valen: do you have the recordings still in wherever they usually go?
[09:44:37] Valen: /var/lib/mythtv/recordings i think is generally the default, in debian based distros at least
[09:45:50] lyricnz: all the files are still there
[09:46:12] lyricnz: insert into record select * from record_tmp; // seems to have fixed it???
[09:46:21] lyricnz: Did some DB upgrade fail?
[09:46:30] lyricnz: (I took DB backup before running that :)
[09:51:52] JimBaxter (JimBaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users
[10:05:52] stoffel (stoffel!~quassel@pD9E4166C.dip0.t-ipconnect.de) has joined #mythtv-users
[10:05:52] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[10:17:24] exoon (exoon!~exoon@p4FD3A554.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[10:18:48] MMlosh: wagnerrp, it turned out that debian/ubuntu packages are built with --disable-opengl-video
[10:19:03] MMlosh: and --disable-opengl
[10:19:16] MMlosh: I guess that explains why it didn't even try
[10:21:03] Valen (Valen!~Valen@c211-30-129-65.blktn6.nsw.optusnet.com.au) has quit (Quit: Leaving.)
[10:27:01] lyricnz: how to diagnose a failed upgrade? keeps deleting everything from record table
[10:37:20] dgeary2 (dgeary2!~debian@pa49-187-93-5.pa.nsw.optusnet.com.au) has quit (Ping timeout: 246 seconds)
[10:38:36] zombor (zombor!~zombor__@65.29.249.229) has joined #mythtv-users
[10:38:36] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[10:38:36] zombor (zombor!~zombor__@65.29.249.229) has quit (Changing host)
[10:41:19] lyricnz (lyricnz!~simonrobe@CPE-121-214-171-60.lnse3.lon.bigpond.net.au) has quit (Ping timeout: 260 seconds)
[10:43:57] zombor (zombor!~zombor__@65.29.249.229) has joined #mythtv-users
[10:43:57] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[10:43:57] zombor (zombor!~zombor__@65.29.249.229) has quit (Changing host)
[10:44:13] lyricnz (lyricnz!~simonrobe@CPE-121-214-171-60.lnse3.lon.bigpond.net.au) has joined #mythtv-users
[11:00:57] ubIx (ubIx!~ulf@p5DD18C66.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[11:01:23] lyricnz: (sorry, repeat – I got disconnected) how to diagnose a failed upgrade? keeps deleting everything from record table
[11:02:30] brotherphil (brotherphil!~philculme@cpc3-linc12-2-0-cust565.12-1.cable.virginmedia.com) has joined #mythtv-users
[11:03:27] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[11:03:27] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jya
[11:05:09] wagnerrp: it's deleting your recording rules?
[11:07:26] lyricnz: not the rules, the recordings...?
[11:07:36] lyricnz: >> aaaargh! upgraded fedora and mythtv (using yum), worked OK day 1. Shutdown and rebooted, now all my recordings gone!
[11:07:48] lyricnz: still there on the disk, just not in the UI
[11:08:32] lyricnz: failed db schema upgrade?
[11:08:51] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[11:14:37] lux_2 (lux_2!54abea4c@gateway/web/freenode/ip.84.171.234.76) has joined #mythtv-users
[11:14:40] lux_2: hi
[11:14:49] ubIx (ubIx!~ulf@p5DD18C66.dip0.t-ipconnect.de) has joined #mythtv-users
[11:14:55] lux_2: wagnerrp: are you there? i think i found a solution
[11:16:19] lux_2: is it possible to put mythtv on a laptop, connect a usb hub to hit, connect a usb stick and a 5400rmp usb harddisk to it and put the recordings on the usb disk and the mysql db on the usb stick?
[11:16:30] lux_2: s/hit/it
[11:16:53] lux_2: will i run into problems with that setup or will that work?
[11:18:05] lux_2: lautriv: what do you think?
[11:18:52] croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit ()
[11:19:43] lyricnz: I'd guess that you've have USB bandwidth issues, but might be OK with fast USB and laptop. Depends on a lot of things – channel bandwidth, your laptop architecture, etc.
[11:20:36] lux_2: lyricnz: it's a macbook core duo with usb2.0, will that work?
[11:20:43] ** lyricnz shrugs **
[11:21:10] lyricnz: the usb disk would be the only issue, I guess. not sure if it's fast enough.
[11:22:21] lux_2: lyricnz: but i don't have to worry about the usb2.0 hub between the devices?
[11:22:49] lux_2: lyricnz: the disk runs at 34mb/s if the usb2.0 port is fast enough, that should work
[11:23:05] lux_2: lyricnz: so you think my setup will work?
[11:23:45] ** lyricnz shrugs. Should do, but no guarantee **
[11:24:24] lux_2: hum ok. if anyone else knows for sure, please let me know
[11:25:06] lux_2: lyricnz: is a 16gb usb stick enough for the mysql db or do i need more space when running mythtv for some time?
[11:25:16] lux_2: bbl
[11:25:39] Moscherkobold (Moscherkobold!Moscherkob@roath.org) has quit (Write error: Broken pipe)
[11:27:38] Moscherkobold (Moscherkobold!Moscherkob@roath.org) has joined #mythtv-users
[11:40:26] ** MMlosh doubts he would ever have enough recordings to make a 512M database **
[11:45:35] exoon (exoon!~exoon@p4FC3FEB0.dip0.t-ipconnect.de) has joined #mythtv-users
[11:50:43] stoffel (stoffel!~quassel@pD9E4166C.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[11:51:18] stoffel (stoffel!~quassel@pD9E4166C.dip0.t-ipconnect.de) has joined #mythtv-users
[11:51:18] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[11:52:16] hpeter_ (hpeter_!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has joined #mythtv-users
[11:54:08] hpeter (hpeter!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has quit (Ping timeout: 260 seconds)
[11:54:08] hpeter_ is now known as hpeter
[11:59:00] lyricnz: aaaaaarghrghra
[11:59:05] lyricnz: lost all my recordings :/
[12:07:30] htpc_ (htpc_!~htpc@c-24-34-23-78.hsd1.ma.comcast.net) has quit (Ping timeout: 256 seconds)
[12:12:22] MMlosh: lyricnz, I thought you would back up all you can when trouble arrives
[12:12:44] lyricnz: I did as soon as I noticed, but it was all fine for a day or so after the upgrades.
[12:12:58] lyricnz: the files are all there, just recordings are not showing up in UI
[12:13:13] lyricnz: I looked for the automatic backups, hasn't done one in 2012 :/
[12:13:19] lyricnz: since 2012 that is
[12:13:38] lyricnz: trying to see if I can reconstruct recorded from old recorded table now
[12:16:19] brotherphil (brotherphil!~philculme@cpc3-linc12-2-0-cust565.12-1.cable.virginmedia.com) has quit (Remote host closed the connection)
[12:30:33] lyricnz: SO unhappy! :(
[12:43:41] Memphisau (Memphisau!~Memphisau@124-148-45-102.dyn.iinet.net.au) has quit (Ping timeout: 246 seconds)
[12:48:32] Memphisau (Memphisau!~Memphisau@124-170-82-20.dyn.iinet.net.au) has joined #mythtv-users
[12:53:01] amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv-users
[12:53:06] Memphisau (Memphisau!~Memphisau@124-170-82-20.dyn.iinet.net.au) has quit (Ping timeout: 256 seconds)
[12:57:41] Memphisau (Memphisau!~Memphisau@124-170-109-220.dyn.iinet.net.au) has joined #mythtv-users
[13:17:33] Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv-users
[13:17:51] Spida (Spida!~timo@ns1.spinnennetz.org) has quit (Ping timeout: 240 seconds)
[13:19:05] Spida (Spida!~timo@ns1.spinnennetz.org) has joined #mythtv-users
[13:21:47] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[13:23:03] lux_2: can someone tell me how large their mysql dir became? i would like to know how much space i need for a mysql db over a longer amount of time
[13:24:05] lux_2: what is taking up the most amount of space in the mythconverg db? the seektables? so the db will shrink again if i delete recordings?
[13:26:19] lux_2: oh, and what distribution would you recommend for running a master backend? i would use debian stable, but i'm not sure if it's up-to-date with latest mythtv. i just would like to have a distribution that's easy and safely to upgrade and that doesn't require updates so often
[13:31:36] _abbenormal (_abbenormal!~abbenorma@d28-23-28-94.dim.wideopenwest.com) has quit (Quit: Yup Im Leaving)
[13:36:25] disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users
[13:36:42] rajendrau (rajendrau!~chatzilla@115.254.90.186) has left #mythtv-users ()
[13:37:47] justinh (justinh!~justin@cpc10-salf5-2-0-cust50.10-2.cable.virginmedia.com) has quit (Read error: Operation timed out)
[13:38:05] lux_2: is mythbuntu a good choice for running a mythtv master backend?
[13:41:45] Dorward: lux_2: I believe it is still on 0.25.x, but I'm happy with it.
[13:43:07] lux_2: Dorward: can i downgrade an existing 0.26 database to 0.25?
[13:43:18] Dorward: I have absolutely no idea.
[13:43:23] lux_2: is there anything i'll miss when going back to 0.25?
[13:43:48] lux_2: does anyone else know? i want to migrate my current 0.26 installation to 0.25 mythbuntu
[13:44:49] lux_2: is a 0.26 frontend compatible with 0.25 backend?
[13:48:30] lux_2: Dorward: is it possible to install 0.26 on mythbuntu?
[13:49:13] Dorward: lux_2: Yes. Just upgrade to it as normal.
[13:49:34] lux_2: Dorward: "as normal"?
[13:50:23] Dorward: http://www.mythtv.org/docs/mythtv-HOWTO-1.html#ss1.3
[13:50:57] _abbenormal (_abbenormal!~abbenorma@d28-23-28-94.dim.wideopenwest.com) has joined #mythtv-users
[13:51:09] lux_2: Dorward: that doesn't explain how to get the packages?
[13:52:07] Dorward: I don't know if anyone is distributing 0.26 binaries for Ubuntu, but the source is available from http://www.mythtv.org/download
[13:52:59] lux_2: Dorward: is it possible to upgrade mythbuntu lts to the next (non-lts) release?
[13:53:22] sphery: lux_2: Yes, assuming a TV-based installation, the seek tables will be the largest space usage for MySQL data. If you have a large Video Library (non-recordings video), you can actually have even greater usage for that.
[13:54:13] syncmaster4 (syncmaster4!~chatzilla@cpe-174-109-004-228.nc.res.rr.com) has quit (Ping timeout: 248 seconds)
[13:54:38] sphery: lux_2: fwiw, my system has a seektable data of 451MB and index of 413MB, with 10TB of recordings (3mo, 10days, 12hr, 59min recorded video)
[13:55:18] lux_2: sphery: why is my db so big then? it's 109mb and i only have ~80gb of recordings
[13:55:33] syncmaster4 (syncmaster4!~chatzilla@cpe-174-109-004-228.nc.res.rr.com) has joined #mythtv-users
[13:56:01] lux_2: nice amount of recordings btw, is you setup shared to other people? :)
[13:56:07] lux_2: your*
[13:56:41] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5F329.dip0.t-ipconnect.de) has joined #mythtv-users
[13:56:43] sphery: lux_2 / Dorward : and though Mythbuntu 12.04 (the LTS, which you should use) "ships" with 0.25, you should upgrade it to the current stable release (currently 0.26-fixes), as described at http://www.mythbuntu.org/repos
[13:57:22] sphery: no, just me... I set my system to record anything I might possibly ever want to watch, and either watch and delete shows or delete without watching (I never archive stuff)
[13:57:45] sphery: I set it to record every new series that comes on and after a season or 3, decide whether to watch it or just delete it
[13:58:43] sphery: and 109mb isn't necessarily "so big"... it's based on the time of recorded video, not the bitrate of it
[13:59:03] sphery: in mythweb, at the bottom of the recorded programs page, it shows how much time you have... what's yours show?
[13:59:21] sphery: and I'm assuming the 109 is actually all your tables (meaning all their data and all their indices)?
[13:59:37] lux_2: sphery: 2 days 3 hours
[13:59:51] lux_2: yep 109 is my msql directory
[14:00:20] lux_2: sphery: how much space does your complete mysql dir take?
[14:00:56] lux_2: (without binary logs)
[14:01:42] lux_2: i just want to know how much space i have to reserve for the mysql directory to be future-proof when the db grows from my recordings
[14:01:56] sphery: based on that, you should have about 1.1MB of recordedseek data and about the same for indices
[14:02:19] sphery: so, what do you see for recordedseek.*
[14:02:36] lux_2: sphery: how can i check?
[14:02:58] sphery: sudo ls -l /path/to/mysql/dir/recordedseek.*
[14:03:22] sphery: so, something like: sudo ls -l /var/lib/mysql/mythconverg/recordedseek.*
[14:03:42] sphery: (assuming the ugly placement I think most distros use)
[14:04:17] lux_2: yep it's in that dir
[14:04:38] lux_2: i have 3 files
[14:04:54] lux_2: 8.5k, 9.3m and 12m
[14:05:16] lux_2: that's way larger than 1.1mb, why is it so much bigger?
[14:05:36] sphery: as for my whole mysql mythconverg dir, it's 862MiB... and, again, my recordedseek is 827MiB
[14:05:47] sphery: http://www.mythtv.org/wiki/Optimize_mythdb.pl is why yours is so big
[14:05:50] sphery: you need to run that
[14:06:48] sphery: you can do it one time (with something like /usr/share/doc/mythtv/optimize_mythdb.pl ) or set it up on a cron that runs regularly (daily/weekly/monthly/...) at some time when it's unlikely that you'll be recording anything
[14:07:03] sphery: guessing at where the distro would have put the script
[14:07:35] sphery: see, also, http://www.mythtv.org/wiki/User_Manual:Period . . . the_Database
[14:09:45] sphery: fwiw, the script will generally work even if you're recording at the time, though it could cause I/O bottlenecks which can impact performance/corrupt some portion of a recording/... , especially on underpowered or misconfigured systems
[14:12:28] baggy (baggy!~baggy@baggywrinkle.demon.co.uk) has joined #mythtv-users
[14:13:15] lux_2: sphery: i'll try that script, thanks
[14:13:29] sphery: enjoy
[14:13:43] lux_2: sphery: now it's 104m, not really smaller
[14:14:03] lux_2: sphery: what's taking up so much space?
[14:16:05] sphery: lux_2: what does ls -l tell you?
[14:16:17] sphery: I'm guessing you have a relatively large Video Library, then?
[14:16:44] lux_2: mysql/mythconverg takes 58m, mysql/ibdata1 takes 26m, mysql/mysql 5m, and some logs
[14:16:58] lux_2: no i don't have a video library
[14:17:01] lux_2: aaah hold on
[14:17:23] lux_2: it could be my music library, it's ~45gb big
[14:17:34] lux_2: is it that then?
[14:17:42] sphery: ah, that would make sense
[14:17:49] sphery: 45gb of music would be a /lot/ of songs
[14:18:21] sphery: like > 10k songs, so that would be lots of space, too
[14:18:33] sphery: forgot music would do that, too
[14:18:53] sphery: anyway, gotta get some work done
[14:18:53] lux_2: sphery: how can i check if it's the music db?
[14:19:13] sphery: ls -l ... if it's music*, then it's the music stuff
[14:19:28] sphery: sudo ls -al /var/lib/mysql/mythconverg
[14:19:38] sphery: er, ls -l /var/lib/mysql/mythconverg
[14:20:00] lux_2: can't spot anything with ls -l mythconverg
[14:21:44] lux_2: logging.MYD seems to be the largest file
[14:21:54] sphery: well, that's the entire database, and you know 22MB is your seek tables, so the other 87MB must be in there somewhere
[14:22:46] lux_2: sphery: can i sort by size somehow?
[14:23:39] sphery: oh, and I had a factor-of-8 error in my sizing for your recordedseek stuff--so it's correct
[14:23:55] lux_2: ah -S sorts by size, nice
[14:23:56] sphery: (I was thinking I added up bits, but they were bytes)
[14:24:17] sphery: so, the 22MB is good for 51hrs of video
[14:24:24] sphery: good/right
[14:24:29] lux_2: 2 recordedseek files, both ~9mb
[14:24:37] hpeter_ (hpeter_!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has joined #mythtv-users
[14:24:43] sphery: yeah
[14:24:53] lux_2: together ~18mb
[14:25:01] lux_2: that's normal? ok
[14:25:04] sphery: yep
[14:25:22] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[14:25:24] lux_2: 2 logging files, 24m and 6m
[14:25:47] lux_2: and 2 program files, 10m together
[14:26:00] sphery: yeah, and those (and, really basically everything) will stabilize at the size you have, other than recordedseek
[14:26:18] lux_2: sphery: how big will the db get when i get to for example ~1tb of recordings?
[14:26:20] sphery: or, if you constantly add new music or new Video Library videos, those will increase the size of their data
[14:27:17] hpeter (hpeter!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has quit (Ping timeout: 248 seconds)
[14:27:18] hpeter_ is now known as hpeter
[14:27:21] lux_2: ok so only recordedseek will grow
[14:27:39] lux_2: i have 95gb of recordings
[14:27:55] lux_2: so 20mb*10=200mb
[14:28:20] blassey_ (blassey_!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Ping timeout: 246 seconds)
[14:28:28] sphery: yeah, figure your current size ignoring seek tables is "base" size, then figure around 100MB of seektable per TB of recording (assuming HDTV MPEG-2 bitrates/key spacing)
[14:28:37] lux_2: that's not much, good, i already worried about the db taking up too much space
[14:28:43] sphery: so 180MB for 1TB of recordings?
[14:29:06] sphery: up to about 1GB for 10TB of recordings
[14:29:41] sphery: (basically, as you get more and more recordings, you can start to ignore the 80MB base size, because it becomes a negligible part of the overall)
[14:29:53] sphery: in other words, I don't think you'll have a problem
[14:30:58] streeter (streeter!streeter@nat/redhat/x-bmdtvhllvvynjqzo) has joined #mythtv-users
[14:31:02] sphery: so you have 51hrs of video right now, but it's only 95GB? If so, that seems rather low bitrate for HDTV... I'm guessing it's analog encoding of sdtv?
[14:31:32] sphery: of so, yeah, it may be 200MB of seek data/indices per TB of recorded video
[14:31:57] Shadow__X (Shadow__X!~S@unaffiliated/shadowx/x-411846) has quit (Ping timeout: 264 seconds)
[14:35:23] sphery: looks like a little more than 1MiB for every 3hrs of video, assuming key frames every 1/2 second
[14:35:44] sphery: that being MiB = 1024 * 1024 bytes
[14:35:50] lux_2: sphery: nope it's digital dvb
[14:36:04] lux_2: not hdtv, but sd?tv
[14:36:42] sphery: ok, just didn't seem big enough to be (good quality) HDTV
[14:37:10] sphery: anyway, figure 1MiB/3hrs and you can scale it from there
[14:37:17] lux_2: quality's ok imho, but not hdtv, yeah
[14:37:29] sphery: you're currently looking at about 2GiB/hr for your average bitrate
[14:37:48] lux_2: yep that seems right
[14:37:49] sphery: anyway, have to go get some work done
[14:38:00] lux_2: ok, thanks for the help
[14:38:23] lux_2: guess i'll set up a mythbuntu master backend soonish then :)
[14:38:28] sphery: good luck... and, really, if my excessive number of recordings is only a 1GB mysql data size, you probably shouldn't worry too much
[14:38:37] lux_2: yeah
[14:38:51] sphery: yeah, just make sure you enable the -fixes repo (and, really, I'd recommend upgrading to 0.26-fixes)
[14:39:02] sphery: again, http://www.mythbuntu.org/repos
[14:39:03] sphery: later
[14:39:05] lux_2: i wonder if my collection will grow as quickly as yours :)
[14:39:26] sphery: well, I started mine in 2004 :)
[14:39:43] lux_2: sphery: i want to migrate my current .26 setup to mythbuntu so i guess i need .26 anyways
[14:39:57] lux_2: or can you downgrade?
[14:40:04] sphery: and I try to delete stuff regularly (like whenever a show is cancelled or when it gets awful reception)
[14:40:12] sphery: can't downgrade
[14:40:18] sphery: so, yeah, you'd need 0.26-fixes
[14:40:26] lux_2: ok
[14:40:33] sphery: so just install the mythbuntu, enable the 0.26-fixes stable repo
[14:40:57] lux_2: or does 0.27 have exciting new features? :)
[14:41:00] sphery: then restore the full backup of your old system ( http://www.mythtv.org/wiki/Database_Backup_an . . . ing_database )
[14:41:09] sphery: 0.27 isn't released, yet
[14:41:16] sphery: and is meant to be more of a stability release
[14:41:23] lux_2: hum ok
[14:41:32] sphery: I'd recommend waiting until it's released, then upgrading to it
[14:41:51] sphery: (which is as simple as enabling the 0.27 stable repo, once 0.27 is released, on mythbuntu)
[14:41:51] lux_2: yeah, i don't have a 0.27 frontend anyways, would be a bad idea
[14:42:00] sphery: anyway, good luck
[14:42:10] lux_2: mythbuntu really seems like a nice distro :>
[14:42:25] lux_2: thanks, and thanks for the help :)
[14:42:37] lux_2: (again)
[15:00:19] gigem (gigem!~david@mythtv/developer/gigem) has quit (Quit: WeeChat 0.4.1)
[15:01:07] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Remote host closed the connection)
[15:01:18] gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv-users
[15:01:18] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v gigem
[15:01:41] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[15:02:19] gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has quit (Remote host closed the connection)
[15:08:22] Shadow__X (Shadow__X!~S@c-174-57-185-126.hsd1.de.comcast.net) has joined #mythtv-users
[15:09:43] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Ping timeout: 245 seconds)
[15:10:32] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[15:14:04] blassey_ (blassey_!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[15:14:04] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Read error: Connection reset by peer)
[15:17:05] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Ping timeout: 240 seconds)
[15:50:45] hpeter (hpeter!~hpeter@cust.static.46-14-112-184.swisscomdata.ch) has quit (Quit: hpeter)
[15:51:31] gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has joined #mythtv-users
[15:52:21] Jonathan____ (Jonathan____!475973b6@gateway/web/freenode/ip.71.89.115.182) has quit (Ping timeout: 250 seconds)
[15:53:23] zombor_ (zombor_!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[15:53:56] lux_2_ (lux_2_!54abea4c@gateway/web/freenode/ip.84.171.234.76) has joined #mythtv-users
[15:54:31] lux_2 (lux_2!54abea4c@gateway/web/freenode/ip.84.171.234.76) has quit (Ping timeout: 250 seconds)
[15:55:32] hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has quit (Quit: Leaving.)
[15:56:04] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Disconnected by services)
[15:56:05] zombor_ is now known as zombor
[15:57:09] paras (paras!~darren@dslb-088-066-159-054.pools.arcor-ip.net) has joined #mythtv-users
[15:57:35] paras (paras!~darren@dslb-088-066-159-054.pools.arcor-ip.net) has quit (Client Quit)
[16:01:23] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Read error: Connection reset by peer)
[16:01:51] zombor (zombor!~zombor__@50-73-122-41-ip-static.hfc.comcastbusiness.net) has joined #mythtv-users
[16:01:52] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[16:01:52] zombor (zombor!~zombor__@50-73-122-41-ip-static.hfc.comcastbusiness.net) has quit (Changing host)
[16:04:13] aloril_ (aloril_!~aloril@dsl-tkubrasgw3-54f97e-153.dhcp.inet.fi) has quit (Read error: Operation timed out)
[16:05:12] jpabq__ (jpabq__!~quassel@67-0-31-140.albq.qwest.net) has joined #mythtv-users
[16:05:15] jpabq___ (jpabq___!~quassel@mythtv/developer/jpabq) has joined #mythtv-users
[16:06:22] jpabq___ (jpabq___!~quassel@mythtv/developer/jpabq) has quit (Remote host closed the connection)
[16:06:23] jpabq__ (jpabq__!~quassel@67-0-31-140.albq.qwest.net) has quit (Read error: Connection reset by peer)
[16:08:07] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5F329.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[16:12:06] aloril (aloril!~aloril@dsl-tkubrasgw3-54f97e-153.dhcp.inet.fi) has joined #mythtv-users
[16:16:59] awalls (awalls!~awalls@d-24-245-103-115.cpe.metrocast.net) has joined #mythtv-users
[16:20:09] lux_2_: where can i set the recording rules? i want mythtv to record +5 min before and after every recording but i can't find the setting
[16:22:25] louisdk (louisdk!~louis@static-5-103-130-65.seas-nve.net) has joined #mythtv-users
[16:25:22] lux_2_: ok i found the issue
[16:25:41] lux_2_: the default recording rule is still set to record +5min
[16:25:44] rsiebert (rsiebert!~quassel@g229055075.adsl.alicedsl.de) has joined #mythtv-users
[16:25:52] lux_2_: but mythweb doesn't use the default rule
[16:26:22] lux_2_: how can i schedule a recording from mythweb that has +-5min recording time?
[16:28:04] SteveGoodey (SteveGoodey!~steve@host86-151-111-43.range86-151.btcentralplus.com) has joined #mythtv-users
[16:28:53] lyricnz (lyricnz!~simonrobe@CPE-121-214-171-60.lnse3.lon.bigpond.net.au) has quit (Quit: lyricnz)
[16:28:58] rsiebert_ (rsiebert_!~quassel@g231185151.adsl.alicedsl.de) has quit (Ping timeout: 276 seconds)
[16:29:12] NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users
[16:39:44] rhpot199` (rhpot199`!~rhpot1991@2001:4968:202:3:6cd3:8d2c:4a92:88ac) has joined #mythtv-users
[16:41:40] tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (Ping timeout: 245 seconds)
[16:44:51] BLZbubba (BLZbubba!~mark@tpsit.com) has joined #mythtv-users
[16:57:20] linuxtech (linuxtech!~linuxtech@cp.linuxtech.org) has quit (Read error: Connection timed out)
[16:58:06] linuxtech (linuxtech!~linuxtech@cp.linuxtech.org) has joined #mythtv-users
[17:05:09] dkeith_ (dkeith_!~dkeith@pool-98-118-119-160.bstnma.fios.verizon.net) has quit (Ping timeout: 248 seconds)
[17:08:50] sphery: lux_2_: upgrade to current 0.26-fixes
[17:09:12] sphery: it uses the default recording rule to set defaults for new rules
[17:10:08] lux_2_: sphery: so in 0.26 i can't schedule recordings with +-5min recording time in mythweb but with -fixes i can?
[17:11:36] lux_2_: sphery: how can i get -fixes in archlinux?
[17:26:32] blassey_ (blassey_!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Ping timeout: 256 seconds)
[17:30:20] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[17:32:00] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Remote host closed the connection)
[17:33:28] ubIx (ubIx!~ulf@p5DD18C66.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds)
[17:33:44] ubIx (ubIx!~ulf@p5DD19B70.dip0.t-ipconnect.de) has joined #mythtv-users
[17:37:00] stoffel (stoffel!~quassel@pD9E4166C.dip0.t-ipconnect.de) has quit (Read error: Operation timed out)
[17:46:17] rhpot199` is now known as rhpot1991
[17:46:25] rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:6cd3:8d2c:4a92:88ac) has quit (Changing host)
[17:46:25] rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv-users
[17:57:17] SteveGoodey (SteveGoodey!~steve@host86-151-111-43.range86-151.btcentralplus.com) has quit (Quit: Konversation terminated!)
[17:58:43] sphery: lux_2_: no idea how to get it in arch
[17:59:02] sphery: can always just apply the patches to mythweb
[17:59:21] lux_2_: sphery: hum ok. well i might switch to mythbuntu anyways
[17:59:50] sphery: http://www.gossamer-threads.com/lists/mythtv/ . . . 46358#546358
[17:59:56] lux_2_: sphery: looks like i could build mythweb from aur
[17:59:59] sphery: both patches
[18:00:16] sphery: no need to build... it's not compiled
[18:02:10] sphery: you'd need to apply http://code.mythtv.org/cgit/mythweb/patch/?id . . . 723dcc77db84 and then http://code.mythtv.org/cgit/mythweb/patch/?id . . . bd7a750df7c1
[18:02:18] sphery: order is important
[18:03:44] lux_2_: sphery: how and in what dir do i have to apply the patches?
[18:04:17] sphery: basically, just download the 2 patches, then cd to the main mythweb directory and: patch -Np1 -i /path/to/patch_file
[18:04:47] sphery: and it should then pre-populate the new-recording-rule page with the values from your default template
[18:05:04] sphery: you'll do the patch command 2x--once per patch file
[18:07:21] lux_2_: ok i applied the patches
[18:09:21] lux_2_: sphery: looks like it worked, thanks! :)
[18:40:40] lux_2_: is this hdd fast enough for recording 2 shows and playing one recording? http://geizhals.de/hgst-travelstar-5k1000-1tb . . . n#filterform i want to connect it via usb 3.0
[18:43:39] NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!)
[18:48:24] hpeter (hpeter!~hpeter@77-56-201-52.dclient.hispeed.ch) has joined #mythtv-users
[18:53:08] dekarl (dekarl!~dekarl@p4FE84635.dip0.t-ipconnect.de) has joined #mythtv-users
[18:53:08] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v dekarl
[18:54:48] Scopeuk-AFK is now known as Scopeuk
[18:54:57] dekarl: MMlosh: I have 700MB of seek tables and 200MB of guide data in my database
[18:55:27] MMlosh: oh, seek tables. I forgot
[18:55:38] dekarl: plus 4GB logging but I have logging turned up all the time
[18:57:02] JimBaxter (JimBaxter!~jbaxter@jimbax.plus.com) has quit (Quit: Quiting)
[18:57:04] lux_2_: dekarl: how many hours and how many gb recordings in what format do you have?
[18:57:38] dekarl: lux_2_: where can I see that?
[18:58:09] lux_2_: dekarl: du -sh /path/to/recordings and you can see hours in mythweb under recordings tab
[18:58:48] lux_2_: at the bottom left of the page with the recordings
[18:58:51] dekarl: 1009 Aufnahmen, belegen 3 TB (1 Monat 27 Tage 10 Std. 33 Min.)
[18:58:55] lux_2_: err bottom right
[19:01:14] dekarl: lux_2_: and 5GB for the database, need to add a gig or two for temporary files
[19:02:09] lux_2_: dekarl: what takes up so much space in you database?
[19:02:18] dekarl: lux_2_: 4GB of logs
[19:02:32] lux_2_: ah ok
[19:02:56] dekarl: the scratch space is needed for stuff that doesn't fit into the memory limits when joining data from multiple tables
[19:02:56] lux_2_: and how many minutes recording/ disk usage of recordings?
[19:03:14] dekarl: (20:58:54) dekarl: 1009 Aufnahmen, belegen 3 TB (1 Monat 27 Tage 10 Std. 33 Min.)
[19:03:38] lux_2_: lauter nerds mit vollen festplatten hier, ich merks schon :D
[19:04:07] dekarl: well I record "movies in HD that got a nice rating", it does add up :D
[19:04:10] lux_2_: i wonder how long it'll take until i use up so much space like others here too :D
[19:04:30] dekarl: and I've put a list of actors I like in for mythtv to look out for
[19:04:39] lux_2_: dekarl: how do you setup mythtv to record movies with good ratings?
[19:04:49] dekarl: lux_2_: just install TVWish and tell it to fill all the space
[19:04:54] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[19:04:59] lux_2_: tvwish?
[19:05:01] dekarl: lux_2_: the hard part is getting guide data with ratings
[19:05:07] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has quit (Remote host closed the connection)
[19:05:14] dekarl: http://www.mythtv.org/wiki/TVWish
[19:05:21] lux_2_: where do you get ratings from?
[19:05:33] blassey (blassey!~blassey@c-71-232-183-31.hsd1.vt.comcast.net) has joined #mythtv-users
[19:05:44] dekarl: http://xmltv.spaetfruehstuecken.org/xmltv/ ;)
[19:06:48] dekarl: I'm not sure if epgdata has good ratings, though
[19:07:17] lux_2_: not really as far as i see
[19:07:48] lux_2_: dekarl: do i need to point xmtlv to that url or how is that imported into mythtv?
[19:08:24] dekarl: there is a grabber tv_grab_eu_egon for the site
[19:08:36] dekarl: (got to leave now, family time)
[19:08:50] lux_2_: dekarl: can i ask you questions later again?
[19:08:55] dekarl: the xmltv setup is the hard part. sure
[19:09:09] lux_2_: yep so far i'm using only eit epg
[19:14:00] StevenR (StevenR!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginmedia.com) has quit (Remote host closed the connection)
[19:18:27] StevenR (StevenR!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginmedia.com) has joined #mythtv-users
[19:20:58] infinite (infinite!~infinite@2607:f4b8:2600:1:a800:ff:fe00:6969) has quit (Quit: Coyote finally caught me)
[19:24:11] infinite (infinite!~infinite@2607:f4b8:2600:1:a800:ff:fe00:6969) has joined #mythtv-users
[19:33:02] toeb_ (toeb_!~toeb@109.193.196.29) has joined #mythtv-users
[19:33:07] Shadow__1 (Shadow__1!~S@c-174-57-185-126.hsd1.de.comcast.net) has joined #mythtv-users
[19:33:09] Shadow__X (Shadow__X!~S@c-174-57-185-126.hsd1.de.comcast.net) has quit (Ping timeout: 246 seconds)
[19:33:09] toeb (toeb!~toeb@HSI-KBW-109-193-196-029.hsi7.kabel-badenwuerttemberg.de) has quit (Ping timeout: 246 seconds)
[19:34:11] stoffel (stoffel!~quassel@pD9E4166C.dip0.t-ipconnect.de) has joined #mythtv-users
[19:34:11] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[19:34:49] emmanuelux (emmanuelux!~emmanuelu@192.123.25.109.rev.sfr.net) has joined #mythtv-users
[19:36:06] svalcken (svalcken!svalcken@dslb-088-068-194-060.pools.arcor-ip.net) has quit ()
[19:41:26] len (len!~quassel@75-161-179-129.mpls.qwest.net) has joined #mythtv-users
[19:46:51] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users
[19:52:17] tgm4883 (tgm4883!~tgm4883@2001:4968:202:3:6cd3:8d2c:4a92:88ac) has joined #mythtv-users
[19:52:17] tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv-users
[19:52:17] tgm4883 (tgm4883!~tgm4883@2001:4968:202:3:6cd3:8d2c:4a92:88ac) has quit (Changing host)
[19:53:00] tgm4883_ (tgm4883_!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv-users
[19:54:10] rdark (rdark!~rdark@77.75.111.121) has quit (Read error: Operation timed out)
[20:23:44] baggy (baggy!~baggy@baggywrinkle.demon.co.uk) has quit (Read error: Operation timed out)
[20:26:41] hpeter (hpeter!~hpeter@77-56-201-52.dclient.hispeed.ch) has quit (Quit: hpeter)
[21:01:37] Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit ()
[21:14:43] stoffel (stoffel!~quassel@pD9E4166C.dip0.t-ipconnect.de) has quit (Ping timeout: 245 seconds)
[21:17:16] Scopeuk is now known as Scopeuk-AFK
[21:19:54] wolfgang4 (wolfgang4!~wolfgang@178-27-196-33-dynip.superkabel.de) has quit (Ping timeout: 264 seconds)
[21:20:44] wolfgang4 (wolfgang4!~wolfgang@178-27-196-33-dynip.superkabel.de) has joined #mythtv-users
[21:30:24] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!)
[21:30:39] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[21:30:39] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jya
[21:34:06] SteveGoodey (SteveGoodey!~steve@host86-151-111-43.range86-151.btcentralplus.com) has joined #mythtv-users
[21:51:52] dkeith (dkeith!~dkeith@pool-98-118-119-160.bstnma.fios.verizon.net) has joined #mythtv-users
[21:57:10] lautriv: so mythweb on debian tells me now : !!NoTrans: Unexpected response to MYTH_PROTO_VERSION '75': !!, i assume that's php-related ?
[22:01:40] awalls (awalls!~awalls@d-24-245-103-115.cpe.metrocast.net) has quit (Quit: Leaving.)
[22:02:57] SteveGoodey (SteveGoodey!~steve@host86-151-111-43.range86-151.btcentralplus.com) has quit (Quit: Konversation terminated!)
[22:07:17] streeter (streeter!streeter@nat/redhat/x-bmdtvhllvvynjqzo) has quit (Quit: Leaving)
[22:07:41] dekarl: lautriv: do the backend version and the version of mythweb match each other? There have been some reports where the backend got upgraded but mythweb was left on an old version
[22:08:42] lautriv: dekarl, the mythweb is on the master-backend which will always upgrade at the same time.
[22:08:48] oobe (oobe!~thingo@14-201-161-200.static.tpgi.com.au) has joined #mythtv-users
[22:08:48] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[22:08:48] oobe (oobe!~thingo@14-201-161-200.static.tpgi.com.au) has quit (Changing host)
[22:09:15] dkeith (dkeith!~dkeith@pool-98-118-119-160.bstnma.fios.verizon.net) has left #mythtv-users ()
[22:09:24] lautriv: dekarl, i had a similar issue where apache went from 2.2 to 2.4 but solved it, so actually there should be nothing around to break.
[22:09:47] dekarl: it was just an idea, as I've heard it multiple times
[22:10:59] lautriv: dekarl, i don't even complain about the suggestin, each one is welcome :o)
[22:11:07] lautriv: *ion
[22:26:16] Memphisau (Memphisau!~Memphisau@124-170-109-220.dyn.iinet.net.au) has quit (Ping timeout: 264 seconds)
[22:32:02] Memphisau (Memphisau!~Memphisau@124-170-98-109.dyn.iinet.net.au) has joined #mythtv-users
[22:45:50] J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has quit (Ping timeout: 245 seconds)
[22:49:41] lautriv (lautriv!~lautriv@f050082152.adsl.alicedsl.de) has quit (Ping timeout: 248 seconds)
[22:50:50] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Ping timeout: 245 seconds)
[23:02:06] lautriv (lautriv!~lautriv@f050082216.adsl.alicedsl.de) has joined #mythtv-users
[23:05:27] lautriv: dekarl, got disconnected, still around ?
[23:18:36] Shadow__1 is now known as Shadow__X
[23:18:42] Shadow__X (Shadow__X!~S@c-174-57-185-126.hsd1.de.comcast.net) has quit (Changing host)
[23:18:42] Shadow__X (Shadow__X!~S@unaffiliated/shadowx/x-411846) has joined #mythtv-users
[23:50:48] ralfp_ (ralfp_!~quassel@dslb-092-073-161-035.pools.arcor-ip.net) has joined #mythtv-users
[23:53:44] ralfp (ralfp!~quassel@dslb-088-078-073-144.pools.arcor-ip.net) has quit (Ping timeout: 260 seconds)
[23:58:00] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.