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

Daily chat history

Current users (163):

MythLogBot, Technophil, Azelphur, mzb, knightr, ertyu-m, MaverickTech, Floppe, brfransen, fendrychl, jcarlos, KaZeR, XDS2010_, adante, joki, lapion, bertaboy, pyrodex, tomimo, kinsel8, kurre2, gregL, peterpops, ThisNewGuy, dekarl, xris, RagingComputer, Roklobsta, Hydr0p0nX, npm, toorima, AndyCap, markcerv, StevenR, Shadow__X, skd5aner, wizbit, lis0r, peitolm, sraue, pheld, wseltzer, jya, DeviceZer0, xtort-, aloril, BLZbubba, gholmlund, pigeon, MilkBoy, Oleg_, zCougar, cesman, damaltor, justinh, jm|laptop, MissionCritical, larrikin, Muzer, tank-man, EvilGuru, rhpot1991, sulx, jams, toeb, CiaranG, earthnative, Cardoe, simcop2387, Cougar, jarle, grumpydevil, jstenback, ServerSage, infojunky_, kloeri, tgm4883, RagingMind, tlhiv_laptop, _abbenormal, Moscherkobold, quicksilver, troyt, roknir, J-e-f-f-A, tris, cafuego, squidly, Scopeuk, sutula, likwid-, Sash, Slasher`, GreyFoxx, kwmonroe, xrdodrx, Dave123, sphery, akv, ghoti, wahrhaft, Metoer, purserj, _charly_, ikevin, jduggan, k-man, dlblog, keith4, Unhelpful, anykey_, sid3windr, ChanServ, Heliwr, clever, mzanetti, felipe`, thefRont, G, jbrett, Beirdo, brtb, jpabq-, highzeth, Wakou, trumee, emmanuelux, slysir, rsiebert, hadack, russell5, ubIx, Spanky, lolcat`, mag0o, CyberKnet, dkeith, jpabq_, kenni, nutron, ponyofdeath, kormoc, kisak, benc_, tmkt, Spanky99, Dave123-road, sohocoke, Slim-Kimbo, xavierh_, gizmobay, Vink-, mycosys1, johntramp, d0netsFN, christ_, swerve, pyther, justdave_, MMlosh, mike|3, ToadP, uW
Monday, March 5th, 2012, 00:02 UTC
[00:02:32] Dave123 (Dave123!~dave@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv-users
[00:13:34] k-man: jya, i've decided i have not the time nor the skill to make my homebrew script make a mythtv package
[00:13:46] jya: that's okay...
[00:13:57] jya: i've finished my build script anyway
[00:14:03] jya: compiling Qt is a bitch
[00:14:10] k-man: jya, but i would like to get it to a point that it could make a useable build of mythtv – i just can't work out why the builds it makes run so slowly
[00:14:15] k-man: jya, yeah, totally
[00:14:51] jya: k-man: the other thing to remember, is that for my package to build and run properly, I've had to patch the code in master quite a bit
[00:15:02] k-man: jya, ah right
[00:15:06] jya: so if you're trying with 0.24, you're in for even more pain
[00:15:24] k-man: is it on a seperate branch or you've applied those patches to master?
[00:15:31] jya: i do plan to backport some of those are really, they are just fixes
[00:15:33] k-man: jya, right
[00:15:40] jya: most of them are committed to master
[00:15:57] k-man: hmm.. i might try again with a plain master build then
[00:16:02] jya: this adds support for compiling mythtv against framewoks rather than plain static lib
[00:16:20] k-man: oh i see
[00:16:22] jya: the previous build used to build Qt as static lib, and link myth to that
[00:16:41] jya: this removes a fair deal of difficulty
[00:16:41] k-man: wow, sounds like you have made significant improvements then
[00:16:57] jya: the issue is that the core myth, expects to find all includes, libs in the same place
[00:17:05] k-man: great stuff jya
[00:17:10] jya: but on a mac, Qt builds by default as Framework
[00:17:36] jya: so libraries are all over the place. the myth configure script and a few qmakefile had to be adjusted to support frameworks
[00:18:17] k-man: that sounds fairly epic
[00:18:27] jya: i don't know if it's significant improvement. I've spent over 100 hours on that task.. my lack of deep knowledge of mac shows, and most of the time has been wasted in troubleshooting what was going on
[00:19:06] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[00:19:37] k-man: 100 hours? cripes! i hope that you actually run mythtv on OSX
[00:19:57] jya: not even… but I did want it to run
[00:20:12] k-man: jya, what country do you reside in?
[00:20:30] k-man: you don't even? blimey
[00:20:36] k-man: you are very dedicated
[00:20:36] jya: the other issue is that Qt on mac now is 64 bits only, and myth wouldn't compile in 64 bits mode until now
[00:20:48] jya: live in Melbourne, Australia
[00:21:04] k-man: jya, ah right, i live in sydney
[00:21:19] jya: now looking back, it does seem that it's an indecent amount of time for what should have been a trivial task
[00:21:42] jya: I've just hit walls after walls. and I became frustrated, and I had to get it done...
[00:22:26] k-man: i don't actually run it much on the mac either, but i wanted to work on themes and as i run OSX on my notebook i got stuck wanting to be able to build mythtv and it being not possible for me
[00:22:33] k-man: then i got sidetracked into the homebrew script
[00:22:55] k-man: i really should give your script a shot
[00:22:59] jya: there's nothing worse in trying to do something but don't understand the outcome of your changes.
[00:23:06] jya: most of the time, it made no sense
[00:23:37] jya: i haven't committed it yet. I'm still struggling with the build of universal binaries.. the way the mac link libs make no sense to me.
[00:23:47] Lexridge (Lexridge!~lexridge@doc-209-33-120-42.el.wv.cebridge.net) has joined #mythtv-users
[00:24:08] k-man: ah right
[00:24:10] jya: the problem I have at hand, is that my universal executable, still refers to a 64 bits lib using an absolute path
[00:24:32] jya: what I don't get is that I link 12 libs for mythfrontend
[00:24:51] jya: 8 are using relative path (good), and the other 4 are using static ones
[00:25:12] k-man: sounds damn frustrating – i have no idea though
[00:25:24] jya: actually, thinking about it, it's the libav ones.. they are the only one in C, all the other in C++.. wonder if that's the issue
[00:25:56] jya: started to read this: https://blogs.oracle.com/dipol/entry/dynamic_ . . . path_and_mac
[00:26:18] jya: http://www.google.com.au/search?q=xcode%20gcc . . . amp;bih=1075
[00:26:36] jya: i really wasn't expecting to get stuck in that crap :(
[00:27:25] k-man: bah, weechat's only annoying feature is it makes selecting long links difficult
[00:27:45] k-man: but thats ok, chrome worked around it!
[00:28:33] jya: just trying to see if my key to solving my linking problem is in fiddling with the rpath
[00:29:05] k-man: no well, i'm really amazed you stuck it out and slogged through it
[00:31:05] dkeith__ (dkeith__!~dkeith@pool-96-237-171-65.bstnma.fios.verizon.net) has quit (Quit: ~ Trillian Astra - www.trillian.im ~)
[00:37:14] mangus580 (mangus580!~Mike@cpe-69-207-119-88.rochester.res.rr.com) has quit (Quit: Leaving.)
[00:43:56] Lexridge (Lexridge!~lexridge@doc-209-33-120-42.el.wv.cebridge.net) has quit (Quit: Leaving)
[00:48:04] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-172-53-183.range86-172.btcentralplus.com) has quit (Quit: Slim-Kimbo)
[01:03:17] doda__ (doda__!~doda@89.205.73.50) has quit (Quit: Konversation terminated!)
[01:08:30] Dave321 (Dave321!someone@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv-users
[01:08:33] Dave123 (Dave123!~dave@cpe-74-74-200-106.rochester.res.rr.com) has quit (Read error: Connection reset by peer)
[01:08:34] Dave-road (Dave-road!someone@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv-users
[01:08:40] Dave123-road (Dave123-road!~dave@cpe-74-74-200-106.rochester.res.rr.com) has quit (Read error: Connection reset by peer)
[01:11:08] Dave321 (Dave321!someone@cpe-74-74-200-106.rochester.res.rr.com) has quit (Client Quit)
[01:11:57] mangus580 (mangus580!~Mike@cpe-69-207-119-88.rochester.res.rr.com) has joined #mythtv-users
[01:24:32] mangus580 (mangus580!~Mike@cpe-69-207-119-88.rochester.res.rr.com) has quit (Read error: No route to host)
[01:41:52] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has quit (Quit: sohocoke)
[01:43:17] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Ping timeout: 260 seconds)
[01:48:48] Dave-road (Dave-road!someone@cpe-74-74-200-106.rochester.res.rr.com) has quit (Quit: Leaving)
[01:52:43] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Read error: Connection reset by peer)
[02:06:22] davide_ (davide_!~david@mythtv/developer/gigem) has quit (Remote host closed the connection)
[02:06:44] davide_ (davide_!~david@mythtv/developer/gigem) has joined #mythtv-users
[02:06:55] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[02:08:25] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users
[02:15:51] Dave123 (Dave123!someone@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv-users
[02:31:22] slysir (slysir!~quassel@pool-173-64-7-213.bflony.fios.verizon.net) has quit (Remote host closed the connection)
[02:31:57] StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has quit (Read error: Operation timed out)
[02:35:49] StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has joined #mythtv-users
[02:36:33] darkdrgn3k (darkdrgn3k!~darkdrgn@bas2-toronto44-1177753730.dsl.bell.ca) has joined #mythtv-users
[02:36:34] darkdrgn3k: hey guys
[02:37:03] darkdrgn3k: trying to swich to a MCE usb blaster but every so often iti keeps missing a few "blasts"
[02:37:35] darkdrgn3k: any sugestions?
[02:40:21] jm|laptop: darkdrgn3k: airit that the MCE remotes basically send keystrokes? i.e. they're an USB keyboard device
[02:41:48] darkdrgn3k: blaster not receiver
[02:41:58] darkdrgn3k: and no, not really
[02:42:16] darkdrgn3k: latest versions of the kernel do have support for that
[02:43:27] jm|laptop: meh
[02:44:21] darkdrgn3k: :(
[02:44:22] jm|laptop: well, I have something similar and have the reverse of your problem; sometimes it seems to go mental and send way too many instructions. I found that amending the 'key' repeat speed and delay helped mildly
[02:45:13] jm|laptop: indeed I have this in .xinitrc
[02:45:19] jm|laptop: xset -r 116
[02:45:20] jm|laptop: xset -r 111
[02:45:46] jm|laptop: which iirc means that the C_UP and C_DOWN /won't/ repeat
[02:46:02] darkdrgn3k: why is blasting so difficult lol
[02:46:18] jm|laptop: as one press seemed to send two events
[02:46:31] wagnerrp: jm|laptop: most MCEUSB receivers are just receivers, not fake keyboards
[02:46:35] darkdrgn3k: i seen that with arrows, had to turn off the keyboard thing
[02:46:42] darkdrgn3k: in the kenrel
[02:47:10] jm|laptop: darkdrgn3k: I'm still not sure what the difference is. But in my experience /proper/ IR device that rely on lirc[m][d] are more reliable than 'keyboard's
[02:47:21] jm|laptop: wagnerrp: I bow to your greater knowledge.
[02:47:25] darkdrgn3k: yeh,
[02:47:47] darkdrgn3k: wagnerrp: know any tricks to help inprove irblaster
[02:48:00] wagnerrp: the 'MCEUSB' device specifically, only sends IR codes to lirc
[02:48:15] wagnerrp: but there are other "MCE" devices that do show up as keyboards
[02:48:21] wagnerrp: that the mceusb LIRC driver cannot handle
[02:48:28] wagnerrp: as for blasting... cant help you with that one
[02:48:33] wagnerrp: never successfully done it
[02:48:42] darkdrgn3k: i had it working fine with the HDPVR
[02:48:47] jm|laptop: gladly, mythtv is very customisable with its keyboard commands
[02:48:51] darkdrgn3k: but one of the driver upgrades made it unreliable!
[02:49:08] jm|laptop: so maybe cheaper /is/ better :/
[02:49:40] wagnerrp: darkdrgn3k: firewire channel changing not an option?
[02:49:55] darkdrgn3k: nop :'(
[02:50:06] darkdrgn3k: dishnetwork receiver... no firewire
[02:50:07] jm|laptop: 0x90?
[02:50:49] darkdrgn3k: 0x90?
[02:50:53] jm|laptop: NOP
[02:52:14] jm|laptop: does 'blasting' mean changing a channel "automatically" to record the right channel?
[02:52:27] darkdrgn3k: blasting means emmiting IR signals
[02:52:28] jm|laptop: s/"/*/
[02:52:32] darkdrgn3k: as opposed to receiving them
[02:52:40] jm|laptop: oh.
[02:52:48] jm|laptop: pew pew pew!
[02:52:56] darkdrgn3k: yeh
[02:53:01] darkdrgn3k: i tune to channel 1605
[02:53:12] darkdrgn3k: it will eitehr tune to 1605, 165 or 605 LOL
[02:53:37] jm|laptop: sorry I'm no intimate enough with the protocol
[02:53:42] jm|laptop: no way to script a delay?
[02:53:55] darkdrgn3k: yeh i did
[02:54:02] jm|laptop: sendkey 1; sleep 0.2; sendkey 6; sleep 0.2 ....
[02:54:05] darkdrgn3k: its doesnt seem to be the problem
[02:54:13] kinsel8 (kinsel8!~jml974@191.112.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds)
[02:54:15] darkdrgn3k: i got it to the brink of timeout :(
[02:54:24] jm|laptop: the precipice?
[02:55:06] darkdrgn3k: ?
[02:55:15] jm|laptop: don't mind me.
[02:56:01] kinsel8 (kinsel8!~jml974@191.112.233.220.static.exetel.com.au) has joined #mythtv-users
[03:03:58] k-man (k-man!~jason@unaffiliated/k-man) has quit (Quit: WeeChat 0.3.6)
[03:08:15] bcgrown (bcgrown!~dave@69.172.156.235) has joined #mythtv-users
[03:08:18] k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users
[03:08:52] bcgrown: have /usr/sbin/pm-suspend set as my auto-shutdown command, but I get this in the logs: how do I stop this from happening when sudo: no tty present and no askpass program specified. user "mythtv" *does* have "nopasswd" permission for that command
[03:08:58] bcgrown: anyone know the fix?
[03:09:47] bcgrown: this is what I have in sudoers: mythtv ALL=NOPASSWD: SHUTDOWN_CMDS
[03:15:59] bcgrown (bcgrown!~dave@69.172.156.235) has quit (Remote host closed the connection)
[03:21:18] troyt (troyt!~troyt@2001:1938:240:3000::3) has quit (Ping timeout: 272 seconds)
[03:27:42] darkdrgn3k: grr trying ot tune to 1602 i keep geting 162 or 160 or 102
[03:27:44] darkdrgn3k: :( wtf
[03:30:19] darkdrgn3k: any one know why the hdpvr ir blaster breaks
[03:30:35] [R]: "breaks"?
[03:31:05] darkdrgn3k: stops working
[03:31:23] [R]: for the breif period i used it
[03:31:26] [R]: it seeme to work fine
[03:31:26] darkdrgn3k: needs reboot to work again
[03:31:27] jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv-users
[03:31:27] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v jams
[03:31:32] darkdrgn3k: worked fine fo rme to
[03:31:36] darkdrgn3k: then that started happning
[03:31:39] [R]: oh, well i always shutdown my backend and cut power to the hdpvr
[03:31:45] darkdrgn3k: also when i rmmod lirc_lizog it segfaults
[03:31:54] darkdrgn3k: i never had that probme :)
[03:32:08] darkdrgn3k: just cant freaken blast
[03:36:55] darkdrgn3k: is there "rf" blasters?
[03:37:37] [R]: you mean ahve the computer output an rf signal and then have that received by an ir transmitter?
[03:38:00] darkdrgn3k: i mean one of the boxes has an "rf" remote
[03:38:19] darkdrgn3k: trying to find a more reliable way of changing channels :(
[03:38:23] [R]: what?
[03:38:46] darkdrgn3k: one of my receiver uses an RF remote
[03:38:50] darkdrgn3k: (vs ir)
[03:39:05] [R]: oh, yeah, thats doubtful
[03:39:10] [R]: it would be too specific to that on reciever
[03:39:13] darkdrgn3k: yeh i thought so :-S
[03:39:15] [R]: ir is pretty much universal
[03:39:18] darkdrgn3k: what about CEC ;-P
[03:39:23] [R]: what about it?
[03:39:37] darkdrgn3k: think that would work?
[03:39:54] [R]: i doubt your reciever accepts channel change commands over cec
[03:39:57] [R]: but the hardware is pretty cheap
[03:39:59] [R]: give it a try
[03:40:10] darkdrgn3k: are there any docs out htere?
[03:40:15] darkdrgn3k: is cec standard?
[03:40:24] [R]: standard in the sense that the protocol is a standard
[03:40:26] [R]: thats about it
[03:40:34] darkdrgn3k: got it
[03:40:47] [R]: whether or not a particular device does anythign with it, or what commands it accepts, who knows
[03:40:48] darkdrgn3k: its alla bout if the receiver honours it
[03:41:08] darkdrgn3k: ^%@ just realized im not using hdmi :-P its all component
[03:41:30] darkdrgn3k: wonder if you can use a cec receiver without using hdmi
[03:41:40] [R]: depends on the device
[03:42:04] darkdrgn3k: so there are no other options
[03:45:25] MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has quit (Ping timeout: 248 seconds)
[03:48:49] wagnerrp: sphery: around?
[03:49:13] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Ping timeout: 245 seconds)
[03:49:30] darkdrgn3k: is there a source for hdpvr / zilog
[03:50:24] [R]: source?
[03:50:44] darkdrgn3k: like is there an official site or something
[03:50:51] [R]: no, its just in the kernel
[03:51:00] Seeker` (Seeker`!~cjo20@host109-148-87-236.range109-148.btcentralplus.com) has joined #mythtv-users
[03:51:00] Seeker` (Seeker`!~cjo20@host109-148-87-236.range109-148.btcentralplus.com) has quit (Changing host)
[03:51:01] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv-users
[03:51:12] darkdrgn3k: so there is no changelog for it or anything
[03:51:48] [R]: the source is the changelog
[03:52:08] darkdrgn3k: :(
[04:02:44] wagnerrp: sphery: im looking through the database backup script
[04:02:59] wagnerrp: and i cant seem to find any option that would force it to store the dumps uncompressed
[04:04:24] darkdrgn3k: is there a mailing lsit for zilog
[04:05:14] [R]: well theres the lirc list i suppose
[04:08:17] wagnerrp: you know, i just realized....
[04:08:38] wagnerrp: if youre on a site, and it makes you perform a captcha, and then it makes you perform another one even though youre sure you got it right
[04:09:02] wagnerrp: ... you probably just allowed some bot access to some forum
[04:11:30] [R]: what?
[04:12:29] ertyu-m: the robots get humans to solve captchas for them
[04:12:33] darkdrgn3k: proxy a forum as a swarm LOL
[04:13:03] darkdrgn3k: basically it shows you a capta from a differnt site that a bot is trying to get to.. you solve it.. bingo.. the bot knows what it is
[04:14:02] wagnerrp: as a joke, i was trying to find some usenet zilog group
[04:14:20] wagnerrp: and i was scrolling through some site, and hit too many pages
[04:14:34] wagnerrp: so it popped up a captcha to make sure i wasnt some sort of scraper
[04:14:35] ertyu-m: I had good luck with OCR for one captcha so I could automate a process around it
[04:14:53] wagnerrp: i answered, it popped up another
[04:14:55] wagnerrp: i answered, it popped up another
[04:14:59] wagnerrp: and another
[04:15:06] wagnerrp: after the 5th it let me through
[04:15:15] wagnerrp: they werent that hard, there is no way i got them wrong
[04:16:43] [R]: lol
[04:16:57] ertyu-m: I've seen legit sites that were out of sync with their captchas and wouldn't accept correct answers
[04:20:04] justdave_ (justdave_!~dave@unaffiliated/justdave) has joined #mythtv-users
[04:20:35] justdave (justdave!~dave@unaffiliated/justdave) has quit (Read error: Connection reset by peer)
[04:24:28] Oleg_ (Oleg_!~mine@pool-71-183-184-216.nycmny.east.verizon.net) has quit (Quit: Leaving)
[04:25:48] Oleg_ (Oleg_!~webcam@pool-71-183-184-216.nycmny.east.verizon.net) has joined #mythtv-users
[04:40:37] ThisNewGuy (ThisNewGuy!~doug@pool-74-102-15-78.nwrknj.fios.verizon.net) has joined #mythtv-users
[04:41:36] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Read error: Operation timed out)
[04:41:53] MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has joined #mythtv-users
[04:42:03] pyther (pyther!~pyther@unaffiliated/pyther) has quit (Ping timeout: 252 seconds)
[04:42:24] ThisNewGuy1 (ThisNewGuy1!~doug@pool-74-102-15-78.nwrknj.fios.verizon.net) has quit (Ping timeout: 256 seconds)
[04:42:47] sphery: wagnerrp: you'd just have to specify a compression program that doesn't compress... not the prettiest approach, but since gzip only took 30s on my rather large DB on an Athlon XP 2400+, I figured most would just compress it, anyway
[04:43:01] highzeth (highzeth!~hz@hoiseth.no) has quit (Ping timeout: 248 seconds)
[04:43:37] highzeth (highzeth!~hz@hoiseth.no) has joined #mythtv-users
[04:44:36] Seeker` (Seeker`!~cjo20@host109-148-87-236.range109-148.btcentralplus.com) has joined #mythtv-users
[04:44:36] Seeker` (Seeker`!~cjo20@host109-148-87-236.range109-148.btcentralplus.com) has quit (Changing host)
[04:44:36] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv-users
[04:45:58] sphery: wagnerrp: so, I think you can do --compress=true (which, confusingly enough, would disable compression :) or use --compress=/bin/true to make it a bit clearer
[04:47:11] kisak: is there any generic upnp programs for winXP that are known to work with 0.25?
[04:47:22] kisak: (media players)
[04:48:13] Tod4Dd (Tod4Dd!~Top4Dd@c-98-210-185-123.hsd1.ca.comcast.net) has quit (Quit: Konversation terminated!)
[04:49:50] kisak: nevermind, I found the wiki page
[04:54:00] wagnerrp: sphery: ah, and that goes into the mysql.txt?
[04:54:23] wagnerrp: no, backuprc
[04:55:38] wagnerrp: sphery: ive got ZFS running transparent gzip compression for me
[04:55:52] wagnerrp: so no reason to gzip the file, and then gzip it again
[04:56:47] [R]: double the compession
[04:56:49] [R]: double the fun
[04:57:08] sphery: wagnerrp: yeah, backuprc--and I'm not saying people have to compress it, but that the number who won't is small enough the "ugly" UI is probably sufficient
[04:57:22] wagnerrp: fair enough
[04:57:36] sphery: IIRC, I even laughed in here about --compress=true being the way to disable compression when I was testing
[04:58:31] wagnerrp: well its an arguably much faster 3.3GHz PII X2
[04:58:54] sphery: P2? P4 or Core 2, you mean?
[04:58:57] wagnerrp: but 230MB raw, to 21% compressed, in about 3 seconds
[04:59:00] wagnerrp: phenom II
[04:59:16] sphery: ahhh
[04:59:44] sphery: I always read that as "A2FOC" (Athlon II for Over-Clockers)  :)
[05:00:01] wagnerrp: nah, Athlon II with an L3
[05:02:00] sphery: wagnerrp: hehe, seems --compress=none works, too--but /only/ if you don't have an executable in your path called "none"; otherwise, your backup will get none'ed :)
[05:03:06] sphery: --compress=no_thanks or --compress=uh_no (or maybe, even, --compress="no way, man"
[05:03:28] sphery: in other words, it seems it doesn't have to return true
[05:03:40] sphery: (or success, I guess)
[05:06:31] wagnerrp: it is slightly less efficient, but it takes about half the time
[05:06:42] wagnerrp: i guess its running the gzip algorithm at a lower compression level
[05:09:30] wagnerrp: no, they should both default to 6
[05:20:15] hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Ping timeout: 260 seconds)
[05:21:17] hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has joined #mythtv-users
[05:21:20] sphery: 3s... wow that's impressive (just caught that--trying to catch up in #mythtv)
[05:22:36] sphery: and I just got to the Pentium vs Phenom in #mythtv :)
[05:23:18] wagnerrp: hahaha... time mv ../mythconverg-1294–20120215093548.sql .
[05:23:18] wagnerrp: 0.000u 0.223s 0:00.22 100.0% 15+2759k 3+2io 0pf+0w
[05:23:28] hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Client Quit)
[05:23:37] darkdrgn3k (darkdrgn3k!~darkdrgn@bas2-toronto44-1177753730.dsl.bell.ca) has quit (Ping timeout: 276 seconds)
[05:23:39] wagnerrp: moving one of the backups from an uncompressed folder into the compressed folder
[05:23:55] wagnerrp: it was a non-blocking transfer
[05:24:01] wagnerrp: so the FS cached it and returned
[05:24:17] wagnerrp: yielding only a quarter second
[05:24:30] wagnerrp: (although the system was churning on it for a while)
[05:25:47] sphery: I want an instant disk, too
[05:26:10] sphery: that's like the opposite of an ext4+barriers disk in terms of performance/speed
[05:26:41] wagnerrp: yeah, but i dont think 'mv' blocks even on linux
[05:27:59] wagnerrp: well 'none' works, although it also means i inadvertently deleted logs going all the way back to schema 1160
[05:28:11] wagnerrp: s/logs/backups/
[05:28:24] wagnerrp: not that i was ever going to use them
[05:33:09] lucas^ (lucas^!~tweek@host-26-132-107-208.midco.net) has quit (Quit: leaving)
[05:36:56] sphery: deleted through the rotate?
[05:37:06] wagnerrp: yeah
[05:38:23] sphery: because you forgot some --rotate= arg or ?
[05:40:03] wagnerrp: didnt know it was going to happen
[05:43:27] sphery: so problem is you've never used backup script before and you didn't know or are you saying there's a bug when used without compression or somethnig?
[05:44:29] wagnerrp: former
[05:46:17] sphery: ah, ok, I was doubly worried
[05:46:23] sphery: sorry about the surprised
[05:47:26] sphery: maybe I should change rotation to off by default (but then I'll probably get complaints that it just fills up disks)
[05:47:47] wagnerrp: no, i just didnt read the instructions
[05:48:08] wagnerrp: and besides, its not like theres really a need to keep 3yr old database backups around
[05:48:13] sphery: yeah, but that's actually pretty common and even understandable
[05:48:31] sphery: at least, though, the --help is now much more approachable
[05:48:44] sphery: but --help --help is a novel
[05:48:55] k-man: jya, my email to the shepherd mailing list stired the pot a bit – so many peanuts whinging about things they don't even understand!
[05:48:59] sphery: that basically was the old --help
[05:50:37] wagnerrp: k-man: basically just something along the lines that they will be losing database access?
[05:52:34] k-man: wagnerrp, oh no – worse, "wha! but i run other databases in mysql, now I'll have to have 2 sql DBs on my system"
[05:53:12] k-man: wagnerrp, mostly user complaints – i only saw one post from what sounded like a dev – and he simply asked for a bit more direction on what to do to fix the icon thing
[05:53:33] jya: k-man: it's mainly one guy that is clueless
[05:53:40] k-man: jya, yeah looks like it
[05:53:44] jya: I don't understand how someone can be off mark so much
[05:53:49] jya: duh !!!
[05:54:26] wagnerrp: got a link?
[05:54:34] jya: wagnerrp: yeah, one idiot doesn't seem to understand the concept of embedded database
[05:54:45] jya: and that really, the whole idea is to remove user requirement to set anything
[05:54:57] k-man: and then someone hijacked the discussion into "why don;t they make the tables in innodb..."...
[05:55:01] k-man: hehe
[05:55:13] k-man: yeah ill find one wagnerrp hang on
[05:55:51] k-man: http://groups.google.com/group/shepherd-list/ . . . eb8838?hl=en
[05:56:19] wagnerrp: thanks
[05:56:28] wagnerrp: ugh, must be a member to view
[05:56:35] k-man: oh hang on
[05:56:58] k-man: maybe ther is some way i can dump it somewhere
[05:57:03] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[05:57:07] wagnerrp: nah, dont worry about it
[05:57:26] k-man: ok
[05:57:45] califdreas (califdreas!~andreas@c-76-103-77-157.hsd1.ca.comcast.net) has quit (Read error: Connection reset by peer)
[05:57:46] jya: it's only one clueless user making the much noise.
[05:57:48] jya: "This is also bad news for me, as I have other databases hosted by the mysql server, used for other purposes, nothing to do with mythtv. Sounds like I’ll have to run my own mysql server as well as an embedded one just for myth now. More load on the server for no good reason!"
[05:57:55] califdreas (califdreas!~andreas@c-76-103-77-157.hsd1.ca.comcast.net) has joined #mythtv-users
[05:58:09] jya: one seem like a dev, pointing to the code where the icon is set in the database
[05:58:29] jya: what I told him is simply to return the icon URI in the xmltv and mythfilldatabase/backend will do what's required
[05:58:49] wagnerrp: "you can still connect to the embedded database"
[05:58:53] wagnerrp: no you cant!
[05:59:11] wagnerrp: its entirely up to the application its embedded in how the database is to be exposed externally
[06:00:45] jya: ohh, some managed to draw a picture of my brain/thought process! http://www.componentowl.com/blog/wp-content/u . . . oder.png.png
[06:01:26] wagnerrp: wait, where is there a breakdancing horse?
[06:04:27] jya: http://www.youtube.com/watch?v=PTEEO1H-6So
[06:04:49] ** jya wasted 10s of my life :) **
[06:08:20] wagnerrp: do people not understand that two databases on one server requires exactly the same resources as two databases on separate database servers?
[06:08:47] wagnerrp: the libraries are all shared, but none of the data and caching is
[06:10:12] jya: the ultimate argument...
[06:10:35] jya: so because mythbackend doesn't use mysql, I'll be forced to install mysql myself..
[06:10:45] k-man: jya, i think you shouldn't waste your time responding to the peanuts
[06:11:18] jya: I think, I ltimately have a great deal inability of facing stupidity
[06:27:19] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[06:43:44] k-man: wagnerrp, nice work on the shepherd list
[06:47:26] k-man: anyway, gtg
[06:55:06] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[07:19:17] stoffel (stoffel!~quassel@pD9E41EE4.dip.t-dialin.net) has joined #mythtv-users
[07:19:17] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[07:21:12] ubIx (ubIx!~ulf@p5DD1896E.dip0.t-ipconnect.de) has joined #mythtv-users
[07:25:10] ubIx_ (ubIx_!~ulf@p5DD19869.dip0.t-ipconnect.de) has quit (Ping timeout: 276 seconds)
[07:28:07] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (Excess Flood)
[07:30:08] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds)
[07:30:37] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[07:32:56] simcop2387 (simcop2387!simcop2387@p3m/member/simcop2387) has joined #mythtv-users
[07:36:52] wizbit (wizbit!~wizbit@78-86-171-176.zone2.bethere.co.uk) has joined #mythtv-users
[07:56:54] warped (warped!~piotro@91.189.74.10) has joined #mythtv-users
[08:08:41] trumee is now known as trumee_afk
[08:08:46] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users
[08:16:06] stoffel (stoffel!~quassel@pD9E41EE4.dip.t-dialin.net) has quit (Remote host closed the connection)
[08:21:59] jedix (jedix!~jedix@24.246.5.37) has quit (Ping timeout: 244 seconds)
[08:26:27] Hydr0p0nX (Hydr0p0nX!~Hydr0p0nX@71-8-4-153.dhcp.leds.al.charter.com) has quit (Read error: Connection reset by peer)
[08:27:02] pyrodex (pyrodex!pyrodex@24-197-171-122.dhcp.gwnt.ga.charter.com) has quit (Remote host closed the connection)
[08:27:14] Hydr0p0nX (Hydr0p0nX!~Hydr0p0nX@71-8-4-153.dhcp.leds.al.charter.com) has joined #mythtv-users
[08:27:19] pyrodex (pyrodex!pyrodex@24-197-171-122.dhcp.gwnt.ga.charter.com) has joined #mythtv-users
[08:31:00] Beirdo: wagnerrp: you may wish to change "current release" on the wiki to 0.25-beta. Not sure how you want that put :)
[08:31:15] croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users
[08:31:23] warped (warped!~piotro@91.189.74.10) has quit (Remote host closed the connection)
[08:35:12] ServerSage: Wow, I leave for a few days and when I get back there is the gift of beta. Best birthday present ever!
[08:37:56] Beirdo: and I think I'm officially the first person running the beta (labelled as such)
[08:38:07] Beirdo: heh
[08:38:17] Beirdo: but whatever, I think it's time for sleep for me
[08:39:47] ServerSage: Sleep when you are dead! Is the beta everything you thought it would be?
[08:40:12] Beirdo: I've been using code from master the whole time, I dunno ;)
[08:40:18] xris: ServerSage: probably no different than the Master image he was using before he just tagged it as beta.  :)
[08:40:31] Beirdo: yeah, and that wee detail :)
[08:41:00] Beirdo: I'm pretty happy with it, myself
[08:41:26] ServerSage: lol. I'm giddy to upgrade.
[08:48:41] Beirdo: well, enjoy. I'm gonna go crash.
[08:49:20] lis0r (lis0r!~lisa@garak.bismuth83.co.uk) has joined #mythtv-users
[08:49:39] lis0r (lis0r!~lisa@garak.bismuth83.co.uk) has quit (Read error: Connection reset by peer)
[08:50:33] lis0r (lis0r!~lisa@garak.bismuth83.co.uk) has joined #mythtv-users
[08:50:33] lis0r (lis0r!~lisa@garak.bismuth83.co.uk) has quit (Read error: Connection reset by peer)
[09:00:13] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has quit (Ping timeout: 244 seconds)
[09:16:14] pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users
[09:16:46] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has joined #mythtv-users
[09:30:57] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has joined #mythtv-users
[09:31:21] gregj1 (gregj1!~gregi@194-29-11-134.static.cablecom.ch) has joined #mythtv-users
[09:32:34] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has quit (Client Quit)
[09:51:53] faichele_ (faichele_!~quassel@d16-205.informatik.uni-stuttgart.de) has joined #mythtv-users
[09:54:39] troyt (troyt!~troyt@2001:1938:240:3000::3) has joined #mythtv-users
[10:02:37] pclark (pclark!~pclark@193.35.11.116) has quit (Read error: Operation timed out)
[10:03:08] pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users
[10:04:45] pyrodex (pyrodex!pyrodex@24-197-171-122.dhcp.gwnt.ga.charter.com) has quit (Read error: Connection reset by peer)
[10:10:33] xavierh_ (xavierh_!~chatzilla@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has joined #mythtv-users
[10:11:19] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users
[10:13:08] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has quit (Read error: Connection reset by peer)
[10:14:35] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users
[10:14:42] ikonia (ikonia!~irc@unaffiliated/ikonia) has joined #mythtv-users
[10:16:54] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[10:17:01] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Remote host closed the connection)
[10:17:15] ikonia (ikonia!~irc@unaffiliated/ikonia) has left #mythtv-users ()
[10:17:44] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[10:18:07] ubIx_ (ubIx_!~ulf@p5DD184DA.dip0.t-ipconnect.de) has joined #mythtv-users
[10:19:56] ubIx (ubIx!~ulf@p5DD1896E.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds)
[10:22:53] ubIx_ (ubIx_!~ulf@p5DD184DA.dip0.t-ipconnect.de) has quit (Ping timeout: 244 seconds)
[10:23:16] dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has quit (Ping timeout: 276 seconds)
[10:23:58] ubIx (ubIx!~ulf@p5DD183E8.dip0.t-ipconnect.de) has joined #mythtv-users
[10:26:32] dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv-users
[10:29:22] MrPaco (MrPaco!~MrPaco@61.Red-88-5-230.dynamicIP.rima-tde.net) has joined #mythtv-users
[10:38:13] xavierh_ (xavierh_!~chatzilla@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has quit (Ping timeout: 276 seconds)
[10:38:42] croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit (Remote host closed the connection)
[10:42:40] Roklobsta (Roklobsta!~quassel@ppp118-209-68-223.lns20.mel4.internode.on.net) has joined #mythtv-users
[10:42:55] Roklobsta: hey anyone useing sheperd for australian listings?
[10:48:07] stuartm: k-man is
[10:50:46] pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection)
[10:52:44] pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users
[10:59:37] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:b8de:8678:bf48:46d4) has joined #mythtv-users
[11:03:27] pclark_ (pclark_!~pclark@193.35.11.125) has joined #mythtv-users
[11:04:04] k-man: i am
[11:04:24] k-man: Roklobsta, why do you ask?
[11:05:02] mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection)
[11:05:07] k-man: ooh! we are in beta for .25? nice
[11:05:54] mike|3 (mike|3!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv-users
[11:06:12] pclark (pclark!~pclark@193.35.11.116) has quit (Ping timeout: 252 seconds)
[11:09:31] stuartm: k-man: only because a dead-line passed, there's nothing different between master today and yesterday :) Well nothing significant
[11:16:23] k-man: stuartm, :)
[11:16:58] earthnative (earthnative!~nemo@ppp118-208-128-184.lns20.bne1.internode.on.net) has quit (Quit: wait, what? reboot? oh puh-leeze...)
[11:18:11] k-man: no doubt lots of people will upgrade then
[11:18:31] k-man: whats the situation in terms of themes for 4:3 SD tv in .25 beta?
[11:18:55] k-man: i should dig out my theme i was working on and have a crack at it again
[11:27:55] earthnative (earthnative!~nemo@ppp118-208-128-184.lns20.bne1.internode.on.net) has joined #mythtv-users
[11:27:58] stuartm: thin on the ground
[11:28:22] stuartm: most people have 16:9 TVs
[11:29:07] k-man: stuartm, yeah – i'm living in the 80s
[11:34:53] ** quicksilver has a 16:9 TV which 0.21 displays stuff on as if it was 4:3 **
[11:35:11] quicksilver: slightly disturbing although youg et used to it surprisingly quickly
[11:35:56] k-man: quicksilver, how come you don't upgrade?
[11:36:42] quicksilver: k-man: laziness. time constraints. if it ain't broke don't fix it. etc.
[11:36:48] quicksilver: however I think I will soon :)
[11:37:14] quicksilver: the risk that I might only manage to find 90 minuts spare and 90 minutes would be long enough to break everything and not long enough to fix it.
[11:47:52] seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users
[11:50:54] pclark_ (pclark_!~pclark@193.35.11.125) has quit (Remote host closed the connection)
[11:54:18] pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users
[11:55:32] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[11:57:41] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[12:11:13] slysir (slysir!~quassel@pool-173-64-7-213.bflony.fios.verizon.net) has joined #mythtv-users
[12:14:37] jya_: k-man: I've put the new mac packager in git
[12:14:41] jya_: if you want to try
[12:15:24] jya_: Just looking after a crash when using xcode 4.2… i think i have a work around that one (it doesn't crash with any other version of xcode)
[12:26:11] MrPaco (MrPaco!~MrPaco@61.Red-88-5-230.dynamicIP.rima-tde.net) has quit (Quit: This computer has gone to sleep)
[12:39:01] stuartm: !seen nuonguy
[12:39:01] MythLogBot: nuonguy was last seen 156 days 18 hours 31 minutes 1 second ago
[12:43:30] pyther (pyther!~pyther@unaffiliated/pyther) has joined #mythtv-users
[12:43:39] seeker (seeker!~seeker@unaffiliated/seeker) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[12:45:58] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[12:46:46] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[12:47:30] wagnerrp: ugh... why cant you use a derived field in a where clause
[12:52:11] knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Read error: Connection reset by peer)
[12:53:57] stuartm: wagnerrp: such as?
[12:54:43] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 265 seconds)
[12:54:53] wagnerrp: ... (select rc_ip from recentchanges where user_id=rc_user order by rc_id desc limit 1) as ip_address ... where ip_address='...'
[12:55:32] wagnerrp: ferreting out accounts made under the same IP address
[12:55:36] clever: ive had the same issue with just '... AS foo' before, dont think it has anything to do with the subquery
[12:57:25] faichele_ (faichele_!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (Ping timeout: 248 seconds)
[12:57:50] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer)
[12:58:20] stuartm: wagnerrp: hmm, I thought that was possible, but I can't remember when I would have last tried it
[12:58:38] wagnerrp: ive got to repeat the subquery as part of the where clause
[12:58:51] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[12:59:12] clever: it might work if you make a whole derived table
[12:59:34] clever: (select ....,(select ...) as foo from bar) as new_name where foo = ...
[13:06:04] davide_ (davide_!~david@mythtv/developer/gigem) has quit (Remote host closed the connection)
[13:06:25] davide_ (davide_!~david@mythtv/developer/gigem) has joined #mythtv-users
[13:09:22] aster1sk (aster1sk!~aster1sk@24-212-138-134.cable.teksavvy.com) has quit (Read error: Connection reset by peer)
[13:13:04] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Read error: Connection reset by peer)
[13:17:36] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has joined #mythtv-users
[13:33:03] simcop2387 (simcop2387!simcop2387@p3m/member/simcop2387) has quit (Excess Flood)
[13:33:05] pclark_ (pclark_!~pclark@193.35.11.125) has joined #mythtv-users
[13:35:02] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has joined #mythtv-users
[13:35:34] pclark (pclark!~pclark@193.35.11.116) has quit (Ping timeout: 245 seconds)
[13:40:00] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users
[13:43:32] faichele (faichele!~quassel@d16-205.informatik.uni-stuttgart.de) has joined #mythtv-users
[13:46:14] dkeith (dkeith!~dkeith@pool-96-237-171-65.bstnma.fios.verizon.net) has joined #mythtv-users
[14:00:59] wagnerrp: stuartm: this one is interesting... http://pastebin.com/raw.php?i=AwhWWQwv ... looks like hes actually using his own email account
[14:02:42] wagnerrp: plus another two in a separate address range
[14:02:46] stuartm: or a hi-jacked account
[14:02:59] stuartm: like the spam to the -dev list this morning
[14:03:30] Wakou (Wakou!~stephen@host86-147-64-126.range86-147.btcentralplus.com) has joined #mythtv-users
[14:03:44] wagnerrp: yeah
[14:05:53] wagnerrp: i wonder if its worth running that script again just before release
[14:06:09] wagnerrp: the one i ran several months back that clears out all the never-actually-used accounts
[14:06:58] wagnerrp: or at least those that were never authenticated
[14:10:29] wagnerrp: looks like some 650 accounts over the past 2.5 years
[14:10:43] wagnerrp: although thats odd why that script never picked up those accounts on the last run
[14:10:55] wagnerrp: ill have to read through it and see what exactly its selection criteria are
[14:16:13] Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv-users
[14:21:14] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[14:30:09] silverstar_ (silverstar_!c15b2205@gateway/web/freenode/ip.193.91.34.5) has joined #mythtv-users
[14:39:03] kmcorbett (kmcorbett!~kmcorbett@173-9-35-41-NewEngland.hfc.comcastbusiness.net) has quit (Quit: Leaving.)
[14:51:05] MrPaco (MrPaco!~MrPaco@61.Red-88-5-230.dynamicIP.rima-tde.net) has joined #mythtv-users
[14:56:28] silverstar_: Hi everyone, i have a problem with my 0.24.2 installation
[14:57:13] silverstar_: mythtv discards my planned records
[14:57:40] wagnerrp: is it recording something else instead, due to a conflict?
[14:59:42] silverstar_: no, the TV episode is not marked for recording in the program guide
[15:00:40] silverstar_: in the planned recordings lists it is still shown but marked as not available for recording
[15:00:58] wagnerrp: it should give a reason why it decided not to record
[15:02:31] silverstar_: the only explanation that i can imagine is that the EIT scanner updates the program data after i set the record
[15:02:39] silverstar_: is this possible?
[15:03:14] wagnerrp: yes
[15:03:45] califdreas (califdreas!~andreas@c-76-103-77-157.hsd1.ca.comcast.net) has quit (Ping timeout: 252 seconds)
[15:03:48] wagnerrp: although typically problems with the EIT scanner renaming a show outside the limits of the recording rule happen within a few minutes to a few hours of the recording in question
[15:03:58] streeter (streeter!streeter@nat/redhat/x-syjjgpeqpcfmdqpk) has joined #mythtv-users
[15:04:48] pclark_ (pclark_!~pclark@193.35.11.125) has quit (Remote host closed the connection)
[15:05:36] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[15:06:01] silverstar_: the show has the same name and the same starting and end time, but like i said, it is not marked for record
[15:07:45] jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has joined #mythtv-users
[15:09:55] silverstar_: Is there a way i can check if thats my problem?
[15:11:17] kmcorbett1 (kmcorbett1!~kmcorbett@199.180.145.100) has joined #mythtv-users
[15:13:13] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Quit)
[15:13:58] pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users
[15:18:37] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has joined #mythtv-users
[15:20:06] Vink-: the worst thing about eit for me is when a recording is rescheduled (start delayed from 2–3 minutes): I've two recordings for the same event
[15:23:14] pclark_ (pclark_!~pclark@193.35.8.5) has joined #mythtv-users
[15:25:08] pclark (pclark!~pclark@193.35.11.116) has quit (Ping timeout: 240 seconds)
[15:25:58] wagnerrp: silverstar_: could you run 'mythbackend --print-sched', and dump the contents in a pastebin?
[15:26:43] silverstar_: sure
[15:27:23] wagnerrp: it may just be --printsched
[15:27:41] silverstar_: i will post the result as soon as the problem appears the next time
[15:42:34] darkdrgn3k (darkdrgn3k!~darkdrgn@209.90.253.66) has joined #mythtv-users
[15:45:55] pclark_ (pclark_!~pclark@193.35.8.5) has quit (Remote host closed the connection)
[15:47:08] darkdrgn3k (darkdrgn3k!~darkdrgn@209.90.253.66) has quit (Ping timeout: 240 seconds)
[15:51:04] seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users
[15:55:48] silverstar_ (silverstar_!c15b2205@gateway/web/freenode/ip.193.91.34.5) has quit (Quit: Page closed)
[15:58:32] pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users
[15:58:54] darkdrgn3k (darkdrgn3k!~darkdrgn@209.90.253.66) has joined #mythtv-users
[16:06:55] pyther: Does anyone know of a script that can convert recorded content to h264? I'm mostly dealing with HD content, but some SD content. I wouldn't mind, manually running the scripts
[16:07:49] pclark (pclark!~pclark@193.35.11.116) has quit (Ping timeout: 248 seconds)
[16:08:16] kwmonroe (kwmonroe!~kwmonroe@32.97.110.58) has quit (Quit: Coyote finally caught me)
[16:10:52] gregj1 (gregj1!~gregi@194-29-11-134.static.cablecom.ch) has quit (Quit: Leaving.)
[16:11:11] pclark (pclark!~pclark@193.35.8.5) has joined #mythtv-users
[16:11:17] kwmonroe (kwmonroe!~kwmonroe@32.97.110.58) has joined #mythtv-users
[16:11:46] rsiebert (rsiebert!~quassel@g231187051.adsl.alicedsl.de) has joined #mythtv-users
[16:13:47] pclark (pclark!~pclark@193.35.8.5) has quit (Remote host closed the connection)
[16:13:47] seeker (seeker!~seeker@unaffiliated/seeker) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[16:15:34] rsiebert_ (rsiebert_!~quassel@g231187027.adsl.alicedsl.de) has quit (Ping timeout: 276 seconds)
[16:18:12] seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users
[16:19:10] CyberKnet: man I am excited about the services API :)
[16:19:31] CyberKnet: To whoever implemented it and documented it ... huuuge thank-you!
[16:19:58] ** wagnerrp points at dblain/cdev in the other channel **
[16:20:03] pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users
[16:20:14] CyberKnet: aaah.
[16:20:23] wagnerrp: wait, cdev or gigem?
[16:20:33] wagnerrp: cdev
[16:21:03] CyberKnet: think that creating channel noise over there just to say thank you would be a problem?
[16:21:52] wagnerrp: something brief should be alright
[16:22:11] pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection)
[16:22:20] wagnerrp: the wiki docs were iamlindoro, but hes not currently over there
[16:26:30] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Read error: Connection reset by peer)
[16:31:13] CyberKnet: there we go :)
[16:31:20] CyberKnet: I'll tag iamlindoro in here some time.
[16:32:07] CyberKnet: There's so much community complaining so often ... I figure it might be nice to have some no-strings-attached gratitude every now and then.
[16:33:35] CyberKnet: I wonder if MythMote will update to use the services api, or if a new android remote app is in order...
[16:34:00] CyberKnet: Not that I love making android apps... *shudder*
[16:34:01] GreyFoxx: You're more likely to find him in #torc now
[16:34:45] ** wagnerrp wonders if GreyFoxx has had a chance to test the additional ipv6 stuff **
[16:35:25] GreyFoxx: I haven't updated my install in like 2 months. So if it's new since then I haven't :) But I will this weekend as I have some downtime to finally update a lot of things
[16:35:45] GreyFoxx: and I'm off work all next week
[16:35:55] wagnerrp: so a texas sheriffs department was showing off their brand new $300K drone at a press event
[16:35:58] GreyFoxx: taking march break off with my daughter so I'll have time to play
[16:36:16] wagnerrp: when the drone lost communication with the controller, and went into autonomous RTB mode
[16:36:24] GreyFoxx: doh
[16:36:39] wagnerrp: at which point it crashed into their brand new armored SWAT vehicle
[16:36:53] stuartm: heh
[16:37:13] GreyFoxx: oh my :)
[16:38:09] stuartm: use of drones against the civilian population remains illegal in the UK, for now at least
[16:38:27] wagnerrp: who needs drons?
[16:38:40] wagnerrp: you guys already have surveillance cameras on every street corner
[16:38:43] peitolm: wagnerrp: can you remind me the voodoo to generate a gentoo ebuild for a specific git rev?
[16:38:46] stuartm: but in a country where everyone is armed I'd rather be viewing a situation remotely than on foot
[16:39:09] wagnerrp: peitolm: go into the root of your overlay
[16:39:21] wagnerrp: and run 'scripts/mythtv-buildebuild.py
[16:39:22] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Read error: Connection reset by peer)
[16:39:30] stuartm: wagnerrp: only in city/town centres, but then they have helecopters if they really need aerial surveillance
[16:39:33] ** CyberKnet goes to read what torc is **
[16:39:33] wagnerrp: if you want a specific revision, give it a --hash=
[16:39:35] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[16:40:20] peitolm: what's the command again?
[16:40:37] wagnerrp: scripts/mythtv-buildebuild.py
[16:43:37] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users
[16:44:18] peitolm: i've got a version string of v0.25-beta-1-gd1a6cc8 but buildebuild doesn't like gd1a6cc8 as a hash
[16:44:40] wagnerrp: 'g' is not a hexadecimal character
[16:44:52] pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users
[16:44:56] peitolm: hmm, o.k.
[16:45:08] ** peitolm wonders how to turn that into somethin ghe can build from **
[16:45:17] wagnerrp: you would want d1a6cc8
[16:45:34] wagnerrp: although i dont recall off hand if that version can properly deal with shortened hashes
[16:45:39] CyberKnet: wagnerrp ... question since I don't know much about github... for Torc on github I see a couple of commits by you on Mar 02. Does that mean you committed stuff to torc, or it was just merged over to Torc from Myth?
[16:45:39] wagnerrp: better to give it the full string to be safe
[16:47:54] peitolm: well, without arguments it returns 'Autoselecting hash: d1a6cc88954fccf2324be10b80029620936ffbc4
[16:48:03] peitolm: which may be what i need
[16:48:09] wagnerrp: in a rather convoluted description, git branches are "represented as n-dimensional membrandes, mapping the spatial loci of successive commits onto the projected manifold of each cloned repository"
[16:48:26] wagnerrp: *membranes
[16:48:38] CyberKnet: wagnerrp: now there's a mouthful, but I believe I get the answer I was looking for.
[16:48:41] CyberKnet: thanks.
[16:48:45] wagnerrp: hahahhaa
[16:49:04] wagnerrp: in other words, each chain of commits is one membrane
[16:49:19] wagnerrp: while the repository is a number of these chains grouped together
[16:49:40] wagnerrp: from each repository's view, all commits it contains are its own
[16:49:47] CyberKnet: Yeah.
[16:49:54] wagnerrp: and other branches are a partial version of itself
[16:50:37] CyberKnet: Didn't want to make it a "torc" question... I'm sure that's been discussed to death... but I was curious about the github side :)
[16:50:40] wagnerrp: if you click through other projects in the network view, each appears to be its own primary version, with other branches pulling commits from it
[16:51:33] wagnerrp: the original branch the commit may have come from is not relevant to git
[16:51:34] CyberKnet: So the services api looks to have quite a bit of functionality. Is it just an extension point going forward, or is it planned to replace the existing frontend/backend protocol?
[16:52:00] wagnerrp: theres mixed opinions on that
[16:52:18] wagnerrp: some want the services API to be used for external application access
[16:52:20] CyberKnet: I was looking at it and was surprised to see that you could practically build a frontend from it.
[16:52:35] wagnerrp: some want the services API to replace the internal protocol completely
[16:52:36] stuartm: CyberKnet: in the long term it might replace the protocol, but that's not quite on the agenda just yet, what it is designed for is to stop third party projects using our internal protocol
[16:52:54] wagnerrp: personally, im in the first group
[16:53:01] stuartm: and making their mis-use of the protocol our problem
[16:53:11] CyberKnet: hey, whatever floats the boat of the people writing the frontend is fine with me :)
[16:53:13] wagnerrp: however i have an interest in rewriting the internal protocol in another direction anyway
[16:53:52] stuartm: I don't yet know if the new API has been demonstrated to have the same performance as the current protocol
[16:54:05] CyberKnet: stuartm: I could see that would be a problem. Does that infer that the services API would have a higher level of intra-version compatibility?
[16:54:36] wagnerrp: i guarantee it isnt, if for no other reason than the fact that the internal protocol is so damn simple, with very limited checking
[16:54:41] stuartm: CyberKnet: it should be more stable, and by design it shouldn't break if say a new field is added to a response
[16:54:51] CyberKnet: stuartm: makes sense.
[16:55:20] wagnerrp: but for most purposes, it should be sufficiently fast that other code will be the bottleneck
[16:55:49] wagnerrp: my bigger complaint is the transport
[16:55:54] stuartm: CyberKnet: it should also do much more input validation and shouldn't allow an application access to stuff that it doesn't need or which includes the potential to seriously screw up a backend
[16:55:58] wagnerrp: i dont like HTTP for internal communication
[16:56:12] wagnerrp: i want a persistent connection
[16:56:23] CyberKnet: HTTP lowers the bar for a lot of developers I suppose.
[16:56:24] wagnerrp: and yes, HTTP can maintain persistent connections...
[16:56:28] wagnerrp: it just seems... funky
[16:56:52] CyberKnet: most any HLL has HTTP and XML components that will slot right in.
[16:57:08] stuartm: persistent connections in http is more of an afterthought to the spec, it's not what they originally had in mind when it was designed
[16:57:19] wagnerrp: its not like basic synchronous socket code is tough to wrap your head around
[16:57:50] stuartm: and yes, http for internal communication is unusual to say the least
[16:58:12] CyberKnet: no, it's not tough. But there are a lot of entry level folks out there I suppose.
[16:58:32] CyberKnet: "Oh, I can write a shell script using wget to change channel? neat!"
[16:58:45] wagnerrp: entry level folks are only entry level folks because they think theyre entry level folks
[16:58:45] CyberKnet: of course, there were probably other ways for them to do that task
[16:58:48] CyberKnet: but still.
[16:59:15] CyberKnet: well, I'm certainly not arguing for http to be the transport... just wondering out loud why it might have been done that way.
[17:00:14] CyberKnet: If someone wrote a straight socket implementation it wouldn't be the first time someone wrote modular code to have multiple entry points. :)
[17:00:37] stuartm: it's fine for an external API and since this is replacing the existing xml interface, it make sense to keep it using http
[17:00:51] kisak (kisak!~kisak@pool-96-240-145-82.hrbgpa.fios.verizon.net) has quit (Ping timeout: 260 seconds)
[17:01:17] CyberKnet: stuartm: we could always CORBA... :D
[17:01:25] ** CyberKnet ducks **
[17:02:30] wagnerrp: CyberKnet: its like its tough to do 'echo "30 MYTH_PROTO_VERSION 72 D78EFD6F23 ANN Monitor localhost 011 SCAN_VIDEOS" | nc localhost 6543'
[17:02:38] wagnerrp: instead of wgetting some URL
[17:02:39] faichele (faichele!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (Quit: No Ping reply in 180 seconds.)
[17:02:51] wagnerrp: it just scares people
[17:02:51] CyberKnet: wagnerrp: I agree. I really do. :)
[17:02:53] faichele (faichele!~quassel@d16-205.informatik.uni-stuttgart.de) has joined #mythtv-users
[17:02:54] wagnerrp: so they dont even try
[17:04:17] wagnerrp: awww... you closed #10410 before i spotted it
[17:04:41] JRandolph (JRandolph!~casper@174.136.99.66) has quit (Quit: leaving)
[17:04:42] quicksilver: wagnerrp: there is considerable merit in having an external services API with parameter validatoin and less probability to screw things up, and an internal protocol which is tuned to be fast and used by trusted clients only and doesn't need validation?
[17:04:42] stuartm: wagnerrp: it's maybe less memorable, but that said I really don't want external scripts/apps using our current internal protocol, there's just too much potential for screw-ups
[17:05:35] wagnerrp: stuartm: true, and history has shown external scripts/apps only implementing the basic code needed to make their particular wants sorta work
[17:05:45] wagnerrp: both with the external protocol, and with database access
[17:06:32] pclark (pclark!~pclark@193.35.11.116) has quit (Ping timeout: 265 seconds)
[17:08:00] stuartm: besides, I personally want to see mythfrontend keep an edge over other clients, I'm not about to hand XBMC the keys to all of our best features – that might not bother everyone but when you've invested as much time in the frontend as I have ...
[17:12:09] CyberKnet: I have no desire for XBMC ... but it would be nice to see a full-featured android client ;)
[17:15:16] pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users
[17:16:14] stuartm: if someone provides me with the hardware, I might be inclined to ... but seriously, android apps == java?
[17:16:19] wagnerrp: stuartm: do any of the packaging scripts allow for manual selection of CPU optimization?
[17:16:39] wagnerrp: android can run native C applications, they dont need to be Java
[17:16:59] stuartm: wagnerrp: I haven't a clue
[17:20:47] CyberKnet: stuartm: the one android app I wrote was java... but I do believe there is native access available.
[17:21:23] CyberKnet: "java" ... I suppose I should put it in double quotes.
[17:21:39] wagnerrp: heh
[17:23:05] stuartm: I'm surprised that some lawyers somewhere haven't filed an injunction against them calling it Java
[17:23:24] CyberKnet: Oracle's throwing a huge lawsuit fit
[17:23:39] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has quit (Max SendQ exceeded)
[17:24:15] stuartm: CyberKnet: you'd think somehow I'd have heard about that, maybe I even saw the headlines and just skipped over it
[17:24:27] pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection)
[17:25:03] CyberKnet: stuartm: I really would have :)
[17:25:08] CyberKnet: heh
[17:25:25] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has joined #mythtv-users
[17:25:42] stuartm: Oracle/Java anywhere in the headline or first paragraph is enough to kill my interest normally
[17:25:47] nishttal2 (nishttal2!~nmittal@38.112.182.31) has joined #mythtv-users
[17:25:51] pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users
[17:25:51] faichele (faichele!~quassel@d16-205.informatik.uni-stuttgart.de) has quit (Read error: Connection reset by peer)
[17:26:33] nishttal2: Hello everyone.. i am planning to setup my shiny new Ubuntu 64bit machine as a media server and stumbled upon an article that suggested i could also use it as a DVR..
[17:26:56] nishttal2: however i was wondering...how would my computer connect to comcast? TVTuner?
[17:27:24] wagnerrp: get a cablecard tuner, and rend a cablecard from comcast
[17:27:29] wagnerrp: *rent
[17:27:42] kmcorbett1 (kmcorbett1!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[17:27:50] nishttal2: and comcast would be OK with that?
[17:28:13] wagnerrp: the FCC demands comcast be OK with that
[17:28:45] wagnerrp: mythtv is not licensed for cablecard use, which means we only get access to the 'copy freely' channels
[17:29:00] wagnerrp: which on comcast are going to be just about anything outside of the premiums
[17:29:08] wagnerrp: i.e. no showtime, no hbo
[17:29:13] nishttal2: i dont have premiums anyways
[17:29:32] wagnerrp: !url cablecard
[17:29:32] MythLogBot: No match for keyword cablecard
[17:29:38] nishttal2: how many shows will I be able to record/play simultanerous
[17:29:47] nishttal2: simultaneously*
[17:29:57] wagnerrp: http://mythtv.org/wiki/CableCARD
[17:30:10] nishttal2: oh wow cable card tuner is about 150
[17:30:20] wagnerrp: there are currently two mythtv supports, the DCR-2650 and HDHomeRun Prime
[17:30:26] nishttal2: TiVO is same price (Almost(
[17:30:31] wagnerrp: with a third, the infinitv, to be supported in the upcoming 0.25
[17:30:52] CyberKnet: nishttal2: this is one of the few times you can be glad you have comcast.
[17:30:52] wagnerrp: those are 2, 3, and 4 tuners, respectively
[17:31:12] wagnerrp: meaning they can record 2, 3, and 4 shows simultaneously
[17:31:15] nishttal2: CyberKnet, what does that mean
[17:31:22] nishttal2: wagnerrp, ok
[17:31:28] CyberKnet: nishttal2: never mind. wagnerrp's info is very good.
[17:31:44] wagnerrp: nishttal2: it means comcast has a reputation for screwing over their customers... while in this case, they are being nice and marking most of their content 'copy freely'
[17:31:46] nishttal2: wagnerrp, playing is independent of tuners?
[17:31:58] nishttal2: wagnerrp, aah ok
[17:32:05] wagnerrp: where as someone like time warner marks all of their content as DRMd
[17:32:06] ** CyberKnet wishes bitterly that he could use cablecard on Cox in Oklahoma as easily as comcast users can. **
[17:32:13] wagnerrp: making cablecard tuners worthless for mythtv users
[17:32:22] wagnerrp: mythtv records everything
[17:32:35] CyberKnet: Cox here in Oklahoma also marks everything as DRMd.
[17:32:44] wagnerrp: even 'live tv' is just a recording, with a bit of glue to allow the frontend to change channels
[17:33:01] nishttal2: ok once recorded.. would i be playing thru my PS3 (over the network) ?
[17:33:15] wagnerrp: livetv recordings will remain on disk for up to a day, or sooner if it needs to be deleted to free up disk space
[17:33:37] wagnerrp: the PS3 should be able to play the MPEG2/AC3/TS recordings you make with a cablecard tuner
[17:33:45] wagnerrp: using the UPNP client, and mythtv's UPNP server
[17:34:01] wagnerrp: if will only play existing recordings
[17:34:04] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (Excess Flood)
[17:34:12] wagnerrp: there is no mechanism in the UPNP server to initiate new livetv recordings
[17:34:15] CyberKnet: wagnerrp: I meant to ask... it's been a long time since I looked at what channels Cox really gave me. is there reason to expect a person might get more channels over cablecard than they would over QAM?
[17:34:20] nishttal2: ok.. in absence of PS3.. how does a mythtv playback on my TV (Sony Bravia)
[17:34:33] simcop2387 (simcop2387!simcop2387@p3m/member/simcop2387) has joined #mythtv-users
[17:34:37] wagnerrp: they connect the PC running mythtv to the bravia
[17:34:37] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has quit (Ping timeout: 252 seconds)
[17:34:37] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[17:34:53] nishttal2: thru VGA?
[17:34:59] nishttal2: like hooking up a computer to TV
[17:35:09] CyberKnet: VGA if you like... HDMI would be better.
[17:35:18] pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection)
[17:35:21] nishttal2: my comp does not have a HDMI out
[17:35:28] pyrodex (pyrodex!~rcrews@157.166.167.129) has joined #mythtv-users
[17:35:31] wagnerrp: does it have DVI
[17:35:35] nishttal2: yes
[17:35:41] wagnerrp: so use that
[17:35:53] nishttal2: ok.. so i need a comp physically next to my TV
[17:35:54] wagnerrp: you can pick up adapters, and adapter cables for a couple bucks online
[17:36:12] wagnerrp: thats the general idea, hence the term Home Theater PC
[17:36:17] nishttal2: what about remote/changing channels
[17:36:27] wagnerrp: use an IR receiver and LIRC
[17:36:32] CyberKnet: nishttal2: http://www.monoprice.com/products/product.asp . . . 1#largeimage
[17:36:33] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has joined #mythtv-users
[17:36:35] wagnerrp: or a wireless keyboard
[17:36:45] nishttal2: i see
[17:36:49] wagnerrp: or a cell phone with one of the network control utilities
[17:37:07] nishttal2: ok so its a fairly geeky setup (no offence, i am geek myself, but my wife is not) :)
[17:37:34] CyberKnet: wagnerrp: is the socket interface being removed in 0.25? or did someone say that in here about torc? I got a bit confused.
[17:37:36] pyrodex: Once you have a stable setup it is wife friendly..
[17:37:47] CyberKnet: nishttal2: a remote is not geeky in my experience.
[17:37:49] wagnerrp: CyberKnet: markk removed it from torc
[17:37:56] CyberKnet: wagnerrp: thx
[17:37:59] nishttal2: :)
[17:38:02] nishttal2: brb
[17:38:35] CyberKnet: wagnerrp: re QAM/cablecard question above ... is that in the wiki?
[17:38:52] wagnerrp: sort of
[17:38:56] wagnerrp: check out that link above
[17:39:17] wagnerrp: there is an external link there to a database one of the users is collecting for what content is available through cablecard
[17:39:23] wagnerrp: i dont know if there is any information for cox
[17:39:35] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users
[17:39:35] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc
[17:41:29] CyberKnet: Yeah, for CT and CA
[17:41:32] CyberKnet: nothing for OK.
[17:42:11] CyberKnet: I'm trying to figure out ... without buying a card can I determine what would be avaialble ... either via firewire or somehow through my QAM cards.
[17:42:45] CyberKnet: I'm thinking firewire might tell me.
[17:42:53] CyberKnet: it has the whole 5c bit.
[17:43:22] wagnerrp: assuming firewire is actually functional, it should give you a good idea of what you can expect
[17:43:59] CyberKnet: it's a big assumption, yeah.
[17:44:35] CyberKnet: Well, I have the STB right beside my front end so maybe I'll give it a shot ... if I can find my firewire cable and then get all the firewire stuff working on the FE ... and hope my STB is supported :D
[17:45:23] CyberKnet: logging into myharmony.com now to see which STB I have.
[17:48:27] npm_ (npm_!~npm@cpe-76-90-30-220.socal.res.rr.com) has joined #mythtv-users
[17:49:15] npm (npm!~npm@cpe-76-90-30-220.socal.res.rr.com) has quit (Ping timeout: 260 seconds)
[17:50:59] npm_ (npm_!~npm@cpe-76-90-30-220.socal.res.rr.com) has quit (Read error: Connection reset by peer)
[17:51:18] xavierh_ (xavierh_!~chatzilla@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has joined #mythtv-users
[17:52:56] pyrodex (pyrodex!~rcrews@157.166.167.129) has left #mythtv-users ()
[17:53:04] pyrodex (pyrodex!~rcrews@157.166.167.129) has joined #mythtv-users
[17:53:52] npm_ (npm_!~npm@cpe-76-90-30-220.socal.res.rr.com) has joined #mythtv-users
[17:55:22] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[17:55:48] zombor_ (zombor_!~zombor_@kohana/developer/zombor) has joined #mythtv-users
[17:57:34] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[17:59:11] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Ping timeout: 260 seconds)
[18:01:45] trumee_afk is now known as trumee
[18:04:56] CyberKnet: Hmmm... DCX-3200
[18:04:59] davide_ (davide_!~david@mythtv/developer/gigem) has quit (Remote host closed the connection)
[18:05:22] davide_ (davide_!~david@mythtv/developer/gigem) has joined #mythtv-users
[18:11:33] _Anomaly (_Anomaly!Anomaly@84.113.191.24) has joined #mythtv-users
[18:16:28] _Anomaly (_Anomaly!Anomaly@84.113.191.24) has quit (Ping timeout: 276 seconds)
[18:17:59] trumee is now known as trumee_afk
[18:23:46] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[18:26:10] Jordack: so i think comcast messed up. Got my Prime working on myth(sorta). I get more channels on the Prime that i do on my cable box. Which is cool by me
[18:26:38] npm_ is now known as npm
[18:35:29] RogerM (RogerM!~chatzilla@212.247.248.179) has joined #mythtv-users
[18:36:00] Jordack: is there a setting to run mythfilldatabase to repopulate everything? Mine seems to be missing alot
[18:36:09] kormoc: --refresh-all
[18:36:29] Jordack: thanks
[18:38:34] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Read error: Connection reset by peer)
[18:40:21] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users
[18:41:30] seeker (seeker!~seeker@unaffiliated/seeker) has quit (Remote host closed the connection)
[18:41:44] seeker_ (seeker_!~seeker@unaffiliated/seeker) has joined #mythtv-users
[18:42:34] _Anomaly (_Anomaly!Anomaly@84.113.191.24) has joined #mythtv-users
[18:44:40] knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users
[18:47:40] _Anomaly (_Anomaly!Anomaly@84.113.191.24) has quit (Ping timeout: 276 seconds)
[18:49:45] Shadow__X (Shadow__X!~jose@c-68-38-215-67.hsd1.nj.comcast.net) has joined #mythtv-users
[18:51:33] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users
[18:57:09] zombor_ is now known as zombor
[18:57:41] Shadow__X (Shadow__X!~jose@c-68-38-215-67.hsd1.nj.comcast.net) has quit (Changing host)
[18:57:41] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has joined #mythtv-users
[19:06:19] sphery: Jordack: if you're using Schedules Direct, don't ever use --refresh-all, instead use --dd-grab-all /and/ see http://www.gossamer-threads.com/lists/mythtv/users/449426#449426 and [26033] (link below from MythLogBot ), so you can set it up to do it always
[19:06:23] MythLogBot: SVN 26033: (branch master) https://github.com/MythTV/mythtv/commit/d2822566
[19:06:47] sphery: Jordack: if you're not using Schedules Direct, and are using normal XMLTV, note that --refresh-all doesn't refresh today.
[19:07:56] stuartm: --refresh-every-day-except-today
[19:08:22] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[19:09:59] stuartm: do we know why it doesn't refresh today?
[19:10:23] kormoc: so it doesn't hurt currently scheduled recordings was the lore
[19:10:44] sphery: stuartm: because refreshing today is dangerous and can cause recording failures, so you have to say "really do it"
[19:10:50] sphery: (i.e. with --refresh-today)
[19:11:46] stuartm: sphery: only with SD, not with xmltv because xmltv doesn't wipe the tables, it updates only changed entries
[19:11:46] sphery: stuartm: this is also why --dd-grab-all wasn't made the default (because it /does/ refresh today, and--for users whose systems are woefully underpowered or improperly configured, --dd-grab-all taking 2hrs would be a very bad thing)
[19:12:13] stuartm: several xmltv grabbers refresh all days at once with no ill effect
[19:12:26] sphery: if it's updating in progress or about-to-start shows, it can cause problems
[19:12:58] sphery: also, since many/most xmltv grabbers don't provide data from before now, you end up with holes
[19:13:41] sphery: I think it should do all but today and if you want both, you specifically say --refresh-all --refresh-today (or, feel free to change the name of --refresh-all, but I think separate is good)
[19:14:22] stuartm: hmm, not sure that's really true, but I don't feel like arguing about it
[19:14:27] sphery: anyway, based on IP, I'm guessing Jordack needs to use --dd-grab-all and shouldn't be using --refresh-all
[19:14:31] Jordack: im using schedules direct. I have todays just not three days from now. My subscription doesnt end till june
[19:14:50] Jordack: well i started refresh all. hoping canceling that hurt anything
[19:15:13] sphery: Jordack: yeah, see the linked posts, and you'll want to use --dd-grab-all. If your system can handle it well enough, you probably want to configure it to always use --dd-grab-all (as described in the 2 posts)
[19:15:35] Jordack: thanks reading those now
[19:17:36] Jordack: off the top of anyones head. You know where the filldb aurgs are in teh db? at work right now so no access to setup. if not no biggie
[19:18:24] Jordack: its a quad core with 8gb should be able to handle the processing
[19:27:50] stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (Remote host closed the connection)
[19:33:36] seeker_ (seeker_!~seeker@unaffiliated/seeker) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[19:34:42] wizbit (wizbit!~wizbit@78-86-171-176.zone2.bethere.co.uk) has quit (Quit: leaving)
[19:35:32] wizbit (wizbit!~wizbit@unaffiliated/wizbit) has joined #mythtv-users
[19:35:35] wizbit: .
[19:35:39] sphery: weird
[19:35:43] wizbit: haha strange
[19:35:52] sphery: not sure why that happens... freenode craziness
[19:36:16] sphery: whatever causes it in #mythtv-theming for lots of us (even devs) caused it for you here
[19:36:25] wizbit: ive only just turned on a cloak, maybe something to do with that
[19:36:39] sphery: that's possible
[19:36:53] sphery: or have you been lurking without speaking for days in here?
[19:37:12] wizbit: i usually hang in this channel, speak on occassion
[19:37:18] sphery: based on anecdotal evidence, that seems to be a common precursor to its happening in #mythtv-theming
[19:37:26] wizbit: aye ok
[19:37:43] wizbit: its time to dd my joggler frontend image
[19:37:55] sphery: anyway, it seems just logging out of freenode, then back in fixes it... for me, part'ing/join'ing channel hasn't been enough
[19:38:04] sphery: glad it's fixed
[19:38:27] wizbit: glad to be back :D
[19:39:56] ** wizbit notices this place is 'friendly' than it used to be **
[19:59:22] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Ping timeout: 244 seconds)
[20:04:39] Seeker`: wizbit: how long ago was it not friendly?
[20:09:40] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[20:11:03] wizbit: Seeker`: at one stage i thought i was in a 'dev' channel :P
[20:17:01] pclark (pclark!~pclark@host86-159-208-80.range86-159.btcentralplus.com) has joined #mythtv-users
[20:26:30] pclark (pclark!~pclark@host86-159-208-80.range86-159.btcentralplus.com) has quit (Remote host closed the connection)
[20:28:21] wagnerrp: so this whole github business is amusing
[20:28:55] wagnerrp: the guy files a bug ticket several days ago, claiming a "serious vulnerability"
[20:29:00] wagnerrp: ticket gets closed
[20:29:33] kisak (kisak!~kisak@pool-96-240-145-82.hrbgpa.fios.verizon.net) has joined #mythtv-users
[20:29:53] wagnerrp: so he hacks the repository/ticketing system using said flaw, and complains
[20:30:52] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has quit (Ping timeout: 252 seconds)
[20:31:12] dekarl: wagnerrp: I'm confused as he seems to only have communicated with the ruby project but github using ruby, too, was affected, too
[20:32:13] dekarl: make that rails/rails ;)
[20:32:15] ToadP (ToadP!~jboyle@184.175.20.6) has joined #mythtv-users
[20:32:40] wagnerrp: github was just the unwitting victim of the event
[20:33:14] wagnerrp: who by fortune happened to be run using the vulnerable software in question
[20:33:54] dekarl: makes it confusing to follow who disclosed what (un)responsibly...
[20:34:26] wagnerrp: yeah, there are claims its closed "duplicate"
[20:36:15] dekarl: cool devs "Same feeling as @xxx secure by default sounds good, but geez." so it got closed as "no, we don't want to be secure" 3 months ago
[20:36:37] k-man: strange
[20:38:00] npm (npm!~npm@cpe-76-90-30-220.socal.res.rr.com) has quit (Remote host closed the connection)
[20:38:46] npm (npm!~npm@cpe-76-90-30-220.socal.res.rr.com) has joined #mythtv-users
[20:39:53] lis0r (lis0r!~lisa@garak.bismuth83.co.uk) has joined #mythtv-users
[20:43:56] nishttal2 (nishttal2!~nmittal@38.112.182.31) has quit (Quit: Leaving)
[20:46:21] Seeker`: sounds like it was discussed, and the answer was 'we dont want to enable a more secure option by default, people should read the documentation"
[20:46:51] Seeker`: the guy re-discovered the vulnerability, said 'fix it', they said 'no', so he tried to prove a point
[20:47:30] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users
[20:48:14] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-172-53-183.range86-172.btcentralplus.com) has joined #mythtv-users
[20:51:52] pclark (pclark!~pclark@host86-159-208-80.range86-159.btcentralplus.com) has joined #mythtv-users
[20:52:44] uW__ (uW__!~uW@74.174.28.98) has quit (Ping timeout: 265 seconds)
[20:52:46] hadack (hadack!~hadack@g229060062.adsl.alicedsl.de) has joined #mythtv-users
[20:53:26] uW (uW!~uW@74.174.28.98) has joined #mythtv-users
[20:56:11] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!)
[20:56:27] k-man: how can i safely run master on my dev machine, while .24fixes is running on my production machine?
[20:57:14] sphery: k-man: carefully
[20:57:24] k-man: sphery, heh
[20:57:33] sphery: be very careful to have a good config.xml and/or mysql.txt
[20:57:46] sphery: use different PIN numbers for the 2 systems
[20:58:46] sphery: and do /not/ use 0000 for the "Security PIN (required)" on the production system
[20:58:58] sphery: (as that allows any client to connect/upgrade database)
[20:59:06] k-man: ah i see
[20:59:24] sphery: I also configured my dev box as a localhost system
[20:59:38] sphery: so it can only have the one host
[20:59:50] sphery: (localhost master backend/this backend)
[21:00:03] sphery: note, though, that you /do/ need 2 different databases
[21:00:16] hadack (hadack!~hadack@g229060062.adsl.alicedsl.de) has quit (Ping timeout: 276 seconds)
[21:00:26] sphery: I even put mine on 2 different MySQL servers to add a bit more separation
[21:00:41] sphery: (and allows me to take down dev db server without affecting production)
[21:02:58] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[21:03:07] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:b8de:8678:bf48:46d4) has quit (Quit: Bye...)
[21:04:35] MrPaco (MrPaco!~MrPaco@61.Red-88-5-230.dynamicIP.rima-tde.net) has quit (Quit: Leaving)
[21:05:16] k-man: ok thanks, i'll try all that
[21:08:10] pclark (pclark!~pclark@host86-159-208-80.range86-159.btcentralplus.com) has quit (Remote host closed the connection)
[21:11:22] hadack (hadack!~hadack@g229060197.adsl.alicedsl.de) has joined #mythtv-users
[21:15:03] jkfod (jkfod!~Greg_od@212-178-1-133.broadband.tenet.odessa.ua) has quit (Remote host closed the connection)
[21:19:48] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has joined #mythtv-users
[21:24:46] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_)
[21:25:41] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[21:34:32] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[21:36:10] wizbit: anybody know how much roughly UK electricity costs kWh
[21:43:18] RogerM (RogerM!~chatzilla@212.247.248.179) has quit (Quit: ChatZilla 0.9.88 [Firefox 10.0.1/20120208060813])
[21:43:31] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_)
[22:01:03] ikevin (ikevin!~kevin@2a01:240:fe76:1::1) has quit (Ping timeout: 260 seconds)
[22:02:06] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has quit (Quit: sohocoke)
[22:02:26] ikevin (ikevin!~kevin@2a01:240:fe76:1::1) has joined #mythtv-users
[22:04:55] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users
[22:06:34] joki (joki!~joki@p548658E9.dip.t-dialin.net) has quit (Ping timeout: 276 seconds)
[22:07:10] darkdrgn3k (darkdrgn3k!~darkdrgn@209.90.253.66) has quit (Read error: Connection reset by peer)
[22:08:15] Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit ()
[22:31:32] joki (joki!~joki@p54863977.dip.t-dialin.net) has joined #mythtv-users
[22:32:43] kinsel8 (kinsel8!~jml974@191.112.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds)
[22:34:27] kinsel8 (kinsel8!~jml974@191.112.233.220.static.exetel.com.au) has joined #mythtv-users
[22:39:43] joki (joki!~joki@p54863977.dip.t-dialin.net) has quit (Ping timeout: 276 seconds)
[22:52:33] jya_ (jya_!~jyavenard@120.148.99.54) has joined #mythtv-users
[22:52:36] jya_ (jya_!~jyavenard@120.148.99.54) has quit (Changing host)
[22:52:36] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users
[22:55:03] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:949a:a70f:8b74:f082) has joined #mythtv-users
[22:57:49] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[22:58:05] streeter (streeter!streeter@nat/redhat/x-syjjgpeqpcfmdqpk) has quit (Quit: Leaving)
[22:59:52] xavierh_ (xavierh_!~chatzilla@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has quit (Ping timeout: 276 seconds)
[23:00:34] joki (joki!~joki@p54865FDF.dip.t-dialin.net) has joined #mythtv-users
[23:04:37] kmcorbett (kmcorbett!~kmcorbett@199.180.145.100) has quit (Quit: Leaving.)
[23:04:38] clever (clever!~clever@142.167.216.200) has quit (Ping timeout: 260 seconds)
[23:07:58] clever (clever!~clever@142.167.216.200) has joined #mythtv-users
[23:23:03] clever (clever!~clever@142.167.216.200) has quit (Ping timeout: 265 seconds)
[23:23:19] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 246 seconds)
[23:23:33] joki (joki!~joki@p54865FDF.dip.t-dialin.net) has quit (Ping timeout: 248 seconds)
[23:24:34] joki (joki!~joki@p54863DB2.dip.t-dialin.net) has joined #mythtv-users
[23:26:35] clever (clever!~clever@142.167.216.200) has joined #mythtv-users
[23:27:41] wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Remote host closed the connection)
[23:30:04] trumee_afk is now known as trumee
[23:35:44] wagnerrp (wagnerrp!~wagnerrp_@2001:470:1f11:12f::a27) has joined #mythtv-users
[23:35:44] wagnerrp (wagnerrp!~wagnerrp_@2001:470:1f11:12f::a27) has quit (Changing host)
[23:35:44] wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv-users
[23:35:45] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp
[23:46:16] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has quit (Quit: sohocoke)
[23:46:47] jya: k-man: you can compile your master code so it never attempts to upgrade the database, and won't complain about a database format change
[23:46:59] jya: that's how I did it up to a few days ago...
[23:47:19] jya: livetv and recordings didn't work between a master frontend and a 0.24 backend though
[23:47:34] jya: everything else worked "okay"…. enough for testing that is
[23:47:50] xavierh_ (xavierh_!~chatzilla@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has joined #mythtv-users
[23:47:52] k-man: jya, oh – is that a compile time option?
[23:47:58] jya: yep
[23:48:06] k-man: thanks jya ill check it out
[23:48:08] jya: used to be a user option
[23:48:39] jya: but somehow decided that he knows better and obfuscation is a good way to prevent trouble :)
[23:48:45] ** jya points at sphery **
[23:49:04] jya: A few days ago I posted the info on how to do it in the mythtv-dev list
[23:51:17] Beirdo: huh?
[23:51:40] Beirdo: that's a really rotten idea to suggest to most users
[23:51:43] sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users
[23:52:10] jya: Beirdo: hence why it's in the dev list, for a very genuine case….
[23:52:19] Beirdo: the version checks are there for a good reason. Bypassing them should only be done in very specific cases
[23:52:55] jya: i can perfectly see why someone working on master might want to run his application for testing purposes and still keep a fixes/0.24 backend for stability purposes
[23:53:07] Beirdo: too bad
[23:53:13] Beirdo: they are not compatible
[23:53:18] jya: I know it's a valid use case, because that's precisely what I needed to do
[23:53:42] gizmobay (gizmobay!~gizmobay@ip98-165-216-111.ph.ph.cox.net) has joined #mythtv-users
[23:54:20] jya: now, if someone compiles with those options, I can only assume he knows what he's doing and preventing him to do so his useless as if he's compiling , removing the check is trivial anyway
[23:54:27] Beirdo: the right way around that is to have your "production" and "development" setups completely separate
[23:54:41] Beirdo: but... whatever.
[23:54:55] gizmobay: I have a video that has two subtitle files. How do I name them so I can toggle both? The movie is Movie.2009.avi and the subtitle that works is Movie.2009.srt. How can I work the other one?
[23:54:56] jya: well, not everyone can manage to have more than 2 machines running at the same time with the same environment
[23:55:13] Dave123-road (Dave123-road!someone@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv-users
[23:55:31] Beirdo: anyone who's capable of development on the project should be capable of that :)
[23:55:40] Beirdo: I would think
[23:55:46] jya: n my case, my backend is the only machine connected to an hdmi amp supporting dts-hd.. I wasn't going to buy a complete new set just so I could try HD passthrough without breaking my system
[23:55:53] Beirdo: or even on the same machine, two separate databased
[23:56:00] Beirdo: databases rather
[23:56:28] davide_ (davide_!~david@mythtv/developer/gigem) has left #mythtv-users ("Konversation terminated!")
[23:56:42] jya: way too much trouble…. mythavtest not complaining for the database change was much better, especially when it doesn't need to access the database anyway, yet complain if the format is different
[23:57:03] jya: anyhow… that's my opinion… won't change :)
[23:57:22] Beirdo: umm, it does use the database, just maybe not the tables changed in the upgrades in question
[23:57:44] jya: I'm 100% sure it didn't.. all it reads are the settings
[23:58:03] Beirdo: settings, cutlists for playback...
[23:58:04] jya: such as: is passthrough, how many channels etc..
[23:58:20] Beirdo: program info for the file being played back
[23:58:23] Beirdo: as far as I know
[23:58:24] jya: not if you tell it which video to play in the command line...
[23:58:51] Beirdo: and logging (unless you tell it not to)
[23:58:55] jya: as I said, there are specific use case scenario where it makes sense…
[23:59:05] jya: ah that change did annoy me and broke for a while
[23:59:19] jya: that's until I manually created the database log table
[23:59:26] jya: I did curse you on that day, I remember :)
[23:59:52] Beirdo: if you'd let it upgrade the DB as it's supposed to, all woulda been well

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