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

Daily chat history

Current users (194):

ab0oo_, abqjp, Agrajag-, ahbritto, ajh, akv, alexvd_, Anduin, Anduin_, AndyCap, anenigma, anykey_, armbar, at0m|c, bagpuss_thecat, benc-, bio____, BleedAway, bobgill, bobgill2, briand, bsdfox_, bsjeep, cafuego, Caliban, Captain_Murdoch, ceecil, cesman, chainsawbike, ChanServ, charlieS, chasep, clever, Coded1, ComandXX, Computer_Czar, CoreDump, Cougar, cout, crichardson, croppa, cworth, d00gster, dagar, Dagmar, Dave123, dec, directhex, dlblog, dmz, dustybin, Egghead2, eNeRGi, EvilGuru, Exstatica, famicom, favro, Floppe, floppyears, fryfrog, Gary135791, GiantPickle, Gnea, gnome42, grantm, gregL, GreyFoxx, growler, hadees, Hannibal-, high-rez, highzeth, Honk, Hoxzer, Huijari, insta, ivor, i_is_cat, J-e-f-f-A, J-e-f-f-A|work, jabra, jamesd, jams, janneg, jblack, jduggan_, jgarvey, jhulst, jk1joel, jpabq, justdave, justinh, jvs, kabtoffe, kali67, KaZeR, keith4, kormoc, kothog, KraMer, kslater, kuil, LabMonkey, ldam, leprechau, liri, mace, Maliuta, MaverickTech, mikecharest, mikegrb, MilkBoy, mishehu, Mixx, mm_202, MythLogBot, mzb_d800, nagnag, NeoMatrixJR, Nido, Nik_Doof, nuonguy, olds, opello, orkid, otwin, ozatomic, packetscan, Patina, PatrickDK, pigeon, piksi, PointyPumper, praet, purserj, quicksilver, quigleymd, RaYmAn-Bx, Ra^, rebel52, Reiver, riddlebox, rimbob, roz_, RyeBrye, SHADOW__X, sid3windr, simcop2387, SlicerDicer, Smirnov, source_code, sphery, Spida, squidly, squish102, stoth, styelz, Sulx, sutula, t0ny-p40, tank-man, tarbo_, teprrr, tewk, tfm, thedarkone, Therock_, the_alien, the_alien__, Thomas-, thoraxe, tjcarter, Tomasu, tomimo, tonyb, toorima, Toxicity999, tris, Vaelys, Varak^, wagnerrp, webvictim, weevilofdoom, Winkie, wire, xand, xand2, xris, zer-0-, [CSI]Octane, [gquit]bombadil, [PUPPETS]Gonzo, _charly_, _gunni_
Monday, August 18th, 2008, 00:03 UTC
[00:03:09] EvilGuru (EvilGuru!n=freddie@witherden.org) has quit ()
[00:05:13] squidly (squidly!n=squidly@HoodLUG/member/squidly) has quit (Read error: 104 (Connection reset by peer))
[00:08:09] nludlam (nludlam!n=nick@87-194-64-157.bethere.co.uk) has quit ("Your program has crashed and your access is denied")
[00:11:53] H3 (H3!n=hiphophi@c-71-197-252-44.hsd1.wa.comcast.net) has joined #mythtv-users
[00:14:37] H3: can anyone help me get the mythtv-ipod script working (described here http://www.mythtv.org/wiki/index.php/Streamin . . . _or_iPhone)? ffmpeg throws a floating point exception on the last line of the script.
[00:15:17] H3: i found something saying you need to recompile ffmpeg in order to encode ipod-compatable videos on ubuntu (my distro), but I did that & it didn't change anything
[00:16:41] wagnerrp: well thats the only line of that script with any real merit
[00:16:44] wagnerrp: anyway, whats the error?
[00:17:25] H3: right. the error is just "21512 Floating point exception" & then it echoes the ffmpeg command back to me
[00:18:13] H3: but further up in the ffmpeg output it also says "marker bit missing before time_increment_resolution= 530.9kbits/s" & then "header damaged"
[00:18:15] wagnerrp: well thats perfectly nebulous
[00:18:34] wagnerrp: dump the whole output to a pastebin
[00:21:42] H3: sorry, how do I capture the output into a file?
[00:22:02] wagnerrp: pastebin isnt a file, its a website
[00:22:12] H3: i know, but I need to dump it into a file first
[00:22:17] wagnerrp: but anyway, on linux systems, left click and drag to copy, middle click to paste
[00:22:45] H3: it's a headless system, i need to redirect the output of the script into a file
[00:23:03] wagnerrp: you have terminal access do you not?
[00:23:10] H3: yes
[00:23:18] wagnerrp: you cant copy from there?
[00:23:39] wagnerrp: well remote terminal rather, ssh
[00:23:45] iamlindoro_: *pregnant pause*
[00:24:05] wagnerrp: anyway redirecting output to a file is a complex process
[00:24:15] wagnerrp: you have to append '>' to your command
[00:24:20] iamlindoro_: especially with ffmpeg, which outputs everything to stderr
[00:24:34] wagnerrp: really?
[00:24:37] iamlindoro_: yep
[00:24:46] iamlindoro_: will need 2>&1
[00:24:54] wagnerrp: ah, well.. then do a '&2>1 >' or something like that
[00:25:43] iamlindoro_: ./myscript.whatevs > output.log 2>&1 ought to more or less do it, do who knows
[00:25:46] iamlindoro_: er but who knows
[00:26:08] H3: http://pastebin.com/m3f10e9dd
[00:26:21] iamlindoro_: (I think the answer to that pregnant pasue was "yes"  ;) )
[00:26:41] H3: yeah using 2>&1 didn't pt anything into the file =/ oh well. i got it
[00:27:56] wagnerrp: '-vcodec mpeg4'? what codec is that?
[00:28:37] H3: I have no idea, i copied the whole script from http://mythtv.org/wiki/index.php/Streaming_to . . . ch_or_iPhone
[00:28:39] wagnerrp: format standard ASP?
[00:29:25] iamlindoro_: Looks like someone helpfully "fixed" the script on August 1st. Yay wikis!
[00:29:52] mzb_d800: I'm getting weird effects with latest 0.21-fixes build + nvidia 173.14.12 drivers
[00:30:51] mzb_d800: playback is more than just "jerky" ... every second or so, playback skips back a hundred milliseconds or so ... at least that's what it looks like
[00:31:59] mzb_d800: audio is ok, and CPU usage is normal (about 45%)
[00:32:08] iamlindoro_: I would suggest that the ipod script in the Myth source would probably be a better bet, myself
[00:32:11] wagnerrp: well the command H3 used is identical to the one currently in the wiki
[00:32:54] iamlindoro_: but the error seems to be with ffmpeg, and not the script, if I had to guess... sounds like brokenness
[00:33:13] wagnerrp: and the error is changing
[00:33:20] wagnerrp: so its not something that can be traced
[00:33:24] H3: i also found this: https://wiki.ubuntu.com/ffmpeg
[00:33:41] H3: but I did as it suggested & recompiled, but no help
[00:34:55] wagnerrp: is it possible mythtv is writing faulty nuv files?
[00:34:56] KaZeR (KaZeR!n=kazer@106.149.81-79.rev.gaoland.net) has quit (Read error: 110 (Connection timed out))
[00:35:05] wagnerrp: try it on some other video files
[00:35:21] H3: should this work on any video file?
[00:36:02] ** directhex smells a faulty recompile of ffmpeg, proposes not using a dodgy recompile & installing from medibuntu instead **
[00:36:07] iamlindoro_: just sopied the script down, fixed the aac *back* to libfaac for current ffmpeg SVN, and it works fine
[00:36:13] iamlindoro_: er copied
[00:36:16] ahave (ahave!n=alexandr@c-76-123-227-245.hsd1.tn.comcast.net) has joined #mythtv-users
[00:36:18] ** iamlindoro_ concurs! **
[00:36:44] H3: I started with an install from medibuntu
[00:37:06] wagnerrp: it *should* work on any video file that ffmpeg currently has decode support for
[00:37:07] iamlindoro_: anyway, confirmed, script works fine (once you sort out the audio codec name)
[00:37:09] H3: & using libfaac was not recognized by ffmpeg
[00:37:21] iamlindoro_: That's because your ffmpeg is ollllllld
[00:37:56] H3: i assumed the medibuntu one would be up to date, do I need to compile from svn?
[00:38:33] iamlindoro_: you can do what you like, but the point is, the script is fine, your ffmpeg is somehow broken. A great questions would be "Hey Ubuntu, how have you gone through eleventy billion releases and ffmpeg is always totally foot-shot?"
[00:38:40] iamlindoro_: er question
[00:39:04] wagnerrp: never assume any pre-built package will ever be of any recent release
[00:39:14] H3: hehe, ok i see
[00:39:19] H3: thanks for the help
[00:39:45] my2keh (my2keh!n=my2keh@0013100509D9.cpe.persona.ca) has joined #mythtv-users
[00:42:41] my2keh: are there any tutorials for how to pop messages up on the OSD?
[00:42:57] iamlindoro_: Read the comments in the source of the mythtvosd stuff in contrib
[00:43:02] iamlindoro_: and the readmes
[00:43:04] MasseR (MasseR!n=masse@fizban.yok.utu.fi) has quit (Remote closed the connection)
[00:43:37] my2keh: ok I'll check that
[00:43:50] my2keh: I want to popup a message whenever there's a recoding of 0 bytes
[00:44:05] my2keh: so that I can, if I'm watching TV, fix it right away
[00:44:31] wagnerrp: good thing, popups only function in playback mode
[00:44:36] wagnerrp: not while in the menus
[00:44:58] my2keh: right...not too often do we have the TV just sitting on a menu
[00:45:28] mzb_d800: there are other ways of doing osd
[00:45:56] my2keh: oh?
[00:47:03] mzb_d800: see xosd
[00:47:43] my2keh: like libxosd?
[00:49:06] ** dmz wishes i could have "filters" for each myth box so the kids box would only show the kids recordings and mine would only show mine **
[00:49:26] mzb_d800: yes
[00:49:36] wagnerrp: you can put things into recording groups
[00:49:39] wagnerrp: and then filter by group
[00:49:51] wagnerrp: you can also filter by content
[00:51:25] my2keh: i think I'll do mythtvosd
[00:51:25] my2keh: nice and simple..
[00:51:34] my2keh: a quick job that checks for 0 bytes; and displays a message if it finds one
[00:51:56] mzb_d800: simple, but unable to display over menu (etc)
[00:52:08] mzb_d800: xosd is easy enough to get used to
[00:52:29] my2keh: right, but we don't stick on menu's very long...
[00:52:43] my2keh: it annoys me on the plasma
[00:53:33] mzb_d800: sounds like a screensaver might be an idea ;)
[00:53:49] mzb_d800: in which case xosd might still help (not sure about that)
[00:54:05] my2keh: I do have it a screen saver (goto black)
[00:54:11] mzb_d800: :)
[00:54:14] mzb_d800: anyway ... time to pack up a machine for return.
[00:54:15] mzb_d800: bbl
[00:54:17] iamlindoro_: That's not a screensaver, that's a BASIC program
[00:54:19] my2keh: it goes on in like 2 minutes heh
[00:54:26] my2keh: thanks mzb_d800
[00:55:17] wagnerrp: yeah... i think youre right. chewy, start hitting backspace!
[00:56:49] phatmonkey (phatmonkey!n=ben@scooby.firshman.co.uk) has quit ()
[00:57:27] iamlindoro_: What's a one man fighter doing this far out?
[01:02:17] directhex: he should have turned left at Albuquerque
[01:03:14] RyeBrye: Everyone see the "reconditioned" 750 GB Seagate Baracuda 7200.10's on woot today for $77 each?
[01:03:44] wagnerrp: cant you get new drives at almost that price?
[01:05:16] RyeBrye: newegg has the same model of oem drives for $129
[01:05:34] iamlindoro_: There was a deal for $95 for same a few days back, new IIRC
[01:05:42] wagnerrp: i thought it was $85
[01:06:04] RyeBrye: Yeah, I'm going go to go with 1 TB 7200.11's I think
[01:06:34] directhex: past 2am?
[01:06:35] directhex: check
[01:06:38] directhex: work in the morning?
[01:06:39] directhex: check
[01:07:57] iamlindoro_: Now you're just 36 straight hours of WoW away from having a "problem."
[01:08:33] RyeBrye: How does the new MythUI stuff look? is it starting to look pretty modern?
[01:08:39] iamlindoro_: identical
[01:08:43] iamlindoro_: in every way
[01:08:46] iamlindoro_: (so far)
[01:08:48] directhex: iamlindoro, well i DID buy an MMO on saturday
[01:09:07] iamlindoro_: wait, I take that back, there IS a new progress bar
[01:09:14] iamlindoro_: directhex, J'accuse!
[01:09:40] RyeBrye: A bunch of gratuitous eye candy will be nice eventually – 'cause if we all have to get big f'ing processors to play back HD stuff, we might as well use them when we're navigating menus! :)
[01:09:47] iamlindoro_: RyeBrye, MythUI is still waiting for people to start writing themes to take ADVANTAGE of it, and since it's not done, nobody really has
[01:09:49] directhex: my network switch is too unreliable. it keeps booting me off my network
[01:10:01] RyeBrye: iamlindoro_ – gotcha, that makes sense
[01:10:51] iamlindoro_: lots of the functionality is there, though... I would expect metallurgy to be the one that gets lots of bling first
[01:12:28] Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit ("Client exiting")
[01:12:38] wagnerrp: thats usually about the time you get a new network switch
[01:12:52] wagnerrp: or new network cards if it turns out thats the problem
[01:18:26] iamlindoro_: Or even worse, a "gamer network card"
[01:18:38] iamlindoro_: OH, bionic Commando, how do I keep forgetting to play you??
[01:21:14] ahave (ahave!n=alexandr@c-76-123-227-245.hsd1.tn.comcast.net) has quit ()
[01:22:49] ComandX (ComandX!n=ComandX@24-148-19-126.fld-bsr1.chi-fld.il.cable.rcn.com) has joined #mythtv-users
[01:23:33] ComandX (ComandX!n=ComandX@24-148-19-126.fld-bsr1.chi-fld.il.cable.rcn.com) has quit (Client Quit)
[01:30:01] ComandX (ComandX!n=ComandX@24-148-19-126.fld-bsr1.chi-fld.il.cable.rcn.com) has joined #mythtv-users
[01:30:18] ComandX: How many simultanious firewire streams will MythTV support?
[01:30:20] ComandX: recording
[01:30:39] ComandX: can I have 3 firewire connections from 3 different boxes and it will record all 3 at once?
[01:33:30] ahave (ahave!n=alexandr@c-76-123-227-245.hsd1.tn.comcast.net) has joined #mythtv-users
[01:35:34] my2keh: Woohoo
[01:35:39] my2keh: got it working with mythosd
[01:35:48] my2keh: put it in crontab and voila
[01:37:24] Kernel (Kernel!n=rewt@unaffiliated/blazed) has quit ("(User has been banned(...))")
[01:42:13] ab0oo_ (ab0oo_!n=johng@c-76-97-204-50.hsd1.ga.comcast.net) has joined #mythtv-users
[01:42:54] ab0oo_: ok, where's the sorry SOB that told me to trade my HVR-1800 for a -1600... :)
[01:47:17] ** mzb_d800 waves H I D E in semaphore to SOB **
[01:49:24] ab0oo_: yeah, cuz, you know, I'm an Internet Tough Guy and all.
[01:49:38] my2keh (my2keh!n=my2keh@0013100509D9.cpe.persona.ca) has quit ()
[01:50:59] ab0oo_: it was either iamlindoro or sphery.
[01:51:08] ahave (ahave!n=alexandr@c-76-123-227-245.hsd1.tn.comcast.net) has left #mythtv-users ()
[01:52:41] iamlindoro: Go for it, internet tough guy
[01:52:51] iamlindoro: The 1600 works fien with myth, and in linux
[01:52:53] iamlindoro: er fine
[01:53:03] ab0oo_: it's deaf as a post.
[01:53:11] sphery: ab0oo_: It wasn't sphery...
[01:53:30] iamlindoro: Can't imagine what you mean by deaf
[01:53:42] ab0oo_: I'm having a hard time finding the channels that the HVR-1800 was finding.
[01:53:49] ab0oo_: yes, the cable is plugged into the right port.
[01:54:16] iamlindoro: Is it finding *any* channels?
[01:54:29] ab0oo_: about 25% of the ones I know I get
[01:54:48] Sulx (Sulx!i=suolx@skenegroup.net) has quit (Read error: 131 (Connection reset by peer))
[01:55:07] iamlindoro: You might want to talk to the guys in #linuxtv and see what/if there's anything you can do about signal sensitivity... or you might just try using some amplification
[01:55:48] ab0oo_: and the ber (bit error rate) on the ones I can find are >0, which I never saw with the 1800
[01:55:57] ab0oo_: it's just puzzling.
[01:58:50] Sulx (Sulx!i=suolx@skenegroup.net) has joined #mythtv-users
[02:01:59] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Connection timed out)
[02:02:31] ab0oo_: well, with an amp, the Signal goes up, the BER drops a little (but not to zero)
[02:03:18] wagnerrp: the amp is before? or after? any splitters you have
[02:03:20] ab0oo_: but the FE still won't get a lock on NBC, which I had no problem with the 1800 lat night
[02:03:58] ab0oo_: I have two splitters. a 1->2 at the entry point that splits cable modem to one side, video to the other.
[02:04:16] ab0oo_: and a whole house, unpowered distribution (1:8) splitter in the basement
[02:04:45] ab0oo_: and I'd be the first one to blame the splitters.. IF I didn't get excellent signals on my two HD TVs and on the 1800 last night
[02:04:46] wagnerrp: oh wow! with an 8-way splitter, im surprised youve not had signal issues before
[02:05:49] mzb_d800: heh ... I thought my 1=>3 ++ 1=>4 was a bad idea ;)
[02:05:53] Pizza_Guy (Pizza_Guy!n=meh@pa-67-234-174-162.dhcp.embarqhsd.net) has joined #mythtv-users
[02:05:54] ab0oo_: you would think, but I watched the tech test it, and I'm 30db+ over what is "nominal" on their test equipment
[02:06:05] ab0oo_: Comcast runs really hot here, I guess.
[02:06:34] ab0oo_: but like I said, I was able to get a good lock (with azap) with the 1800 last night, and the signal on my two HD TVs always looks good.
[02:06:46] wagnerrp: im surprised they can run that hot without damaging equipment
[02:07:16] Pizza_Guy: I was told someone here might know where to find a cheap 1TB HD
[02:08:24] wagnerrp: if theres a good deal on a hard drive, someone has likely mentioned it on slickdeals
[02:08:27] wagnerrp: try there
[02:08:40] ab0oo_: I'd just use pricegrabber.
[02:09:06] wagnerrp: pricegrabber usually cant account for rebates, weird coupon schemes, ...
[02:09:17] ab0oo_: Ever since Dirt Cheap Drives went under... I've been lost.
[02:11:16] tank-man: Pizza_Guy, whats the size of your wallet
[02:11:34] ab0oo_: http://slickdeals.net/?pno=13579&lno=1&afsrc=1 $110
[02:11:36] Pizza_Guy: i am trying to keep it under 100
[02:11:43] Pizza_Guy: ab0oo_ the link says its gone
[02:12:22] tank-man: i dont think ive seen 1tb for under 100$
[02:12:33] ab0oo_: it looks like slickdeals has one every day or two.. just haunt there.
[02:13:00] ab0oo_: but sub $100 is going to be tough
[02:14:39] squish102: yip, wait for black friday for 1tb's under $100
[02:15:36] Pizza_Guy: ok thanks guys
[02:15:45] Pizza_Guy: will keep watching slickdeals
[02:16:06] squish102: in mythweb, how do i set up a recording to only record new episodes? i have a filer "New Episodes Only" but it seems to record shows withan old original airdate
[02:16:41] the9a3eedi (the9a3eedi!n=the9a3ee@dxb-as83549.alshamil.net.ae) has quit (Remote closed the connection)
[02:17:12] the9a3eedi (the9a3eedi!n=the9a3ee@dxb-as83549.alshamil.net.ae) has joined #mythtv-users
[02:18:23] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[02:48:34] MartinCleaver_ (MartinCleaver_!n=martincl@24.156.136.99) has quit (Excess Flood)
[02:51:10] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users
[02:51:17] wagnerrp: squish102: ive had similar problems as of late
[02:51:44] wagnerrp: i ended up just switching my recordings to a specified time, rather than at any occurance
[02:57:48] schmick (schmick!n=ctroncos@190.20.34.102) has quit (Remote closed the connection)
[03:03:20] iamlindoro (iamlindoro!n=mcnamara@c-67-188-2-76.hsd1.ca.comcast.net) has left #mythtv-users ()
[03:05:56] mzb_d800: figured weird problem ... full drive ... *sigh*
[03:06:14] mzb_d800: should be paying more attention ;)
[03:06:45] squish102: doesn't it automatically delete when disk gets full?
[03:07:53] weevilofdoom: if you have set to auto expire recordings..
[03:10:31] mzb_d800: no ... build on front end
[03:10:51] mzb_d800: currently experimenting with an update+build+install script
[03:11:08] mzb_d800: didn't detect an error (somehow)
[03:11:49] mzb_d800: 4.3GB drive a little full ;)
[03:18:36] floppyears (floppyears!n=floppy@unaffiliated/floppyears) has left #mythtv-users ()
[03:23:54] squish102: anyone using a microsoft MCE remote? does it work well?
[03:24:29] weevilofdoom: i hear it does
[03:25:53] Gumby (Gumby!n=gumby@unaffiliated/gumby) has quit (Read error: 113 (No route to host))
[03:26:17] squish102: 3 remotes down and now i want to buy one that actually works :(
[03:26:42] famicom (famicom!i=famicom@c51447fbf.cable.wanadoo.nl) has quit ("Leaving")
[03:27:08] jamesd: it works but i haven't used it to send codes or done any special programming
[03:27:32] squish102: i just want it to control mythtv
[03:27:52] squish102: i will be using a logitech remote with the ir receiver
[03:29:19] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has quit ("Leaving")
[03:30:39] stuporglue (stuporglue!n=user@72.8.105.46) has joined #mythtv-users
[03:31:44] stuporglue: Every time I try to use MythGallery, it eats through all my RAM, then my swap. Anyone else had this problem?
[03:33:55] xtknight (xtknight!n=andy@c-68-43-199-217.hsd1.mi.comcast.net) has joined #mythtv-users
[03:34:13] weevilofdoom: how much ram?
[03:34:30] xtknight: when i change my storage directory to something in my home dir, i press 'watch tv' and it just goes back to the main menu. when it's at /var/lib/mythtv/recordings it works fine. that happens whether i actually change it in storage dirs or symlink /var/lib....... to my home dir.. what's up?
[03:35:31] stuporglue: weevilofdoom: only 374 (according to free -m)
[03:35:43] weevilofdoom: that would probably be why
[03:35:53] weevilofdoom: xtknight, permissions issue on the new directory?
[03:35:57] stuporglue: What's it doing that takes so much RAM? It plays HD content just fine
[03:36:02] weevilofdoom: needs read/write permissions for the user that runs myth
[03:36:10] xtknight: weevilofdoom, i made the permissions exactly same. mythtv:mythtv, chmod 2755
[03:36:25] weevilofdoom: gallery is the one that loads all the cover art and crap, isn't it?
[03:36:41] stuporglue: Mythgallery is the photo album viewer
[03:36:43] weevilofdoom: so the user mythtv is running the application mythfrontend?
[03:36:58] weevilofdoom: well, i'm sure it does a bunch of 'pre loading' to memory
[03:36:59] xtknight: weevilofdoom, hmm no, rather 'andy' is running mythfrontend
[03:37:03] stuporglue: I thought maybe it was creating thumbnails, but there were only 20 or so thumbnails after ~15 minutes
[03:37:09] weevilofdoom: try andy.users
[03:37:22] xtknight: weevilofdoom, ok does mythbackend or mythfrontend write to recordings
[03:37:32] xtknight: /var/lib/mythtv/recordings was mythtv:mythtv,2755
[03:37:39] wagnerrp: the backend writes recordings
[03:37:42] weevilofdoom: well, backend, but to read the user that runs frontend needs permission
[03:37:45] xtknight: (it worked fine for 'andy' that way)
[03:37:45] wagnerrp: the frontend reads recordings
[03:37:54] xtknight: ah
[03:38:01] xtknight: k
[03:38:27] weevilofdoom: stuporglue, really not sure, sounds like a low memory issue, but i do not know
[03:39:17] stuporglue: I just ran mythfrontend.real -v all, and when it started hanging it just kept printing "2008-08–17 21:38:17.325 /dev/scd0 No disc"
[03:39:38] weevilofdoom: got me ..
[03:40:01] stuporglue: thanks anyways :-) anyone else?
[03:40:20] xtknight: weevilofdoom, this doesnt do it either
[03:40:31] xtknight: well is chmod 2755 correct? (that's what i got from stat on the 'recordings' folder)
[03:40:37] xtknight: it's andy:users
[03:41:08] weevilofdoom: just try a chmod 777 for now and see
[03:41:09] xtknight: 2008-08–17 23:41:00.173 GetEntryAt(-1) failed.
[03:41:09] xtknight: 2008-08–17 23:41:00.173 EntryToProgram(0@Wed Dec 31 19:00:00 1969) failed to get pginfo
[03:42:03] weevilofdoom: or chmod a+rw
[03:42:17] xtknight: ok, no go with 777 before or after restart of mythbackend
[03:42:30] weevilofdoom: hrm
[03:43:02] xtknight: i changed storage folder to /home/andy/.mythtv/recordings hopefully that folder is okay
[03:43:16] xtknight: andy:users 777 at the moment, recursively (but nothing is inside it yet)
[03:43:26] weevilofdoom: unsure... when i changed folder, i just had to make sure read/write permissions were ok
[03:43:48] xtknight: i dont honestly know why it's being all weird, but even symlinking /var/lib/.mythtv/recordings to my home recordings folder does that
[03:44:18] xtknight: sudo cp -a music recordings fixes it under /var/lib/mythtv , it's just an empty folder but for some reason has to be at that exact location to work
[03:44:38] xtknight: ext3 on / and ext3 on /home
[03:46:12] weevilofdoom: very strange, i'm out of ideas for right now...
[03:47:02] xtknight: well mythfill segfaults when i specify a folder under /home. but then i run sudo mythfilldatabase again and it completes fine
[03:47:02] xtknight: odd
[03:47:35] xtknight: also another folder under /var/lib/mythtv works fine
[03:48:03] weevilofdoom: it has to be permissions issue if you can run it using sudo
[03:48:08] xtknight: oh no i meant
[03:48:21] xtknight: the first run of mythfill (when it asks you) fails. but then i do it myself and it works
[03:48:29] xtknight: afaik it's still doing sudo the first time
[03:50:11] xtknight: a mount -o rbind from /var/lib......recordings to /home....recordings does it. a symlink does not. also, specifying /home directly does not. not sure but that's the solution i guess
[03:54:12] wagnerrp: why would you record to a symlink, or a bind mount?
[03:59:18] xtknight: wagnerrp, not sure if you were reading above but specifying it directly simply does not work
[03:59:52] xtknight: my / has little space left, and i have to use a dir on my /home. the only way it worked was to mount rbind the directory on the /
[04:00:18] wagnerrp: mythtv doesnt care where your recordings are, as long as you have write permissions
[04:00:42] xtknight: tried it all, 777, etc must be a bug somewhere
[04:00:58] wagnerrp: and if you can write to it using a null mount, you can obviously write to it directly
[04:01:01] xtknight: it tells me when the permissions aren't right on the / partition, but said no such thing when i did it on home so i assume permissions were correct
[04:01:25] wagnerrp: who care about '/'
[04:01:35] wagnerrp: you shouldnt be recording to '/'
[04:01:49] xtknight: i am writing to my / mount, under the directory /var/lib/mythtv/recordings
[04:01:59] xtknight: i need to be writing to my /home mount, under /home/andy/.mythtv/recordings
[04:02:01] wagnerrp: and if /var is on your home partition, dont record to /var
[04:02:28] wagnerrp: just tell mythtv to record to your home directory, and dont null mount anything
[04:02:41] xtknight: it doesn't work.
[04:02:49] xtknight: i get pushed to the main menu
[04:02:51] floppyears (floppyears!n=floppy@unaffiliated/floppyears) has joined #mythtv-users
[04:02:53] floppyears: hi guys
[04:02:56] xtknight: when i specify the /home directory under storage
[04:02:59] floppyears: I have a mythtv box
[04:03:17] floppyears: when I play a dvd I usually have a lag between the voice and the video
[04:03:22] floppyears: any suggestions on how to fix that ?
[04:03:53] xtknight: the next thing i tried was to symlink the default dir to my /home., and that doesnt do it either. why, i have no idea. but mount -o rbind to my /home from the default dir works fine. in all three cases, the permissions on the /home folder (/home/andy/.mythtv/recordings) were the same
[04:05:20] xtknight: i have to trick it at the low level to get it to operate from my /home/andy/.mythtv/recordings directory
[04:06:47] insta (insta!n=insta@CPE-75-81-106-233.kc.res.rr.com) has joined #mythtv-users
[04:09:57] insta: hey guys ... this is my first mythtv setup. i've got a separated frontend and backend, and am having trouble with it. the frontend can communicate with the backend (i assume — it's stopped complaining about the database), but when i go to watch tv on the frontend, it immediately dumps me back to the "watch tv" menu and doesn't seem to attempt to play
[04:10:24] insta: the backend detects the card and has scanned the channels just fine
[04:12:01] nc__ (nc__!i=473cc4c2@gateway/web/ajax/mibbit.com/x-1521c9ea595282e7) has joined #mythtv-users
[04:12:10] nc__: Good evening@!
[04:14:34] stuporglue (stuporglue!n=user@72.8.105.46) has left #mythtv-users ()
[04:14:51] nc__: Is anyone willing and able to assist in a MythTV setup with a pchdtv 5500 card that is not working?
[04:29:20] insta (insta!n=insta@CPE-75-81-106-233.kc.res.rr.com) has quit (Read error: 113 (No route to host))
[04:31:45] alex_mayorga (alex_mayorga!n=osito@189.156.197.97) has joined #mythtv-users
[04:32:50] alex_mayorga: hello all, whould this one work on mythTV http://www.newegg.com/Product/Product.aspx?Item=N82E16815260006  ?
[04:33:01] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 113 (No route to host))
[04:34:12] alex_mayorga: Kworld ATSC 330U
[04:34:41] insta (insta!n=insta@CPE-75-81-106-233.kc.res.rr.com) has joined #mythtv-users
[04:36:37] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[04:40:55] jblack: nc__: What sort of problem are you having?
[04:42:48] craftyguy (craftyguy!n=mr_c@nat/intel/x-d106cfa5e377cbe4) has quit (Remote closed the connection)
[04:52:27] mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has quit ("Leaving.")
[04:54:23] insta: jblack: do you have a few minutes to help me diagnose my problem?
[04:54:40] jblack: No idea. I don't know what problem you have.
[04:54:48] insta: oh, heh.
[04:54:55] insta: i've got a segregated frontend and backend
[04:55:05] insta: backend (pvr-250) can detect all 78ish channels fine
[04:55:12] floppyears: hi guys
[04:55:20] floppyears: how much ram do you use with mythtv ?
[04:55:23] insta: frontend can't watch them ... and by that, i mean i go to the "tv" option and it has a black screen for a sec, then goes back to the menu
[04:55:41] jblack: maybe they're encrypted. check your local stations.
[04:55:59] jblack: also, try running your frontend from a terminal, to see if there's interesting logging.
[04:56:02] insta: jblack: 2–78 aren't
[04:56:08] insta: that's what i'll have to do, i suppose
[04:56:22] insta: just "mythfrontend"? or is there a more granular program i can run to get just live tv
[04:56:49] jblack: just mythfrontend.
[04:56:49] insta: (and, i'm not entirely crazy, right? a frontend is able to stream live tv? i guess i just assumed this was a feature and never officially checked)
[04:57:23] jblack: That depends on things like if your network is sufficient to carry the traffic, has the frontend been setup to work well with the graphics setup you have ,etc etc
[04:57:27] wagnerrp: that failed livetv usually either means you have botched video drivers, and the frontend cannot render the video properly
[04:57:42] wagnerrp: or more likely, the backend does not have write access to the storage directory
[04:58:13] wagnerrp: check your storage directory to see if 1. any files exist, and 2. they are 0 bytes
[04:58:21] insta: where would logging happen on either side?
[04:58:44] wagnerrp: logging occurs directly to the console, unless you tell it to log to a file
[04:59:04] wagnerrp: your startup script may automatically do that, in which case it will probably be somewhere in /var/log
[04:59:17] insta: nah, i've unfortunately pieced this together myself :(
[04:59:30] insta: ooh.
[04:59:37] insta: i guess myth runs as 'mythtv'
[05:01:52] insta: hot damn, it was the permissions
[05:01:56] insta: awesome
[05:02:21] floppyears: does anybody here have audio/video sync issues when playing dvd through mythtv ?
[05:02:29] insta: alright, now i pushed some button and my previously tuned channel is now static
[05:03:45] insta: is there an onscreen keyboard or something i can use to figure out what i re-broke?
[05:05:02] wagnerrp: cable came loose?
[05:05:13] wagnerrp: getting static is absolutely a hardware issue
[05:05:34] jblack: perhaps he changed tuners with y or something
[05:05:42] wagnerrp: either youre tuned to the wrong channel, your cable is disconnected somewhere, or your tuner is broke
[05:06:58] insta: jblack's suggestion is probably the closest ... unless my tuner exploded five seconds after tuning a channel
[05:07:06] insta: the backend is in another room
[05:07:43] wagnerrp: you have multiple tuners?
[05:08:03] insta: nope, but my one tuner does have a few input options (svideo, etc)
[05:08:13] insta: i don't think i had any of those configured on the backend though
[05:08:40] wagnerrp: mythtv should automatically know they exist
[05:08:58] wagnerrp: even if you havent defined them to a channel set, you can still connect to them
[05:13:39] wagnerrp: you can access that though the onscreen menu ('m')
[05:13:39] insta: i see all the channels
[05:13:39] insta: how do i tune a channel once i find it in the onscreen list?
[05:13:39] wagnerrp: enter?
[05:13:39] wagnerrp: to be honest, i dont actually know
[05:13:39] wagnerrp: i only ever watch pre-recorded stuff, so i never configured my remote for livetv
[05:13:42] insta: heh
[05:13:51] insta: (i'm using a keyboard for now, if it wasn't obvious)
[05:19:37] MasseR (MasseR!n=masse@fizban.yok.utu.fi) has joined #mythtv-users
[05:20:27] alex_mayorga (alex_mayorga!n=osito@189.156.197.97) has quit (Read error: 110 (Connection timed out))
[05:28:37] nc__ (nc__!i=473cc4c2@gateway/web/ajax/mibbit.com/x-1521c9ea595282e7) has quit ("http://www.mibbit.com ajax IRC Client")
[05:42:13] Gumby (Gumby!n=gumby@unaffiliated/gumby) has joined #mythtv-users
[05:50:04] jhulst_ (jhulst_!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[06:00:02] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 113 (No route to host))
[06:01:50] ldiamond (ldiamond!n=ldiamond@238-40.tr.cgocable.ca) has quit (Connection timed out)
[06:04:23] ldiamond (ldiamond!n=ldiamond@238-40.tr.cgocable.ca) has joined #mythtv-users
[06:04:32] ldiamond (ldiamond!n=ldiamond@238-40.tr.cgocable.ca) has quit (Client Quit)
[06:06:08] Gumby: can anyone tell me how I should go about determining why mythbackend keeps segfaulting?
[06:07:02] Maliuta: Gumby: gdb
[06:07:50] Maliuta: Gumby: a good debug trace always helps determine segfaults (the majority of which are memory management faults or shoddy compiling)
[06:09:21] Gumby: Maliuta: is there specific options I shoulf run gdb with?
[06:10:19] Maliuta: Gumby: well to start with you would have to pass gcc the options to include the code for gdb to work, then knowing the debug hooks in the code helps
[06:10:33] Maliuta: oh, and having a coredump of sufficient size
[06:11:29] Gumby: ok, this will have to wait for another night. too close to bed to start all this since I obviously have much more to learn
[06:26:13] jhulst_ (jhulst_!n=jhulst@unaffiliated/jhulst) has quit (Read error: 110 (Connection timed out))
[06:27:58] KaZeR (KaZeR!n=kazer@34.43.195-77.rev.gaoland.net) has joined #mythtv-users
[06:33:48] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[06:55:09] Easy_Rider9999 (Easy_Rider9999!n=jhmgbl@p4FC87105.dip.t-dialin.net) has joined #MythTV-users
[07:04:42] robthebob (robthebob!n=rn114@78-32-214-33.no-dns-yet.enta.net) has joined #mythtv-users
[07:06:41] d00gster (d00gster!n=doughant@bas1-cooksville01-1279552046.dsl.bell.ca) has quit (Read error: 104 (Connection reset by peer))
[07:07:56] the9a3eedi (the9a3eedi!n=the9a3ee@dxb-as83549.alshamil.net.ae) has quit (Remote closed the connection)
[07:09:30] favro (favro!n=si@202.134.248.211) has joined #mythtv-users
[07:13:20] neztiti (neztiti!n=neztiti@a81-99.adsl.paltel.net) has joined #mythtv-users
[07:19:07] jhulst_ (jhulst_!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[07:19:21] robthebob (robthebob!n=rn114@78-32-214-33.no-dns-yet.enta.net) has quit (Connection reset by peer)
[07:27:25] revilootneg (revilootneg!n=oliver@pool-93-67-198-89.dbd-ipconnect.net) has joined #mythtv-users
[07:29:59] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 110 (Connection timed out))
[07:31:02] CCFL_Man2 (CCFL_Man2!i=cde579a0@pool-70-105-192-8.scr.east.verizon.net) has joined #mythtv-users
[07:32:43] KraMer (KraMer!n=mark@adsl-70-240-237-190.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving")
[07:32:48] CCFL_Man2: iamlindoro_: discovery hd theater is unencrypted on c band
[07:34:17] CCFL_Man2: qvc hd is on the same bird too
[07:36:33] edannenbe (edannenbe!n=edannenb@mail.blooparkstudios.de) has joined #mythtv-users
[07:36:56] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[07:37:24] xris (xris!n=xris@xris.forevermore.net) has quit ()
[07:38:23] justinh: woo qvc hd. ROFL
[07:39:21] wagnerrp: shit! i need to get me a dish and get my buyin' on
[07:44:32] jhulst_ (jhulst_!n=jhulst@unaffiliated/jhulst) has quit (Read error: 113 (No route to host))
[07:44:47] ** justinh ponders having another weekend so he can get over the one just gone **
[07:45:19] favro (favro!n=si@202.134.248.211) has quit ("hardy needs work...")
[07:45:57] CCFL_Man2: wagnerrp: 8 foot dish and a dvb card
[07:47:05] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Remote closed the connection)
[07:47:12] justinh: an 8 foot dish just to get QVC?
[07:47:15] justinh: :-O
[07:48:22] CCFL_Man2: discovery hd theater is unencrypted on c band
[07:49:12] justinh: I couldn't watch that. it's spelled incorrectly
[07:49:22] wagnerrp: 8' dishes are for the uncreative
[07:49:33] wagnerrp: i would phase lock a series of cantennae on my roof
[07:50:03] wagnerrp: interferometry for the win!
[07:50:04] CCFL_Man2: wagnerrp: you need that forc band
[07:50:25] CCFL_Man2: large dish
[07:50:49] favro (favro!n=jean-luc@202.134.248.211) has joined #mythtv-users
[07:51:04] justinh: so they broadcast it so weakly intentionally?
[07:51:15] wagnerrp: you dont need a large dish, just one sufficiently directional to filter out background noise
[07:51:33] wagnerrp: justinh: its not weak, its just in geostationary orbit
[07:51:57] justinh: ahh off axis from the beam eh
[07:52:18] wagnerrp: off axis, and ~25kmi away
[07:52:46] justinh: funny that. UK satellite TV only needs a tiddly ickle dish
[07:53:07] purserj (purserj!n=purserj@k-sit.com) has quit (Read error: 104 (Connection reset by peer))
[07:53:18] directhex: it only needs an icke dish if you don't care abou all-weather access to teevee
[07:53:21] purserj (purserj!n=purserj@k-sit.com) has joined #mythtv-users
[07:53:48] justinh: 60cm is piddly ickle compared to 8 foot
[07:54:05] justinh: not talking about the mini-dish waste of time ;)
[07:56:22] H3 (H3!n=hiphophi@c-71-197-252-44.hsd1.wa.comcast.net) has quit (Read error: 113 (No route to host))
[07:59:43] wagnerrp: my only guess is that the Astra sats are far more directional
[08:00:28] gnome42 (gnome42!n=gnome42@76-10-172-54.dsl.teksavvy.com) has quit (Remote closed the connection)
[08:00:29] revilootneg (revilootneg!n=oliver@pool-93-67-198-89.dbd-ipconnect.net) has quit ("leaving")
[08:00:30] justinh: Ku band is typically operated at a higher tx power too apparently
[08:07:21] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[08:10:04] favro (favro!n=jean-luc@202.134.248.211) has quit ("hardy needs work...")
[08:11:47] roothorick (roothorick!n=roothori@rrcs-74-87-96-159.west.biz.rr.com) has quit ("Lost terminal")
[08:15:04] favro (favro!n=jean-luc@202.134.248.211) has joined #mythtv-users
[08:15:19] favro (favro!n=jean-luc@202.134.248.211) has quit (Read error: 104 (Connection reset by peer))
[08:18:05] H3 (H3!n=hiphophi@c-71-197-252-44.hsd1.wa.comcast.net) has joined #mythtv-users
[08:18:43] justinh: wtf? The original series of Star Trek has been 'remastered'. Oh dear GOD
[08:19:16] directhex: justinh, all the phasers have been replaced with walkie talkies
[08:19:22] directhex: and uhura has been replaced by a CGI sexbot
[08:19:24] wagnerrp: the wires holding up the models have been digitally replaced 'space thread'
[08:19:42] justinh: cleaning up, yes. replacing original stuff with CGI. bleh
[08:19:46] directhex: although when kirk snogs her, his face disappears due to greenscreening errors
[08:19:52] justinh: lol
[08:20:05] directhex: kirk shot first!
[08:20:11] favro (favro!n=jean-luc@202.134.248.211) has joined #mythtv-users
[08:21:26] wagnerrp: Khan is now female (same outfit)
[08:23:15] directhex: khaaaaaaaaaaaaaaaaaaaaan?
[08:24:01] favro (favro!n=jean-luc@202.134.248.211) has quit (Client Quit)
[08:24:13] justinh: oh dear. just looked at a couple of clips. people get paid to do that? oh well
[08:24:54] justinh: they replaced the shitty 1960s FX with shitty 200x FX :)
[08:27:05] favro (favro!n=jean-luc@202.134.248.211) has joined #mythtv-users
[08:31:28] mookid (mookid!i=mookid@httpd.info) has left #mythtv-users ()
[08:31:47] Dibblah (Dibblah!n=Dibblah@80-192-14-169.cable.ubr02.dund.blueyonder.co.uk) has joined #mythtv-users
[08:33:55] jblack: Link?
[08:34:17] sid3windr: indeedies
[08:34:47] jblack: I don't see how they can do anything but good remaking star trek.
[08:34:57] justinh: actually it's not even shitty 200x FX. looks more like 1990s in-game cutscenes
[08:35:13] justinh: plenty of it about on youtube
[08:35:19] jblack: It's like matrix 3... there's no way but up.
[08:35:27] jblack: k
[08:37:26] Maliuta: remastering really should just be cleaning up the old film to make it look cleaner at higher res, no adding or removing of anything else
[08:37:30] Maliuta: it ruins stuff
[08:38:53] jblack: Cmon! Technology has improved. Now they can make really realistic 3 titted women
[08:38:59] jhulst_ (jhulst_!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[08:39:59] jblack: Would you argue that they'd be causing a disservice if.. they.. removed... Kirk's... pauses?
[08:40:02] wagnerrp: now with 15 selectable levels of gore when drilling Benny
[08:40:50] jblack: I suppose it would suck if they replaced tribbles with furby's.
[08:41:33] directhex: better. pokemon!
[08:41:47] jblack: ouch
[08:42:28] justinh: bottom line is, it doesn't matter what anybody does. if it's a new addition to the franchise people will buy it
[08:42:30] jblack: they could replace the enterprise computer with hal9k. That would be cool.
[08:42:58] directhex: next on the block is star trek TNG. the hollodeck is out, guitar hero and ddr are in. to help connect to the hip youth of today.
[08:43:00] jblack: And imagine if they gave the old enterprise a holodeck! Why, they could milk 5 seasons out of that alone
[08:43:26] wagnerrp: im sorry captain, you are detrimental to this mission
[08:43:43] wagnerrp: you merely want to boldly sleep where no human man has slept before
[08:44:01] justinh: and what's wrong with that?
[08:44:17] wagnerrp: robots dont know carnal love
[08:44:29] wagnerrp: nor sentient computers
[08:44:32] jblack: Well, it got cut out of the 60's episodes, but kirk came down with Vanerian Venerial disease multiple times. He really was a threat.
[08:44:53] directhex: robo-gonorrhoea. the noisy killer.
[08:45:28] justinh: nasty case of space syphillis
[08:45:44] jblack: yeah, you don't want to screw with it.. pun intended.
[08:46:30] jblack: I'm bored.
[08:46:43] Dibblah (Dibblah!n=Dibblah@80-192-14-169.cable.ubr02.dund.blueyonder.co.uk) has quit (Remote closed the connection)
[08:47:57] justinh: I'm close to postal. It's New Order day today
[08:48:12] justinh: today I will be having words with the boss
[08:49:51] jblack: gonna tell him how things really are, eh?
[08:50:42] justinh: gonna respectfully request that music in the lab is BANNED
[08:51:23] jblack: I'd expect you to go off on something better than fergie
[08:51:24] MilkBoy: music or "music"
[08:51:29] justinh: I can't take any more of this introspective depressing, ATONAL SHITE
[08:52:17] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (Read error: 113 (No route to host))
[08:53:46] jblack: so bring in a stereo blasting Pakistani rap.
[08:53:52] jblack: Perhaps things will average out
[08:56:10] justinh: silence would be much more preferable
[08:57:13] cdpuk (cdpuk!n=chris@91.84.144.73) has joined #mythtv-users
[08:57:39] jhulst__ (jhulst__!n=jhulst@c-71-205-165-118.hsd1.mi.comcast.net) has joined #mythtv-users
[08:57:46] sid3windr: bring something noise-canceling? =)
[08:57:49] KaZeR (KaZeR!n=kazer@34.43.195-77.rev.gaoland.net) has quit (Read error: 110 (Connection timed out))
[08:57:58] KaZeR (KaZeR!n=kazer@34.43.195-77.rev.gaoland.net) has joined #mythtv-users
[08:58:33] justinh: a hammer?
[09:01:35] sid3windr: and this is how all those school shootings start
[09:01:42] sid3windr: someone keeps playing crap from their ipod
[09:01:52] sid3windr: you have no other choice than to go blastin' your bfg9000
[09:02:00] the9a3eedi (the9a3eedi!n=the9a3ee@dxb-as83549.alshamil.net.ae) has joined #mythtv-users
[09:02:22] directhex: no, school shotings start because people play grand theft auto
[09:02:38] neztiti (neztiti!n=neztiti@a81-99.adsl.paltel.net) has quit (Read error: 104 (Connection reset by peer))
[09:04:16] cesman: the first school shooting goes back to 1966
[09:04:23] cesman: well before GTA ;)
[09:04:42] directhex: liar. that was time-travel-and-gta related
[09:04:44] justinh: maybe GTA used to be played for real before the computer game
[09:05:28] directhex: videogames kill people. nothing else.
[09:05:58] cesman: how does that explain deaths prior to video games?
[09:06:04] justinh: time travellers
[09:06:07] directhex: time travel.
[09:06:30] justinh: see, you can go to great lengths to prove GTA is responsible
[09:06:36] cesman: and the Challenger explosion?
[09:06:40] justinh: GTA 12
[09:06:46] jblack: speaking of which, how's whathisname doing?
[09:06:50] jblack: thompson
[09:06:56] justinh: who?
[09:06:57] directhex: shock tampon j?
[09:07:16] directhex: suing the florida bar association, iirc
[09:07:30] purserj: he got thrown out
[09:07:53] jblack: thought he couldn't sue any more?
[09:08:10] ** justinh mumbles "I feel so extraordinary... " muh muh muh muh muhhhhhhhhhhhhhhhhhhhh **
[09:08:22] directhex: he's not allowed to file papers without it being signed by a grown up, that's true
[09:08:27] directhex: but he's not yet been disbarred
[09:09:28] directhex: the recommendation is disbarrment with a 10 year ban before reapplying, but that's just a recommendation right now
[09:09:48] jhulst_ (jhulst_!n=jhulst@unaffiliated/jhulst) has quit (Read error: 113 (No route to host))
[09:13:45] sid3windr: cool
[09:13:48] sid3windr: why was that again?
[09:14:41] directhex: he's fucking insane?
[09:15:24] directhex: he's been forced to carry a cerificate proving he;s not dangeously insane for over a decade
[09:15:43] justinh: nice el reg story. U2 tracks vanish from youtube. now we just need them to vanish from everywhere else
[09:16:08] jhulst (jhulst!n=jhulst@c-71-205-165-118.hsd1.mi.comcast.net) has joined #mythtv-users
[09:18:27] EvilGuru (EvilGuru!n=freddie@witherden.org) has joined #mythtv-users
[09:25:19] justinh: right. so I'm a phillistine with no taste in music. oh well. I'm going home
[09:25:20] justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has quit ("www.google.com - it's not as hard to use as it looks!")
[09:25:37] sid3windr: at 11:25 ?!
[09:28:21] favro (favro!n=jean-luc@202.134.248.211) has left #mythtv-users ("hardy needs work...")
[09:28:29] jhulst__ (jhulst__!n=jhulst@c-71-205-165-118.hsd1.mi.comcast.net) has quit (Read error: 113 (No route to host))
[09:49:09] pigeon: how can i change the aspect ratio of a PiP?
[09:51:28] pigeon: it's showing at the wrong aspect.
[10:00:30] H3 (H3!n=hiphophi@c-71-197-252-44.hsd1.wa.comcast.net) has quit (Read error: 113 (No route to host))
[10:03:03] directhex: http://www2.apebox.org/wordpress/wp-content/g . . . IMG_0802.JPG #my tank is fight!
[10:04:24] sid3windr: wow servers? :P
[10:09:16] Sulx: my router
[10:09:44] Huijari: my mythbackend
[10:09:55] zlyzyr (zlyzyr!n=mike@cpe-76-180-122-198.buffalo.res.rr.com) has joined #mythtv-users
[10:11:38] jvs (jvs!n=jvs@cm64-247.liwest.at) has joined #mythtv-users
[10:12:09] directhex: poor Huijari. ffmpeg sucks on itanium.
[10:12:52] Huijari: yeah, hence so much hw :(
[10:12:54] sid3windr: you mean itanium sucks for ffmpeg!
[10:13:16] directhex: sid3windr, gcc sucks for ffmpeg on itanium?
[10:16:15] jvs (jvs!n=jvs@cm64-247.liwest.at) has quit (Read error: 104 (Connection reset by peer))
[10:16:53] sid3windr: =)
[10:16:54] croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (No route to host)
[10:18:47] justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has joined #mythtv-users
[10:18:56] justinh: well, I might live to regret this decision
[10:21:10] directhex: which one? walking out of work because of new order?
[10:22:33] justinh: I think that might be termed an unapproved absence
[10:23:34] jblack: You told your boss you got his daughter pregnant?
[10:29:20] justinh: feels like a fecking psychology experiment. does the wrong kind of music in the workplace induce bad moods?
[10:29:23] justinh: YES
[10:29:40] ** directhex plays YATTA! for justinh **
[10:29:55] justinh: does refusal to wear headphones annoy the piss out of co-worker? YES
[10:32:42] EvilGuru: Hmm, bash.org is down :(
[10:33:24] Huijari: yeah, has been for maybe two weeks :(
[10:35:05] EvilGuru: most Windows boxes have better up time than that
[10:39:12] i_is_cat: i get a segmentation fault when i start mythfrontend :/
[10:42:00] justinh: EvilGuru: maybe they didn't paythe hosting bill
[10:42:00] jvs (jvs!n=jvs@cm64-247.liwest.at) has joined #mythtv-users
[10:44:01] xand (xand!n=xand@82-71-12-170.dsl.in-addr.zen.co.uk) has quit (Read error: 110 (Connection timed out))
[10:45:06] Savick (Savick!n=Saviq@sawicz.net) has joined #mythtv-users
[10:45:25] Saviq (Saviq!n=Saviq@sawicz.net) has quit (Remote closed the connection)
[10:45:38] Savick is now known as Saviq
[10:48:32] i_is_cat: see what happens here http://pastebin.com/m313af29
[10:48:46] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has joined #mythtv-users
[10:50:22] justinh: you're using a shit theme
[10:50:48] i_is_cat: but the theme wouldnt cause it to segfault :/
[10:50:53] justinh: wouldn't it?
[10:50:56] justinh: it can
[10:51:02] justinh: and often does
[10:51:36] justinh: using too old a theme with a version of mythtv which has features the theme doesn't support... poof!
[10:51:55] justinh: not saying that's the case here but it's possible
[10:54:10] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has quit (No route to host)
[11:01:04] justinh: anyway there's not much to go on in that log output
[11:01:11] justinh: try with -v all
[11:02:13] justinh: and er.. using a 4:3 theme with a 16:9 display? poor effort :P
[11:07:32] croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users
[11:15:05] Dave123 (Dave123!i=nobody@cpe-72-230-182-200.rochester.res.rr.com) has quit ("Leaving")
[11:15:18] Dave123 (Dave123!i=nobody@cpe-72-230-182-200.rochester.res.rr.com) has joined #mythtv-users
[11:17:46] xand (xand!n=xand@82-71-12-170.dsl.in-addr.zen.co.uk) has joined #mythtv-users
[11:22:45] Saviq (Saviq!n=Saviq@sawicz.net) has quit (Read error: 110 (Connection timed out))
[11:28:16] ivor: justinh: damn you're mean.
[11:28:33] _gunni_ (_gunni_!n=Gunni@xdsl-84-44-157-200.netcologne.de) has joined #mythtv-users
[11:35:01] phatmonkey (phatmonkey!n=ben@scooby.firshman.co.uk) has joined #mythtv-users
[11:42:05] d00gster (d00gster!n=doughant@bas1-cooksville01-1279552046.dsl.bell.ca) has joined #mythtv-users
[11:44:37] |gunni| (|gunni|!n=Gunni@xdsl-81-173-248-3.netcologne.de) has quit (Read error: 110 (Connection timed out))
[11:49:54] tjcarter (tjcarter!n=tjcarter@206.192.242.69) has quit ("Rerunning cables")
[11:55:24] craftyguy (craftyguy!n=mr_c@nat/intel/x-a8829c813868df43) has joined #mythtv-users
[12:06:28] craftyguy (craftyguy!n=mr_c@nat/intel/x-a8829c813868df43) has quit (Remote closed the connection)
[12:16:36] justinh: yeah I pity the guy who made the theme I said is shit
[12:19:14] famicom (famicom!i=famicom@c51447fbf.cable.wanadoo.nl) has joined #mythtv-users
[12:25:50] KaZeR (KaZeR!n=kazer@34.43.195-77.rev.gaoland.net) has quit (Read error: 104 (Connection reset by peer))
[12:32:16] kslate1 (kslate1!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has joined #mythtv-users
[12:33:05] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has quit (Read error: 110 (Connection timed out))
[12:41:20] KaZeR (KaZeR!n=kazer@254.43.195-77.rev.gaoland.net) has joined #mythtv-users
[12:42:15] weevilofdoom (weevilofdoom!n=xu@c-24-22-3-172.hsd1.mn.comcast.net) has quit (Read error: 110 (Connection timed out))
[12:47:03] jvs is now known as mru_____
[12:47:38] mru_____ is now known as jvs
[12:53:52] jvs is now known as super-hans
[12:57:10] super-hans is now known as jvs
[13:00:11] Rohs (Rohs!n=ben@host81-143-101-233.in-addr.btopenworld.com) has joined #mythtv-users
[13:06:07] MIMB1 (MIMB1!n=MIMB1@216.39.91.230) has joined #mythtv-users
[13:11:11] [1]Coded1 ([1]Coded1!n=coded@CPE000c41762708-CM001225009578.cpe.net.cable.rogers.com) has joined #mythtv-users
[13:14:24] revilootneg (revilootneg!n=oliver@pool-84-67-198-89.dbd-ipconnect.net) has joined #mythtv-users
[13:17:40] armbar (armbar!n=chatzill@adsl-75-53-36-212.dsl.rcsntx.sbcglobal.net) has joined #mythtv-users
[13:20:51] ReikoShea (ReikoShea!n=jfritts@dirus.hrsmart.com) has joined #mythtv-users
[13:20:58] ReikoShea (ReikoShea!n=jfritts@dirus.hrsmart.com) has left #mythtv-users ()
[13:24:05] ReikoShea (ReikoShea!n=jfritts@dirus.hrsmart.com) has joined #mythtv-users
[13:24:44] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has joined #mythtv-users
[13:25:37] kslate1 (kslate1!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has quit (Read error: 110 (Connection timed out))
[13:27:21] Coded1 (Coded1!n=coded@CPE000c41762708-CM001225009578.cpe.net.cable.rogers.com) has quit (Read error: 110 (Connection timed out))
[13:27:21] [1]Coded1 is now known as Coded1
[13:33:44] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users
[14:01:19] iamlindoro_ (iamlindoro_!n=iamlindo@c-67-188-2-76.hsd1.ca.comcast.net) has quit (Read error: 110 (Connection timed out))
[14:02:15] adante (adante!n=adante@203.217.13.211) has quit (Connection timed out)
[14:20:39] MinDKrime (MinDKrime!n=MinDKrim@12.148.112.254) has joined #mythtv-users
[14:22:55] weevilofdoom (weevilofdoom!n=xu@c-24-22-3-172.hsd1.mn.comcast.net) has joined #mythtv-users
[14:26:44] armbar (armbar!n=chatzill@adsl-75-53-36-212.dsl.rcsntx.sbcglobal.net) has quit (Read error: 54 (Connection reset by peer))
[14:27:02] armbar (armbar!n=chatzill@adsl-75-53-36-212.dsl.rcsntx.sbcglobal.net) has joined #mythtv-users
[14:28:29] justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has quit ("www.google.com - it's not as hard to use as it looks!")
[14:28:48] gnome42 (gnome42!n=gnome42@76-10-172-54.dsl.teksavvy.com) has joined #mythtv-users
[14:30:36] Rohs (Rohs!n=ben@host81-143-101-233.in-addr.btopenworld.com) has quit (Client Quit)
[14:32:01] MartinCleaver (MartinCleaver!n=martincl@24.156.136.99) has joined #mythtv-users
[14:41:57] dustybin: is a nvidia fx5200 suitable for 1080P HD video?
[14:42:11] dustybin: or should i look for a model above?
[14:43:59] GreyFoxx: http://www.reel-multimedia.com/en/extension_l . . . rumfang.html
[14:44:04] GreyFoxx: That could be interesting
[14:44:09] GreyFoxx: and supposedly works under linux
[14:44:38] GreyFoxx: just read a post claiming someone was playing h264 hdtv on it using only 25% of an athlon 1.2g
[14:45:07] ComandXX (ComandXX!n=ComandX@24-148-19-126.fld-bsr1.chi-fld.il.cable.rcn.com) has joined #mythtv-users
[14:46:21] mzb_d800: might be cheaper to get a better computer ;)
[14:47:30] stuporglue (stuporglue!n=stuporgl@72.8.105.46) has joined #mythtv-users
[14:47:46] janneg: GreyFoxx: that seems high afaik the card has a chip for h264 decoding
[14:49:22] GreyFoxx: could have been a software or other thing as well. It was a user using it with vdr
[14:51:09] GreyFoxx: I'd want one to play with, but no way I'd spend that kind of money on it
[14:51:10] janneg: OTOH my frontend uses 80% of a single athlon64 X2 at 2.5Ghz only to display video at HD resolution
[14:51:18] janneg: crappy nvidia drivers
[14:51:21] GreyFoxx: heh
[14:51:41] GreyFoxx: no decoding?? Just display?
[14:51:42] GreyFoxx: Wow
[14:52:21] janneg: yes, 40 sys time I can't explain that it constant with SD and HD content
[14:54:58] jgarvey (jgarvey!n=jgarvey@cpe-098-026-069-229.nc.res.rr.com) has joined #mythtv-users
[14:55:28] ComandX (ComandX!n=ComandX@24-148-19-126.fld-bsr1.chi-fld.il.cable.rcn.com) has quit (Read error: 110 (Connection timed out))
[14:58:21] KraMer (KraMer!n=mark@adsl-70-240-237-190.dsl.hstntx.swbell.net) has joined #mythtv-users
[14:58:23] GreyFoxx: wow
[14:58:28] ajh: Well, if Dell or Apple would integrate it into their minis.
[14:58:47] ajh: I'd happily spend that much extra if I knew I'd have all that free cpu to do some cloud contribution.
[15:01:51] mikecharest (mikecharest!i=1880ae56@gateway/web/ajax/mibbit.com/x-a444f263f24d90e4) has quit ("http://www.mibbit.com ajax IRC Client")
[15:02:51] mzb_d800: or play "solitaire" on a 2nd display ;)
[15:04:01] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has quit ("Leaving")
[15:06:19] ajh: If only it also included the other way.
[15:06:41] ajh: If the 1212 can do it for $250, I'd pay another $200 for having it on a card.
[15:07:27] hadees (hadees!n=hadees@pdpc/supporter/sustaining/hadees) has quit (Remote closed the connection)
[15:10:14] my2keh (my2keh!n=my2keh@0013100509D9.cpe.persona.ca) has joined #mythtv-users
[15:10:25] my2keh: are these errors normal? http://www.pastebin.ca/1177532
[15:13:22] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users
[15:18:58] Rohs (Rohs!n=ben@host81-143-101-233.in-addr.btopenworld.com) has joined #mythtv-users
[15:22:06] squidly (squidly!n=squidly@adsl-76-223-244-104.dsl.emhril.sbcglobal.net) has joined #mythtv-users
[15:22:10] tjcarter (tjcarter!n=tjcarter@206.192.242.69) has joined #MythTV-users
[15:23:31] ReikoShea: my2keh: Those errors are simi-normal. I get them all the time from VLC whenever I watch MPEG2 streams
[15:24:11] ReikoShea: They usually dont mean anything...usually just the decoder complaining about a slight inconsistency.
[15:24:30] my2keh: hmm ok
[15:24:40] my2keh: at times I get pixelation on the scren
[15:25:17] ReikoShea: yeah, as i said, its usually an inconstancy in the stream.
[15:26:46] my2keh: hmm
[15:26:48] ReikoShea: if you still have the original source, you might try re-encoding it....assuming it wasnt a TV capture
[15:27:16] ReikoShea: although the same error can happen on perfect streams due to weird memory handling
[15:27:28] my2keh: it was a capture from DVB
[15:27:57] ReikoShea: im assuming its a saved feed and not live viewing?
[15:28:22] squidly: has anyone ever had a pvr-150 suddenly start giving a lot of static, but the regular tv hooked up to the same cable is good?
[15:29:12] ReikoShea: is it on and off static, squidly?
[15:29:38] squidly: ReikoShea: no
[15:29:43] squidly: very staticy all the time
[15:30:06] ReikoShea: constant static is probably just a bad cable....have you tried plugging the pvr into the known good source?
[15:30:24] squidly: yes
[15:30:47] ReikoShea: hmmm
[15:30:50] ReikoShea: same box?
[15:30:52] squidly: and we checked the splitter, anbd the signal
[15:31:17] squidly: ReikoShea: no. I plugged in the cable to a normal tv. The box has not changed any type of configuration in a while
[15:31:40] ReikoShea: it might just be the card going out....they do sometimes overheat
[15:31:59] squidly: ReikoShea: umm. WHen that happens it usualy just gives me a blank screen
[15:32:07] squidly: I have good airflow in the case
[15:32:37] ReikoShea: oh, i wasnt criticizing case layout...things just go bad sometimes
[15:32:56] squidly: ReikoShea: yea true
[15:33:07] squidly: I may see if someone has a different card I can try out
[15:33:08] ReikoShea: my pcHDTV-3000 went out a few months back...just started blanking from time to time...the 5500 works perfectly since i replaced it
[15:33:18] squidly: the uptime on the server is pretty high
[15:34:00] ReikoShea: maybe let it rest for a little while and see what happens?
[15:34:11] squidly: that is what I weill have to do.
[15:34:12] ReikoShea: heat is the enemy of computer components
[15:34:20] squidly: I will do that when I rebuild the box from gentoo to ubuntu
[15:34:33] ReikoShea: mythbuntu = awesome
[15:34:35] ReikoShea: just an fyi
[15:34:40] squidly: ReikoShea: agreed
[15:34:50] squidly: but I have much more then just mythbackend that I run on the box
[15:35:06] ReikoShea: ahhh gotcha
[15:35:29] squidly: a LOT more, it does snmp, webserving, svn databases, ldap, dns, dhcp, perl, nfs, tftpserver, rancid server, leafnode server
[15:35:39] squidly: oh and smtp relay server for my lan
[15:35:41] squidly: and logging server
[15:35:43] squidly: and... :P
[15:35:45] wagnerrp: i wonder whats worse, trying to go from ubuntu to gentoo, or the opposite
[15:35:47] ReikoShea: lol, sounds like my old back end
[15:36:01] ReikoShea: gentoo users have enough time on their hands
[15:36:10] ReikoShea: id say ubuntu=>gentoo is harder
[15:36:11] squidly: ReikoShea: very true
[15:36:18] ReikoShea: emerge = death
[15:36:19] squidly: ReikoShea: unfortunitally yea
[15:36:23] my2keh (my2keh!n=my2keh@0013100509D9.cpe.persona.ca) has quit ()
[15:36:33] squidly: emerge == busted backages all over the place
[15:37:01] ReikoShea: i remember at my last job we told a new guy not to run gentoo on his computer....took 3 days before he was able to actually start working
[15:37:25] ReikoShea: if he had gone debian/ubuntu or fedora/cent he woulda been up and running in under 2 hours
[15:37:45] ReikoShea: /gentoo rant
[15:39:04] wagnerrp: are you forced to turn your machines off when you leave for the day?
[15:39:28] Sulx: archlinux is worth trying if gentoo suits your style
[15:39:28] ReikoShea: no...i worked at an ISP....lots of 72 hour days
[15:39:49] squidly: Sulx: I used to use sourcemage, it's similary
[15:39:53] squidly: similar*
[15:40:13] Sulx: never tried that one
[15:40:21] Sulx: but loving arch
[15:40:31] squidly: ReikoShea: yea.. I had to do a reinstall of my box a while ago, took me 3 days to rebuild everything, on a dual opteron, and 2gb of ram
[15:40:46] ReikoShea: :) thanks for proving my point
[15:40:53] ReikoShea: emerge stole my soul
[15:40:55] Sulx: server,laptop,mythbox,desktop...all arch
[15:41:06] wagnerrp: thats... sad
[15:41:14] wagnerrp: it takes about half that time on my P3 laptop
[15:41:20] ReikoShea: i run debian on pretty much everything but workstations
[15:41:30] ReikoShea: ubuntu work stations
[15:41:31] squidly: ReikoShea: yes. I've seen a dual-quad core taken down by emerge!
[15:41:37] squidly: ReikoShea: that is waht I like too
[15:41:50] squidly: I use xubuntu for mydesktop and ubuntu/debian for servers
[15:42:02] ReikoShea: im still a gnome fan boy
[15:42:12] ReikoShea: i wish i could get xebian installed on my xbox
[15:42:22] squidly: ReikoShea: I've never really liked gnome save when I started with RH6 a LONG time ago
[15:42:23] ReikoShea: but its being finicky....doesnt like any media i give it
[15:42:38] squidly: then I went to fluxbox for my GUI, and last year I moved to xfce
[15:42:41] ** ReikoShea is a GDM contributor. **
[15:42:50] ReikoShea: flux is nice
[15:42:52] ReikoShea: ill admit that
[15:43:04] ReikoShea: i used to be a knoppix groupie
[15:43:20] squidly: ReikoShea: yea.. When I moved to it, I had a k62–333mhz and about 256MB of ram
[15:43:23] squidly: an OLD box
[15:43:27] ReikoShea: yeah
[15:43:31] ReikoShea: thats where flux shines
[15:43:40] ReikoShea: i run it on one of my desktops at home
[15:43:58] ReikoShea: 900MHz Celeron (P3 Gen) 256M of ram
[15:43:59] ReikoShea: woot
[15:44:26] hadees (hadees!n=hadees@pdpc/supporter/sustaining/hadees) has joined #mythtv-users
[15:46:10] Rohs (Rohs!n=ben@host81-143-101-233.in-addr.btopenworld.com) has quit (Client Quit)
[15:46:30] ReikoShea: anyone have any experience with xebian?
[15:46:35] ReikoShea: on the xbox?
[15:46:51] squidly: ReikoShea: not yet
[15:46:57] squidly: I dont have a M$ box at home
[15:47:04] squidly: I'm getting a free xbox from my bro in may
[15:47:16] ReikoShea: mine has been sitting in my apt unused for about a year
[15:47:27] directhex: no point
[15:47:29] ReikoShea: im just curious about making it a front end
[15:47:30] directhex: not enough tam
[15:47:33] directhex: ram
[15:47:42] ReikoShea: really, even for non-HD streaming?
[15:48:00] directhex: a myth theme can want 512 meg
[15:48:13] ReikoShea: i cant get a compatible hd box from TW, so im just running the standard def
[15:48:31] ReikoShea: really....so even disabling all other themes id probably have issues/
[15:49:26] ReikoShea: cause all i really care about is being able to get transcoding working....im not really worried about any other features of myth
[15:49:52] directhex: then myth is not right for you
[15:50:06] squidly: ReikoShea: from what I hear for SD the xbox works ok
[15:50:14] ReikoShea: well ive got the tower setup next to the TV, and i dont like it
[15:50:30] andreax (andreax!n=Andreax@p57B96B94.dip.t-dialin.net) has joined #mythtv-users
[15:50:32] ReikoShea: ive already got the xbox plugged in, and if i can get rid of the tower that would be excellent
[15:50:47] ReikoShea: and ive already got the back end setup....i didnt really want to work with something new
[15:51:02] stuporglue: I had an xbox working with SD content
[15:51:03] benc- (benc-!n=benc@markcaswell.dsl.visi.com) has joined #mythtv-users
[15:51:10] stuporglue: the menus were slow, but it would work
[15:51:30] ReikoShea: but if you say myth isnt the right choice for an xbox front end....what would you suggest
[15:51:41] ReikoShea: i no longer have a 360 or id use that
[15:51:48] H3 (H3!n=hiphophi@c-71-197-252-44.hsd1.wa.comcast.net) has joined #mythtv-users
[15:52:19] GreyFoxx: the 360 isn't a good FE really
[15:52:31] ReikoShea: I didnt have any problems with it
[15:52:37] GreyFoxx: wont play mpeg2 content, wont play anything but very specific codecs or containers
[15:52:40] ReikoShea: it was my old roommates
[15:52:50] mikecharest (mikecharest!i=1880ae56@gateway/web/ajax/mibbit.com/x-f401e11165dc0b4e) has joined #mythtv-users
[15:52:57] ReikoShea: i was transcoding and then streaming the converted content
[15:53:12] ReikoShea: worked great, just took up a lot of cycles on the back end
[15:53:15] GreyFoxx: which to be honest, it's a serious pain :)
[15:53:32] GreyFoxx: I love all my little frontends, but will be updating them soon
[15:53:42] GreyFoxx: cause the little msntv2's wont handle hdtv
[15:53:46] GreyFoxx: so I only use them for sdtv
[15:53:46] ReikoShea: only took a saturday afternoon, and being freed to watch topgear in the living room was worth losing a saturday
[15:54:12] squidly: GreyFoxx: what do you use for a frontend?
[15:54:26] ReikoShea: took the question from my fingers, squidly
[15:54:41] squidly: ReikoShea: lol
[15:54:46] GreyFoxx: 4 msntv2's around the house running linux+mythtv, and my "main" frontend feeding the LCD+projector is a regular pc
[15:55:05] GreyFoxx: the msntv2's are celeron 733mhz, with 128meg of ram
[15:55:19] ReikoShea: and the xbox is slower than that?
[15:55:23] GreyFoxx: half the ram
[15:55:27] ReikoShea: whoa
[15:55:50] ReikoShea: i guess my old compaq is gonna stay there :(
[15:55:59] GreyFoxx: and the msntv2's are newer, no moving parts or fan
[15:56:07] GreyFoxx: the xbox sounds like a vaccum in comparison :)
[15:56:23] ReikoShea: lol, yeah....i was hoping that w/o a disk the noise wouldnt be too bad
[15:56:35] GreyFoxx: But now it's time to find something better which can handle hdtv since more and more of my content is hd
[15:57:20] squidly: GreyFoxx: how much did they cost ya?
[15:57:31] squidly: and do they do the tv, video and music pretty good?
[15:58:11] GreyFoxx: squid: off ebay when they were first hacked to running linux... $9 each?
[15:58:19] GreyFoxx: network booting so no disks in them
[15:58:33] GreyFoxx: they have a cf card, but I just use that to store the kernel and have it nfs root from my main fileserver
[15:58:50] GreyFoxx: squid: all mythfunctions work fine on it
[15:58:58] ReikoShea: nice...do they PXE boot by default?
[15:59:03] abqjp (abqjp!n=john@nat3.blueskytours.com) has joined #mythtv-users
[15:59:11] squidly: (that was my next question)
[15:59:14] GreyFoxx: rei: No, I just have a kernel on the cf card which tells it to nfsroot
[15:59:21] ReikoShea: ahh gotcha
[15:59:27] GreyFoxx: but there are new version of the bios for it that will pxe boot
[15:59:31] GreyFoxx: I haven't touched those yet
[15:59:40] ReikoShea: so if the power goes out they come back on, load the kernel and grab the FS from the NFS
[15:59:45] GreyFoxx: yup
[15:59:52] ReikoShea: nice
[15:59:58] benc_ (benc_!n=benc@markcaswell.dsl.visi.com) has quit (Read error: 110 (Connection timed out))
[15:59:59] GreyFoxx: take about 20 seconds from power on to full X and ready to go
[16:00:14] ReikoShea: remote work well? or do you have to use the keyboard?
[16:00:20] GreyFoxx: (Slackware as the distro so non of the slowing you down crap of other distros)
[16:00:57] GreyFoxx: Reik: I use the keyboards for the most part, but also a couple IR learning remotes I trained to the IR keyboard signals
[16:01:03] GreyFoxx: the remotes that come with it are useless
[16:01:17] GreyFoxx: they are basically keyboards and you can't control what signals they send
[16:01:33] ReikoShea: and the slack distro doesnt have IR Reprogram?
[16:02:02] GreyFoxx: "IR Reprogram" ?
[16:02:32] GreyFoxx: the IR remote+keyboard are both IR keyboards connected directly to the ps2 port onboard
[16:02:43] GreyFoxx: the OS sees nothing but a ps2 keyboard
[16:02:54] ReikoShea: well with my remote i have an IR Receiver that i re-programed to interpret signals from my cable remote
[16:03:16] ReikoShea: the linux drivers just have a hex seq in a conf file that you can change the vaules for
[16:03:18] xris (xris!n=xris@63.236.57.140) has joined #mythtv-users
[16:03:21] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v xris
[16:03:21] GreyFoxx: The OS doesn't see the IR receiver
[16:03:21] abqjp (abqjp!n=john@nat3.blueskytours.com) has quit (Remote closed the connection)
[16:03:22] GreyFoxx: in this case
[16:03:23] ReikoShea: gotcha
[16:03:38] GreyFoxx: so a learning IR remote reprogrammed ot the keyboard signals does the trick
[16:03:50] GreyFoxx: and lets me have more control that the remote that comes with it
[16:04:18] rebel52 (rebel52!i=The_Rebe@S0106001109034992.vf.shawcable.net) has joined #mythtv-users
[16:04:29] GreyFoxx: No idea what I'm gonna replace them with yet
[16:04:41] zlyzyr (zlyzyr!n=mike@cpe-76-180-122-198.buffalo.res.rr.com) has quit (Remote closed the connection)
[16:05:18] stuporglue (stuporglue!n=stuporgl@72.8.105.46) has left #mythtv-users ()
[16:05:28] ReikoShea: well if the xbox doesnt do a good job, i was thinking shuttle pc + ir remote = win
[16:05:40] abqjp (abqjp!n=john@nat3.blueskytours.com) has joined #mythtv-users
[16:06:18] Maliuta: GreyFoxx: the ps/2 IR thing, that a side effect of specific hardware? or is there a unit I could buy to do that?
[16:06:47] Maliuta: GreyFoxx: I like the idea of the remote just being a keyboard :)
[16:07:29] bobjuan (bobjuan!n=no@c-76-116-179-191.hsd1.nj.comcast.net) has joined #mythtv-users
[16:07:48] bobjuan: hello everyone
[16:07:54] Gumby (Gumby!n=gumby@unaffiliated/gumby) has quit (Read error: 110 (Connection timed out))
[16:07:56] ** ReikoShea waes **
[16:07:59] bobjuan is now known as Shadow__x
[16:07:59] ReikoShea: waves*
[16:08:10] ** Shadow__x waves back **
[16:08:10] ReikoShea: i guess i fail more than normal today
[16:08:57] Maliuta: ReikoShea: don't take it so hard, most people fail ... at least you _know_ you fail
[16:09:17] Shadow__x: hey clever did you ever figure out your stuff
[16:09:27] GreyFoxx: mal: Specific hardware
[16:10:02] revilootneg (revilootneg!n=oliver@pool-84-67-198-89.dbd-ipconnect.net) has quit ("leaving")
[16:10:27] ReikoShea: looky what i found
[16:10:31] ReikoShea: i just feel in love
[16:10:32] ReikoShea: http://www.newegg.com/Product/Product.aspx?Item=N82E16856110082
[16:10:50] Shadow__x: ati
[16:10:52] Shadow__x: double fail
[16:10:55] ReikoShea: lol
[16:11:04] ReikoShea: well as long as i run mythbuntu im fine
[16:11:08] ReikoShea: restricted drivers
[16:11:09] ReikoShea: :)
[16:11:14] Shadow__x: no necessarily
[16:11:23] ReikoShea: i run a 1650 at work on compiz
[16:11:33] ReikoShea: works pretty well
[16:11:37] Shadow__x: i run ubuntu with catalyst 8.6 and mythtv gives screen corruptions
[16:11:40] Maliuta: someone recommend sleep inducing documentation for me to read
[16:11:44] Shadow__x: yeah mine does compiz as well
[16:11:48] Shadow__x: until you try and watch a video
[16:11:52] Shadow__x: and it flickers
[16:12:04] ReikoShea: hmm i haven't noticed any of that
[16:12:11] Maliuta: why would you run compiz on a dedicated myth box?
[16:12:24] Shadow__x: thats not on my mythbox
[16:12:28] Shadow__x: thats ony my laptop
[16:12:33] ReikoShea: +1 for my workstation
[16:12:47] Shadow__x: and i wanted the fe to give me shows while i did work
[16:12:50] Shadow__x: but that was a no go
[16:12:57] Shadow__x: wine also gives me screen corruption
[16:13:07] ReikoShea: hmmm, i have had none of those issues
[16:13:24] ReikoShea: are you on ubtunu workstation?
[16:13:41] Shadow__x: what do you mean
[16:13:49] ReikoShea: the box that is flickering
[16:13:52] ReikoShea: what os is it?
[16:14:00] Shadow__x: am i on it currently
[16:14:01] Shadow__x: ?
[16:14:07] Shadow__x: ?
[16:14:15] ReikoShea: im just curious as to what operating system you are running?
[16:14:31] Shadow__x: ubuntu 8.04 with 2.24.20 kernel
[16:14:43] Shadow__x: installed from source and had issues as well
[16:14:47] H3 (H3!n=hiphophi@c-71-197-252-44.hsd1.wa.comcast.net) has quit (Read error: 113 (No route to host))
[16:14:48] ReikoShea: thats really odd...
[16:14:52] Shadow__x: that it is
[16:14:55] Shadow__x: xv works though
[16:14:57] Shadow__x: in mplayer
[16:14:58] Maliuta: the OS is GNU/Linux, the application collection is Ubuntu
[16:15:09] ** Maliuta gets pedantic **
[16:15:15] ReikoShea: *sigh
[16:15:25] Shadow__x: heh
[16:15:26] ReikoShea: this isnt going to be a herd/gnu convo is it?
[16:15:47] Maliuta: no. I just work with a variety of *nix OSen
[16:15:50] ReikoShea: have you tried vlc, shadow?
[16:15:58] ReikoShea: as do i, maliuta
[16:16:09] Maliuta: and the same applications are there from one OS to the other
[16:16:24] Shadow__x: yeah vlc works fine as does totem
[16:16:25] Maliuta: I differentiate between OS and application
[16:16:26] Shadow__x: mplayer
[16:16:49] Shadow__x: wine and mythtv fe gives screen corruption
[16:17:03] ReikoShea: Shadow__x: The reason i was asking about your OS was because i had an issue with web content on 7.10 2.6.18 but when i moved to 8.04 2.6.24 it went away
[16:17:26] Maliuta: to quote Linus "the only people who should ever care about what operating system is being run are developers and technical people"
[16:17:27] Shadow__x: well i am on 2.6.24 and same issue
[16:17:29] ReikoShea: are you running the myth binary from apt?
[16:17:35] J-e-f-f-A_ (J-e-f-f-A_!n=mythtv@pool-71-184-94-149.bstnma.fios.verizon.net) has joined #mythtv-users
[16:17:38] J-e-f-f-A_ is now known as J-e-f-f-A|work
[16:17:49] Maliuta: apt is a tool not a repository
[16:17:50] Shadow__x: yeah from the ubuntu source
[16:18:03] ReikoShea: mal...ima slap you
[16:18:03] Maliuta: apt could be used to install binaries from a number of different sources
[16:18:06] ReikoShea: :-P
[16:18:06] Shadow__x: i got what he was saying
[16:18:18] Shadow__x: try not strangling each other
[16:18:34] Maliuta: ReikoShea: don't be a tease now :P
[16:18:44] ReikoShea: :-)
[16:18:47] ReikoShea: sound like my wife
[16:18:48] edannenbe (edannenbe!n=edannenb@mail.blooparkstudios.de) has quit (Remote closed the connection)
[16:19:05] Maliuta: but I'm not your bitch :P
[16:19:07] ahbritto_ (ahbritto_!n=guest@adsl-69-104-91-160.dsl.pltn13.pacbell.net) has quit (Client Quit)
[16:19:11] ReikoShea: LOL
[16:19:40] ReikoShea: The point i was trying to make was ubuntu's repository's sometimes have unstable distributions
[16:19:50] ReikoShea: you might try and grab a stable version
[16:20:24] Shadow__x: hmm
[16:20:25] Shadow__x: from
[16:20:30] ReikoShea: thats my only qualm with that OS is the number of betas in the repository
[16:20:35] Shadow__x: i also tried using hte open source ones
[16:20:46] Shadow__x: and compiling from source on numerous occasions
[16:20:54] ReikoShea: compiling from source yielded the same results i take it?
[16:20:59] Shadow__x: yeah
[16:21:03] Shadow__x: its a bug with the new drivers
[16:21:07] ReikoShea: oh....thats sad times
[16:21:11] ReikoShea: you could be right
[16:21:15] Shadow__x: its been confirmed
[16:21:22] ReikoShea: just trying to give some options
[16:21:25] Shadow__x: i found many other users griping about it on forums
[16:21:40] Shadow__x: my card is a x1400
[16:21:51] ReikoShea: answered my question before i could ask it
[16:22:03] Shadow__x: i may just decide to swap that out with a 7900gs and never have an issue again
[16:22:07] Shadow__x: and i liked ati
[16:22:11] Shadow__x: until i came to linux
[16:22:12] Shadow__x: lol
[16:22:14] ReikoShea: I still like ati
[16:22:16] ReikoShea: even on linux
[16:22:23] ReikoShea: (blasphemy, i know)
[16:22:42] Shadow__x: actually i had an issue with my x1900 aIW the fan would never go above 60 percent and then overheat and give me a bsod
[16:22:50] Maliuta: ati has "relations" with goats
[16:22:59] ReikoShea: lol, that is an ATI 'feature'
[16:23:05] ReikoShea: both the fan speed and the goats
[16:23:11] Shadow__x: ah yes great feature
[16:23:28] ReikoShea: its still in effect on the 4870 as well
[16:23:29] Shadow__x: hey the 4850 and 70 are a step in a good direction though
[16:23:46] ReikoShea: a friend of mine im'ed me that this morning
[16:24:16] ReikoShea: he said something about a fan controller app that was released bringing the core from 82C to 55C
[16:24:21] Sulx: does anyone have technisat dvb card (b2c2) and 2.6.26=< kernel ?
[16:24:35] Shadow__x: ReikoShea:
[16:24:44] Shadow__x: ReikoShea: its called ati tools atleast on windows
[16:24:49] ReikoShea: lol, i dont have that card....just an fyi sulx
[16:25:28] ReikoShea: there ya go...he was just touting that card all day on friday...until his machine turned it self off....
[16:25:37] ReikoShea: i was quite amused i must say
[16:26:11] ComandXX: is it possible to use multiple firewire inputs for mythtv?
[16:26:31] Shadow__x: yes
[16:26:36] ComandXX: and how many are possible on an average machine
[16:26:46] ComandXX: maybe $500/600 machine
[16:26:50] Shadow__x: well depends
[16:26:56] ReikoShea: HD or SD?
[16:27:00] ComandXX: HD
[16:27:08] Shadow__x: also on hd speed right ?
[16:27:17] ComandXX: ?
[16:27:24] ComandXX: HD as in HDTV or HD as in Hard Disk?
[16:27:30] justinh (justinh!n=hickdead@spc1-salf4-0-0-cust304.bagu.broadband.ntl.com) has joined #mythtv-users
[16:27:32] ReikoShea: HDTV
[16:27:49] ComandXX: right... the head end would output HDTV signals
[16:27:52] Shadow__x: hard drive speed
[16:28:02] ComandXX: 7200RPM drives sound good?
[16:28:08] ReikoShea: hd speed, proc type and speed and ram would be needed to give a guesstamate
[16:28:14] justinh: HD is typically a max of 18Mbits/sec
[16:28:43] ComandXX: how many mbps is the average HDD
[16:28:43] Shadow__x: hmm
[16:28:45] justinh: broadcast HD is usually less though
[16:28:49] ComandXX: not interface speed, real speed
[16:29:03] Shadow__x: i have gotten 60MB/sec before
[16:29:16] Shadow__x: peak of course
[16:29:25] ComandXX: so maybe 3 is possible?
[16:29:30] ComandXX: wait... no
[16:29:31] justinh: should be
[16:29:32] Shadow__x: more than that
[16:29:44] justinh: but.. depends how you're getting it
[16:29:46] ComandXX: can I do 3 without doing a RAID drive?
[16:29:55] justinh: people using firewire have enough problems keeping one working
[16:29:56] ComandXX: s/drive/array/
[16:29:59] Shadow__x: i have 4 mpeg2 streams and have no issue
[16:30:07] ComandXX: HD streams?
[16:30:08] Shadow__x: yeah i have that onto a single drive
[16:30:14] Shadow__x: 3 HD streams
[16:30:19] Shadow__x: one analog
[16:30:20] ReikoShea: raid 0 would help a lot if youre worried about speed
[16:30:30] justinh: disk i/o isn't likely to be a big concern
[16:30:42] ComandXX: it would be pure recording to disk... no processing
[16:30:45] Shadow__x: i agree with justinh
[16:30:47] ComandXX: so I don't see a need for much CPU
[16:30:49] kali67 (kali67!n=kali67@64-166-248-25.ded.pacbell.net) has joined #mythtv-users
[16:31:00] Shadow__x: ComandXX: for playback
[16:31:01] Shadow__x: yes
[16:31:17] justinh: firewire is less intensive than USB for CPU utilisation, that's for sure
[16:31:18] ReikoShea: except when youre recording two things simultaneously, disk io is an issue...expecially in a read-write situation
[16:31:32] ComandXX: right... what processor speed should I be looking at?
[16:31:40] ComandXX: for 1080p playback
[16:31:48] justinh: does nobody read the freakin FAQ around here?
[16:31:50] Shadow__x: 8 4 ghz cores
[16:31:52] justinh: 1080p WHAT?
[16:31:59] ReikoShea: :-X
[16:32:04] justinh: mpeg2. h.264 ... que?
[16:32:07] ComandXX: 1080p MPEG2
[16:32:09] ComandXX: off of the firewire
[16:32:18] justinh: there's no 1080p broadcast anywhere
[16:32:25] justinh: 720p or 1080i
[16:32:26] ComandXX: I know, it would be 1080p playback though...
[16:32:35] justinh: no it wouldn't
[16:32:39] ReikoShea: cant do 1080p playback on a 1080i stream
[16:32:45] ComandXX: I'm not going to be sending my TV an interlaced signal...
[16:32:58] wagnerrp: 1080p doesnt exist over here in the US
[16:32:59] ComandXX: or does mythtv allow that using HDMI-out video cards?
[16:33:15] ComandXX: I already have a popcornhour for my 1080P content
[16:33:40] justinh: the problem with interlaced video output is the order of the fields
[16:33:52] justinh: there's a 50–50 chance they'll be displayed in the wrong order
[16:34:06] Reiver (Reiver!n=medontwa@c-67-171-47-33.hsd1.wa.comcast.net) has quit ("The gene pool needs a little chlorine")
[16:34:06] justinh: no easy means to sync odd & even with the player
[16:34:33] ComandXX: ok... so RAID 0, AMD 64 4000+, 2GB of Ram, and an nVidia/AMD HDMI-out card...
[16:34:51] justinh: no need for raid0 really
[16:35:02] wagnerrp: no need for raid of any sort
[16:35:05] justinh: and forget ATI on linux because.. well – they're more miss than hit
[16:35:13] wagnerrp: just have two independent drives in one storage group
[16:35:13] ComandXX: oh, and a firewire controller and/or a MB with at least 2 firewire inputs
[16:35:16] Shadow__x: yeah do nvidia
[16:35:19] wagnerrp: mythtv will store to them round-robin
[16:35:20] Shadow__x: you wont have to worry
[16:35:35] justinh: nvidia aren't faultless either but generally nearer the mark than ATI most of the time
[16:35:35] ComandXX: ok...
[16:35:42] ComandXX: any good HDMI-out cards?
[16:35:44] justinh: that said, ATI are improving
[16:35:57] Shadow__x: they are improving agreed
[16:36:14] justinh: (allegedly, according to spurious reports. YMMV)
[16:36:15] Shadow__x: ComandXX: or dvi to hdmi
[16:36:30] justinh: HDMI == DVI + digital audio
[16:36:49] ComandXX: I know that
[16:36:50] ReikoShea: will TVs let you do DVI => HDMI?
[16:36:50] ComandXX: :)
[16:36:50] Shadow__x: yesh i know
[16:37:05] ComandXX: I have a DVI->HDMI adapter sitting right next to me
[16:37:07] ReikoShea: i thought there was an encryption layer or a check sum there....something strange...
[16:37:13] justinh: nope
[16:37:21] ComandXX: DVI can pass along any encryption
[16:37:21] justinh: HDCP is part of DVI too
[16:37:24] ComandXX: right
[16:37:27] ReikoShea: ahh
[16:37:27] ComandXX: HDCP can go over DVI
[16:37:28] wagnerrp: the only thing that EVER cares about encryption is the source
[16:37:28] ReikoShea: okay
[16:37:42] wagnerrp: if the source doesnt care, then everything is happy
[16:37:42] ReikoShea: so VGA => HDMI = Fail right?
[16:37:45] justinh: and linux being linux... there's no such thing
[16:37:56] ComandXX: ReikoShea, yeah
[16:38:00] ReikoShea: just checking
[16:38:13] ReikoShea: ive only got standard def stuff, so ive never read up on any of this
[16:38:18] justinh: doubtless you can buy VGA – HDMI converter boxes but WHY?!
[16:38:39] ReikoShea: cause a tv has an HDMI port but no VGA or DVI
[16:38:49] ReikoShea: :_
[16:38:52] ReikoShea: :) *
[16:39:07] justinh: they're way more expensive than just buying a new video card
[16:39:09] ReikoShea: i should say....it might only have that port
[16:39:10] justinh: WAY more
[16:39:23] ReikoShea: oh...okay, just making an observation as to why
[16:39:29] Shadow__x: my tv has a dvi port
[16:39:34] justinh: if you're retarded you might want one
[16:39:43] ReikoShea: grr...i hate this channel....now im gonna have to read up on HD crap
[16:40:15] justinh: why? just ask lame questions like a lazy person rather than read up on anything. everyone else seems to :P
[16:40:42] Reiver (Reiver!n=medontwa@c-67-171-47-33.hsd1.wa.comcast.net) has joined #mythtv-users
[16:40:43] ComandXX: Hmm... can get a RADEON HD 3450 for $36.99 shipped from Newegg
[16:41:04] justinh: weren't you here when people were saying be wary of ATI on linux?
[16:41:18] ComandXX: yeah
[16:41:26] justinh: well, it's your money
[16:41:28] ReikoShea: i like to read
[16:41:37] wagnerrp: didnt they release the full spec for their 4xxx series?
[16:41:44] croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection)
[16:41:50] ComandXX: $44 + 8 ship after rebate GF 8600
[16:41:53] croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users
[16:42:08] justinh: wagnerrp: makes no difference if nobody is around to code the drivers :P
[16:42:34] ComandXX: now CPU it doesn't make any difference, right?
[16:42:44] Shadow__x: eh
[16:42:59] Maliuta: ComandXX: aslong as it's not like a 486
[16:43:04] justinh: it doesn't make any difference so long as it's powerful enough to grunt through the content
[16:43:04] ComandXX: :)
[16:43:11] justinh: the VGA card won't be helping with any of it
[16:43:16] Maliuta: or, god help you, a 386
[16:43:28] ComandXX: X2 5000+ $66 shipped
[16:43:37] ComandXX: does MythTV like being in a 64 bit environment?
[16:43:50] Shadow__x: do you
[16:43:55] Maliuta: mine hasn't complained yet
[16:43:55] ComandXX: I love it
[16:44:07] Shadow__x: so then
[16:44:31] Shadow__x: myth is more developed then you are so
[16:44:34] Maliuta: mind you it hasn't called me up and thanked me ... or bought me a drink either
[16:44:36] Shadow__x: :D
[16:45:41] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has quit (Connection timed out)
[16:45:56] ** Maliuta plays Spiderbait's "Buy Me A Pony" **
[16:46:20] justinh: the advantages of 64-bit computing still have to become obvious to most
[16:46:35] ComandXX: hmm.. ASUS HDMI-out GeForce 8200 $90 shipped on newegg
[16:46:47] ComandXX: no need for a sep graphics card
[16:47:06] Maliuta: justinh: but it still doesn't make my bed for me
[16:47:28] Maliuta: justinh: computers are supposed to make my life easier
[16:47:35] RyeBrye: does the HDMI on mobos like taht include sound or just video?
[16:47:35] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has joined #mythtv-users
[16:48:36] ComandXX: that is what I am trying to figure out
[16:49:01] RyeBrye: DVI -> HDMI cables are cheap, so I've never bothered to look for HDMI out on a graphics card
[16:49:22] RyeBrye: but if the motherboard had HDMI out, I would expect it to already throw sound on there – which would be nice to have
[16:49:39] squidly: RyeBrye: with HDMI that does video and sound?
[16:49:42] justinh: RyeBrye: they generally do. whether they work in linux or not.. YMMV again I'm afraid
[16:50:00] squidly: sweet. that would make it a lot nicer then having to have multiple cords to the back of the tv
[16:52:42] xtknight: i know this isn't the tvtime or even general v4l support channel but if anyone could give me tips on getting past a simple blue screen on a bttv adapter, i'd greatly appreciate it. the adapter works alone, but when i also have a hauppage card in there, it no longer works, even if i specify the right /dev/video device
[16:53:09] clever: xtknight: you had to compile your ivtv from source?
[16:53:38] xtknight: clever, i'm using an ubuntu hardy distro with a custom 2.6.26.2 kernel
[16:54:06] clever: xtknight: my problem, bttv came with its own tveeprom.ko(in the binary package)
[16:54:07] xtknight: clever, i didn't have to do anything for the hauppage digital tuner to work
[16:54:18] clever: xtknight: and ivtv recompiled its own tveeprom.ko which screwed up bttv
[16:54:24] xtknight: hauppage analog one is not supported or simply doesnt work at the moment for me so i have to rely on my secondary analog tuner
[16:54:31] clever: xtknight: to fix it i expect id need to compile both drivers from a single source set
[16:54:40] xtknight: hmm
[16:54:52] xtknight: i've never needed an eeprom for this adapter so i dunno
[16:55:08] clever: it still needs tveeprom.ko even if you dont touch that chio
[16:55:21] xtknight: ya i see what you mean. well i am using tveeprom.ko from the 2.6.26.2 kernel
[16:55:28] clever: modinfo bttv|grep depend
[16:55:36] clever: depends: videobuf-core,videobuf-dma-sg,i2c-core,ir-common,videodev,tveeprom,v4l2-common,b tcx-risc,v4l1-compat,i2c-algo-bit,compat_ioctl32
[16:55:56] xtknight: [55069.366621] bttv0: timeout: drop=0 irq=37851/389843, risc=3781b03c, bits: HSYNC OFLOW
[16:55:58] xtknight: i get stuff like this
[16:56:26] xtknight: i've had the card work before though
[16:56:28] clever: is the ivtv driver also in the 2.6.26.2 source?
[16:56:54] kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has joined #mythtv-users
[16:56:54] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc
[16:56:54] xtknight: /lib/modules/2.6.26.2/kernel/drivers/media/video/ivtv/ivtv.ko
[16:56:57] justinh: b lue screen sounds like the wrong input is selected
[16:56:57] clever: i havent touched my bttv card in months, the ivtv driver killed it
[16:57:30] xtknight: justinh, ya it acts exactly like this, unfortunately i am pretty sure the input is selected properly ("Television"). i'd expect to see at least static if the frequency table were incorrect ('signal detection' is disabled)
[16:57:50] xtknight: clever, it *killed* it?
[16:57:52] xtknight: :\
[16:57:57] clever: connect every input to a source!
[16:58:13] clever: xtknight: it killed the tveeprom.ko which made the driver non functional
[16:58:34] clever: id have to rmmod ivtv and tveeprom.ko and reload the OTHER tveeprom.ko manualy to get it working
[16:58:50] xtknight: i dont have ivtv loaded at the moment and i am using a Hauppauge HD tuner fine. or is that for the analog part of the hauppauge?
[16:59:01] ComandXX: hmm... the list of firewire cards on mythtv's wiki doesn't give any really good choices for FW
[16:59:07] ComandXX: http://www.mythtv.org/wiki/index.php/FireWire . . . rewire_Cards
[16:59:14] justinh: firewire is firewire is firewire
[16:59:17] justinh: FFS
[16:59:21] xtknight: ComandXX, if you need a firewire card, the rosewill board with the NEC chip is supported on linux
[16:59:21] ComandXX: and the ones that it does list are rated very low on Newegg
[16:59:27] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has quit (Read error: 104 (Connection reset by peer))
[16:59:32] Shadow__x: xtknight: what card do you have
[16:59:53] Shadow__x: and in tvtime you might also have the channel freq wrong
[17:00:20] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has joined #mythtv-users
[17:00:22] ComandXX: xtknight, thanks
[17:00:30] xtknight: Shadow__x, i have a hauppague hvr 1800 (HD/analog) and "bttv card=78 tuner=2"
[17:00:38] Shadow__x: uh
[17:00:50] Shadow__x: the analog on the 1800 works
[17:00:51] xtknight: im not sure what the name of the other one is, altho these parameters worked fine for the card. i think it's a kworld or something
[17:00:55] Shadow__x: i have one and it works
[17:01:05] xtknight: Shadow__x, what kernel?
[17:01:17] Shadow__x: it worked out of the box on 2.26
[17:01:34] Shadow__x: on 2.24 you have to do the sensible thing and install the firmware and the driver
[17:01:36] xtknight: you had to load an eeprom file right?
[17:01:42] Shadow__x: but again sensible
[17:01:46] Shadow__x: on what kernel
[17:01:55] Shadow__x: on 2.26 i didnt have to do anything
[17:02:01] xtknight: oh ok
[17:02:05] xtknight: well i have 2.6.26.2
[17:02:07] xtknight: i'll try it again
[17:02:15] xtknight: last time i tried i thought i had 2.6.25 but i cant remember
[17:02:19] Shadow__x: well the 1800 creates 2 video devices
[17:02:26] Shadow__x: one raw one mp3g encoder
[17:02:49] xtknight: right now i have /dev/video0 (hauppauge), /dev/video1 (hauppauge), /dev/video2 (bttv)
[17:03:15] Shadow__x: use video0 in tvtime
[17:03:18] Shadow__x: are you in the us
[17:03:21] xtknight: yea
[17:03:31] Shadow__x: you might need to change chan freq to us cable hrc
[17:03:36] Shadow__x: i had to for it to work in tvtime
[17:03:39] ComandXX: xtknight, I'm not seeing it saying it has linux support... and someone on the mythtv site actually lists it as 'not working'
[17:04:03] Shadow__x: you can use ivtv-tune to tune the video1 device and use mplayer to watch it
[17:05:04] xtknight: ah
[17:05:14] xtknight: [54625.474387] ERROR: Hotplug firmware request failed (v4l-cx2341x-enc.fw).
[17:05:16] xtknight: well i'm seeing that too.
[17:05:28] xtknight: but you said .26 doenst need the firmware?
[17:05:51] Shadow__x: i didnt
[17:06:00] xtknight: i tried video0 in tvtime no luck on any of the three coaxial inputs on my hauppauge
[17:06:02] Shadow__x: but go ahead install it
[17:06:07] Shadow__x: uh
[17:06:12] Shadow__x: did you listen to me
[17:06:19] Shadow__x: you have to change the channel freq
[17:06:25] Shadow__x: it works
[17:06:26] xtknight: i did that too
[17:06:30] xtknight: to hrc
[17:06:31] Shadow__x: YOU arent doing something right
[17:06:35] xtknight: lol
[17:06:48] Shadow__x: it works i have gotten working after many tear downs
[17:07:36] javatexan (javatexan!n=aars@rrcs-24-227-199-231.sw.biz.rr.com) has joined #mythtv-users
[17:09:05] ComandXX: damn... can't seem to find a confirmed, working, 100% legit firewire capture card
[17:09:09] ComandXX: for mythtv
[17:09:30] xtknight: i think if the kernel supports it myth should as well
[17:09:36] xtknight: because the firewire stack is common below the driver level?
[17:09:38] directhex: ComandXX, erm... any. firewire is, like usb, generally supported by a single driver
[17:09:39] Shadow__x: maybe someone shouldnt be trying mythtv 0–0
[17:09:57] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has quit (Read error: 104 (Connection reset by peer))
[17:09:59] directhex: so whether it's onboard, on a sound card, or on a random pci card, it works
[17:11:03] Thomas- (Thomas-!i=tomas@krixor.xy.org) has quit (simmons.freenode.net irc.freenode.net)
[17:11:03] mikegrb (mikegrb!n=michael@mail.thegrebs.com) has quit (simmons.freenode.net irc.freenode.net)
[17:11:03] tonyb (tonyb!n=tony@pythia.bakeyournoodle.com) has quit (simmons.freenode.net irc.freenode.net)
[17:11:03] cworth (cworth!n=cworth@olra.theworths.org) has quit (simmons.freenode.net irc.freenode.net)
[17:11:06] Thomas- (Thomas-!i=tomas@krixor.xy.org) has joined #mythtv-users
[17:11:08] tonyb (tonyb!n=tony@pythia.bakeyournoodle.com) has joined #mythtv-users
[17:11:09] mikegrb (mikegrb!n=michael@mail.thegrebs.com) has joined #mythtv-users
[17:11:14] cworth (cworth!n=cworth@olra.theworths.org) has joined #mythtv-users
[17:13:51] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has joined #mythtv-users
[17:15:38] xtknight: Shadow__x, once i loaded the firmware for .26.2 it works
[17:15:49] Shadow__x: k
[17:16:00] Shadow__x: dont know it worked the way i compiled it
[17:16:19] xtknight: prolly cuz im using ivtv in the kernel instead of compiling theirs
[17:16:33] Shadow__x: right
[17:16:37] Shadow__x: i didnt do ivtv
[17:18:42] ComandXX: screw it... TiVo HD is cheaper ;-)
[17:18:49] Shadow__x: heh
[17:18:51] Shadow__x: i knew it
[17:19:13] ComandXX: stupid cablelabs
[17:19:50] ComandXX: if there was cablecards available for mythtv usage I would jump on it in a second
[17:21:27] iamlindoro (iamlindoro!n=iamlindo@140.239.95.222) has joined #mythtv-users
[17:21:38] Maliuta: ComandXX: but a tivo is less flexible than a myth box
[17:21:42] justinh: muh muh muh cablecards lol
[17:21:56] ajh: maliuta, yeah breaks less though :)
[17:22:04] Maliuta: ComandXX: I built my mythbox for $144AU
[17:22:20] justinh: mythtv isn't about saving money IMHO
[17:22:34] justinh: if you value your own time, especially
[17:22:37] ajh: Or having something stable. :)
[17:22:59] ajh: Constant flux :)
[17:23:02] justinh: mythtv is stable here
[17:23:12] ajh: If you never upgrade sure.
[17:23:22] ajh: but stable is stagnant.
[17:23:32] justinh: people who upgrade constantly for the sake of it have everything coming to them
[17:23:33] Maliuta: justinh: no, it's about integrating with the rest of my network, enabling me to watch tv on all computaional devices ...
[17:23:38] ajh: Upi
[17:23:47] ajh: You're mis-interpreting what I said.
[17:23:58] ajh: I'm not saying it's crashing, I'm saying it is constantly changing.
[17:24:05] Maliuta: justinh: and right now I have the time spare ... I'm waiting for my hip to be replaced before I can go back to work
[17:24:24] dustybin: justinh: not when they use debian :P
[17:26:19] dustybin: after all this time, i thought the TV in my bedroom was a 26", i just measured it from corner to corner and its 24"
[17:26:32] dustybin: what am i?
[17:26:32] justinh: bedroom inflation eh
[17:26:34] ReikoShea: aww thats sad
[17:26:38] dustybin (dustybin!i=subx@microsoft.devilcode.net) has left #mythtv-users ()
[17:27:02] directhex: it appears dustybin fails in epic style at understanding CRT screen sizes
[17:27:16] directhex: after he went on & on about the superiority of SD CRT
[17:27:24] justinh: or is just bad at measuring
[17:27:43] directhex: 2" of bezel sounds like a lot, but 1" at least is normal
[17:28:28] kormoc: directhex, he's likely at around 1.5" and rounding up
[17:28:40] dustybin (dustybin!i=subx@microsoft.devilcode.net) has joined #mythtv-users
[17:28:44] kormoc: and 1.5" bezel is fairly common on cheaper tv's
[17:29:01] ajh: CRT is only superior in projectors these days.
[17:29:11] directhex: dustybin, CRT screen sizes do not measure visible size, they measure tube size. you lose at least an inch to the plastic bezel
[17:29:23] justinh: ajh: apart from if you're talking about displaying interlaced SDTV in a domestic environment
[17:29:37] dustybin: ok
[17:30:06] justinh: saw plenty of horrendous looking telly over the weekend on LCDs. not cheapo models by any stretch either
[17:30:40] justinh: maybe they look great with HD, but where's the HD?!
[17:30:43] justinh: oh yeah now I remember. there is none of note yet
[17:30:43] dustybin: LCDs look evil, im going to get another exact same model CRT for downstairs
[17:30:47] dustybin: justinh: exactly
[17:30:49] ajh: Bad scaling can cause it to look really bad though.
[17:31:05] justinh: my inlaws set makes fast moving stuff look shite
[17:31:11] ** directhex plays a lot of games, HD is a must **
[17:31:15] justinh: my parents' set makes slow moving stuff look shite
[17:31:26] dustybin: HD = expensive, its not only a expensive TV, your whole system needs re-designing to cope with the mass amount of data HD uses
[17:32:03] ajh: I like having half my room back.
[17:32:09] directhex: ajh, amen
[17:32:21] dustybin: justinh: roughly how long do you think low-res freeview will be on air for?
[17:32:21] Shadow__x (Shadow__x!n=no@c-76-116-179-191.hsd1.nj.comcast.net) has quit ()
[17:32:26] source_code (source_code!n=saad@ip68-101-29-3.pn.at.cox.net) has quit (Read error: 104 (Connection reset by peer))
[17:33:01] AndyCap: dustybin: 20 years. :P
[17:33:05] dustybin: nice :-)
[17:33:27] dustybin: i have nearly all the components for my sisters frontend, all im missing now is a box what can take a full size ATX board
[17:33:46] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has quit (Read error: 104 (Connection reset by peer))
[17:34:12] AndyCap: dustybin: I dunno, but HD has been taking it's time, and switching to digital is pain enough.
[17:34:35] frikker (frikker!n=blaine@107.135.68.216.DED-DSL.fuse.net) has joined #mythtv-users
[17:34:41] gnome42 (gnome42!n=gnome42@76-10-172-54.dsl.teksavvy.com) has quit (Remote closed the connection)
[17:35:09] frikker: does anyone recommend using a ps3 as a mythtv backend? or should I just forget about it and get a cheap barebones kit?
[17:35:33] directhex: using what kind of tuner, exactly?
[17:35:33] dustybin: ps3 should not be used as a backend, maybe a frontend
[17:35:35] ajh: It would be a silly backend.
[17:35:39] AndyCap: frikker: the cpu in a ps3 is pants.
[17:35:48] ajh: Like using a Corvette as a Golf Cart.
[17:35:49] wagnerrp: you could use a USB tuner
[17:35:50] directhex: space for one hard disk, and usb-only tuners. meh.
[17:35:53] frikker: AndyCap: is that british for awesome, or for terrible?
[17:35:54] wagnerrp: but whats the point
[17:36:00] AndyCap: frikker: terrible.
[17:36:05] frikker: well i could easily use it as a frontend
[17:36:09] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has joined #mythtv-users
[17:36:09] frikker: AndyCap: thanks :)
[17:36:12] directhex: AndyCap, what's wrong with cell? i mean, on a theoretical level
[17:36:19] wagnerrp: very few applications can make use of the SPEs
[17:36:21] frikker: directhex: nothing, its an amazing architecture
[17:36:22] ajh: I'm hoping those Dell Hybrids work for FE.
[17:36:32] frikker: directhex: but outside of ps3 world the access is limited
[17:36:32] dustybin: to hell with it, time to re-install mythbuntu on my sisters box and see if i can get the remote working
[17:36:33] wagnerrp: and the PPE is a POS
[17:36:34] directhex: frikker, you're being misinformed. there are bigger issues with using a ps3 as a frontend, due to lack of proper v ideo driver
[17:36:35] AndyCap: directhex: a, sure, the theoretical mythtv Cell edition would run great on it
[17:36:36] kormoc: AndyCap, pants is terrible? what do you guys do? wonder around in skirts?
[17:36:42] wagnerrp: in-order-execution
[17:36:48] directhex: AndyCap, then take a peek in the wiki
[17:36:51] AndyCap: kormoc: ay, laddie. :P
[17:36:54] frikker: directhex: i understand i can use it with a uPNP set up though, sharing media
[17:37:06] wagnerrp: not to mention the PS3 is limited to about 180MB of RAM in linux
[17:37:06] directhex: frikker, yes, you can. that works fine with dvb recordings
[17:37:10] frikker: directhex: although would that be for movies only and recorded shows, but not TV?
[17:37:14] frikker: directhex: gotcha. so no live TV theN?
[17:37:19] directhex: indeed
[17:37:24] frikker: hmm.
[17:38:33] AndyCap: directhex: so what we have is shaping up to be the PVR-350 for the 2010's
[17:38:38] AndyCap: win.
[17:38:48] frikker: thanks guys
[17:38:55] directhex: epic win!
[17:39:13] kormoc: Tuna Win!
[17:40:02] Maliuta: out of interest does anyone know of a non X based way to configure the backend?
[17:40:04] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has quit (Read error: 104 (Connection reset by peer))
[17:40:16] AndyCap: I should get an account just to tag it with "PVR-350 for the new millenium"
[17:40:21] Maliuta: I would like to be able to conf backends without X installed
[17:40:34] kormoc: Maliuta, you could use x forwarding
[17:40:35] AndyCap: Maliuta: install X on another machine and run over ssh?
[17:41:04] directhex: considering the backend requires x libraries, what are you saving exactly?
[17:41:07] Maliuta: I had considered that
[17:41:28] ** AndyCap braces for impact **
[17:41:39] PointyPumper (PointyPumper!n=pintlezz@190.244.67.231) has joined #mythtv-users
[17:41:43] Maliuta: directhex: libs are one thing, I just didn't want an X server on that machine
[17:42:33] directhex: so use x forwarding, to save the enormous pain of building one small executable
[17:42:35] directhex: job jobbed
[17:43:27] Maliuta: so there is no file I can edit to tell it where to find things like the DB server and the DB?
[17:43:50] Maliuta: directhex: and I just checked, my compile doesn't require x libs for the backend
[17:43:52] kormoc: the ~/.mythtv/config.xml I believe
[17:44:03] kormoc: Maliuta, no, but it requires QT which requires X libs
[17:44:04] ReikoShea: kormoc: sounds right
[17:44:22] directhex: let me guess. directfb qt.
[17:44:25] directhex: cunting gentoobies
[17:44:36] kormoc: directhex, die in a fire?
[17:45:06] Maliuta: kormoc: still only libs and not actuall servers or utils
[17:45:19] kormoc: Maliuta, sure, who's arguing otherwise?
[17:46:25] ReikoShea: Maliuta: why cant you just use vi, nano or pico to modify your confs
[17:46:30] ReikoShea: that way you dont have to install X
[17:47:00] ReikoShea: i guess ill mention emacs too before i get yelled at
[17:47:40] SHADOW__X (SHADOW__X!n=Ghost36@c-76-116-179-191.hsd1.nj.comcast.net) has joined #mythtv-users
[17:47:41] directhex: ReikoShea, very clever. except all mythtv config happens in a large mysql database
[17:47:52] iamlindoro (iamlindoro!n=iamlindo@140.239.95.222) has quit ()
[17:47:52] ReikoShea: mysql database name
[17:48:03] ReikoShea: apt-get install mysql-client
[17:48:14] ReikoShea: (assuming ubuntu or debian)
[17:48:18] kormoc: edit config.xml point to db, edit rest in db, fail when you forget to modify one required field, rinse and repeat
[17:48:46] directhex: if he were using ubuntu or debian there wouldn't be this "no x server plz" farce
[17:48:54] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has quit (Remote closed the connection)
[17:49:00] kormoc: sure, Debian server doesn't come with X by default
[17:49:00] ReikoShea: debian installs default w/o x
[17:49:17] Maliuta: that's what I am running
[17:49:42] AndyCap: directhex: no problem, you can just edit the mysql files if you know what you're doing. this rdbms thing is just for lazy programmers who cant program around it.
[17:49:53] directhex: zomg, xserver-xorg consumes a phenomenal 680k of disk. woe is me
[17:49:56] ReikoShea: so use a command line editor (see above) to modify config.xml and then if you have data base stuff todo, use mysql client
[17:50:08] ReikoShea: it consumes more ram, directhex
[17:50:10] kormoc: christ, talk about helping, jesus
[17:50:12] Maliuta: all the docs I had read said only to conf via the X prog. I just did some digging ~/.mythtv/mysql.txt tells it to find the DB
[17:50:24] ReikoShea: there ya go
[17:50:27] Maliuta: then I just have to populate the DB correctly :)
[17:50:28] stoove (stoove!n=stoove@82.211.215.123) has joined #mythtv-users
[17:50:34] kormoc: Maliuta, mysql.txt is depreciated, config.xml or the like is the new way
[17:50:36] directhex: good luck. it's 90 tables, give or take
[17:50:38] ReikoShea: fix it there, and if you have a dump you can just dump it back in
[17:50:40] Maliuta: I have only been using myth for about 2 weeks
[17:50:47] ReikoShea: lol, direct...you think small
[17:50:56] ReikoShea: every application i have in my office is 500 tables or more
[17:51:00] AndyCap: Maliuta: since you haven't configured it, I would say no. you haven't been using it
[17:51:03] kormoc: although, x forwarding is much easier
[17:51:09] ReikoShea: or phpMyAdmin
[17:51:14] directhex: kormoc, duh
[17:51:22] kormoc: number of tables is meaningless typically
[17:51:25] Maliuta: AndyCap: that's on my laptop which I have been using it on :P
[17:51:36] iamlindoro (iamlindoro!n=iamlindo@140.239.95.222) has joined #mythtv-users
[17:51:39] kormoc: it's the 300 setting = value pairs in the settings table that's the fun part
[17:51:53] directhex: kormoc, if you're trying to be a clever clogs & do it all on the command line, i think it might have som bearing
[17:52:05] Maliuta: kormoc: I have a config.xml only in the user that has been running frontend stuff
[17:52:22] ReikoShea: thats where it should be maliuta
[17:52:36] kormoc: directhex, I have no clue what you're even saying
[17:52:40] SHADOW__X: hey iamlindoro
[17:52:48] ReikoShea: the daemon runs as a user, and it will have ownership of the files by default if its in that users home dir
[17:52:51] iamlindoro: Hola
[17:53:04] Maliuta: AndyCap: I am in the process of confing up a server specifically for backend only. that's why I asked that Q. until now I have been running front and backend on my laptop
[17:53:08] ReikoShea: (of course those perms can be changed)
[17:53:28] ReikoShea: so do you have the db setup on your laptop mal?
[17:53:35] AndyCap: Maliuta: and running ssh x forwarding doesn't solve the prolem why?
[17:53:41] stoove: hello, i have an bt8x8 tv card and an ati graphics card. the problem im having is that when i press watch tv in the frontend i only get a green screen. i have succsefully scanned for channels and when i change channels the audio also changes, but the screen stays green... kdetv works fine though
[17:54:07] kormoc: Maliuta, so why not just xforward to your laptop? it would be much faster and all that jazz then doing it by hand
[17:54:11] ReikoShea: if you have the db on your laptop, you can do the following
[17:54:27] ReikoShea: mysqldump --opt <DBNAME> > filename
[17:54:31] Maliuta: ReikoShea: using groups and other perm stuff and common storage areas to deal with permissioning. I did have the DB on there when I first started plying (I was house sitting at a friends) then I moved it to my server
[17:54:48] kormoc: ReikoShea, keep in mind a lot of the tables are keyed off of hostname
[17:54:49] ReikoShea: scp filename maliuta@server:filename
[17:55:01] ReikoShea: gotcha kormoc
[17:55:24] Maliuta: ReikoShea: yeah, I'm thinking I might use some of my copius free time to script up some CLI backend config stuff to pass on to the maintainers of the debian packages
[17:55:27] ReikoShea: mysqldump --opt <DBNAME> | sed "s/servername/newservername" > filename
[17:55:37] xtknight: i have two input sources, how do i switch between them on mythfrontend? i am only seeing my digital channels when i scroll through, but i added a bunch of analog ones from the analog device
[17:56:12] ReikoShea: bash = win
[17:56:16] ReikoShea: Wo0T
[17:56:43] ReikoShea: hell, i might make a migration tool for this since it seems so complicated....
[17:57:41] ReikoShea: i think myth uses innodb tables...so binary copies are out of the question
[17:57:49] kormoc: ReikoShea, the typical answer is migration is hardly worth it typically, as device nodes may change, etc. It's considered much easier to just run though the setup screens again
[17:57:54] Reiver (Reiver!n=medontwa@c-67-171-47-33.hsd1.wa.comcast.net) has quit (Read error: 110 (Connection timed out))
[17:58:03] kormoc: ReikoShea, no, mythweather uses innodb, the rest use myisam by default
[17:58:32] kormoc: although, binary copies are still considered semi-evil by mysql. copying to a different version of the db server can lead to so fun corruption issues
[17:58:50] ReikoShea: <== mysql dba
[17:58:54] ReikoShea: :)
[17:59:13] Maliuta: I also want to get some postgres support going
[17:59:19] kormoc: most users are not, so you gotta consider that when you give advice that can perhaps screw them :P
[17:59:26] ** Maliuta intensely dislikes using mysql **
[17:59:27] kormoc: Maliuta, patches are welcome
[17:59:27] ReikoShea: true story
[17:59:47] Maliuta: kormoc: all in time
[17:59:47] ReikoShea: making a postgres version probably wouldnt be too difficult
[17:59:55] ReikoShea: the two systems are very similar
[18:00:07] kormoc: it's actually surprisingly hard
[18:00:08] Maliuta: ReikoShea: I figure setting up a DB extraction layer would make it easier
[18:00:16] stuporglue (stuporglue!n=stuporgl@72.8.105.46) has joined #mythtv-users
[18:00:30] kormoc: we have a fair number of mysql specifc stuff for speed and keeping that speed while supporting postgresql isn't trivial
[18:00:47] ReikoShea: ahh
[18:00:51] Maliuta: ReikoShea: I tend to do lots of views and stored procedures in my postgres stuff, basically making interaction with the DB an API anyhow :)
[18:00:54] ReikoShea: i havent looked into it at all
[18:01:22] kormoc: We've been looking into using embedded mysql (mythdbserver basically) so it's less of an issue
[18:01:22] ReikoShea: well if you do views and SP in postgres you break a lot of compatibility...which is probably what kormoc is talking about
[18:01:26] Maliuta: I'll see what it looks like when I get there
[18:02:18] Maliuta: I believe that the specifics of DB interaction should be separate from application development
[18:02:43] justinh: yadayada yadayada
[18:03:00] Maliuta: makes it easier for people to use and tune their DB of choice
[18:03:22] kormoc: sure, also makes it harder to develop
[18:03:34] kormoc: and given it's a volunteer development team...
[18:03:34] ReikoShea: well most people make classes per supported database...then call the specific class for each command
[18:03:37] ReikoShea: its harder than it sounds
[18:03:44] justinh: it makes it easier for people to take effortless sideswipes, though
[18:04:02] Maliuta: kormoc: not really, I have done alot of devel work
[18:04:18] kormoc: sure it does
[18:04:18] Maliuta: kormoc: and supported more devs as a sysadmin, I am familiar with the issues
[18:04:49] kormoc: when you have multiple queries for each supported db, it increases maintenance
[18:04:55] justinh: every once in a while somebody comes along claiming it'll be a piece of cake to turn mythtv away from mysql. eventually they see the big monster scheduler query
[18:05:11] kormoc: for each db we write a different scheduler query for, we have to update all of them every-time we make a change.
[18:05:12] Maliuta: I'm not claiming anything, just saying I'd like to see ...
[18:05:13] source_code (source_code!n=saad@ip68-101-29-3.pn.at.cox.net) has joined #mythtv-users
[18:05:35] justinh: I'd like to see .. wait, no let's not even go there
[18:05:41] CCFL_Man2 (CCFL_Man2!i=cde579a0@pool-70-105-192-8.scr.east.verizon.net) has quit (Read error: 104 (Connection reset by peer))
[18:05:48] ReikoShea: the sun, justinh?
[18:05:58] ReikoShea: do you get tired of trolling?
[18:06:07] justinh: nah
[18:06:12] Maliuta: don't mention the evil day star
[18:06:36] kormoc: ReikoShea, justinh's not trolling, he's just tired of users complaining about free stuff :P
[18:06:48] SHADOW__X: i just saw a zap2it commercial
[18:07:12] ReikoShea: well if there were no complaints there would be no feature requests
[18:07:26] justinh: if there were no feature requests, it'd pretty much be a perfect world
[18:08:01] javatexan (javatexan!n=aars@rrcs-24-227-199-231.sw.biz.rr.com) has quit (Read error: 104 (Connection reset by peer))
[18:08:01] ReikoShea: lol, myth is no where near perfect yet (i mean no offense to the present developers)
[18:08:14] justinh: I know myth is nowhere near perfect yet
[18:08:18] kormoc: ReikoShea, meh. if you don't like it, feel free to use something else
[18:08:24] ReikoShea: i love it
[18:08:27] Maliuta: nothing is, I'm also a bing asterisk user and it's still got lots to do
[18:08:27] justinh: it'll be ooooo a LONG time before it's even close
[18:08:27] kormoc: or contribute yourself
[18:08:53] kormoc: it's perfect for my wants and needs, and when it's not, I fix it to be
[18:08:55] Maliuta: so you do what you can, write a bit here and there to help it along
[18:08:57] ReikoShea: im actually thinking about it the more i use it, kormoc...gdm takes most of my time, but it actually seems like a worthwhile project
[18:09:01] bsdfox_ (bsdfox_!n=h36sa@unaffiliated/bsdfox) has quit (Read error: 110 (Connection timed out))
[18:10:26] ReikoShea: the only problems ive had with mythtv have been minor...i will say its a lot better than i expected
[18:11:02] ReikoShea: but im really just using it to serve my already stored media which i could do with an NFS share and a few linux tweaks, but myth already has the whole package...so it works for me
[18:11:07] justinh: most of the problems people associate with mythtv aren't even directly to do with the project itself
[18:11:14] ReikoShea: i have no doubt
[18:11:18] Maliuta: I had heard all these nightmare stories, I was pleasantly surprised
[18:11:32] Maliuta: I managed to get it up in running fairly quickly
[18:11:52] justinh: people out there tell all sorts of tales. it has something of a reputation. from where.. I have no idea
[18:11:52] Maliuta: was expecting alot more work
[18:12:31] kormoc: Myth is a myth
[18:12:32] ReikoShea: biggest problem with myth is the cable companies....
[18:12:37] kormoc: it's all in our imaginations
[18:12:40] Maliuta: I was determined I would get it up and running, hassles weren't going to stand in my way.
[18:12:54] Maliuta: ReikoShea: oh, it's worse for paytv here in .au
[18:13:35] Maliuta: to the point where you basically have to use the cable providers STB and an IR transmitter
[18:13:53] ReikoShea: we're that way here with HD channels
[18:13:56] justinh: a big one I had to field once was about the unfriendliness of the development community – that was for a linux podcast in front of hundreds of people. Having that sprung on me wasn't pleasant. People still confuse the mythtv-dev mailing list with people who actually do most of the dev work
[18:14:14] Maliuta: I hope things really are getting to the point where everything just comes on IP
[18:14:26] kormoc: justinh, yeah, that was low :/
[18:14:34] ReikoShea: how many active contributors would you say there are?
[18:14:40] Maliuta: ReikoShea: well we're DVB-T it's easy to get the HD stuff :)
[18:14:57] kormoc: ReikoShea, a few hundred over the years, and about 60 folks with commit access over the years iirc
[18:15:00] justinh: Maliuta: personally I don't think so. IPTV is just another chance to lock things down even more. all the IPTV in the UK is a great example. oh, it's their own box or else
[18:15:47] AndyCap: and IPTV isn't really standardized so one can implement proper encryption. :)
[18:16:20] justinh: and when you're rolling out your own hardware alongside the new network.. badabing. done deal. all rolled up nice & tight.
[18:16:28] ReikoShea: so is there a standard submission channel? or is it just post bug fixes in a launchpad somewhere?
[18:16:41] Maliuta: justinh: well phone companies are still trying to own voice that way, but things like asterisk and sip/iax + mobile broadband (like hdspa) are making it easier to circumvent them for even mobile voice
[18:17:05] justinh: unless you're talking about IPTV as some kind of user-generated ideal.. in which case I look forward to seeing stuff worthy of my time ;)
[18:17:21] justinh: ReikoShea: svn.mythtv.org
[18:17:43] justinh: and the official wiki has a guide on how to submit contributions
[18:17:51] ReikoShea: ahh
[18:17:52] ReikoShea: sweet
[18:17:53] justinh: contributions meaning tangible things
[18:17:53] ReikoShea: thanks
[18:17:58] ReikoShea: yeah, i gotcha
[18:18:10] ReikoShea: cpp i take it?
[18:18:19] GreyFoxx: yes
[18:18:24] thedarkone (thedarkone!n=thedarko@68.80.41.204) has quit (Connection timed out)
[18:18:27] Maliuta: justinh: as data capacity increases I don't see why streaming video isn't more of an option, so you might pay to subscribe to some "channels", and others might be freely available (alot of traditional tv stations are doing streams of their content now)
[18:18:48] kormoc: ReikoShea, depends. We have perl bindings for stuff, php is mythweb, there's python bindings in the works somewhere, c++ for the core stuff
[18:18:55] kormoc: there's some perl in mythweb as well
[18:19:09] ReikoShea: perl, php and python are my strengths
[18:19:13] kormoc: MythWeb is the easiest to get started in
[18:19:19] ReikoShea: i just have basic C++ from college
[18:19:32] justinh: a few of the plugins use external scripts to grab data, that kind of thing
[18:19:32] kormoc: and xris and myself are the maintainers, so feel free to directly talk with us about stuff you want to do
[18:19:55] ReikoShea: kk
[18:19:57] kormoc: we have a fairly straight forward style we want to keep, but yeah, more folks contributing to it the better
[18:20:32] kormoc: there's a fair number of things that work, but just need some more time thrown at them (Video manager really should get a little more ajax loving to match the mythplugin style)
[18:21:04] ** xris wishes he had time to put some effort into mythweb **
[18:21:14] ** xris suffers from "too many projects" syndrome **
[18:21:34] justinh: oh damn speaking of projects.. here I am witterring on about FA when I have work to do
[18:21:52] ** SHADOW__X suffers from the same syndrome **
[18:22:06] Maliuta: work? at 4:30am?
[18:22:15] kormoc: I'm at work :P
[18:22:27] Maliuta: how last century :)
[18:22:33] stuporglue (stuporglue!n=stuporgl@72.8.105.46) has left #mythtv-users ()
[18:22:42] kormoc: not when it's 11:22 am :P
[18:23:20] xris: justinh: http://myflavortrip.com
[18:23:36] Maliuta: kormoc: timezone?
[18:23:43] kormoc: Maliuta, PST
[18:23:46] Maliuta: kormoc: relative to GMT
[18:24:15] kormoc: -8 iirc
[18:24:18] Maliuta: kormoc: PST doesn't exist in this part of the world. I am EST ... but probably not your EST
[18:24:21] xris: on top of SD stuff (which I'm lax on lately), and the potential for a commercial venture with TMS like SD but for the non-free software world.
[18:24:47] Maliuta: kormoc: that's 11am yesterday :P
[18:24:55] xris: kormoc: PST isn't a timezone.. just "pacific".. and we're PDT now.
[18:25:21] xris: Maliuta: where are you?
[18:25:31] kormoc: He's a aussie iirc?
[18:25:38] kormoc: xris, meh, most folks get it
[18:25:44] xris: yes
[18:25:47] Maliuta: xris: physically or timezoney?
[18:25:55] xris: Maliuta: both?
[18:26:02] xris: mainly geographically
[18:26:07] justinh: interesting stuff xris
[18:26:16] Maliuta: physically Brisbane, QLD, .au. Timezoney GMT+10
[18:26:22] ** justinh celebrates wireless on his laptop being worky in ubunut **
[18:26:30] Maliuta: and we don't do dst here in QLD
[18:27:17] kormoc: QLD Queen's Land D?
[18:28:06] SirFunk (SirFunk!n=SirFunk@cpe-74-71-205-222.twcny.res.rr.com) has joined #mythtv-users
[18:28:35] andreax (andreax!n=Andreax@p57B96B94.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer))
[18:28:44] SirFunk: is there an ivtv chan?
[18:29:00] justinh: ugh wtf is up with my window titles being transparent? pfft
[18:29:00] GreyFoxx: use to be a #ivtv-dev
[18:29:04] GreyFoxx: no idea if there still is
[18:29:36] SirFunk: couple people there
[18:29:41] revilootneg (revilootneg!n=oliver@pool-198-65-198-89.dbd-ipconnect.net) has joined #mythtv-users
[18:29:45] janneg: SirFunk: if not you could use #v4l
[18:30:05] Maliuta: kormoc: yes, Queensland. As opposed to NSW (New South Wales), VIC (Victoria), SA (South Australia) ....
[18:30:06] SirFunk: anyone here have a recent tuner that does analog? with their mythtv? seems like all the ones for sale now are hyrbrid and the analog sides don't work soo well in linux
[18:30:30] justinh: warning: failed to find version.cpp – anything I should worry about?
[18:30:59] Maliuta: kormoc: if people from the US can say "VA" or "WA" or whatever, I figure I can use our state abbreviations
[18:31:07] bsdfox_ (bsdfox_!n=h36sa@unaffiliated/bsdfox) has joined #mythtv-users
[18:31:27] justinh: SirFunk: pvr-150, pvr-500 – although reports are still around about the dual tuner being temperamental
[18:31:43] justinh: there's always ebay ;)
[18:31:46] xris: Maliuta: at least you have states.. not like crazy brit addresses. heh.
[18:31:46] kormoc: Maliuta, sure, I was just wondering what the D stood for, but I guess it's just the end of land
[18:31:49] SirFunk: 150/500 seem out of production
[18:31:52] SirFunk: eh
[18:31:58] xris: kormoc: QueensLanD  :)
[18:32:11] kormoc: SirFunk, pvr 150 works fine and is still being made
[18:32:21] SHADOW__X: SirFunk: qam works on a hvr 1800
[18:32:23] xris: like the old abrev RQ for puerto rico
[18:32:40] SHADOW__X: analog works in linux but havnt gotten it to worth inside myth yet
[18:32:40] SirFunk: SHADOW__X: i need analog too
[18:33:00] SHADOW__X: the 1600 current works with both in mythtv
[18:34:00] SirFunk: ohh.. 1600 works with both eh? hmm...
[18:34:11] SHADOW__X: mhm
[18:34:57] SirFunk: that's tempting it's a tad cheaper than the 1800 too
[18:35:09] SHADOW__X: yeah
[18:35:20] SirFunk: i thought i read somewhere analog sound wasn't working
[18:35:24] SirFunk: but that might have been out of date?
[18:35:39] SHADOW__X: from a cold start
[18:35:43] justinh: internet information is often unreliable
[18:35:44] SHADOW__X: the sound is too fast
[18:35:47] [gquit]bombadil ([gquit]bombadil!n=dana@CPE-70-94-44-157.wi.res.rr.com) has joined #mythtv-users
[18:35:55] SirFunk: huh?
[18:35:59] SHADOW__X: listen
[18:36:10] ** kormoc listens and doesn't hear anything **
[18:36:15] xtknight: i couldnt get analog sound to work on mine either
[18:36:19] SHADOW__X: on analog in the beginning it will be too fast
[18:36:26] SHADOW__X: then stop the recording
[18:36:31] SHADOW__X: forget it
[18:36:34] SHADOW__X: figure it out
[18:36:39] SirFunk: lol
[18:36:49] SirFunk: i just want to know what i can safely buy and expect to work
[18:37:03] SHADOW__X: analog works on both the 1800 and 1600
[18:37:13] SHADOW__X: under mythtv only analog on the 1600 has worked
[18:37:25] SirFunk: hmm
[18:37:26] SirFunk: ok
[18:37:27] SHADOW__X: there is an issue with sound when you first start to use it
[18:37:31] SHADOW__X: ie live tv
[18:37:32] SirFunk: ahh
[18:37:39] SHADOW__X: so you exit to main menu
[18:37:41] SHADOW__X: and go back in
[18:37:42] frikker (frikker!n=blaine@107.135.68.216.DED-DSL.fuse.net) has quit (Remote closed the connection)
[18:37:43] SHADOW__X: and its perfect
[18:37:45] SirFunk: you could potentially script it or something?
[18:38:11] SHADOW__X: i guess it only happens when you first start to use it per restart
[18:38:25] SirFunk: yeah hopeuflly i won't restart much
[18:38:42] SHADOW__X: you act as if its a horrible issue
[18:38:47] SHADOW__X: just watch tv with it
[18:38:48] XLV (XLV!n=XLV@dsl-88-218-68-107.customers.vivodi.gr) has joined #mythtv-users
[18:38:49] SHADOW__X: stop live tv
[18:38:52] SHADOW__X: then go back in
[18:38:53] SHADOW__X: perfect
[18:39:05] SirFunk: yeah, that's not bad
[18:39:07] SHADOW__X: you want it to be perfect and free
[18:39:16] ** kormoc sighs **
[18:39:23] SHADOW__X: you want free tuners sent to your house as well
[18:39:29] kormoc: SHADOW__X, calm down
[18:39:38] SHADOW__X: eh
[18:39:46] andreax (andreax!n=Andreax@p57B96B94.dip.t-dialin.net) has joined #mythtv-users
[18:40:00] ** justinh suggests a whip-around to buy the devs some tuners **
[18:40:19] SHADOW__X: agreed
[18:40:37] dustybin: wow mythbuntu WORKS!!
[18:40:41] wagnerrp: whip-around?
[18:40:42] justinh: :-O
[18:40:52] dustybin: i hardly touched a thing, and everything worked!
[18:40:52] kormoc: sounds like it'd hurt
[18:40:57] justinh: wagnerrp: think of it as passing a collection plate around
[18:41:00] Maliuta: mmm whips
[18:41:19] Maliuta: can we also get some chains to go with the whip-round?
[18:41:29] Maliuta: or would that be a separate round?
[18:41:30] dustybin: the TV was super smooth, and setup properly on a old TFT 1024x768 TFT downstairs
[18:42:03] justinh: Maliuta: chains cost extra
[18:42:06] dustybin: even though CRTs are nice, the menus look nice and sharp when using a TFT
[18:42:23] dustybin: the menus look better than the TV
[18:42:32] justinh: course they do
[18:42:49] dustybin: but the TV didnt look too bad either, and that was a old TFT, REALLY OLD
[18:43:28] Maliuta: dustybin: considering the res on any monitor is going to be better than that of most tv's ...
[18:43:51] RyeBrye: not my TV :)
[18:44:08] Maliuta: dustybin: I mean even 1080p "HD" isn't 1600x1050
[18:44:12] rebel52 (rebel52!i=The_Rebe@S0106001109034992.vf.shawcable.net) has quit ()
[18:44:26] dustybin: however, even at that small size, i did notice pixelation, and that was on a small 15", imagine how bad that pixelation would be on a 32"+
[18:44:36] ** dustybin shudders **
[18:44:43] justinh: Maliuta: resolution isn't all. especially with SDTV
[18:45:31] dustybin: SDTV = CRT HDTV = LCD/PLASMA
[18:45:33] justinh: the LCDs I was watching at the weekend – one was a 1080p model. SDTV looked appalling though
[18:45:39] dustybin: UK = 99% SDTV = CRT
[18:45:53] bsdfox__ (bsdfox__!n=h36sa@dialup-4.181.124.156.Dial1.SanJose1.Level3.net) has joined #mythtv-users
[18:46:02] dustybin: justinh: i can imagine
[18:46:21] wagnerrp: they make HDTV CRTs, as well as DLP rear projection
[18:46:35] wagnerrp: HDTV does not imply LCD/Plasma
[18:46:52] dustybin: wagnerrp: oh stop being finicky :P
[18:47:00] justinh: you might struggle to find a HDTV CRT in the UK now
[18:47:08] justinh: struggle very, very hard indeed
[18:47:27] justinh: then again, it's a struggle to find a set which isn't black & shiny
[18:47:52] justinh: that'll be out of fashion by the time my current TV breaks though.. I hope!
[18:47:56] dustybin: am i right in thinking, that everyone here who uses plasmas + lcds with mythtv, are watching hd material? otherwise, it would look terrible
[18:48:02] justinh: dustybin: nope
[18:48:05] Maliuta: I'm tempted to go out and buy a big assed monitor instead of a tv
[18:48:16] RyeBrye: SDTV often looks apalling on HD sets – but I think ones that have a good internal upscaler can make it a lot less ugly
[18:48:21] justinh: and FWIW myth is better than the majority of TV scalers at scaling & deinterlacing
[18:48:26] kormoc: dustybin, I'm SD content on a LCD, it looks fairly good
[18:48:28] Maliuta: I can get 24" widescreen monitors cheaper than 24" tv's
[18:48:30] kormoc: dustybin, DVD's look awesome tho
[18:48:38] bsdfox_ (bsdfox_!n=h36sa@unaffiliated/bsdfox) has quit (Read error: 60 (Operation timed out))
[18:48:40] dustybin: kormoc: what does the scaling?
[18:48:46] justinh: dustybin: Xv
[18:48:54] justinh: or whatever video renderer
[18:49:00] dustybin: so Xv will stop SDTV look pixelated?
[18:49:04] justinh: nope
[18:49:15] famicom_ (famicom_!i=famicom@c51447fbf.cable.wanadoo.nl) has joined #mythtv-users
[18:49:28] ** Maliuta tries for bed ... yet again **
[18:49:40] dustybin: kormoc: what size display you using?
[18:49:47] kormoc: dustybin, I use the auto-scale patchsets so it detects the content and scales to fit nicely
[18:49:51] kormoc: 26" or so?
[18:50:11] dustybin: right never heard of those, will this be a new feature on .22 ?
[18:50:29] ** kormoc shrugs **
[18:50:38] kormoc: depends if they ever get merged in, they're sitting in a trac ticket right now
[18:50:43] RyeBrye: For a proc for a new system – should I get a Core2 Quad 2.6 GHz or a Core2 Duo 3.16 GHz? I can probably OC th C2Q up to 2.8 without much trouble...
[18:50:43] justinh: wonder how much a lanzcos scaler would cost us
[18:50:45] dustybin: kormoc: one last question, what is the make and model of your 26" TV ?
[18:52:29] justinh: banana splits tv comeback.. oh heck no
[18:52:41] stoove (stoove!n=stoove@82.211.215.123) has quit (Remote closed the connection)
[18:53:02] floppyears: hi guys
[18:53:20] floppyears: how does the adjust audio sync feature work when watching something in mythtv ?
[18:53:35] justinh: it adjusts the offset between audio & video
[18:53:47] justinh: as you'd pretty much expect, I'd have thought
[18:54:05] famicom (famicom!i=famicom@c51447fbf.cable.wanadoo.nl) has quit (Read error: 60 (Operation timed out))
[18:54:35] floppyears: justinh: does it work within mythdvd or only when playing recorded tv shows ?
[18:54:53] justinh: works for everything the internal player does
[18:55:26] floppyears: thanks justinh
[18:55:45] ReikoShea: back
[18:56:31] floppyears: justinh: so if the video is two or 3 seconds ahead of the sound, would I positively adjust the sync ?
[18:56:48] justinh: I dunno. never had to use it
[18:57:03] ReikoShea: just adjust, and if it gets worse, adjust it the other way
[18:57:04] floppyears: thanks though
[18:57:10] floppyears: ok
[18:57:11] dustybin: m
[18:57:11] ReikoShea: :)
[18:57:32] dustybin: justinh: if my sister starts using a frontend, do you think its worth buying another nova-t 500 card for my backend?
[18:57:42] justinh: ruh?
[18:58:02] dustybin: justinh: if me and my sister are watching and recording stuff, stuff might start to conflic with 2 tuners
[18:58:07] justinh: maybe, maybe not. I don't hold the purse strings :P
[18:58:22] dustybin: im sure i could pick up another pretty cheap
[18:58:37] dustybin: the question is, will they be useless in a years time?
[18:58:41] justinh: no
[18:58:46] dustybin: thats alright then
[18:59:15] justinh: 3 tuners is enough for us, but we don't use livetv
[18:59:33] dustybin: ok
[18:59:38] clever: im managing to get by on 1 tuner somehow
[18:59:45] dustybin: 4 tuners + multi-record = should be enough
[18:59:58] floppyears: wow
[19:00:03] floppyears: 4 tuners is quite a bit
[19:00:09] justinh: heh
[19:00:10] dustybin: my box shows as 4 tuners with my nova-t 500 2 tuners
[19:00:12] floppyears: we hae 2 tuners and we usually manage pretty well
[19:00:14] clever: floppyears: and multi-record lets you get 8 from a single tuner:P
[19:00:23] clever: under perfect conditons
[19:00:26] justinh: 8? I had 10
[19:00:37] clever: justinh: your numbers may be more updated:P
[19:00:57] dustybin: i could change my multi-rec to 6 tuners
[19:00:58] clever: or your cable co is shoving lower bitrate shows in to fit more shows/freq
[19:01:06] justinh: we only have a max of 8 channels per multiplex here in terms of tv channels
[19:01:22] clever: and 2 radio ones?
[19:01:31] justinh: loads of radio channels
[19:01:50] dustybin: i havent touched XMLTV for AGES, and its been working perfectly
[19:01:57] dustybin: last time i touched it was a about 4 months ago
[19:02:37] a1fa (a1fa!n=a1fa@unaffiliated/a1fa) has joined #mythtv-users
[19:02:45] a1fa: hhahha.. tivo users hit with auto-delete flag
[19:02:49] justinh: dustybin: you should see the new xmltv config stuff for tv_grab_uk_rt. Man it's sweet!
[19:03:04] clever: my ir blaster is still dead
[19:03:11] clever: even after replacing 3/4th of the parts
[19:03:11] dustybin: justinh: i like the way it grabs icons
[19:03:30] justinh: you know the idea I talked about & started to code up before abandoning it? nick took the idea & ran with it all the way to the finish line
[19:03:37] floppyears: clever: is multi-record a mythtv feature or only available on certain tuners ?
[19:03:45] dustybin: no i dont
[19:03:50] clever: floppyears: its a feature of digital tuners that mythtv can use
[19:03:54] justinh: floppyears: only digital ones\
[19:04:09] justinh: dustybin: put in yer postcode, tell it who your provider is.. badabing!
[19:04:18] dustybin: ace
[19:04:23] dustybin: yes i do remember
[19:04:35] a1fa: http://gizmodo.com/5037938/tivo-auto+delete-f . . . ly-star-trek
[19:04:47] a1fa: =)
[19:05:03] justinh: their little way of reminding you, you might own the box but they own you
[19:05:14] justinh: muhahahahahahaha!
[19:05:15] dustybin: hehe
[19:05:27] floppyears: thanks justinh clever
[19:05:33] dustybin: when accessing mythweb, and my sister is using her frontend bit
[19:05:42] dustybin: can my sister log into her recordings only from mythweb
[19:06:00] justinh: don't think so
[19:06:01] dustybin: maybe its best if everything is kept together
[19:06:15] dustybin: then she can watch shit i record and i can watch shit i record
[19:06:47] ** dustybin wonders how much CPU damage will be done once my sister starts frontending **
[19:07:12] ** dustybin pats poor backend **
[19:07:12] xris: dustybin: nope, it's all or nothing
[19:07:28] dustybin: ok
[19:07:50] a1fa: heh
[19:08:06] a1fa: :) thank god mythtv doesnt have to honor auto-delte flag
[19:08:09] a1fa: delete*
[19:08:13] a1fa: because that just bullshit
[19:08:19] SHADOW__X (SHADOW__X!n=Ghost36@c-76-116-179-191.hsd1.nj.comcast.net) has quit (Read error: 104 (Connection reset by peer))
[19:08:23] a1fa: screw DRM
[19:08:29] a1fa: if you can watch it live, you can tape it
[19:08:33] a1fa: i don't give a p00p!
[19:08:33] dustybin: oh yes
[19:08:47] cesman: it will auto delete if you are low on space and tell it to ;)
[19:08:51] a1fa: and yes mr. commerical.. f*** you too :P
[19:08:51] dustybin: what is the quickest possible way to boot a frontend, a 7200rpm hard drive?
[19:09:08] ajh: network.
[19:09:24] ** clever checks log **
[19:09:26] ajh: Or SSD.
[19:09:26] cesman: size 11 steel toe...
[19:09:33] ** dustybin remembers SKY takes quite a while to get the channel information **
[19:09:47] dustybin: surely a 7200rpm hard drive is quicker than a netboot?
[19:10:01] dustybin: because at the end of the netboot is another hard disk?
[19:10:01] clever: dustybin: one of my nfsroot systems is getting 100 seconds from kernel->rc.local
[19:10:21] clever: dustybin: but there can be a ram cache in the loop which isnt booting(and empty)
[19:10:28] ajh: You could also get one of the battery backed ram cards.
[19:10:30] dustybin: hmm
[19:10:39] a1fa: hm
[19:10:43] dustybin: i think solid state hd would be the fastest
[19:10:43] a1fa: fast SSD may be worth money
[19:10:46] a1fa: if you want speed
[19:10:56] ajh: No, a ram card is much faster.
[19:10:58] clever: ajh: ive seen one which takes plain DIMM memory cards and acts like a 2gig sata drive
[19:11:13] floppyears: dustybin: she can also watch the shows using the flash player in mythweb
[19:11:17] dustybin: expensive?
[19:11:26] dustybin: aye nice
[19:11:50] justinh: dustybin: my 800 smeggahurts athlon coped just fine with 3 frontends at LRL07
[19:12:02] dustybin: bloody heck
[19:12:21] justinh: playing 2 recordings & watching live
[19:12:25] dustybin: nice
[19:12:36] clever: ajh: http://www.inventgeek.com/Projects/IonCooler/Page3.aspx
[19:12:43] clever: ajh: the 'i-ram' cards
[19:12:47] justinh: nobody's done any real-world testng of the scalability yet
[19:13:15] Shadow__X (Shadow__X!n=bobjuan@c-76-116-179-191.hsd1.nj.comcast.net) has joined #mythtv-users
[19:13:56] Shadow__X: hmm
[19:13:58] iamlindoro: That sounds like Clever's calling
[19:14:11] iamlindoro: He's got 37 bare 486 boards on his kitchen table
[19:14:11] justinh: be interesting to know what the limit really is in practical terms for a given backend spec
[19:14:11] directhex: the i-ram is a bit meh in benchmarks
[19:14:18] dustybin: clever: how many things does your brain think of at once?
[19:14:26] iamlindoro: run off of car batteries
[19:14:29] clever: dustybin: too many to count some days:P
[19:14:34] dustybin: :P
[19:14:58] ** justinh fires off another make -j2 **
[19:17:00] floppyears: so I'm still having problems with dvd playback & mythtv
[19:17:08] justinh: uhoh
[19:17:14] floppyears: My system is an athlon 64 with 3.0Ghz
[19:17:18] justinh: building plugins is failing
[19:17:23] floppyears: with 1gb of ram
[19:17:25] clever: i took my dvd drive out to get another hdd
[19:17:28] floppyears: is that enough to play dvds ?
[19:17:40] clever: ive played dvd's on much less cpu power
[19:18:18] justinh: mythbrowser.cpp:5:21: error: QWebFrame: No such file or directory :-/
[19:18:46] clever: justinh: sudo apt-get install libqt4-dev
[19:18:53] justinh: duh
[19:19:13] justinh: got that already. mythtv trunk already installed ;)
[19:19:15] GreyFoxx: I think the detection of qt 4.4.1 is broken or something
[19:19:26] GreyFoxx: cause it should disable mythbrowser if you are using 4.3
[19:19:46] GreyFoxx: I just didn't notice becuase I've always disabled it out of habit in my configure lines
[19:19:54] justinh: I could ordinarily live without mythbrowser but I need it so I can dick around with themes
[19:19:57] clever: GreyFoxx: svn: Failed to add directory 'mythplugins/mythbrowser': object of the same name already exists
[19:21:46] bsdfox__ (bsdfox__!n=h36sa@dialup-4.181.124.156.Dial1.SanJose1.Level3.net) has quit (Connection timed out)
[19:22:34] justinh: think I needed libqtwebkit-dev
[19:22:50] clever: could be in a diff package on your distro
[19:22:58] clever: libqt4-dev: /usr/include/qt4/QtWebKit/QWebFrame
[19:23:04] clever: ubuntu 8.04 puts that header in libqt4-dev
[19:24:12] GreyFoxx: clev: Then delete it from your mythplugins dir
[19:24:19] GreyFoxx: you likely have leftovers from before it was removed
[19:24:21] justinh: hrm different error now.
[19:24:28] GreyFoxx: that's what I had to do
[19:24:51] clever: GreyFoxx: allready did, but i thought id mention it
[19:24:51] justinh: though I think make should be aborting rather than trying to continue
[19:25:02] clever: ahh svn update deleted stuff(but not dir) and couldnt readd the dir later
[19:25:08] clever: makes more sense now
[19:25:17] andreax1 (andreax1!n=Andreax@p57B96339.dip.t-dialin.net) has joined #mythtv-users
[19:25:43] clever: justinh: make -j 5 will 'continue' the allready running jobs when one errors and stop when it can
[19:26:01] clever: which is why i have 'make -j 5 || make' in my scripts
[19:27:44] justinh: heh
[19:27:58] justinh: well looks like no qt4.4, no mythbrowser
[19:27:59] clever: when it fails, it runs a 2nd pass that will halt at the exact error
[19:28:01] bsdfox__ (bsdfox__!n=h36sa@dialup-4.181.124.184.Dial1.SanJose1.Level3.net) has joined #mythtv-users
[19:28:25] justinh: I'll live ;)
[19:29:11] justinh: and so much for stuff being better on linux.. wireless no worky in the garden
[19:29:24] clever: turning myself into a humman channel changer is hard work
[19:29:56] justinh: remote control.. 1970s house style
[19:30:01] splat1 (splat1!n=splat1@rf1.splat1.com) has left #mythtv-users ("Leaving")
[19:30:04] clever: the ir blaster is still broken
[19:30:10] justinh: "son! change the channel!"
[19:30:24] clever: so the pc beeps and sends me a jpg of the tuner(webcam) and asks 'is this what i want?'
[19:31:37] iamlindoro: Well there's a solution in search of a problem if ever I saw one
[19:31:59] clever: http://gallery.clever.mine.nu:81/channel.jpg
[19:32:21] clever: yes it doesnt work if im asleep, so i just pick a channel and cancle all other recordings
[19:33:08] iamlindoro: I was going to wonder what happened if you were out of the house, but then I thought, "Clever, out of the house?" and chuckled gently.
[19:33:30] clever: :P
[19:33:47] my2keh (my2keh!n=my2keh@0013100509D9.cpe.persona.ca) has joined #mythtv-users
[19:34:01] Shadow__X: sunlight
[19:34:05] Shadow__X: what is this foreign idea
[19:34:10] dustybin: clever: are there any known exploits for tge gallery software your using?
[19:34:13] dustybin: the
[19:34:22] my2keh: is the content in .xsession-errors typically the same as mythfrontend -v playback?
[19:34:26] clever: dustybin: none that i know of:P
[19:34:45] iamlindoro: dustybin: Why don't you just ask him for the key to his front door instead?
[19:34:50] clever: dustybin: and i dont think you even saw it yet, i linked to the image without going thru the code
[19:34:59] iamlindoro: You social engineer, you
[19:36:21] dustybin: im trying to wise him up
[19:36:46] dustybin: if i was running a world accessable website, the code needs to be 100% secure
[19:36:53] dustybin: one bit of dodgy code = comprimise
[19:37:26] justinh: nothing is 100% secure
[19:37:33] iamlindoro: You wise HIM up? You live with your sister and have some of the most whacked out ideas I've ever heard. be quiet and LISTEN.
[19:37:34] clever: i havent reviewed the code myself but i got it from another world accessable site
[19:37:39] wagnerrp: or you could just not worry about it, because the biggest threat he faces is some script kiddy he might happen to piss off on IRC
[19:37:55] Shadow__X: :)
[19:38:13] clever: wagnerrp: the last big threat i pissed off, called my isp and claimed i was spreading virus's
[19:38:21] clever: and that was years ago
[19:38:25] Shadow__X: heh
[19:38:33] clever: my dsl account was disabled:P
[19:38:48] justinh: clever, pissing people off?
[19:38:56] directhex: last time someone played silly buggers at me, i tracked down the hacker group he was trying to join & told them not to bother with him
[19:39:10] clever: lol
[19:39:17] dustybin: lol
[19:39:35] Reiver (Reiver!n=medontwa@c-67-171-47-33.hsd1.wa.comcast.net) has joined #mythtv-users
[19:39:50] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has quit (Read error: 110 (Connection timed out))
[19:41:38] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has joined #mythtv-users
[19:42:33] andreax (andreax!n=Andreax@p57B96B94.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out))
[19:45:42] justinh: heh. mythtv-setup no worky. no msttcorefonts.
[19:46:11] justinh: there we go now
[19:46:41] justinh: !trout silly-hippy-OS
[19:46:41] ** MythLogBot slaps silly-hippy-OS with a trout on behalf of justinh... **
[19:48:02] iamlindoro: Oh don't be silly, an OS that gives you FFMpeg that can convert any format you want, so long as is Vorbis or FLAC can't be all bad!
[19:48:16] justinh: rofl
[19:52:16] Shadow__X: but if you want to be a slacker where else would you turn to
[19:52:48] justinh: arghhh ffs
[19:52:58] directhex: the msttcorefonts were put on the internets my microsoft under very specific licensing rules. those include only distributing the EXACT same winzip self-extractors with the EXACT same filenames
[19:53:24] justinh: didn't use a --prefix & now the binaries are in /usr/bin but themes are at /usr/local/share/mythtv/themes
[19:57:51] my2keh: THE TROUT heh
[19:58:09] justinh: wow. on a fast machine the gl painter is actually not bad
[19:58:34] source_code (source_code!n=saad@ip68-101-29-3.pn.at.cox.net) has quit (Read error: 104 (Connection reset by peer))
[19:59:17] GreyFoxx: heh the hdfury2 is coming out
[19:59:27] GreyFoxx: should make some suits unhappy :)
[19:59:48] gnome42 (gnome42!n=gnome42@76-10-172-54.dsl.teksavvy.com) has joined #mythtv-users
[19:59:52] iamlindoro: and it's soft-upgradeable (read: turn off any HDCP key you want, fuckers)
[20:00:20] GreyFoxx: hahaha nice
[20:00:30] GreyFoxx: now that is worth buying :)
[20:01:16] AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has joined #mythtv-users
[20:01:17] SirFunk (SirFunk!n=SirFunk@cpe-74-71-205-222.twcny.res.rr.com) has quit (Read error: 104 (Connection reset by peer))
[20:03:55] Shadow__X: cant wait
[20:05:05] wagnerrp: Shadow__X: you cant wait to have to purchase something like that for the sole purpose of circumventing some lockout to prevent you from using media you paid for the right to watch?
[20:05:09] iamlindoro: It would be especially nice if they have downloadable profiles for HDCP (ie, "behave like a Sony Plasma," etc)
[20:05:31] Shadow__X: wagnerrp: i live in us
[20:05:33] iamlindoro: rather than just randomized keys (which is still fine I guess)
[20:05:35] Shadow__X: :(
[20:05:48] Shadow__X: what other options are there
[20:05:55] wagnerrp: so do i, and i would be perfectly happy if i never have to use such a thing
[20:06:04] Shadow__X: i would be as well
[20:06:15] Shadow__X: but there arent many options left
[20:06:15] wagnerrp: they have not yet passed legislation allowing them to shut down the analog outputs
[20:06:38] Shadow__X: not yet but what if htey do and they force those guys out of business
[20:06:44] Shadow__X: its not like that is unheard of
[20:07:47] GreyFoxx: Legislation or not, it's happenning in places
[20:08:02] Shadow__X: exactly my point
[20:08:05] simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit ("Client exiting")
[20:08:30] simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users
[20:08:54] MinDKrime (MinDKrime!n=MinDKrim@12.148.112.254) has quit (Read error: 60 (Operation timed out))
[20:08:55] ReikoShea (ReikoShea!n=jfritts@dirus.hrsmart.com) has quit ("Leaving.")
[20:10:55] GreyFoxx: http://www.tomshardware.com/reviews/Atom-Athl . . . nt,1997.html
[20:11:05] GreyFoxx: That will be the next "Can this be a frontend" thread on -users :)
[20:11:22] GreyFoxx: It looks pretty sweet, low power, small, silent
[20:11:36] jams: GreyFoxx- you should start the thread
[20:11:41] GreyFoxx: and if we can get hardware decoding it could be very interesting
[20:11:48] GreyFoxx: heh
[20:12:28] GreyFoxx: it's northbridge uses 0.95 watts compared to the atom's 22watts :)
[20:12:32] jams: bout freaking time this thing compiles, now to make it work as
[20:14:47] iamlindoro: I will punch the next person who asks about $SomeBox as a frontend possibility. a) If it's a real normal PC but it's small, of-freakin'-course it can be a frontend. If it's b) some embedded garbage, you are a fucking moron who should be beaten with a claw hammer.
[20:15:04] directhex: bug a mac mini sucks! it's small and weak!
[20:15:15] source_code (source_code!n=saad@ip68-101-29-3.pn.at.cox.net) has joined #mythtv-users
[20:15:17] directhex: now, a big atx system with, i dunno, a 2.12ghz core2 duo/ THAT's a real box
[20:16:41] iamlindoro: Ah, the old square-footage-of-box-as-factor-of-power metric
[20:18:23] directhex: of course
[20:18:32] directhex: all the cool kids put matx boards in full atx towers
[20:19:18] iamlindoro: You joke, but the Fry's Case aisle supports that theory
[20:19:19] wagnerrp: all the cool kids paint their nails black and scoop their eyes out
[20:19:24] iamlindoro: I'm looking at YOU, Alienware
[20:19:54] iamlindoro: My case does not need to look like an MC Escher painting, either
[20:20:15] Shadow__X (Shadow__X!n=bobjuan@c-76-116-179-191.hsd1.nj.comcast.net) has quit ()
[20:20:15] clever: my x86 case's are rat nests of wiring and parts:P
[20:20:17] craftyguy (craftyguy!n=mr_c@nat/intel/x-b05ac5fd7934db5f) has joined #mythtv-users
[20:20:24] iamlindoro: We KNOW
[20:20:34] clever: but the sun ultra 25 sitting beside my couch is a beuty to look at:P
[20:20:36] iamlindoro: and someday the berating will make you change that
[20:20:52] iamlindoro: Man, if I was your dad I would beat the snot out of you
[20:20:59] iamlindoro: Just for good measure
[20:21:07] iamlindoro: Beat some "get the fuck outside" into you
[20:21:39] iamlindoro: And enroll you in little league
[20:21:54] iamlindoro: I don't care if you're 17, you'd go to the pee wee league until you shaped up
[20:22:06] clever: im past 17:P
[20:22:10] iamlindoro: even worse
[20:22:21] iamlindoro: That many more years beatings to catch up on
[20:23:05] iamlindoro: He must be as bad as you to allow you to put a SUN next to his couch
[20:23:14] iamlindoro: And yet he procreated
[20:23:24] iamlindoro: Pardon me while I rock gently and try to figure this out
[20:23:31] clever: he put the sun station by the couch:P
[20:23:42] clever: its a spare from his work
[20:23:44] the_alien (the_alien!n=the_alie@dslb-084-060-047-064.pools.arcor-ip.net) has joined #mythtv-users
[20:23:45] iamlindoro: WAit
[20:23:47] iamlindoro: I've got it
[20:23:49] the_alien: hi all
[20:23:58] iamlindoro: Do you have hazy memories of a man asking you to help him find his puppy?
[20:24:05] my2keh: lol
[20:24:21] clever: iamlindoro: no but i have pictures of me and my dad when i was a baby:P
[20:24:32] the_alien: want to watch recordings from my mythtv box through upnp on my xbox. can someone tell me how to set up the upnp server?
[20:24:34] iamlindoro: Sick bastard stole you from a nursery??? For shame.
[20:25:27] directhex: the_alien, 1) it's already set up 2) the xbox 360 will not play mpeg2 over a network
[20:25:35] iamlindoro: the_alien: There's not setup to be done, it's on and running by default... But as the 360 won't play MPEG-2 via uPnP and won't handle NUV containers of the other formats, you're outta luck, methinks
[20:25:46] the_alien: directhex, its one of the old xboxes ;)
[20:25:47] ** iamlindoro high fives directhex **
[20:26:29] directhex: the_alien, then why use upnp and not xbmc's native myth support?
[20:26:31] Therock_ (Therock_!i=therock@connected.through.eushells.com) has quit (Client Quit)
[20:26:46] the_alien: directhex, native support?
[20:26:57] directhex: native support. as in "supported natively"
[20:27:05] iamlindoro: Yes, 5% of all proceeds from xbmc go to indigenous peoples
[20:27:24] directhex: http://www.mythtv.org/wiki/index.php/Xbox_Fro . . . thTV_Support
[20:27:56] the_alien: thanks for the link
[20:28:02] the_alien: *reading*
[20:28:12] wagnerrp: too bad those dumb bastards dont know XBMC is free
[20:28:41] Therock_ (Therock_!n=therock@connected.through.eushells.com) has joined #mythtv-users
[20:28:45] Easy_Rider9999 (Easy_Rider9999!n=jhmgbl@p4FC87105.dip.t-dialin.net) has quit ("Leaving.")
[20:29:05] jams: directhex- finished up bionic commando rearmed?
[20:29:15] ** iamlindoro has! **
[20:29:33] iamlindoro: Yay Super Joe! Although the retconning setting up the sequel I could have done without
[20:29:44] directhex: jams, haven't played it. nor braid.
[20:29:51] the_alien: wagnerrp, dumb bastards?
[20:29:55] jams: yeah still fun though.
[20:29:58] wagnerrp: its taking me a while to get around the fact that there is no jump
[20:29:59] directhex: jams, my network switch going kaput does not help.
[20:30:03] iamlindoro: Braid looks good, I think I'll look at that next
[20:30:09] jams: i see
[20:30:13] directhex: mostly i am playing on the (gasp) ps3
[20:30:20] wagnerrp: the_alien: the indigenous peoples, XBMC is free, so there are no proceeds to be had
[20:30:49] jams: iamlindoro- either my skills have faded or some of the swings got a bit more difficult.
[20:31:01] iamlindoro: jams: I was having the same thoughts :)
[20:31:06] iamlindoro: probbly a bit of both on my part
[20:31:33] jams: using the ps3 or PC ?
[20:31:34] iamlindoro: I remember how long it took me to beat as a kid and was shocked at how quick I got through it this time, though
[20:31:37] iamlindoro: 360
[20:31:44] jams: PS3 here
[20:32:11] iamlindoro: I've got all 3 but it was an impulse purchase and I rewired the downstairs this weekend so the PS3 was unconnected
[20:32:25] directhex: right, time for more ratchet & clank
[20:33:12] highzeth (highzeth!n=highzeth@hoiseth.no) has quit (Remote closed the connection)
[20:33:16] revilootneg (revilootneg!n=oliver@pool-198-65-198-89.dbd-ipconnect.net) has quit ("leaving")
[20:33:19] jams: that one was also fun
[20:33:42] directhex: i am trying to shootinate a very large boss
[20:33:45] iamlindoro: Few months 'til anything else that looks good is coming
[20:33:56] highzeth (highzeth!n=highzeth@hoiseth.no) has joined #mythtv-users
[20:33:57] iamlindoro: Fable II and Fallout 3 are probably the only things on my radar
[20:34:05] directhex: silly iamlindoro
[20:34:11] directhex: gears of war 2, viva pinata 2!
[20:34:24] iamlindoro: former is a maybe, latter I never played the 2st
[20:34:26] iamlindoro: er 1st
[20:34:41] directhex: you should. it's very good
[20:34:58] iamlindoro: Really? Hmm. Didn't look like my thing. Braid looks fun, though
[20:36:39] opentrinity (opentrinity!n=opentrin@87.13.44.226) has joined #mythtv-users
[20:36:53] jams: iamlindoro- did you spend alot of time "hacking the network"
[20:37:08] jams: i found it almost pointless and didn't bother
[20:37:14] iamlindoro: jams: I did all of them, but I wouldn't say I spent much time doing so-- Bioshock hacking was harder
[20:37:25] iamlindoro: at least there was an "oh shit" element to those
[20:37:52] the_alien: native support... it could have saved me that much time, thanks, directhex :D
[20:38:29] xtknight (xtknight!n=andy@c-68-43-199-217.hsd1.mi.comcast.net) has quit (Read error: 104 (Connection reset by peer))
[20:39:44] the_alien: ok maybe i was wrong... now xbmc crashed
[20:40:05] wagnerrp: ratchet and clank had a bit of the 'oh shit' element
[20:40:12] wagnerrp: at least on the second run through
[20:46:34] source_code (source_code!n=saad@ip68-101-29-3.pn.at.cox.net) has quit (Read error: 104 (Connection reset by peer))
[20:47:03] source_code (source_code!n=saad@ip68-101-29-3.pn.at.cox.net) has joined #mythtv-users
[20:47:37] hadees (hadees!n=hadees@pdpc/supporter/sustaining/hadees) has quit (Remote closed the connection)
[20:48:01] zlyzyr (zlyzyr!n=mike@cpe-76-180-122-198.buffalo.res.rr.com) has joined #mythtv-users
[20:48:59] opentrinity (opentrinity!n=opentrin@87.13.44.226) has quit ("***debian rules!!***")
[20:50:39] my2keh: Is this a pretty typical error: Video is 4.35168 frames behind audio (too slow), dropping frame to catch up.
[20:50:39] my2keh: ?
[20:50:44] opentrinity (opentrinity!n=opentrin@87.13.44.226) has joined #mythtv-users
[20:51:29] zlyzyr (zlyzyr!n=mike@cpe-76-180-122-198.buffalo.res.rr.com) has quit (Remote closed the connection)
[20:51:36] AngryElf (AngryElf!n=jsharpe@ip68-100-84-211.dc.dc.cox.net) has quit ("Lost terminal")
[20:51:47] iamlindoro: yes
[20:51:58] my2keh: something that should be fixed?
[20:52:12] my2keh: or investigated type thing?
[20:52:14] iamlindoro: Nope
[20:52:36] my2keh: similarly: Audio buffer overflow, audio data lost! ?
[20:52:47] stoth (stoth!n=stoth@ool-18bfe594.dyn.optonline.net) has joined #mythtv-users
[20:53:21] iamlindoro: are you running with -v playback?
[20:53:36] iamlindoro: depending on how much of that there is, it can be fine AFAIK
[20:53:47] my2keh: yes...trying to diagnos some audio/video issues
[20:58:01] grantm_ is now known as grantm
[20:58:48] bsdfox (bsdfox!n=h36sa@unaffiliated/bsdfox) has joined #mythtv-users
[21:01:00] riddlebox (riddlebox!n=james@75-132-225-75.dhcp.stls.mo.charter.com) has joined #mythtv-users
[21:02:49] bsdfox_ (bsdfox_!n=h36sa@unaffiliated/bsdfox) has joined #mythtv-users
[21:13:43] my2keh (my2keh!n=my2keh@0013100509D9.cpe.persona.ca) has quit ()
[21:14:44] andreax1 (andreax1!n=Andreax@p57B96339.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer))
[21:15:04] andreax (andreax!n=Andreax@p57B96339.dip.t-dialin.net) has joined #mythtv-users
[21:20:28] bsdfox__ (bsdfox__!n=h36sa@dialup-4.181.124.184.Dial1.SanJose1.Level3.net) has quit (Connection timed out)
[21:23:47] the_alien: directhex?
[21:23:51] the_alien: still there?
[21:24:21] thedarkone (thedarkone!n=thedarko@c-68-46-66-169.hsd1.pa.comcast.net) has joined #mythtv-users
[21:26:54] bsdfox (bsdfox!n=h36sa@unaffiliated/bsdfox) has quit (Read error: 110 (Connection timed out))
[21:30:03] justinh: ahahahaha. wireless is poo
[21:30:22] justinh: can't play a 720p mpeg2 & I'm in the same room as the router
[21:30:30] craftyguy (craftyguy!n=mr_c@nat/intel/x-b05ac5fd7934db5f) has quit (Remote closed the connection)
[21:30:41] opentrinity (opentrinity!n=opentrin@87.13.44.226) has quit ("***debian rules!!***")
[21:33:55] justinh: anywaz, the main thing is I can now start porting xml files in earnest :)
[21:35:21] the9a3eedi (the9a3eedi!n=the9a3ee@dxb-as83549.alshamil.net.ae) has quit (Remote closed the connection)
[21:35:23] gregL (gregL!n=greg@cpe-68-172-89-215.nycap.res.rr.com) has quit (Read error: 104 (Connection reset by peer))
[21:35:40] gregL (gregL!n=greg@cpe-68-172-89-215.nycap.res.rr.com) has joined #mythtv-users
[21:38:37] Nik_Doof (Nik_Doof!n=nikdoof@manex.tensixtyone.com) has quit ("leaving")
[21:40:38] Nik_Doof (Nik_Doof!n=nikdoof@manex.tensixtyone.com) has joined #mythtv-users
[21:42:30] jent (jent!n=jent@c-76-120-125-110.hsd1.co.comcast.net) has joined #mythtv-users
[21:42:49] iamlindoro: Don't ask to ask, just ask!
[21:43:46] jent: i have an HD TV and already have a 2.8Ghz Celeron server with centOS 5.0 and no X server installed, and was curious if this machine could be adapted to work as my mythTV machine while still being able to continue to run as my file/svn/irc/web/etc server
[21:44:10] iamlindoro: As a backend, yes, it can be done. As a frontend, no, you need X
[21:44:33] hadees (hadees!n=hadees@pdpc/supporter/sustaining/hadees) has joined #mythtv-users
[21:44:36] jent: what if i installed X?
[21:44:39] Dagmar: It would be better to flush the thing and install a more modern distribution
[21:44:49] Dagmar: Much. Less. Time.
[21:44:50] jent: ya, that is what i was wondering
[21:44:57] tjcarter: no Qt Embedded? =D
[21:45:03] tjcarter: framebuffer man!
[21:45:28] iamlindoro: That would be wiser. Also, if the Celery is Single core, it may be too slow for any HD, even crap US broadcast
[21:46:00] jent: good to know
[21:46:24] jent: thanks all, you answered my questions
[21:46:26] jent: bai
[21:46:27] jent (jent!n=jent@c-76-120-125-110.hsd1.co.comcast.net) has left #mythtv-users ("Later")
[21:46:35] XLV (XLV!n=XLV@unaffiliated/xlv) has quit ()
[21:47:43] justinh: sometimes the urge to ignore a whole domain is overwhelming
[21:48:38] kormoc: I like ignoring *
[21:49:21] justinh: damn svn server asking for my password 3 times in a row again
[21:49:31] justinh: funny but it never does for checkins
[21:49:40] justinh: only once when I check stuff in
[21:50:42] Dave123 (Dave123!i=nobody@cpe-72-230-182-200.rochester.res.rr.com) has quit (Read error: 60 (Operation timed out))
[21:50:57] kormoc: justinh, you should just use svn+ssh and a ssh key
[21:51:16] justinh: I do use svn+ssh
[21:51:24] justinh: don't know about the ssh key though
[21:51:30] kormoc: it's slick
[21:52:06] kormoc: http://sial.org/howto/openssh/publickey-auth/
[21:53:39] clever: i just use puttygen to make a key pair
[21:54:43] slaine_ (slaine_!n=slaine@79.97.52.220) has joined #mythtv-users
[21:54:53] a1fa: later
[21:54:55] a1fa (a1fa!n=a1fa@unaffiliated/a1fa) has quit ("BitchX: the IRC client with hair on its balls")
[21:54:56] justinh: ahhh so I'd make a key, plop that on my boxes at home, then put that somewhere on the svn server?
[21:55:12] justinh: duh so simple
[21:55:41] slaine_: hey guys, can anyone confirm in Mythbuntu 8.04.1 works with XvMC-VLD on VIA CLE266 based hardware ?
[21:55:53] kormoc: justinh, aye, you put the public key in your accepted keys file on the server and keep your private key safe (and/or encrypted with a password) and yeah, that's it. Snazzy simple and awesome
[21:56:11] slaine_: I'm currently setting up a long dead box with mythbuntu and seem to be running into some heavy perfomrance
[21:56:15] justinh: slaine_: probably, but I've been there & it was a world of frustration
[21:56:29] justinh: I sold it & got a real frontend
[21:56:43] slaine_: lol
[21:56:58] slaine_: well, i'm working with what I have
[21:57:15] slaine_: Stargate Atlantis is starting soon and I want my MythTV box back up and running
[21:57:30] slaine_: Previous incarnations had CPU usage at aroung 10%
[21:57:31] justinh: it'll prolly be fine with pvr recordings
[21:58:10] justinh: it was always recordings from BBC channels with DVB-T it had problems with
[21:58:44] slaine_: Well, I'm still stuck with Analog and a trusty PVR-500
[21:58:45] justinh: slaine_: you might have to play with video playback profiles to make it do your bidding
[21:59:05] slaine_: I have done and it's gone down from 69% to about 33%
[21:59:31] slaine_: I'm seeing errors in the logs but from a google about, it seems those errors are nothing to worry about
[21:59:41] justinh: 33% isn't bad
[21:59:52] justinh: on what like a pretendy 1ghz cpu ;)
[21:59:52] slaine_: No its not bad
[21:59:59] justinh: but it's not 10% I know
[22:00:00] slaine_: yup :)
[22:00:12] justinh: remember the deinterlacers have been pimped though
[22:00:19] slaine_: really
[22:00:29] slaine_: still a big jump though
[22:00:44] MIMB1 (MIMB1!n=MIMB1@216.39.91.230) has quit (Remote closed the connection)
[22:00:44] justinh: check you're still using the same deinterlacer as before
[22:00:51] slaine_: also, I thought it did Bob in hardware
[22:01:07] justinh: if not, call it the price of progress, then plan to get a proper frontend
[22:01:33] the_alien: is there a way to synchronize mythtv databse and the filesystem again? had deleted a lots of recordings because the hd was full and now there are this deleted files listed in mythtv... how can i remoce them from the database?
[22:01:52] justinh: the_alien: delete them the proper way in the first place!
[22:02:27] slaine_: wouldn't mind some nice new hardware but I think that'll be a nice new TV rather than a new mini-itx board
[22:02:27] the_alien: yeah, but mysql wont even start up, so there was no proper way
[22:02:37] jams: the_alien- there are some scripts in the contrib dir that should help you out
[22:02:39] at0m|c: delete from mythtv, set up expirations
[22:03:04] justinh: mysql doesn't like running out of disk space
[22:03:15] the_alien: yeah, noticed it justinh
[22:03:30] justinh: you'll be lucky if your database is even usable now
[22:03:42] the_alien: jams, where is the contrib dir? don't slap the newbe :D
[22:03:50] justinh: happened to me once. good thing I had a backup. only lost one recording
[22:03:55] the_alien: justinh, my database is fully working
[22:04:06] wagnerrp: contrib is in the tar file
[22:04:11] the_alien: just the deleted files are still present
[22:04:15] justinh: the_alien: mythtv_find_orphans.pl or something like that
[22:04:27] justinh: use with extreme care!
[22:04:31] justinh: use with extreme care!
[22:04:40] at0m|c: the_alien, the recording partition was full? or the mythconverg partition?
[22:05:50] jams: the_alien- depends on the packager, but you can always browse mythtv.org to download the src. http://cvs.mythtv.org/trac/browser/branches/r . . . thtv/contrib
[22:05:59] the_alien: ahem... there is just one partition, at0m|c
[22:06:02] jams: assuming your using .21 release-fixes
[22:06:06] at0m|c: ew
[22:06:31] the_alien: jams, i'm using what ubuntu's apt gave me
[22:07:01] the_alien: at0m|c, i know its not the good way, but i'm not that familiar with linux itself :/
[22:07:39] wagnerrp: you might want to check if it got dumped into /usr/share/mythtv
[22:07:46] wagnerrp: maybe /usr/local/share/mythtv
[22:08:06] slaine_: justinh, what hardware you using now from the FE ?
[22:08:16] jams: the_alien- i don't know anything about ubuntu.
[22:08:31] the_alien: wagnerrp, what should have been dumped there?
[22:08:45] the_alien: jams, how can i check which version is installed?
[22:09:02] wagnerrp: apt may have dumped the contents of contrib there
[22:09:12] the_alien: ah thx, will have a look
[22:11:03] cdpuk (cdpuk!n=chris@91.84.144.73) has quit ("Konversation terminated!")
[22:12:53] justinh: nuts. server still asking for my password
[22:13:06] the_alien: wagnerrp, nope isn't there... how can i check which version is installed?
[22:13:06] justinh: slaine_: core2 duo mobile, t5600
[22:13:19] slaine_: hmmm, nice
[22:13:20] justinh: aopen i945gmm-hl board
[22:13:27] justinh: 2nd hand off ebay
[22:13:32] justinh: board was new
[22:13:44] justinh: came to about the same as what the via thing cost
[22:14:09] the_alien: ahhh there 0.20.20080921 seems to be a bit outdated?
[22:14:21] slaine_: hmmm, just looking at the load, mythfrontend is classed as 90%+
[22:14:38] wagnerrp: that looks more to be future-dated
[22:14:49] slaine_: 30% user space and 68.5% system
[22:15:04] wagnerrp: did you maybe mean 2006
[22:15:19] the_alien: 2007
[22:15:25] the_alien: typo :)
[22:16:25] the_alien: is it the 0.2 download on mythtv.org?
[22:16:31] justinh: no
[22:16:37] justinh: and anyway it's 0.21
[22:16:40] justinh: there was 0.2
[22:16:50] justinh: er.. NO 0.2
[22:17:24] the_alien: sorry cant follow ...
[22:17:32] the_alien: the 2.1 isn't installed
[22:17:35] wagnerrp: there never was a version 0.2
[22:17:44] wagnerrp: there was a version 0.20, but thats old
[22:17:47] wagnerrp: you should not be using 0.20
[22:17:59] SHADOW__X (SHADOW__X!n=Ghost36@c-76-116-179-191.hsd1.nj.comcast.net) has joined #mythtv-users
[22:18:04] the_alien: it's what apt gave me
[22:18:08] justinh: 0.21 ftw!
[22:18:14] iamlindoro: in what, Ubuntu 6.04?
[22:18:15] at0m|c: 0.21.20080304–1 here
[22:18:24] wagnerrp: well then get on #ubuntu and figure out why apt gave you an old version
[22:18:25] at0m|c: debian testing
[22:18:27] the_alien: iamlindoro, 7.10
[22:18:36] wagnerrp: or debian, whatever youre using
[22:18:48] iamlindoro: apt-get update && apt-get upgrade time!
[22:19:15] justinh: does anybody seriously use the 'official' tarballs anyway?
[22:19:47] andreax (andreax!n=Andreax@p57B96339.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer))
[22:20:02] justinh: damnit I need some dns at home
[22:20:16] jhulst (jhulst!n=jhulst@unaffiliated/jhulst) has joined #mythtv-users
[22:20:16] justinh: sick of editing hosts files now
[22:20:25] Dagmar: So set up bind already
[22:20:37] justinh: yeah yeah I will eventually
[22:21:27] Toxicity999 (Toxicity999!n=bryan@unaffiliated/Toxicity999) has quit ("Lost terminal")
[22:23:00] phatmonkey (phatmonkey!n=ben@scooby.firshman.co.uk) has quit ()
[22:23:59] Toxicity999 (Toxicity999!n=bryan@cpe-76-179-171-226.maine.res.rr.com) has joined #mythtv-users
[22:25:31] the_alien: "all in" ... updating ubuntu to 8.04
[22:25:49] the_alien: will see if mythtv is still working when this is done
[22:27:24] leprechau (leprechau!n=leprecha@c-71-228-207-24.hsd1.tn.comcast.net) has quit ("Leaving")
[22:33:27] the_alien_ (the_alien_!n=the_alie@dslb-084-060-047-064.pools.arcor-ip.net) has joined #mythtv-users
[22:39:06] famicom_ (famicom_!i=famicom@c51447fbf.cable.wanadoo.nl) has quit ("Leaving")
[22:39:16] rebel52 (rebel52!i=The_Rebe@S0106001109034992.vf.shawcable.net) has joined #mythtv-users
[22:39:18] famicom (famicom!i=famicom@c51447fbf.cable.wanadoo.nl) has joined #mythtv-users
[22:46:27] dustybin: i cannot find a decent sized frontend box anywhere
[22:46:29] dustybin: grrrrr
[22:46:41] dustybin: looks like im going to have to buy a micro-atx mobo
[22:47:15] dustybin: why havent lian-li released the lian li pc-c36 or lian li pc-c37 yet?!
[22:47:19] ajh: Have you looked at the Dell Hybrid?
[22:47:26] dustybin: whats that?
[22:47:39] ajh: $400 box that looks like it would make a decent front-end.
[22:47:50] dustybin: hmm
[22:48:02] ajh: Wonder if using vmware on vista with linux in it with the 3d support would work for graphics support. :)
[22:48:07] dustybin: HTPC boxes cost the same as a ready built pc
[22:48:35] ajh: If these just had nvidia graphics they'd be kick-ass.
[22:49:25] dustybin: those dell hybrids have good specs
[22:49:32] dustybin: what graphics do they use? intel?
[22:49:38] ajh: Yes, just need Intel to step up and get the drivers done.
[22:49:39] the_alien_: frontend for watching live tv?
[22:49:47] ajh: 3100
[22:50:00] ajh: The very low power consumption is a nice feature too.
[22:50:02] the_alien (the_alien!n=the_alie@dslb-084-060-047-064.pools.arcor-ip.net) has quit (Read error: 110 (Connection timed out))
[22:50:18] dustybin: 65W
[22:50:43] ajh: and likely good ACPI support given it's their laptop chipset.
[22:51:29] AndyCap: and in fake wood finish
[22:51:34] ajh: I need to think about these things if going off-grid is going to be possible.
[22:51:37] ajh: That's not fake wood.
[22:51:40] dustybin: Intel® Integrated Graphics Media Accelerator X3100
[22:51:41] ajh: It's real bamboo.
[22:51:50] AndyCap: ajh: ooh.
[22:51:50] dustybin: does that have good linux support?
[22:52:13] ajh: it can be made to work, the distros aren't really smooth on it yet from what I've read.
[22:52:26] ajh: but a good alternative to the mac mini with hdmi
[22:52:28] AndyCap: dustybin: I've heard some people have problems with it when you have more than 4GB ram, and assorted other bugs
[22:52:37] cesman: works well w/ the latest KnoppMyth
[22:52:40] ajh: You need more than 4gb in a froneend?
[22:53:13] AndyCap: ajh: nah, but it's so cheap these days so I wouldn't be surprised if someone put that much in
[22:53:27] dustybin: cannot find any shops selling those dells
[22:55:51] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has quit (Read error: 110 (Connection timed out))
[22:56:32] kslater (kslater!n=kslater@nc-71-48-29-147.dhcp.embarqhsd.net) has joined #mythtv-users
[22:56:38] iamlindoro: So buy from Dell
[22:56:49] iamlindoro: Borrow you sister's credit card
[22:57:06] dustybin: even though those dell boxes look good, the name dell puts me off
[22:57:31] iamlindoro: Pull off the acrylic sleeve and paint the inside black, slide it back on-- tadaaa, fancy black HTPC :)
[22:57:38] iamlindoro: (use high gloss paint)
[22:58:00] dustybin: :P
[22:58:10] iamlindoro: No, seriously
[22:58:17] dustybin: o_0
[22:58:17] iamlindoro: I'm considering one in a few weeks, I intend to
[22:58:26] dustybin: really?
[22:58:41] dustybin: why dont you buy a black one?
[22:58:48] iamlindoro: The outside portion appears to be a clear acrylic sleeve that slides off, the logo is underneath that. You could make it look quite nice (similar to the mods on the own Mac Cubes)
[22:59:13] iamlindoro: I thought the idea was to eliminate the logo-- this would give it a nice, sleek look
[22:59:16] dustybin: Intel® Integrated Graphics Media Accelerator X3100 <--- would this work with SDTV?
[22:59:34] cesman: yes
[22:59:34] iamlindoro: of course, why wouldn't it?
[22:59:41] dustybin: ive never heard of that chip
[23:00:02] dustybin: well, thats the ultimate frontend box then
[23:00:07] iamlindoro: It's a GMA965
[23:00:13] dustybin: ?!
[23:00:19] dustybin: its a x3100 ?
[23:00:25] iamlindoro: which is GMA965
[23:00:30] iamlindoro: which you may be more familiar with
[23:00:30] dustybin: im sure justinh will find something wrong with it
[23:00:34] dustybin: yep
[23:00:50] dustybin: 65W of power is a big attraction
[23:01:14] SHADOW__X: my mythbackend fe does 50 watts
[23:01:22] SHADOW__X: :D
[23:01:38] dustybin: but those dell boxes are HD ready
[23:01:41] SHADOW__X: without a mobile processor
[23:01:44] Pizza_Guy (Pizza_Guy!n=meh@pa-67-234-174-162.dhcp.embarqhsd.net) has quit ()
[23:01:54] SHADOW__X: i have a geforce 6150 and a amd 2.3ghz dual core
[23:02:02] dustybin: what is the maximum size c2d chip in those dell boxes?
[23:02:14] dustybin: wow
[23:02:53] iamlindoro: I don't believe for a second that that box does 50 watts
[23:03:03] iamlindoro: maybe when the switch is *off*
[23:03:22] SHADOW__X: 45 watt processor
[23:03:28] mzb_d800: they're quite sexy little things ... I'd prob. get WAF+ out of one of those ... once I recovered from the $pend ;)
[23:03:37] dustybin: there is even a hdmi slot on that dell box
[23:03:45] iamlindoro: Oh yeah? What are you powering the hard drive with? Pleasant thoughts?
[23:03:53] SHADOW__X: hamster
[23:04:00] the_alien__ (the_alien__!n=the_alie@dslb-084-060-035-189.pools.arcor-ip.net) has joined #mythtv-users
[23:04:13] sid3windr: who needs a harddrive? :)
[23:04:16] dustybin: there is digital audio on that dell box!!!
[23:04:18] iamlindoro: 45 watt processor + hard drive + GPU + etc. = 50 watts of BS
[23:04:30] SHADOW__X: heh iamlindoro that was awhile ago
[23:04:35] SHADOW__X: gpu integrated
[23:04:35] iamlindoro: dustybin: Turtle Beach USB works wonderfully
[23:04:50] dustybin: what the hell is turtle beach
[23:04:53] SHADOW__X: i will pull out my killlawatts metter and check after reboot
[23:04:55] SHADOW__X: :D
[23:04:58] iamlindoro: SHADOW__X: Sorry, I just don't buy that w/ a 45 watt processor you squeezed the rest of the power in 5. Nope.
[23:05:08] SHADOW__X: at idle
[23:05:13] iamlindoro: dustybin: One of the most well known Audio mnufacturers in the world?
[23:05:16] dustybin: iamlindoro: are you seriously going to buy that dell box? if you do i will
[23:05:28] iamlindoro: dustybin: Yes, I am serious. Probably a month or so, though
[23:05:28] SHADOW__X: even at idle iamlindoro?
[23:05:28] the_alien__: the hybrid costs $400? ... its 469€ in germany
[23:05:35] dustybin: ace :-)
[23:06:06] dustybin: thats £200 in UK
[23:06:10] dustybin: cheap as chips
[23:06:36] the_alien__: $400 would be less then 300€...
[23:06:47] iamlindoro: It's $469 to start IIRC
[23:06:56] the_alien__: ah
[23:07:12] dustybin: maybe not
[23:07:13] dustybin: Price From£399
[23:07:15] dustybin: WTF
[23:07:35] the_alien__: lol
[23:07:37] dustybin: same price as a mac mini
[23:07:51] ajh: Wish you could choose not to get a drive in it.
[23:08:01] ajh: Those would be sweet network booted workstations too.
[23:08:22] the_alien__: it's like apple ... everything costs the same, no matter what currency
[23:08:46] dustybin: if linux hardware h.264 never comes to light, those boxes can only take a maximum 2.1 C2D
[23:09:06] iamlindoro: I like the well-supportedness of it, and the HDMI port... dustybin, btw, there is digital out on the dell
[23:09:26] dustybin: bloody heck
[23:09:31] dustybin: i just chose the 2.1 C2D
[23:09:32] dustybin: Price From£529.00
[23:09:34] iamlindoro: oh, sorry, thought you said it didn't have it, didn't realize you said it did, my bad
[23:09:36] SHADOW__X: it can have a 2.6 on the stuido hybrid
[23:10:57] Dave123 (Dave123!i=nobody@cpe-72-230-182-200.rochester.res.rr.com) has joined #mythtv-users
[23:11:20] dustybin: hmm, another expensive box, id rather wait for apple to release the next phase of mac minis
[23:11:30] dustybin: at least i dont mind the apple logo showing
[23:11:45] ajh: So mac minis have hdmi coming?
[23:11:55] dustybin: maybe the next phase of apple tv
[23:11:57] dustybin: who knows
[23:12:19] dustybin: would be great if apple tv comes up to spec for a HD frontend
[23:12:43] iamlindoro: I don't see it changing soon
[23:12:53] iamlindoro: why would it? It already plays what they seel you, and that's all it's concerned with
[23:12:56] iamlindoro: er sell
[23:13:09] dustybin: hm
[23:14:26] Splat1 (Splat1!n=Splat1@rf1.splat1.com) has joined #mythtv-users
[23:17:28] dustybin: for£599, id rather build my own frontend using the lian li PC-C36 case
[23:18:05] dustybin: http://www.lian-li.com/v2/en/product/product0 . . . x=64&g=q
[23:18:37] MartinCleaver (MartinCleaver!n=martincl@24.156.136.99) has quit (Connection timed out)
[23:19:32] Egghead2 (Egghead2!n=jimbobwa@pool-71-180-219-123.tampfl.fios.verizon.net) has joined #mythtv-users
[23:19:53] dustybin: http://lian-li.com/v2/tw/product/upload/image/C36/c36db01.jpg <-- that beats the looks of the hybrid and mac mini IMO
[23:19:54] iamlindoro: *sigh* I thought we had almost taught you style there for a second
[23:20:11] iamlindoro: That looks like my old Beta VCR
[23:20:18] dustybin: :P
[23:20:21] iamlindoro: I mean, it's not a *bad* looking HTPC case
[23:20:27] iamlindoro: it's just that HTPC cases are so awful in general
[23:20:34] dustybin: indeed
[23:20:37] dustybin: and EXPENSIVE
[23:20:51] dustybin: that case will cost £100+
[23:20:53] the_alien_ (the_alien_!n=the_alie@dslb-084-060-047-064.pools.arcor-ip.net) has quit (Read error: 110 (Connection timed out))
[23:20:55] dustybin: the same price as a ready built PC
[23:21:13] Egghead2: while watching tv, is there a way to have myth send more then just the channel numbers to the channel change script? i want to send chnl up and chnl down keys too
[23:21:14] kormoc: ready built pc? for $100? where?
[23:21:33] dustybin: kormoc: maybe a older model, there are thousands on ebay
[23:22:03] kormoc: thousands of crappy ones perhaps
[23:22:20] dustybin: kormoc: good enough for SDTV for us folk in the UK!
[23:22:35] Egghead2: kormoc, build on at newegg, under 200 bucks :)
[23:22:57] kormoc: Egghead2, he said ready made, that's the part I didn't believe :P
[23:23:08] Egghead2: lol, my bad
[23:23:15] kslater (kslater!n=kslater@nc-71-48-29-147.dhcp.embarqhsd.net) has quit (Read error: 110 (Connection timed out))
[23:23:23] Egghead2: ready made and myth , hmmmmmmm :)
[23:23:33] dustybin: it is a BIG MISSION trying to find something what is cheap, up to spec and looks half decent for a frontend, A BIG MISSION!!
[23:23:44] dustybin: enough to send you mad
[23:23:57] kormoc: dustybin, you know the saying, when you have three wants, you only get to pick two
[23:24:10] dustybin: aye
[23:24:22] Egghead2: how true
[23:25:23] kslater (kslater!n=kslater@nc-71-52-240-154.dhcp.embarqhsd.net) has joined #mythtv-users
[23:26:51] slaine_: how does one handle channels that have 2 different channels depending on time of day ?
[23:27:19] slaine_: eg nickelodean during the day, paramount comedy in the evenings
[23:28:51] dustybin: what is the difference between a desktop case and a HTPC price, nothing apart from the price tag!!!!
[23:28:58] dustybin: case
[23:29:18] leprechau (leprechau!n=leprecha@c-71-228-207-24.hsd1.tn.comcast.net) has joined #mythtv-users
[23:29:22] iamlindoro: Form factor, subtlety, that's about it
[23:29:31] iamlindoro: and most HTPC cases suck at the "subtle" bit
[23:29:33] dustybin: form factor? they are all BIG?
[23:29:45] dustybin: especially the ones what take ATX full size
[23:29:52] iamlindoro: They are all horizontal in roughly the same dimensions as a large AV receiver
[23:29:59] dustybin: hmm
[23:31:16] mzb_d800: base price for the hybrid in .au is $999
[23:31:19] mzb_d800: not so good
[23:31:46] iamlindoro: oof
[23:31:59] dustybin: £40
[23:32:01] dustybin: http://www.it247.com/Product/633-91.96320.A1K . . . TowerPCCases
[23:32:08] dustybin: that looks the same as a HTPC case
[23:32:30] dustybin: and it comes with a nice 200W PSU
[23:32:36] dustybin: perfect frontend power
[23:32:46] iamlindoro: Still pretty obviously a computer... anyway, get what you want, nobody is forcing you to buy their aesthetic
[23:34:39] dustybin: if that had 'HTPC' in the name, it would be £100 more
[23:34:40] chasep (chasep!n=chatzill@c-67-191-222-220.hsd1.ga.comcast.net) has joined #mythtv-users
[23:35:07] dustybin: Dimensions (WxDxH): 32.4 cm x 39.9 cm x 9.5 cm
[23:35:09] chasep: is it possible to watch a recording and have PIP showing live TV?
[23:35:09] dustybin: not bad
[23:35:17] Splat1 (Splat1!n=Splat1@rf1.splat1.com) has left #mythtv-users ("Leaving")
[23:35:31] iamlindoro: home!
[23:35:32] favro (favro!n=jean-luc@202.134.248.211) has joined #mythtv-users
[23:35:33] iamlindoro (iamlindoro!n=iamlindo@140.239.95.222) has quit ()
[23:36:17] chasep: ive only been able to do it while watching live tv, and having PIP for my other live input
[23:41:23] ajh: can hdmi do touch screens?
[23:41:24] mm_202 (mm_202!n=mm_202@unaffiliated/mm-202) has joined #mythtv-users
[23:41:27] slaine_: ok, think I'm up and running
[23:41:39] slaine_: hdmi == dvi+audio
[23:41:50] slaine_: touchscreen == usb / serial
[23:42:03] ajh: So there's no bi-directionality in it at all?
[23:42:19] slaine_: there is for HDCP
[23:42:22] leprechau: brb...
[23:42:28] leprechau (leprechau!n=leprecha@c-71-228-207-24.hsd1.tn.comcast.net) has quit (Remote closed the connection)
[23:42:40] slaine_: anyway, time for bed, I've to get up in 4 hours :(
[23:42:40] mm_202: Hey guys, Im a complete noob to mythtv. I want to setup a few mythtv boxes around my house and I have a central server with about 1TB of music/movies (plus mysql), how difficult would it be to set that up?
[23:42:48] slaine_ (slaine_!n=slaine@79.97.52.220) has quit ()
[23:43:16] mm_202: I see the 'Directory to hold music:' option, but am worried that it might overwrite all my music :S
[23:43:20] MasseR (MasseR!n=masse@fizban.yok.utu.fi) has quit (Remote closed the connection)
[23:43:52] leprechau (leprechau!n=leprecha@c-71-228-207-24.hsd1.tn.comcast.net) has joined #mythtv-users
[23:45:15] mm_202: Can anyone verify that it wont overwrite my music?
[23:45:30] NeoMatrixJR (NeoMatrixJR!n=chatzill@12-207-206-43.client.mchsi.com) has joined #mythtv-users
[23:45:43] ajh: You could just set permissions so it can't if you're worried. :)
[23:46:14] _gunni_ (_gunni_!n=Gunni@xdsl-84-44-157-200.netcologne.de) has quit (Read error: 110 (Connection timed out))
[23:46:39] _gunni_ (_gunni_!n=Gunni@xdsl-81-173-232-47.netcologne.de) has joined #mythtv-users
[23:48:21] mm_202: heh, well it says that mythbuntu must have write permissions..
[23:48:33] ajh: to the directory
[23:49:33] mm_202: ajh: is there a place where I can get the mysql install script? I want to setup the database on my server, but I dont want x-utils and all that crap installed (that mythtv-backend tries to install)
[23:49:50] ajh: No idea.
[23:50:08] kormoc: you could just say, read the docs
[23:50:14] mm_202: lol
[23:50:36] mm_202: Yeah, I could... and I have been, just didnt find what i was looking for.
[23:50:41] mm_202: But okay, thanks guys.
[23:51:20] dustybin: how odd is this: http://www.gobolinux.org/
[23:54:02] dustybin: wow doesnt amiga os 4.1 look pretty: http://amigaweb.net/images/MorphOS_Screenshot_001_Large.jpg
[23:57:43] kormoc: looks like X
[23:59:44] the_alien (the_alien!n=the_alie@dslb-084-060-035-189.pools.arcor-ip.net) has joined #mythtv-users

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