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

Daily chat history

Current users (199):

GadgetWisdomGuru, Heliwr, MythLogBot, simcop2387, benc_, felipe`, JJ1, jpabq, jya, russell5, Gibby, Maliuta, Rebecca, tank-man, waxhead__, _abbenormal, deegan, dmz, dustybin, kenni, len, adante, brfransen, ghoti, KraMer, k_ross, RDV_Linux, RyeBrye, sid3windr, XLV, Floppe, ikonia, justpaul, sulx, tomimo, Wicked, cafuego, knightr, mzb, Technophil, toeb, tris, And4713, justdave, kormoc, larrikin, quicksilver, sphery, weta, xand, BLZbubba, chainsawbike, J-e-f-f-A, RobertLaptop, Splat2, at0m, bobgill, cattelan, cromag, croppa, M0nk3Ee, uw00dy, xris, Caliban, dansushi, dlblog, hednod, LabMonkey, Linkeroo, nuonguy, nutron, Shadow__X, Twiggy2cents, aloril, caelor, eharris, grumpydevil, Patina, thefRont, wagnerrp, Anduin, Caeles, cynicismic, jduggan, leprechau, PointyPumper, skd5aner, christ`, eNeRGi, jannau, jstenback, KaZeR, peterpops, sgsax, sturebror, zand, Cougar, jarle, kha, kurre, lofidellity, Lt_Dan, Lumiere, stevieman, ColdFyre, mag0o, Metoer, pigeon, Prost, purserj, rhpot1991, Roedy, ruskie, Waterman, baffle, dmb, jbrett, kloeri, mikeones, mrec, sidh, squidly, Beirdo, Captain_Murdoch, ComradeHaz`, d0netsFN, iamlindoro, justinh, ozatomic, Azelphur, ChanServ, dagar, GreyFoxx, grokky_, keith4, mhentges, tomaw, toorima, hackman_, _charly_, sraue, pheld, ubIx, Digdilem, hadees, carter05, drindt, Saviq, psycodad, zzpat, Dave123, dashcloud, Lord_Deathscythe, high-rez, GrahamIRC, Slim-Kimbo, ikevin, anykey_, emmanuelux, shipit, k-man, biffhero, gregL, simonckenyon, jamesd2, npm, jams, jos180, Guest71769, paul-h, eyeoh, yatesy_, AndyCap_, castlec1, dougl, clever, rooaus1, Elshar, KungFuJesus, _Techie_, m4xx, smr, cmendes0101, awoodland, dibbz__, XChatMav, fedorared, Diverdude, inordkuo, splashd, troyt, Solaris444, boshhead, gpd, Tomasu, pmcenery, tictric, n0tk, rileyp
Monday, November 29th, 2010, 00:00 UTC
[00:00:01] Wicked: both audio and sound :)
[00:00:16] Wicked: very cool!
[00:00:40] wagnerrp: hey everyone, richard morton's mysql password is 'Equin0x'
[00:00:46] iamlindoro: audio *and* sound, huh?
[00:01:01] iamlindoro: and probably his e-mail, ssh, etc. password too
[00:01:01] Shadow__X: iamlindoro: best of both worlds i would imagine
[00:01:23] Beirdo: iamlindoro: you will be happy to know that I have tested the changes for MNV and the metadata grabbers :)
[00:01:27] wagnerrp: Wicked: its merely sending an mpeg data stream, it is not redirecting audio and sound outputs from the remote machine
[00:01:43] Wicked: errum
[00:01:47] Wicked: audio and video :)
[00:02:25] Beirdo: left to go... WOL, mythwelcome, mythshutdown, lirc
[00:02:26] wagnerrp: m-p-e-g
[00:02:35] iamlindoro: Beirdo, cool
[00:02:47] Beirdo: and, of course, Windows...
[00:03:10] Beirdo: but we'll get tehre :)
[00:04:06] Beirdo: 2010-11–28 15:58:41.752 Managed child (PID: 25010) has started! * command=/opt/m
[00:04:09] Beirdo: ythtv/mythsystem-rewrite/share/mythtv/metadata/Movie/tmdb.py -l en -M "X-Men Ori
[00:04:12] Beirdo: gins Wolverine", timeout=0
[00:04:19] Beirdo: gah. all one line, stupid putty
[00:05:21] GadgetWisdomGur1: What could cause mythVideo to produce video frame buffering failed messages?
[00:05:33] Beirdo: and yes, I use funky prefixes :)
[00:07:23] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[00:09:55] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds)
[00:10:53] wagnerrp: so this iso-play.sh on the wiki, the author put in support to call mysql remotely over ssh for machines that dont have the mysql command line utility installed
[00:11:12] wagnerrp: now this is designed to be an external player wrapper for mythvideo
[00:11:17] wagnerrp: meaning you have to have the frontend installed
[00:11:25] wagnerrp: meaning you have to have the mysql client libraries installed
[00:11:28] KwikkSilva (KwikkSilva!~KwikkSilv@pool-74-104-164-201.bstnma.fios.verizon.net) has quit (Read error: No route to host)
[00:11:51] wagnerrp: what kind of screwed up package manager is going to offer the client libraries without the command line client itself?
[00:12:18] wagnerrp: its like mythtv, you have to intentionally not include the binary when you package everything up
[00:12:18] biffhero: you can link against libmysql but not need to use the mysql command?
[00:12:43] wagnerrp: no, mythtv does not use the mysql command, it hits the libraries directly
[00:12:49] wagnerrp: as does just about sane use of mysql
[00:12:58] wagnerrp: but the binary COMES WITH the libraries
[00:13:02] wagnerrp: you cant have one without the other
[00:14:06] biffhero: until you package it up. sounds like a security idea.
[00:14:23] wagnerrp: security how?
[00:14:51] wagnerrp: its just a client
[00:15:11] wagnerrp: if you can access the server with the client, meaning you had the proper credentials to log in
[00:15:23] wagnerrp: you dont need the client binary OR the libraries
[00:15:32] wagnerrp: the malware could speak directly to the server if so inclined
[00:15:52] biffhero: someone could make the point that if you have the command line client, you have more vectors for attack. I am not sure I agree, but it's a think I could see being thought by security people?
[00:16:03] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has joined #mythtv-users
[00:16:07] wagnerrp: no, you cant
[00:16:24] wagnerrp: any 'security person' who thought that should not be in the security business
[00:16:55] wagnerrp: for the aforementioned reason
[00:17:04] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has quit (Remote host closed the connection)
[00:18:29] wagnerrp: the only thing youre doing by packing it that way is saving maybe a few MB of disk space
[00:19:10] carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has left #mythtv-users ()
[00:19:59] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.)
[00:21:01] awoodland (awoodland!~woodalan@h75-100-180-217.nwlnmn.dsl.dynamic.tds.net) has joined #mythtv-users
[00:21:06] biffhero: k
[00:22:40] Saviq is now known as Saviq_afk
[00:34:17] fedorared (fedorared!~john@fedora/fedorared) has joined #mythtv-users
[00:37:16] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds)
[00:39:08] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users
[00:40:00] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-141-206-220.range86-141.btcentralplus.com) has quit (Quit: Slim-Kimbo)
[00:42:25] GadgetWisdomGur1: I'm having a problem with fast forwarding through an MP4 file. The video and audio go out of sync and then the video frame buffering error pops up.
[00:44:28] [R]: what kind of an mp4 file?
[00:45:05] GadgetWisdomGur1: h264,mp3
[00:45:11] GadgetWisdomGur1: 720x480
[00:45:28] wagnerrp: not sure why you would have compressed to mp3
[00:45:37] GadgetWisdomGur1: I didn't.
[00:45:38] iamlindoro: Certain poorly muxed MP4 containers, notoriously those produced by handbrake, sometimes require that you build a video seektable
[00:45:48] GadgetWisdomGur1: iamlindoro: Already ahead of you
[00:45:55] GadgetWisdomGur1: I have a script that usually does that for me
[00:46:10] GadgetWisdomGur1: I ran it through this...
[00:46:11] GadgetWisdomGur1: mencoder $INPUT -forceidx -oac copy -ovc copy -o $OUTPUT
[00:46:21] iamlindoro: I meant a myth seektable
[00:46:51] GadgetWisdomGur1: how would I build a seektable for a file I'm trying to play in Mythvideo?
[00:46:55] wagnerrp: use mythcommflag
[00:47:06] wagnerrp: read the options, it explains what to use
[00:47:14] GadgetWisdomGur1: Okay
[00:48:13] GadgetWisdomGur1: Found it
[00:48:51] GadgetWisdomGur1: Isn't helping.
[00:49:01] iamlindoro: uhhh
[00:49:07] iamlindoro: how coudl you possibly have finished yet?
[00:49:24] wagnerrp: it should take at least a minute or two to run
[00:49:41] wagnerrp: and it should fill the filemarkup table with information for that file
[00:49:43] GadgetWisdomGur1: I ran mythcommflag --video filename and it took a few seconds.
[00:50:09] iamlindoro: --rebuild
[00:51:11] GadgetWisdomGur1: Still only took a few seconds
[00:52:48] GadgetWisdomGur1: it just doesn't like this file
[00:53:06] GadgetWisdomGur1: I'll just watch something else.
[00:53:28] wagnerrp: get a copy of mp4box and remux it
[00:53:41] GadgetWisdomGur1: iamlindoro: By the way, I heard you on the MythTVCast. Very informative.
[00:58:33] GadgetWisdomGur1: I still don't understand the download function in MythNetVision though. Is it in the backend now, or slated to be moved to the backend?
[00:59:35] GadgetWisdomGur1 (GadgetWisdomGur1!~gwg@66.114.64.53) has quit (Quit: Leaving.)
[00:59:43] GadgetWisdomGuru (GadgetWisdomGuru!~gwg@66.114.64.53) has joined #mythtv-users
[01:10:10] mrec: hi, for any reason mythtv 0.24 plays back the video very slowly
[01:10:16] mrec: mythtv 0.23 worked just perfectly
[01:10:21] mrec: any idea what could be wrong?
[01:11:50] mrec: I'm getting lots of those messages:
[01:11:52] mrec: Waited 100ms for video buffers AAAAAAAAUAAAAAAAAAAAALAAUAALAAA
[01:16:08] knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Ping timeout: 255 seconds)
[01:16:43] knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv-users
[01:17:07] mrec: there's no audio either
[01:18:04] kormoc: did you rescan the audio?
[01:21:36] mrec: rescan audio?
[01:22:03] mrec: audio is on no TV channel
[01:22:09] mrec: the channel list is newly scanned
[01:22:41] mrec: I can imagine there's something wrong with the playback since video is usually synced against audio
[01:22:44] mrec: but there's no audio at all
[01:22:52] mrec: it's just silent
[01:23:08] mrec: after killing mythfrontend the entire system audio seems to be muted
[01:23:34] kormoc: in the frontend audio settings is a button to scan audio devices, just hit that and see if it fixed things
[01:23:54] oobe (oobe!~thingo@unaffiliated/oobe) has quit (Ping timeout: 245 seconds)
[01:23:56] mrec: where is this? I was looking for something like that?
[01:24:21] kormoc: I don't know and I'm not going to go menu by menu to find it for you
[01:25:10] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Ping timeout: 265 seconds)
[01:25:13] mrec: aah
[01:25:15] mrec: found it
[01:25:20] mrec: video is faster now yes
[01:26:13] mrec: but I don't get any audio still
[01:26:24] mrec: going to restart my system since I killed pulseaudio before
[01:27:03] wagnerrp: you still dont want to use pulseaudio
[01:27:18] dashcloud (dashcloud!~quassel@71.185.198.215) has joined #mythtv-users
[01:30:01] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[01:31:46] mrec: got it
[01:33:29] jya: kormoc: scanning for audio shouldn't be required really, the old audio configuration from 0.23 should still be working... There would have been issues before the recent backport were a working 5.1 analog would have only played in stereo, but that's all
[01:34:28] jya: mrec: what output device are you using for audio ? what linux distribution are you using ?
[01:34:43] GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (Quit: Leaving.)
[01:34:43] mrec: alsa:pulse now that works
[01:35:02] jya: mrec: and what did you configure in myth
[01:35:16] jya: so I'm guessing you're using ubuntu ?
[01:36:38] mrec: yes ubuntu
[01:37:02] mrec: I just ran mythtvsetup, usually I just press return to step through the entire setup (not reading what shows up)
[01:37:15] mrec: mythtv-setup*
[01:37:28] jya: mythtv-setup doesn't configure the audio of your frontend
[01:37:39] jya: mythtv-setup only sets your backend and recording options
[01:37:43] mrec: I never did any setup with myth frontend before
[01:37:48] mrec: that's new with 0.24
[01:37:57] ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users
[01:38:27] jya: it's never been new, configuration of the frontend has always been required. By default myth would set ALSA:default for playback device
[01:38:41] mrec: that worked out of the box with 0.23 but not with 0.24
[01:38:45] jya: but if you have pulse running, it's not going to work (and that device won't even exists in ubuntu)
[01:39:10] jya: you must have installed or upgraded your OS as well, because this behaviour hasn't changed
[01:39:26] mrec: I'm just using maverick ubuntu nothing else
[01:39:31] mrec: I even dropped the mythtv database
[01:39:41] jya: so you did upgrade ubuntu as well
[01:39:59] mrec: I only added the ppa repositories of mythtv
[01:40:06] jya: anyhow, you go into the settings -> general get to the audio page
[01:40:10] jya: press scan device
[01:40:14] jya: select an audio device
[01:40:15] mrec: that's what I did
[01:40:37] jya: if you don't care to be able to listen to other applications when mythtv is running
[01:41:02] jya: I recommend that you do not use pulse, either the native driver (Pulse:default) or the ALSA pulse one: ( ALSA:pulse)
[01:41:10] mrec: anyway good that it works
[01:41:13] jya: use ALSA:blah that will show up
[01:41:14] mrec: ALSA:pulse is selected now
[01:41:17] mrec: Pulse:default was silent here
[01:41:31] jya: sigh... ok whatever ,I give up
[01:41:38] mrec: (but that might have been caused because I killed pulseaudio.. the default mythfrontend setting didn't work at all dvb-c video was very slow)
[01:41:59] mrec: :-)
[01:42:06] mrec: problem solved issue was audio
[01:43:31] mrec: by the way some customers also reported that issue might be good to check this issue again
[01:50:19] dashcloud (dashcloud!~quassel@71.185.198.215) has quit (Ping timeout: 240 seconds)
[01:52:21] kormoc: mrec, it's in the release notes for 0.24 saying you *must* rescan and re-setup your audio for this release
[01:59:12] jya: kormoc: he wouldn't have had sound with 0.23 either as ALSA:default doesn't exist if you have pulse running on ubuntu
[01:59:32] jya: and that's the default device
[02:10:51] mrec: audio worked fine with 0.23
[02:11:15] mrec: kormoc: ubuntu didn't display any release notes when updating mythtv...
[02:14:44] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[02:14:46] kormoc: mrec, http://www.mythtv.org/wiki/Release_Notes_-_0. . . . Instructions
[02:15:33] mrec: kormoc: isn't that a little bit complicated?
[02:15:46] jstenback: is there a way to tell from the myth db when a show that was deleted at some point will actually be deleted from disk?
[02:16:18] wagnerrp: the show is deleted immediately when you tell mythtv to delete it
[02:16:23] kormoc: mrec, reading? not really. You're using irc which involves a lot of reading and writing
[02:16:33] mrec: kormoc: I mean in general, why isn't audio autodetected?
[02:16:44] kormoc: mrec, you'd have to take that up with the maintainer
[02:16:52] jstenback: wagnerrp: um, no... it ends up in the deleted recgroup and stays there for the configured number of days
[02:17:19] mrec: I'm sure other people will stumble over the same issue (unless ubuntu maintainers fix it up to use pulse correctly by default)
[02:17:23] wagnerrp: IF you tell mythtv to move 'deleted' recordings to the Deleted group (not the default behavior), it will be deleted according to the auto-expire rules
[02:17:25] kormoc: jstenback, you can turn that behavior off, or you can go into that group and delete there where it's deleted right away
[02:17:32] mrec: good that it works though :)
[02:17:44] wagnerrp: it will remain on your hard drive until you run out of space, and need to delete something to make room for new recordings
[02:17:55] jya: mrec: the log would have displayed: invalid audio config blah when running the frontend
[02:18:10] mrec: jya: also other problems
[02:18:17] kormoc: and there's a screen in the FE that shows auto-expire order
[02:18:17] mrec: buffer issues with the video device
[02:18:21] mrec: many more of those issues
[02:18:25] jstenback: kormoc: ah, ok, so deleting in the deleted group deletes right away, cool
[02:18:28] jstenback: thanks!
[02:18:30] mrec: they are gone now since audio is okay
[02:20:59] zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has joined #mythtv-users
[02:21:28] jstenback: wagnerrp: I see, thanks
[02:29:26] tris (tris!~tristan@CAMEL.ETHEREAL.NET) has quit (Excess Flood)
[02:30:06] Computer_Czar (Computer_Czar!~dcooper@69.4.155.83) has joined #mythtv-users
[02:30:08] tris (tris!~tristan@CAMEL.ETHEREAL.NET) has joined #mythtv-users
[02:31:57] Perdignus (Perdignus!~Perdignus@99-6-102-81.lightspeed.milwwi.sbcglobal.net) has joined #mythtv-users
[02:34:40] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has joined #mythtv-users
[02:36:24] Perdignus (Perdignus!~Perdignus@99-6-102-81.lightspeed.milwwi.sbcglobal.net) has quit (Ping timeout: 245 seconds)
[02:50:21] emmanuelux (emmanuelux!~emmanuel@vau92-2-82-228-217-1.fbx.proxad.net) has joined #mythtv-users
[02:54:12] AriX (AriX!~Ari@c-76-99-118-183.hsd1.pa.comcast.net) has quit (Remote host closed the connection)
[02:54:41] jamesd2 (jamesd2!~jamesd@adsl-76-229-144-52.dsl.milwwi.sbcglobal.net) has quit (Ping timeout: 255 seconds)
[03:10:53] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has quit (Remote host closed the connection)
[03:19:14] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[03:30:35] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[03:36:38] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has quit (Ping timeout: 265 seconds)
[03:38:21] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users
[03:38:45] [R]: wagnerrp: you there?
[03:39:27] wagnerrp: uh huh
[03:42:43] [R]: wagnerrp: the python bindings dont work if the password is blank
[03:43:45] jya (jya!~avenardj@gw2.hydrix.com) has quit (Quit: jya)
[03:43:57] wagnerrp: ... password?
[03:44:00] wagnerrp: mysql password?
[03:44:15] [R]: yeah
[03:44:41] wagnerrp: can you pastebin your config.xml?
[03:46:09] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has joined #mythtv-users
[03:46:30] [R]: http://pastebin.ca/2005196
[03:46:36] [R]: i tried it with <DBPassword /> also
[03:51:28] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has quit (Quit: Leaving.)
[03:52:12] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users
[03:57:44] wagnerrp: [R]: are you running 0.24 or trunk?
[04:03:41] [R]: 0.24
[04:06:50] wagnerrp: can you try ... from MythTV.connection import DBConnection; DBConnection({'DBUserName':'mythtv', 'DBHostName':'localhost', 'DBPassword':None, 'DBName':'mythconverg', 'DBPort':3306})
[04:08:45] [R]: one sec
[04:13:00] castlec1: anyone available to help with hello world plugin compile?
[04:13:36] castlec1: /usr/local/include/mythtv/mythdbcon.h:4:24: error: QSqlDatabase: No such file or
[04:13:37] castlec1: directory
[04:13:47] [R]: wagnerrp: ImportError: No module named connection
[04:14:21] wagnerrp: sounds like youre not even running 0.24
[04:14:26] [R]: i am...
[04:14:40] wagnerrp: mythpython --version
[04:15:21] [R]: http://pastebin.ca/2005266
[04:15:36] [R]: i see a connections...
[04:17:02] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 255 seconds)
[04:17:13] wagnerrp: oh, right
[04:17:22] wagnerrp: from MythTV.connections import DBConnection
[04:17:23] [R]: MythTV.exceptions.MythDBError: Failed to connect to database at 'mythconverg'@'localhost'for user 'myth' with password 'None'.
[04:17:38] [R]: yes, the user is supposed to be myth
[04:19:08] dansushi (dansushi!~dan@147.4.211.193) has quit (Quit: Failure is always an option! -Mythbusters)
[04:19:22] castlec1: here's my complete compile log http://pastebin.ca/2005271
[04:19:44] clever: i seem to remember the mysql client will react very differently if you give it the password '' or dont give any at all
[04:19:54] clever: the python libs may do the same
[04:20:28] iamlindoro: castlec1, You aren't going to get very far compiling any part of myth without Qt development libraries
[04:20:58] dansushi (dansushi!~dan@147.4.211.193) has joined #mythtv-users
[04:21:19] wagnerrp: clever: yeah, seems ill need to do special handling for no password
[04:21:27] castlec1: iamlindoro, pretty sure I had everything. configure wouldn't have picked it up otherwise, would it?
[04:21:47] iamlindoro: castlec1, You don't have everything-- you don't even have enough to compile basic myth, let alone a plugin
[04:22:07] castlec1: :) wonderful
[04:22:12] iamlindoro: And no, configure will not check for you
[04:22:29] iamlindoro: Since you are on ubuntu, I suggest a apt-get build-dep mythtv
[04:23:14] castlec1: learn something new every day. I wasn't aware of the build-dep command
[04:23:34] clever: wagnerrp: maybe try 'DBPassword':NULL first
[04:23:37] castlec1: thank you sir :)
[04:23:41] iamlindoro: np
[04:24:18] iamlindoro: castlec1, For future reference, unless the question is directly related to development of code that's a part of myth, please start here-- basic build issues definitely belong here
[04:25:19] castlec1: ok. np. i tried to follow a build doc for ubuntu that was severely outdated from the wiki. i expected problems but was hoping
[04:25:45] Beirdo: OK, here goes fun.
[04:26:05] Beirdo: just split the MythSystem stuff up so we can splice in a Windows-only portion
[04:26:26] Beirdo: here's hoping I didn't break it in the process :)
[04:31:45] Gibby_2 (Gibby_2!~Gibby@204.118.10.244) has quit (Quit: Leaving)
[04:34:24] biffhero: release-notes for .24 says "Enable device scan for DirectX audio settings (Windows build) http://svn.mythtv.org/trac/changeset/26251" <<< I didn't realize there really was a windows build. hrm...
[04:35:28] wagnerrp: there has been a windows frontend for several releases now
[04:35:34] castlec1: iamlindoro, make completes from the plugin directory. i'm still not able to build the example mythhello plugin. which plugin would you suggest i study?
[04:35:39] biffhero: that's awesome.
[04:35:59] wagnerrp: weve also been supplying windows binaries for just as long as we have linux and OSX binaries
[04:36:32] [R]: wagnerrp: HAHA
[04:37:05] ** biffhero goes off in search of binaries **
[04:37:27] wagnerrp: that was a joke, mythtv does not distribute binaries for either
[04:37:59] biffhero: I didn't think so. Had to 2x check. "we have chosen not to distribute pre-compiled binary versions of MythTV"
[04:38:03] Gibby13 is now known as Gibby
[04:38:15] Gibby is now known as Gibby_away
[04:39:05] biffhero: the link that was pasted here the other night was "http://www.mythtv.org/wiki/Windows", not "http://www.mythtv.org/wiki/Windows_Port"
[04:39:16] biffhero: so you can see why I thought there was much leg-pulling going on.
[04:39:47] wagnerrp: its not a port
[04:39:59] wagnerrp: a port implies a separate branch or fork for the windows build
[04:40:11] wagnerrp: the code will directly compile under windows
[04:40:25] Beirdo: well, in mingw
[04:40:27] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has quit (Remote host closed the connection)
[04:40:44] Beirdo: I pity the fool who tries to use VC++
[04:51:02] k_ross_ (k_ross_!ad40b024@gateway/web/freenode/ip.173.64.176.36) has quit (Ping timeout: 265 seconds)
[04:52:32] NightMonkey (NightMonkey!~NightMonk@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!)
[04:53:17] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[04:53:24] [R]: i thought the 'show genre colors' was removed
[04:54:19] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 276 seconds)
[05:00:00] Gibby_away is now known as Gibby
[05:02:43] awoodland (awoodland!~woodalan@h75-100-180-217.nwlnmn.dsl.dynamic.tds.net) has quit (Ping timeout: 240 seconds)
[05:05:10] Beirdo: wagnerrp: down to 350 lines in mythsystem.cpp :)
[05:05:31] wagnerrp: yeah, but theres probably going to be 800 lines in each of two other files
[05:05:34] Beirdo: mind you, system-unix.cpp is 891 lines
[05:05:35] Beirdo: hehe
[05:05:57] wagnerrp: 891... whoops, 891+350 >> 1000
[05:05:59] Beirdo: and working
[05:06:07] wagnerrp: :P
[05:06:08] [R]: bleh
[05:06:16] [R]: i could have sworn my myth used to play 4:3 content autostretched
[05:06:21] [R]: but it looks like all the settings are the same
[05:06:40] Beirdo: so, when you're ready for the windows fun...
[05:06:47] Beirdo: I also put the settings into a map
[05:06:47] wagnerrp: [R]: that only happens automatically when using the ffmpeg decoder
[05:06:57] [R]: but i've been using vdpau for like ever
[05:07:05] wagnerrp: Beirdo: updates are in git?
[05:07:12] Beirdo: as I didn't want to create like 20 wrappers to get each flipping setting
[05:07:14] Beirdo: yes
[05:07:48] wagnerrp: [R]: auto-scaling has never worked with VDPAU
[05:08:02] Beirdo: almost certainly will need a git pull origin +mythsystem-rewrite:mythsystem-rewrite
[05:08:12] [R]: than am i on crack or something
[05:08:33] Gibby: on a frontend, under the Previosly Recorded menu, the far left icon, what does it mean when it is a grey X?
[05:08:52] [R]: Gibby: you're going to have to be a little more descriptive... seeing as we have no clue what theme you are using
[05:09:25] Gibby: [R], i keep forgetting about that., basically I am trying to figure out why a recording didn't record
[05:09:30] Beirdo: it's been an exhausting long weekend
[05:15:05] cattelan is now known as cattelan_away
[05:15:35] jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users
[05:16:54] Beirdo: hahah. grounded mike is belligerantly top-posting
[05:16:56] Beirdo: heh
[05:17:20] wagnerrp: ill top post against myself if i want!
[05:18:08] ourtv (ourtv!~ourtv@74-129-134-84.dhcp.insightbb.com) has quit (Quit: Leaving)
[05:18:52] Beirdo: I'll top-post my foot on his head
[05:20:47] karl_ (karl_!~karl@cpe-76-170-55-150.socal.res.rr.com) has quit (Remote host closed the connection)
[05:23:02] wagnerrp: watching top gear, theyre talking about how much 'power per liter' the evolution has
[05:23:19] wagnerrp: ... they dont seem to be mentioning the only reason it only has 2 liters is WRC regulations
[05:24:06] [R]: liter of what?
[05:24:18] wagnerrp: cola
[05:24:35] [R]: lol
[05:24:43] [R]: gimme a liter of cola
[05:25:01] wagnerrp: i bet he spit on your burger
[05:26:13] ** [R] contemplates making some magic happen so he can boot his old myth to check the 4:3 content **
[05:26:15] [R]: blah
[05:26:26] Beirdo: well, watched like 42 episodes of Bones
[05:27:27] Beirdo: make that 49
[05:27:28] Beirdo: heh
[05:27:35] [R]: i have 222 episodes of family guy in my oldrecorded table
[05:27:36] Beirdo: I had 56 of em... down to 7
[05:27:38] [R]: must be all of them
[05:33:32] kormoc: I only have 154
[05:33:45] kormoc: The SImpsons is my top by a large margin with 487
[05:34:30] [R]: theres more than 222
[05:34:34] [R]: it must be counting generics or something
[05:34:38] [R]: there less than*
[05:51:29] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[05:54:41] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds)
[05:57:22] tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (Read error: Operation timed out)
[05:57:49] kurre (kurre!~tomimo@83.150.88.111) has quit (Ping timeout: 272 seconds)
[06:05:17] k_ross_ (k_ross_!ad40b024@gateway/web/freenode/ip.173.64.176.36) has joined #mythtv-users
[06:16:53] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has joined #mythtv-users
[06:40:51] stoffel (stoffel!~quassel@p57B4BD4E.dip.t-dialin.net) has joined #mythtv-users
[06:40:51] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[06:42:48] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[06:45:49] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[06:52:34] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[06:55:23] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[06:58:04] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 245 seconds)
[06:59:37] Shadow__X: is 30 watts per hard drive a good estimate when figuring out the size of a power supply?
[07:01:07] Shadow__X: or is that too high
[07:01:11] digi_N810 (digi_N810!~user@184-96-129-170.hlrn.qwest.net) has joined #mythtv-users
[07:01:14] wagnerrp: for spinup, thats a decent estimate
[07:01:50] digi_N810: hello
[07:03:17] Shadow__X: wagnerrp: ok great thanks. i am building a machine that will have a few drives and want to avoid delayed spin
[07:04:14] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[07:05:27] digi_N810: I'm using some regular hard drives in RAID5 with hard drive power down, spin up is a few seconds but we are patient
[07:05:53] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[07:08:22] digi_N810: any ideas why movie trailers placed in ../trailers aren't playing with mythvideo 'play trailers' option?
[07:08:29] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 245 seconds)
[07:08:48] wagnerrp: ../trailers?
[07:09:38] digi_N810: yes, the directory corresponding to mythtv and mythvideo 'Trailers'
[07:10:05] wagnerrp: Shadow__X: as a reference point, my (fairly nice) 650W PSU is slightly underpowered for my 13 hard drives
[07:10:37] wagnerrp: digi_N810: when you defined the path as '../trailers'?
[07:10:55] digi_N810: no
[07:11:01] wagnerrp: '../' means its relative to the current directory, one level down
[07:11:04] wagnerrp: relative to what?
[07:11:30] digi_N810: ........./trailers :)
[07:11:33] Beirdo: there
[07:12:01] Beirdo: all the places that are checking the exit values of myth_system...
[07:12:09] Beirdo: now use GENERIC_EXIT_OK
[07:12:25] Beirdo: instead of implicit 0 checks
[07:12:35] Beirdo: much more obvious what's going on
[07:13:12] Shadow__X: wagnerrp: hmm so how do they power these over 16 bay hotswap cases
[07:14:16] Steve_Goodey (Steve_Goodey!~steve@host86-147-179-67.range86-147.btcentralplus.com) has joined #mythtv-users
[07:14:19] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[07:15:28] digi_N810: there are videos in the appropriate 'Trailers' directory, setting to play trailers is enabled. I tried doing a media scan before playing a movie, still just plays the movie, no trailers :/
[07:15:28] wagnerrp: Shadow__X: with a big PSU and staggered startup
[07:15:52] wagnerrp: digi_N810: you enabled trailer playback, right?
[07:16:23] digi_N810: in mythvideo's settings? yes
[07:16:38] digi_N810: 3 trailers should play
[07:18:31] Shadow__X: wagnerrp: ah ok is there any raid cards that you prefer. I have heard decent things about areca
[07:19:42] digi_N810: i'm guessing the trailers need to be associated with a movie and not just in a directory
[07:19:44] wagnerrp: ive got an areca right now
[07:19:54] k_ross_ (k_ross_!ad40b024@gateway/web/freenode/ip.173.64.176.36) has quit (Ping timeout: 265 seconds)
[07:20:16] wagnerrp: but i intend to just buy a dumb controller card and use ZFS
[07:20:29] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 264 seconds)
[07:20:53] Steve_Goodey (Steve_Goodey!~steve@host86-147-179-67.range86-147.btcentralplus.com) has quit (Remote host closed the connection)
[07:23:22] hpeter (hpeter!~hpeter@178-83-237-229.dclient.hispeed.ch) has joined #mythtv-users
[07:23:27] [R]: grrrr
[07:23:37] [R]: my 128mb usb stick isn't big enough
[07:23:54] [R]: (that's what she said)
[07:24:14] Shadow__X: wagnerrp: ah ok. I have heard of good things about zfs and plan to try it out
[07:26:10] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users
[07:27:54] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[07:30:34] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 245 seconds)
[07:38:26] hpeter (hpeter!~hpeter@178-83-237-229.dclient.hispeed.ch) has quit (Quit: hpeter)
[07:42:18] Shadow__X: wagnerrp: how do i figure out the appropriate size of ram on the raid card
[07:42:30] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[07:42:58] croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has joined #mythtv-users
[07:43:52] wagnerrp: i honestly wouldnt worry about it
[07:44:45] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds)
[07:45:41] Shadow__X: even if i plan to have around 8 2tb drives?
[07:46:07] ubIx (ubIx!~ulf@p5DD187B9.dip0.t-ipconnect.de) has joined #mythtv-users
[07:47:18] wagnerrp: does the difference between 400MB/s and 500MB/s really matter for your purposes?
[07:47:44] Shadow__X: nope but thanks for the help
[07:48:04] smr (smr!~smr@et456.netikka.fi) has quit (Ping timeout: 245 seconds)
[07:48:10] Shadow__X: i didnt think it would only really just reduce the throughput
[07:48:29] [R]: "Leaving my MythTV server on 24/7 wastes electricity, but I don't want to forget to turn it on to record programmes. I wrote this to make it easy to keep track of upcoming recordings."
[07:48:32] [R]: that seems pretty stupid
[07:48:42] waxhead__ (waxhead__!~pete@ppp121-45-200-140.lns20.cbr1.internode.on.net) has joined #mythtv-users
[07:49:14] Shadow__X: [R]: what was wrong with the automatic way to turn the be on when it has a schedule planned?
[07:49:26] [R]: Shadow__X: nothing... exactly my point
[07:49:55] ubIx_ (ubIx_!~ulf@p5DD19C9D.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds)
[07:51:05] wagnerrp: Shadow__X: cache memory will make a big difference on parallel write performance
[07:52:36] Shadow__X: oh ok is that why for bigger deployments they use ssds as cache for zfs
[07:54:03] wagnerrp: no, they use SSDs for ZFS for their version of journalling
[07:54:08] [R]: wagnerrp: your mythremctl.py managed to crash my frontend... it was pretty legendary
[07:59:52] Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has quit (Quit: Leaving)
[08:00:08] Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has joined #mythtv-users
[08:03:32] wagnerrp: nevermind, youre right... you can offload the ARC cache to an SSD
[08:05:30] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[08:08:29] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds)
[08:09:28] Shadow__X: wagnerrp: yeah i thought they did cache for it but, i did forget about the journalling
[08:10:57] wagnerrp: it doesnt use journalling
[08:11:37] Shadow__X: oh so just for cache then?
[08:11:48] Shadow__X: or for their version of journalling as you had said
[08:11:59] wagnerrp: since its copy-on-write
[08:12:05] wagnerrp: it writes the data to disk
[08:12:18] wagnerrp: and only once its done, it shifts the link to the new location
[08:12:44] Shadow__X: so it has to hold that information in the meantime
[08:13:18] stoffel (stoffel!~quassel@p57B4BD4E.dip.t-dialin.net) has quit (Ping timeout: 265 seconds)
[08:13:28] wagnerrp: the ARC is basically ZFSs form of the linux disk cache
[08:13:32] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has joined #mythtv-users
[08:14:02] wagnerrp: 128GB of memory is very expensive
[08:14:41] wagnerrp: but if you get an SSD and use it for a second stage cache, its a lot faster than pulling straight off the disk array
[08:14:57] Shadow__X: ah yes
[08:15:02] Diverdude (Diverdude!~Diverdude@1709ds1-vbr.0.fullrate.dk) has joined #mythtv-users
[08:15:08] Diverdude: Does anybody know if this guy: http://www.cetoncorp.com/products.php May be used in a linux machine somehow?
[08:15:20] ** [R] just keeps on laughin **
[08:16:01] wagnerrp: Diverdude: its in the works
[08:16:04] Diverdude: [R], it just says "Works with any U.S. cable provider" Does not say it ONLY works with US cable provider
[08:16:18] wagnerrp: erm... yeah....
[08:16:19] [R]: lol
[08:16:45] wagnerrp: you cant use it in denmark
[08:16:53] wagnerrp: in denmark, you want a DVB-C card
[08:16:56] Shadow__X: is it honestly in the works?
[08:16:59] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[08:16:59] wagnerrp: optionally one with a CI slot
[08:17:41] [R]: Shadow__X: only copy-freely stuff
[08:17:45] [R]: Shadow__X: i dont see the point
[08:17:58] wagnerrp: Shadow__X: yes, that is one of the purposes of the mythtv-rec branch
[08:18:09] Diverdude: wagnerrp, i see...ok... What would i need the CI slot for?
[08:18:19] wagnerrp: [R]: apparently comcast broadcasts most of their non-premium stuff copy-freely
[08:18:26] [R]: oh really?
[08:18:27] [R]: lame
[08:18:35] wagnerrp: so that it works properly with tivo multi-room stuff
[08:18:44] kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (Read error: Operation timed out)
[08:18:50] wagnerrp: Diverdude: CI cards are for encrypted content
[08:19:06] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has joined #mythtv-users
[08:19:25] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds)
[08:19:27] Diverdude: wagnerrp, happage only offers dual tuners at most right?
[08:19:39] kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv-users
[08:19:51] Diverdude: wagnerrp, i never aw a hauppage quad-tuner
[08:20:32] Diverdude: aw=saw
[08:20:49] wagnerrp: ive never seen anything more than a dual tuner for anything other than cablecard gear
[08:21:02] Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Ping timeout: 265 seconds)
[08:21:05] Dave321 (Dave321!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Ping timeout: 264 seconds)
[08:21:08] duerF (duerF!~tommi@heima.tommi.org) has quit (Remote host closed the connection)
[08:24:05] digi_N810 (digi_N810!~user@184-96-129-170.hlrn.qwest.net) has quit (Quit: Leaving)
[08:24:10] Diverdude: wagnerrp, do you know if there exists a blackbox like HDHomerun (which for some reason no longer is sold) which does nothing but broadcast the DVB-C input on the local area network, so that i may connect with a television or computer and stream the incoming signal?
[08:24:38] Diverdude: wagnerrp, broadcast it using wifi
[08:25:37] jamesd2 (jamesd2!~jamesd@76.199.150.133) has joined #mythtv-users
[08:25:45] wagnerrp: you dont want to do HD over wifi
[08:27:20] Diverdude: wagnerrp, its mostly going to be SD
[08:27:28] wagnerrp: the only network attached tuner ive heard of capable of DVB-C is the netceiver
[08:28:37] Diverdude: wagnerrp, Also i found this card: http://www.digitalnow.com.au/product_pages/Quad.html (But maybe that only works in australia? )
[08:29:14] wagnerrp: DVB-T is DVB-T is DVB-T
[08:29:20] wagnerrp: it should work anywhere that uses DVB-T
[08:32:42] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has quit (Ping timeout: 276 seconds)
[08:33:05] tris (tris!~tristan@CAMEL.ETHEREAL.NET) has quit (Ping timeout: 264 seconds)
[08:35:06] Shadow__X (Shadow__X!~jose@c-76-124-135-130.hsd1.nj.comcast.net) has joined #mythtv-users
[08:37:45] Shadow__X (Shadow__X!~jose@c-76-124-135-130.hsd1.nj.comcast.net) has quit (Changing host)
[08:37:45] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has joined #mythtv-users
[08:37:58] Shadow__X: i love it when comcast dns servers stop respoinding
[08:38:35] [R]: so use google dns
[08:39:15] Shadow__X: i did while they got their act straight
[08:42:38] Beirdo: why change back?
[08:43:36] Shadow__X: i honestly have not thought about switching dns until now
[08:44:21] Diverdude: wagnerrp, why is it a bad idea to stream hd over wifi? What would happen?
[08:44:51] wagnerrp: lack of bandwidth
[08:44:56] wagnerrp: lack of reliability
[08:45:11] wagnerrp: just a bad idea in general
[08:45:35] jamesd2 (jamesd2!~jamesd@76.199.150.133) has quit (Read error: Connection reset by peer)
[08:45:38] Shadow__X: wagnerrp: how could you tell when you needed to add staggered boot for your drives
[08:46:09] jamesd2 (jamesd2!~jamesd@adsl-76-199-150-133.dsl.milwwi.sbcglobal.net) has joined #mythtv-users
[08:46:21] wagnerrp: Shadow__X: when my RAID card sat for over a minute on boot waiting for the hard drives to come online
[08:46:29] Diverdude: so will the picture lag or get pixel errors?
[08:46:38] wagnerrp: where if i manually stagger it, it boots up in about 10 seconds
[08:47:29] Shadow__X: oh ok thanks. Sorry if some of these questions sound a bit off, i have never used a hardware raid card or have built a system with such a large amount of drives. Thank you for the help and info
[08:47:31] wagnerrp: Diverdude: if you cannot maintain the bandwidth reliably, you cannot play the video reliably
[08:47:48] Shadow__X: Diverdude: the video wont play properly
[08:47:51] wagnerrp: my raid card does support staggered startup, but it never seemed to work properly
[08:48:16] wagnerrp: i could watch the activity lights on my hotswap cages light up sequentially as it turns them on
[08:48:27] wagnerrp: but it would always stall
[08:48:38] Shadow__X: oh ok that makes sense then
[08:49:04] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[08:49:05] wagnerrp: while if i manually powered up each hard drive on boot, it worked just fine
[08:49:50] wagnerrp: i dropped several hard drives to get it to run more stably, but i still cant get it to boot reliably
[08:50:38] Shadow__X: so when you say manually powered them up you mean from the raid controller or by plugging in the drives themselves
[08:50:54] wagnerrp: i mean my hotswap caddies have individual power buttons
[08:51:13] wagnerrp: i hit the power on the system, and then i ran down the line of drives and manually powered them on
[08:51:21] Shadow__X: oh ok thats neat
[08:51:48] wagnerrp: its annoying to do every time i reboot
[08:51:54] wagnerrp: but its not like its something i do often
[08:52:09] Shadow__X: right
[08:52:11] ** wagnerrp heads to bed **
[08:52:34] Shadow__X: see ya and thanks again
[08:53:03] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[08:53:39] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has joined #mythtv-users
[08:59:36] jamesd2 (jamesd2!~jamesd@adsl-76-199-150-133.dsl.milwwi.sbcglobal.net) has quit (Read error: Connection reset by peer)
[09:00:09] jamesd2 (jamesd2!~jamesd@adsl-76-199-150-133.dsl.milwwi.sbcglobal.net) has joined #mythtv-users
[09:02:32] Diverdude: wagnerrp, do you have a netceiver?
[09:03:52] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has quit (Read error: Connection reset by peer)
[09:04:26] kenni: Diverdude, why couldn't you buy a HDHomerun?
[09:04:31] Shadow__X (Shadow__X!~jose@c-76-124-135-130.hsd1.nj.comcast.net) has joined #mythtv-users
[09:05:10] Shadow__X (Shadow__X!~jose@c-76-124-135-130.hsd1.nj.comcast.net) has quit (Changing host)
[09:05:10] Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has joined #mythtv-users
[09:05:28] Diverdude: kenni, its not for sale :(
[09:05:36] Diverdude: kenni, i cannot buy it
[09:05:45] jamesd2 (jamesd2!~jamesd@adsl-76-199-150-133.dsl.milwwi.sbcglobal.net) has quit (Ping timeout: 240 seconds)
[09:05:45] kenni: ? I bought one last week...I'm in Denmark
[09:06:01] Diverdude: kenni, ohh from the homepage?
[09:06:06] kenni: yep
[09:06:34] kenni: http://www.silicondust.com/wheretobuy/eu/
[09:07:33] Diverdude: yes then you press europe and get directed to http://www.hdhomerun.net/
[09:07:36] kenni: you're right, they have removed it from the page
[09:07:42] kenni: damn
[09:08:34] kenni: I should have waited after all...I just couldn't see any indication that they would do a EU version of the new Prime
[09:09:41] Diverdude: but they dont write anything about what or when they are going to put something else
[09:09:52] kenni: no, I can see that
[09:10:25] Diverdude: kenni, you are lucky you got one
[09:10:59] kenni: Diverdude, I'm not sure...obsolete could mean unsupported if something breaks
[09:11:21] Diverdude: kenni, well...at least you have something that can be used...now nothing can be bought
[09:13:28] Diverdude: kenni, hehe and when you try to call their phone you get their fax
[09:20:40] saftsack (saftsack!~oliver@p579DCB7F.dip.t-dialin.net) has joined #mythtv-users
[09:23:57] Diverdude: kenni, are you interested in selling your hd homerun?
[09:24:32] kormoc is now known as kormoc_afk
[09:39:18] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[09:39:41] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds)
[09:40:43] robert____ (robert____!~quassel@g226063065.adsl.alicedsl.de) has joined #mythtv-users
[09:50:04] carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has joined #mythtv-users
[09:52:47] kenni: Diverdude, mm-vision.dk still have them
[09:55:41] len (len!~quassel@184-97-182-53.mpls.qwest.net) has quit (Read error: Connection reset by peer)
[10:03:05] saftsack (saftsack!~oliver@p579DCB7F.dip.t-dialin.net) has quit (Ping timeout: 264 seconds)
[10:07:45] Technophil (Technophil!~David@203.97.234.182) has quit (Read error: Connection reset by peer)
[10:10:38] skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has quit (Ping timeout: 255 seconds)
[10:24:52] shipit (shipit!~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) has quit (Remote host closed the connection)
[10:31:08] pak0 (pak0!~Paco@201.127.221.87.dynamic.jazztel.es) has joined #mythtv-users
[10:35:10] Saviq_afk is now known as Saviq
[11:02:53] k-man: any tips on getting tv-out going for an ati radeon card? (it was working fine, then i upgraded debian and now it doesn't)
[11:02:53] jamesd2 (jamesd2!~jamesd@76.228.199.50) has joined #mythtv-users
[11:05:09] jamesd_laptop (jamesd_laptop!~jamesd@adsl-76-228-199-50.dsl.milwwi.sbcglobal.net) has joined #mythtv-users
[11:08:29] jamesd2 (jamesd2!~jamesd@76.228.199.50) has quit (Ping timeout: 245 seconds)
[11:15:02] JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has left #mythtv-users ()
[11:17:30] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[11:20:19] MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 260 seconds)
[11:27:28] drindt (drindt!~drindt@g228050054.adsl.alicedsl.de) has joined #mythtv-users
[11:29:08] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[11:31:30] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 250 seconds)
[11:32:24] eyeoh: time for http://linuxtv.org/wiki/index.php/Testing_your_DVB_device again
[11:32:37] ** eyeoh goes **
[11:38:11] saftsack_ (saftsack_!~oliver@p5DDCD20B.dip.t-dialin.net) has joined #mythtv-users
[11:38:18] saftsack_ (saftsack_!~oliver@p5DDCD20B.dip.t-dialin.net) has quit (Client Quit)
[11:39:36] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has quit (Quit: Leaving.)
[11:40:04] oobe (oobe!~thingo@unaffiliated/oobe) has quit (Remote host closed the connection)
[11:42:18] oobe (oobe!~thingo@insidiousramblings.com) has joined #mythtv-users
[11:42:18] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[11:42:18] oobe (oobe!~thingo@insidiousramblings.com) has quit (Changing host)
[12:03:37] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B222FDA.dip.t-dialin.net) has joined #mythtv-users
[12:03:52] oobe (oobe!~thingo@insidiousramblings.com) has joined #mythtv-users
[12:03:52] oobe (oobe!~thingo@insidiousramblings.com) has quit (Changing host)
[12:03:52] oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users
[12:04:34] smr (smr!~smr@et456.netikka.fi) has joined #mythtv-users
[12:11:29] Diverdude: just to make absolutely sure. The HD Homerun is just supposed to have DVB-C in and ethernet out and nothing else right? I can put it away in a closet and never have to see it again, and use for example a boxee box or playstation or whatever to connect to HDHomerun IP and stream tv signal right? So no remote control or anything for the HDHomerun box itsel right?
[12:20:56] russell5 (russell5!~russell5@pool-74-104-118-57.bstnma.fios.verizon.net) has quit (Quit: Ex-Chat)
[12:22:10] Saviq is now known as Saviq_afk
[12:26:32] tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (Ping timeout: 250 seconds)
[12:29:36] zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has quit (Ping timeout: 240 seconds)
[12:29:40] simonckenyon (simonckenyon!~simoncken@195.7.61.12) has joined #mythtv-users
[12:30:23] wagnerrp: Diverdude: no, the HDHR is DVB-T, not -C
[12:32:48] tgm4883 (tgm4883!~tgm4883@204.8.45.13) has joined #mythtv-users
[12:32:48] tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv-users
[12:32:48] tgm4883 (tgm4883!~tgm4883@204.8.45.13) has quit (Changing host)
[12:33:14] Diverdude: wagnerrp, hmmm here: http://www.silicondust.com/products/models/hdhr-eu/ it says TV sources: DVB-T digital TV (antenna) and DVB-C unencrypted digital cable TV.
[12:34:37] Saviq_afk is now known as Saviq
[12:35:15] wagnerrp: huh... i guess it will do DVB-C
[12:35:19] wagnerrp: i had thought it was -T only
[12:35:34] wagnerrp: anyway, if you need decryption, it wont accept a CAM
[12:35:51] wagnerrp: if you dont, should work great
[12:37:23] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has joined #mythtv-users
[12:41:29] Saviq: Diverdude: it won't work directly to boxee or PS, though
[12:42:05] Saviq: you'd need a UPnP/DLNA AV MediaServer that will bridge the HDHR for you (which MythTV does)
[12:42:28] wagnerrp: which wont bridge livetv, only recordings
[12:43:54] Diverdude: huh, so mythTV wont work with hdhomerun?
[12:44:11] Diverdude: wagnerrp, it says on their homepage hdhomerun is compatible with mythtv
[12:44:13] wagnerrp: mythtv will work just fine with an HDHR
[12:45:32] Diverdude: wagnerrp, HDHR = HDHomeRun?
[12:45:48] wagnerrp: yes
[12:46:52] wagnerrp: he was saying that neither boxee nor the playstation can talk to the HDHR
[12:47:07] wagnerrp: neither of which have anything to do with mythtv
[12:47:46] Diverdude: wagnerrp, i guess mythTV can be installed on boxee box?
[12:48:07] wagnerrp: depends on how locked down that system is
[12:48:17] wagnerrp: not that you would want to try anyway
[12:48:37] wagnerrp: the boxee box is just an ugly, obtrusive case around an underpowered Atom processor
[12:48:39] Diverdude: wagnerrp, why not? i mean then it can run signal from HDHR
[12:48:56] zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has joined #mythtv-users
[12:49:17] wagnerrp: a master backend should not be run on an atom
[12:49:29] Diverdude: wagnerrp, master backend?
[12:49:38] wagnerrp: and were you to use an atom for playback, you would want one with nvidia graphics (ion)
[12:49:50] wagnerrp: http://mythtv.org/wiki/Executive_Overview
[12:50:11] wagnerrp: mythtv is not just a single computer application, it is a networked system
[12:50:32] wagnerrp: encompassing multiple backends (for recording) and multiple frontends (for playback) attached through the network
[12:51:08] And4713[1] is now known as And4713
[12:53:52] johd (johd!~johd@90.146.55.47) has quit (Quit: Leaving)
[13:06:47] pcuser (pcuser!~pcuser@p4FD185A1.dip0.t-ipconnect.de) has joined #mythtv-users
[13:07:40] pcuser: hello and good afternoon
[13:10:11] Diverdude: wagnerrp, I have a machine with GeForce 7300 LE and Genuine Intel(R) CPU 2140 @ 1.60GHz with 1 GB RAM. I was planning to use that as storage server as well as backend server. Is that insane?
[13:10:41] Diverdude: wagnerrp, and let it stream from the HDHR
[13:11:04] Diverdude: and have forexample boxee box as frontend
[13:11:14] Diverdude: or maybe ps3
[13:11:17] robert____ (robert____!~quassel@g226063065.adsl.alicedsl.de) has quit (Remote host closed the connection)
[13:21:14] Saviq: Diverdude: not insane, but might be too slow at times
[13:21:39] Saviq: and what wagnerrp said – you'll only be able to watch recordings with the PS3
[13:22:39] pcuser: does anyone can help regarding the imdb on mythbuntu (10.10) ? Could not resolve the problem for gettng informations onb videos. Also I could not find the proper answer.
[13:22:57] inordkuo (inordkuo!~inorkuo@nsc64.16.142-198.newsouth.net) has joined #mythtv-users
[13:23:53] pcuser: primary and secondary backend are working fine and the only thing is the information's field on every video.
[13:24:02] pcuser: do not want to fill them out manually
[13:25:52] pcuser: does anyone can give me a sign for the direction where I can search the problem?
[13:27:37] Diverdude: Saviq, and for SD? Would it also be slow for SD?
[13:27:43] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[13:27:53] Saviq: Diverdude: SD / HD doesn't really matter for the backend
[13:28:15] Diverdude: Saviq, so would you recommend an upgrade?
[13:28:37] Saviq: Diverdude: well, I would recommend you to try it out
[13:28:43] Saviq: it might just cut it for your needs
[13:29:05] Saviq: pcuser: and what's your problem exactly? doesn't 'Download metadata' work for you?
[13:29:36] Saviq: pcuser: or do you mean you have many videos (e.g. first import?) that you want to get metadata for?
[13:30:00] Diverdude: Saviq, so putting HDHR on the DVB-C in, connect it to the router using ethernet cable. My backend server is running ubuntu 10.10, so that would also be my storage server, and then from my frontend stream it using wifi.
[13:30:39] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[13:30:39] Diverdude: Saviq, storage/backend is connected to router using a ethernet cable also
[13:30:46] Saviq: Diverdude: I myself don't trust wifi but then again it might just work for you
[13:31:00] Saviq: you won't know until you try
[13:31:13] Diverdude: Saviq, but would that in theory work this setup?
[13:31:40] Saviq: yes, in theory
[13:32:01] Saviq: btw, what frontend do you intend to use? just a PS3?
[13:32:33] pcuser: -> saviq – It seems that the script is not working. When I check the properties on the webinterface I have the following properties : web_video_imdb_type 0 IMDB and web_video_imdb_path = "empty". But the I do not know which script I should enter.
[13:32:39] Saviq: if you don't intend to use a MythTV frontend, be sure to have mythweb on the backend to schedule recordings etc.
[13:32:47] Diverdude: Saviq, I am not really sure about this yet....I was thinking PS3 for one of the televisions since i want some gaming console anyway
[13:33:17] Saviq: pcuser: why do you use the webinterface and not mythfrontend?
[13:33:42] Diverdude: Saviq, i have 2 TV's, a laptop and an iphone from which i would like to be able to access the backend server
[13:34:13] Saviq: Diverdude: define 'access'
[13:34:13] Diverdude: Saviq, and as said the backend server should then connect to HDHR to obtain the DVB-C signal
[13:34:28] Saviq: that should not be problem
[13:34:31] Saviq: +a
[13:34:44] xamul (xamul!~luigi@194.185.225.30) has joined #mythtv-users
[13:35:16] Diverdude: Saviq, access as in streaming TV from the DVB-C which originates from HDHR. Also streaming music and video files (avi,mpeg etc)
[13:35:39] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[13:35:52] Diverdude: Saviq, i guess mythTV comes with some sort of menu system i can browse through using some remote control right?
[13:36:24] Diverdude: Saviq, where i can eg. browse channels available on the DVB-C
[13:36:40] Saviq: Diverdude: that's mythfrontend
[13:36:52] Saviq: Diverdude: http://www.mythtv.org/wiki/MythFrontend
[13:36:59] Diverdude: Saviq, yes ok....and that can be run on ps3 or xbox?
[13:37:09] Saviq: no
[13:37:18] Saviq: how would it?
[13:37:42] Diverdude: Saviq, right ok...i figured there maybe would be possibilites for user programs or something like that
[13:37:47] Saviq: well, on xbox probably (when linux is installed on it, IIRC)
[13:38:13] xamul: hi everybody
[13:38:20] Saviq: Diverdude: for the PS3 you'd be able to use UPnP/DLNA to stream _recordings_
[13:38:24] Saviq: not live tv
[13:38:49] pcuser: -> Saviq, could be that I am blind. I have checked the configuration on the mythfrontend and there I do not see any tab for the metadata.
[13:39:00] pcuser: german interface
[13:39:02] Diverdude: Saviq, aha...and would it be possible to somehow fake a recording by streaming to disc first and then accept a certain delay?
[13:39:19] Saviq: pcuser: somewhere in settings > media > video
[13:39:25] xamul: i need some suggestions on how to best manage volume control on mythv with my remote
[13:39:48] Saviq: Diverdude: that's what Myth does internally, but that's not exposed over UPnP
[13:40:26] Saviq: Diverdude: you'd have to use e.g. mythweb to schedule recordings and those would be available over UPnP
[13:40:46] xamul: i would like to ba able to show volume gauge and control volume even without having to turn on tv, video, music ore something else
[13:41:15] pcuser: ok, I am blind :-) The settng was TheMovieDB API v2 Query. I try the others which are included. Thanks meanwhile :-)
[13:41:41] xamul: to manage this i made a bash shell script that handels volume, to show the volume level i tellnet to the mythlcd
[13:42:16] xamul: this works if i'm not in video or tv mode
[13:42:25] Diverdude: Saviq, aha....so i would schedule a recording fro the program i am wathing?
[13:42:30] Diverdude: watching
[13:42:41] Saviq: you want to watch, yes
[13:42:44] xamul: because when i'm in video or tv mode the lcd doesn't switch back to tv mode
[13:43:01] xamul: can somebody help me?
[13:43:10] Diverdude: Saviq, and automatically deleted when its done if i just want to keep the TV running
[13:43:58] Saviq: it will delete when hard drive space is low by default
[13:44:22] Saviq: and not sure what you mean 'keep the tv running'
[13:44:45] Saviq: when the recording is done, it will just stop
[13:45:20] Diverdude: Saviq, well i mean sometimes im just having the tv running while im doing other stuff...just for entertainment...but i dont want to record it
[13:45:40] Diverdude: Saviq, or if i am forexample watching the news i dont want to record it
[13:45:46] Saviq: Diverdude: that's live tv, and no, it won't work over UPnP or streamed from mythweb
[13:45:59] Diverdude: Saviq, usually i just wanna watch..i dont wanna record actually
[13:46:30] Saviq: that's something that will only work with theMythTV frontend
[13:46:35] Diverdude: Saviq, so what would i need for streaming liveTV=
[13:46:40] Saviq: use mythfrontend
[13:46:55] Diverdude: Saviq, and what does thatrun on? boxee box?
[13:47:09] Diverdude: Saviq, or do i need to build a computer myself
[13:47:09] Saviq: linux
[13:47:28] Diverdude: Saviq, is it an demanding application?
[13:48:22] Saviq: not much in itself, video playback is demanding and that's why wagnerrp mentioned the nVidia ION that has hardware acceleration of video decoding
[13:48:36] Diverdude: Saviq, would an eeebox (http://event.asus.com/eeepc/microsites/eeebox/en/index.html) work for that?
[13:48:50] Saviq: yes, but one with the ION would be preferred
[13:49:12] Diverdude: so basically every front end needs ION?
[13:50:22] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B222FDA.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[13:50:53] Saviq: if you want livetv, you need mythfrontend and something that's able to decompress video – be it a fast CPU (the Atom would probably work for SD content) or a GPU with accelerated video (e.g. ION or a GeForce 8400+)
[13:51:17] Diverdude: Saviq, right ok...quite costly
[13:51:48] Saviq: Diverdude: to be honest once you get Myth you start to drop livetv
[13:52:00] Diverdude: Saviq, why is that?
[13:52:11] Saviq: 'cause it will record so much stuff you actually want to watch you won't have time for livetv
[13:52:27] Saviq: once you set up some recording rules
[13:52:37] Diverdude: Saviq, recording rules?
[13:52:47] Saviq: Diverdude: you really need to read the wiki...
[13:52:52] Saviq: it's all there
[13:53:09] kenni: Diverdude, you can start with http://www.mythtv.org/docs/mythtv-HOWTO-1.html#ss1.1
[13:53:21] Saviq: Myth allows you to set up rules like 'record that every day' or 'every week' or 'any time you'll find it'
[13:53:24] Saviq: and it will
[13:53:29] Diverdude: yeah ok
[13:53:51] Saviq: depending on the quality of your EPG data it will only record new stuff
[13:54:07] Saviq: *might only record new stuff
[13:54:11] Diverdude: Saviq, EPG data?
[13:54:14] Saviq: depending on how you set it up
[13:54:18] Saviq: Diverdude: google
[13:55:43] Saviq: Diverdude: and once you stop using livetv at all, you'll be fine with any UPnP/DLNA-enabled media player
[13:55:49] pcuser: Saviq – I have tried all of them out. Could it be that the script is not touching any existing video? Cause TV streams get the metadata. Any idea where I can search additional?
[13:55:51] Saviq: be it a PS3, a Samsung TV etc.
[13:56:22] Saviq: pcuser: did you actually issue the 'Download metadata' or pressed W when in video mode?
[13:56:39] Saviq: btw, tv streams get the metadata off the air or from a different place than videos
[13:57:08] pcuser: ok, try this out. And thanks for the information on the TV metas.
[13:57:10] Saviq: pcuser: if you want all your videos to have metadata downloaded for them, google jamu
[13:57:41] Saviq: and 0.24 will download it automatically, but in 0.23 and older you need to manually trigger the download
[13:57:45] Saviq: or use jamu
[13:57:50] Saviq: (carefully)
[14:00:14] Diverdude: UPnP/DLNA media player can be used to playback mp3, avi files, mpeg etc?
[14:01:10] Saviq: depending on it's capabilities
[14:01:26] Saviq: UPnP/DLNA doesn't care about the format
[14:01:57] Saviq: your media player and server need to agree on one of the profiles that both support
[14:02:17] Saviq: in the ultimate case the media server might transcode stuff into something the player will be able to play
[14:02:30] Saviq: but that's something you want to avoid
[14:02:34] xamul (xamul!~luigi@194.185.225.30) has quit (Quit: Ex-Chat)
[14:04:11] pcuser: Saviq – Ok – press W did it. Is there any chance to grab the german texts? For me it is not the problem, but others in the family do have a problem with it. :-)
[14:04:34] Saviq: pcuser: you'd have to modify the scripts in question
[14:04:51] Saviq: they're usually in /usr/share/mythtv/mythvideo/scripts or similar
[14:05:25] Saviq: pcuser: also, themoviedb only recently got language support and I'm not sure if the script actually cares
[14:05:31] pcuser: thanks. the path is what I have needed.
[14:05:44] pcuser: I will check this
[14:07:35] dagar (dagar!~dagar@agar.ca) has quit (Ping timeout: 265 seconds)
[14:08:52] dagar (dagar!~dagar@agar.ca) has joined #mythtv-users
[14:09:03] Twiggy|worx (Twiggy|worx!~Twiggy@12.182.96.2) has joined #mythtv-users
[14:12:48] pcuser (pcuser!~pcuser@p4FD185A1.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds)
[14:28:19] BLZbubba (BLZbubba!~mark@tpsit.com) has joined #mythtv-users
[14:38:34] KraMer (KraMer!~mark@adsl-70-240-182-200.dsl.hstntx.swbell.net) has joined #mythtv-users
[14:39:58] biffhero (biffhero!~Adium@c-67-188-68-223.hsd1.ca.comcast.net) has quit (Ping timeout: 276 seconds)
[14:40:14] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has quit (Remote host closed the connection)
[14:40:31] tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users
[14:41:33] kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users
[14:49:48] awoodland (awoodland!~woodalan@h75-100-180-217.nwlnmn.dsl.dynamic.tds.net) has joined #mythtv-users
[14:53:51] cattelan_away is now known as cattelan
[15:00:21] kenni: does anyone know if MythTV has known problems with playback of MPEG1 video? Eg. is MPEG1 unsupported in current versions of MythTV? I have a number of clips which doesn't run, and if it's not intentionally, then it seems to be a regression.
[15:01:17] kenni: the clips does play with ffplay etc.
[15:12:50] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 265 seconds)
[15:12:58] fedorared (fedorared!~john@fedora/fedorared) has quit (Read error: Connection reset by peer)
[15:21:18] iamlindoro: kenni, Sounds like a regression. If you are on current trunk, it's likely related to danielk's recent ringbuffer/probe changes
[15:22:52] fedorared (fedorared!~john@fedora/fedorared) has joined #mythtv-users
[15:25:07] kenni: iamlindoro, no, 0.24-fixes
[15:25:34] dustybin (dustybin!~dustybin@78-86-171-176.zone2.bethere.co.uk) has quit (Read error: No route to host)
[15:25:34] iamlindoro: Entirely possible it's still ringbuffer related, but you should test with current trunk as there are codec probe changes there
[15:25:53] kenni: ok, will do
[15:25:59] kenni: thanks
[15:26:58] Diverdude: kenni, hey, how are you using your HDHR?
[15:27:31] kenni: Diverdude, I'm not, I haven't unpacked it yet
[15:27:47] Diverdude: kenni, heh ok....how do you plan to use it?
[15:27:54] Diverdude: You have a flatscreen?
[15:28:00] Diverdude: with a mythTV frontend
[15:28:00] kenni: what do you mean? It's a tuner?
[15:28:21] kenni: yep, a backand and multiple frontends
[15:28:32] Diverdude: So what is your backend?
[15:28:39] kenni: ...MythTV
[15:28:46] Diverdude: yes but which Hardware
[15:29:13] kenni: Core i5, 8GB DDR3 RAM, 4x2TB HDD
[15:29:33] Diverdude: aha, so packed in a mini ATX?
[15:30:22] Diverdude: what frontend do you have for your flatscreen TV?
[15:30:28] Diverdude: Hardware
[15:31:24] kenni: no...in a tower chasis with hot pluggable disks
[15:31:45] Diverdude: kenni, isn't it quite noisy and consumes a lot of power?
[15:33:22] sid3windr: it's a backend
[15:33:26] sid3windr: so noisy can't be a problem ;)
[15:34:02] Diverdude: hehehe i guess so if you have a basement :D
[15:34:19] kenni: naa, it's doing tons of other stuff besides being a backend...and the power consumption is not bad at all. The CPU is 73watt TDP, the HDDs are some power-saving 5400–5900rpm ones, the power supply is quite effective (~90%?), etc.
[15:34:56] kenni: Zotac IONITX for frontends, completely passive, no HDD, boots with PXE+iSCSI
[15:35:55] sid3windr: =) sounds like the setup here
[15:36:01] sid3windr: except I have 7200rpm disks in the server :)
[15:36:30] kenni: :) I had 7200rpm 750GB in it before last upgrade
[15:36:44] kenni: that would be 4x750GB in RAID5
[15:36:51] Diverdude: kenni, sounds really nice....The Zotac IONITX do they come as ready made boxes?
[15:37:41] streeter (streeter!~streeter@nat/redhat/x-aqpsrsqhtrrrmrby) has joined #mythtv-users
[15:37:45] kenni: no, it's just a board...if you get the -A model (I think), it will have an external "brick" power supply included (like the ones you use for laptops)
[15:37:47] Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv-users
[15:38:01] kenni: you still need to buy some RAM and a chassis
[15:38:13] Diverdude: kenni, i see...which chassis does it fit in?
[15:38:44] Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv-users
[15:39:04] Diverdude: kenni, so the Zotac IONITX is basically a motherboard with integrated GPU and CPU ?
[15:39:39] kenni: I think it will fit everywhere...it's mini ATX or something similar
[15:40:10] kenni: yep, it's a (crappy) Intel Atom, but with a ION chipset...which makes it capable of playing 1080p HD
[15:41:19] Diverdude: kenni, well its neat....cuz its low noise and low power consumption
[15:42:06] kenni: I think the Zotac board uses somewhere around 25watt when it's turned on, so it's quite power friendly
[15:42:10] Diverdude: kenni, so you are running a linux on those frontends?
[15:42:21] kenni: yep, and not even low noise...zero noise :)
[15:42:25] kenni: yep
[15:42:26] peque (peque!~pbj@188.179.22.130) has joined #mythtv-users
[15:42:28] Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Ping timeout: 240 seconds)
[15:42:35] Diverdude: kenni, but it had no HDD?
[15:42:44] Diverdude: how do you install mythTV and linux with no HDD
[15:42:54] kenni: PXE+iSCSI
[15:43:05] kenni: over the network
[15:43:54] Diverdude: kenni, how does that work?
[15:44:02] peque: Hey List..... I'm having a problem with updating my mythDB – keeps coming with this error – have anybody a clue to get on ???? http://pastebin.com/fw11xVp3
[15:44:21] Diverdude: kenni, its fetching linux from the backend or?
[15:44:34] RDV_Linux__ (RDV_Linux__!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat)
[15:45:07] RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users
[15:46:09] kenni: Diverdude, yep, the "HDD" on the frontend is a LVM LV (or just a simple image on an existent partition) on the server
[15:46:20] kenni: mounted via iSCSI
[15:47:04] Diverdude: kenni, and the mount happens automatically on startup?
[15:48:07] kenni: nope, I'm chainloading gPXE after my regular PXE boot...anyway, you don't want to go there on your first setup...buy a regular HDD, a SSD or a flash card+adaptor for your frontend
[15:49:08] kenni: well, it does mount automatically in my setup, but it's something you need to set up
[15:49:29] Diverdude: kenni, why did you not choose just to have SSD in your frontends?
[15:51:02] kenni: because the frontends only need 15GB of HDD, because the backends don't need the speed of a SSD and because a have plenty of HDD space and power on by backend server
[15:51:24] kenni: so no need to buy an expensive SSD
[15:52:12] Diverdude: kenni, right...after boot the HDD is not used anyway i guess...its only for booting right?
[15:52:39] kenni: no, it's for the whole operating system (including the frontend)
[15:55:37] Diverdude: hmm i see...so a Zotac IONITX, a mini ATX and 2 GB DDR3 RAM together with an SSD disc running ubuntu+ mythtv-frontend should be good enough for a frontend?
[15:56:59] biffhero (biffhero!~Adium@edge-gw-rwc.silverspringnet.com) has joined #mythtv-users
[15:57:04] Diverdude: kenni, that was for you :D
[15:57:38] sid3windr: Diverdude: btw zotac also has a finished product, as in, a chassis with board etc and power brick
[15:57:55] kenni: yep, I can't remember if it uses DDR2 or DDR3 RAM, but yes, it sounds very good
[15:57:57] Diverdude: sid3windr, oh, which product is that?
[15:58:03] sid3windr: I have no idea
[15:58:23] kenni: sid3windr, I'm pretty sure that it got a fan though...so it's not passive
[15:58:38] kenni: anyway, I gotta go..
[15:59:18] sid3windr: yea
[15:59:23] sid3windr: quite possible that it has a fan
[15:59:24] Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv-users
[15:59:27] sid3windr: as it was a very flat box
[15:59:37] Diverdude: kenni, how much is the cost for such a system more or less
[16:08:29] jams: sid3windr- this what yout talking about? http://www.newegg.com/Product/Product.aspx?It . . . 07-_-Product
[16:10:58] emmanuelux (emmanuelux!~emmanuel@vau92-2-82-228-217-1.fbx.proxad.net) has quit (Remote host closed the connection)
[16:11:08] sid3windr: I had http://www.newegg.com/Product/Product.aspx?It . . . C-_-56173004 in mind
[16:16:51] brfransen (brfransen!~brfransen@adrianDHCP-47.216-254-250.iw.net) has joined #mythtv-users
[16:18:32] dustybin (dustybin!~dustybin@78-86-171-176.zone2.bethere.co.uk) has joined #mythtv-users
[16:18:39] dustybin: will mythtv be compatible with centos 6 ?
[16:19:09] ** dustybin thinks of fedora frontends and centos 6 backends **
[16:20:21] emmanuelux (emmanuelux!~emmanuel@vau92-2-82-228-217-1.fbx.proxad.net) has joined #mythtv-users
[16:20:51] Computer_Czar (Computer_Czar!~dcooper@69.4.155.83) has quit (Quit: Leaving)
[16:28:26] Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Quit: Leaving)
[16:34:48] jamesd_laptop (jamesd_laptop!~jamesd@adsl-76-228-199-50.dsl.milwwi.sbcglobal.net) has quit (Ping timeout: 240 seconds)
[16:36:10] jamesd2 (jamesd2!~jamesd@76.229.145.57) has joined #mythtv-users
[16:39:25] splashd (splashd!~splashd@c-69-139-122-173.hsd1.tn.comcast.net) has joined #mythtv-users
[16:50:59] jarle: If I only have program data for some part of the day, will the EIT scanner add programs to program slots without any data, or will it check and see that it has already got some data for the day and not add data for the empty slots?
[16:52:46] psycodad (psycodad!~cschnee@2001:4060:4419:b1::2) has joined #mythtv-users
[17:03:48] splashd: It looks like mythtv's default way to export video is pretty much mythexport. It works fine for me using the default, but can someone explain how I create a .pm to export an XVID .avi?
[17:05:59] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[17:07:46] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B225275.dip.t-dialin.net) has joined #mythtv-users
[17:08:52] stoffel (stoffel!~quassel@p57B4DEC9.dip.t-dialin.net) has joined #mythtv-users
[17:08:52] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[17:12:26] cocoa117 (cocoa117!~cocoa117@wk-29-208.guest.rdg.ac.uk) has joined #mythtv-users
[17:13:26] duffydack (duffydack!~duffydack@adsl-178-78-71-53.karoo.kcom.com) has joined #mythtv-users
[17:17:52] emmanuelux (emmanuelux!~emmanuel@vau92-2-82-228-217-1.fbx.proxad.net) has quit (Remote host closed the connection)
[17:22:53] troyt (troyt!~quassel@nat/sgi/x-obzcutjhoriuoyut) has joined #mythtv-users
[17:23:21] Solaris444 (Solaris444!~chatzilla@mail.picodata.net) has joined #mythtv-users
[17:23:39] Solaris444: Hi all. I'm having trouble with one of the new Vista MCE remotes.
[17:23:44] Solaris444: The ones made by SMK.
[17:23:45] tris (tris!~tristan@CAMEL.ETHEREAL.NET) has joined #mythtv-users
[17:23:53] Solaris444: I plug it in and it just continually flashes.
[17:24:08] Solaris444: I have no way of telling if it is receiving my keypresses.
[17:24:24] Solaris444: Starting irw and pressing the keys on the remote gives no output.
[17:24:44] Solaris444: Has anyone had any luck setting these up?
[17:27:52] duffydack (duffydack!~duffydack@adsl-178-78-71-53.karoo.kcom.com) has left #mythtv-users ("Leaving")
[17:30:46] wagnerrp: dustybin: is CentOS 6 going to continue being linux?
[17:31:11] wagnerrp: jarle: you should never mix XMLTV and EIT data on the same channels
[17:31:13] wagnerrp: splashd,
[17:31:43] wagnerrp: splashd: mythexport is a 3rd party utility, if there were a default way to export video in mythtv, it would likely be nuvexport
[17:32:06] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-141-206-220.range86-141.btcentralplus.com) has joined #mythtv-users
[17:38:38] cocoa117 (cocoa117!~cocoa117@wk-29-208.guest.rdg.ac.uk) has quit (Quit: Leaving)
[17:40:30] Chiwauwa (Chiwauwa!~Chiwauwa@93.163.137.22) has joined #mythtv-users
[17:41:15] Chiwauwa: Hi
[17:46:56] Chiwauwa: I'm stuggling with my standalone backend. It starts and stops automatically .. but sometimes it gets stucked in Grub ... any good suggestions on how to debug this. I don't know why it presents the grub menu from time to time.
[17:47:20] Chiwauwa: Running Ubuntu 10.10 and 0.24
[17:47:35] Chiwauwa: But doubt it has something to do with Myth.
[17:54:00] Solaris444: stuck in grub?
[17:54:05] Solaris444: so it doesn't boot?
[17:55:50] dustybin: wagnerrp: i was always told to stay away from centos for mythtv use
[17:56:18] Solaris444: does anyone know how I can tell whether my receiver is actually picking up signals?
[17:56:35] jams: Solaris444- run mode2
[17:56:45] jams: that will give you the raw signal. docs are on the lirc website
[17:57:23] jams: also if that light is constantly flashing it probably means it's picking up signals from your monitor or overhead lighting
[17:58:09] boshhead (boshhead!~boshhead@adsl-71-138-128-90.dsl.pltn13.pacbell.net) has joined #mythtv-users
[17:58:32] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[17:58:45] jams: in other words try relocating it. Also a fun fact, if you place scotch tape over the receiver it sometimes stops it from picking up stray signals but still lets the remote signal through.
[17:59:37] Solaris444: jams: thanks, but what do you mean by "run mode2"
[18:00:06] jams: mode2 it's an app provided with lirc
[18:00:09] Solaris444: did you mean that i should type in "lircd run mode2" on the command line?
[18:00:49] Solaris444: well what's interesting is that my system has loaded module lirc_mceusb, but supposedly, this model remote should be running with lirc_mceusb2 now.
[18:02:09] Solaris444: ahh ok
[18:02:26] Solaris444: well it definitely isn't interference.
[18:02:34] Solaris444: I just covered the damn thing with a blanket.
[18:02:37] Solaris444: Still doing it.
[18:02:41] Solaris444: It's a steady flashing.
[18:02:53] jams: hehe, well thats one way of checking for interference
[18:03:01] Solaris444: The remote flashes like that when you first plug it in on windows.
[18:03:07] Solaris444: But it stops after 7 or so flashes.
[18:03:14] Solaris444: It's like it's caught in a loop.
[18:03:28] jams: i don't know, don't use mce receivers
[18:03:51] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has quit (Quit: hpeter)
[18:03:51] splashd: wagnerrp, thanks--I'm using mythbuntu (I'm lazy), and they don't include nuvexport any more. I guess I'll just grab from the SVN repo and use it as in the past
[18:04:06] elmojo (elmojo!~elmojo@unaffiliated/elmojo) has quit (Ping timeout: 250 seconds)
[18:04:10] Solaris444: what do you use?
[18:04:17] Solaris444: cos I can't find anything else.
[18:05:17] wagnerrp: dustybin: youve been told to stay away from centos because they use an old kernel, old versions of qt, old versions of python, old versions of other dependencies...
[18:05:28] wagnerrp: centos 6 will be current for a year or so
[18:05:43] wagnerrp: after which you can go back to manually installing all those updated dependencies
[18:06:14] unixSnob (unixSnob!~unixSnob@starfury.spearlink.com) has joined #mythtv-users
[18:07:08] splashd: Solaris444, I use a Streamzap--never had a problem.
[18:13:29] Solaris444: oh, I don't suppose you have a link to the one you use splashd?
[18:13:49] martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users
[18:13:51] Solaris444: jams, I started mode2. Now what? Should I be seeing something on the screen?
[18:14:24] wagnerrp: are you pressing buttons on the remote?
[18:14:45] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[18:15:07] jams: what wagnerrp said
[18:15:16] Solaris444: yes.
[18:15:18] Solaris444: I am.
[18:15:26] wagnerrp: mode2 lets you see the raw data output by the lirc driver
[18:15:35] jams: if it's working then you should see output
[18:15:38] Solaris444: I had to create a symlink between /dev/lirc and /dev/lircd though.
[18:15:39] wagnerrp: before it gets processed by lircd and multiplexed out to whatever application wants it
[18:15:44] deegan (deegan!~deegan@88.83.55.139) has quit (Ping timeout: 255 seconds)
[18:15:51] Solaris444: because mode2 wouldn't start initially.
[18:15:52] wagnerrp: you shouldnt do any such thing
[18:15:57] Solaris444: oh, ok.
[18:15:58] wagnerrp: are you currently running lircd?
[18:16:02] Solaris444: yes.
[18:16:14] Solaris444: I started it with /etc/init.d/lirc start
[18:16:14] wagnerrp: mode2 and lircd cannot run at the same time
[18:16:20] Solaris444: ah.
[18:16:24] wagnerrp: they both hit the low level devices directlyu
[18:16:57] hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users
[18:17:24] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 260 seconds)
[18:18:02] kormoc_afk is now known as kormoc
[18:19:10] Chiwauwa: Solaris444, stuck in grub as in 'waiting for the user to make a selection and press enter'
[18:19:16] Solaris444: ok, stopped lircd
[18:19:23] elmojo (elmojo!~elmojo@unaffiliated/elmojo) has joined #mythtv-users
[18:19:28] Solaris444: Chiwauwa, so what happens when you make a selection?
[18:19:35] Solaris444: and started mode2
[18:19:51] Solaris444: after making a symlink from /dev/lirc -> /dev/lirc0
[18:19:55] Solaris444: that seems to give me output.
[18:20:45] Chiwauwa: Then it boots fine ... I do not have a monitor attached but tried that a couple of days ago, when it was 'stucked'. Right now I have a keyboard hooked up to the machine ... so I'm just blindly pressing enter.
[18:22:38] Solaris444: ok, perhaps you should actually have a monitor on the machine Chiwauwa
[18:22:44] Solaris444: you can't diagnose much without that.
[18:22:52] Chiwauwa: Solaris444, :-)
[18:23:13] Solaris444: OK, so mode2 gives me output using my older MCE Remote, but NOT using the Vista MCE Remote.
[18:25:26] Chiwauwa: Solaris444, yes, but it doesn't happen every time ... last time when I hooked up a monitor it started working ... not that it has something to do with it.
[18:26:11] Solaris444: then you'll just have to leave the monitor attached until you can see what's really going on.
[18:26:15] biffhero: Chiwauwa: you sure it's at grub prompt, not at "F1: missing keyboard" error?
[18:26:30] biffhero: I agree with solaris444. W/o a monitor, there's not a whole lot to do.
[18:26:34] Chiwauwa: Solaris444, ok, I will try again to see if I can find something in the logfiles that can reveal something ... thanks. Is Grub logging anything and where?
[18:26:37] ** Beirdo wastes more time and effor replying to Udo **
[18:26:54] Solaris444: biffhero: or if his remote emulates a keyboard and he accidentally a keypress :P
[18:27:01] Solaris444: which would cancel the countdown
[18:27:11] biffhero: but wouldn't lircd need to be running first?
[18:27:18] Chiwauwa: ok ok ... you have a point :-)
[18:27:25] biffhero: heh.
[18:27:27] Solaris444: Not if it's a standard HID keyboard.
[18:27:31] Solaris444: Shaped like a remote.
[18:27:36] Chiwauwa: But it is not a keyboard error as it works most of the time.
[18:27:47] biffhero: ah, yeah, that could send a <TAB> on bootup.
[18:27:59] Solaris444: quite possible.
[18:28:28] Solaris444: in any case, my vista mce remote does not appear to be receiving information.
[18:28:49] Solaris444: so.... thoughts?
[18:28:51] biffhero: Chiwauwa: set up an X10 controller, and if you can't ping the box, wait 5 minutes, if you still can't ping, reboot it via X10. Since it 'works most of the time', most of the time you won't have to do anything.
[18:29:18] Chiwauwa: Ok, I'll go downstairs and grab my monitor and hook it up ... but that is just so 80's debugging style ;-)
[18:29:33] martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Ping timeout: 265 seconds)
[18:29:54] biffhero: do you have GRUB set up for serial connections? If you did, you could do it remote.
[18:29:56] Chiwauwa: thank you for your help
[18:31:28] elmojo (elmojo!~elmojo@unaffiliated/elmojo) has quit (Ping timeout: 240 seconds)
[18:31:28] Chiwauwa: biffhero, no no got your point. Just though that if I could find something in some Grub logfiles ... You are right, most probably going to be trivial when I see it on the screen.
[18:32:30] deegan (deegan!~deegan@88.83.55.175) has joined #mythtv-users
[18:34:47] Steve_Goodey (Steve_Goodey!~steve@host86-147-179-67.range86-147.btcentralplus.com) has joined #mythtv-users
[18:37:15] unixSnob (unixSnob!~unixSnob@starfury.spearlink.com) has quit (Quit: leaving)
[18:43:34] Chiwauwa: I'll let you know when I find out what it is ... have the monitor connected.
[18:44:06] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[18:46:50] martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has joined #mythtv-users
[18:46:53] jamesd2 (jamesd2!~jamesd@76.229.145.57) has quit (Ping timeout: 255 seconds)
[18:46:53] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds)
[18:46:58] martin_ (martin_!~quassel@h-165-239.A155.priv.bahnhof.se) has quit (Remote host closed the connection)
[18:50:25] biffhero: Chiwauwa: I don't know that grub logs anything anywhere. That's a good feature request, though.
[18:50:43] wagnerrp: how would grub log something somewhere?
[18:51:31] biffhero: treat a file on disk as a circular buffer and a tty for output purposes. 4k, pre-allocated, sitting there empty.
[18:52:01] Chiwauwa: wagnerrp, I have been wondering if the problem is that the filesystem isn't mounted at that point ... but I'm not so good at this Linux stuff ... still learning a lot.
[18:52:27] wagnerrp: Chiwauwa: the boot filesystem has to be accessible, or else you wouldnt get anything
[18:52:47] wagnerrp: grub itself is installed to the MBR, but the config files are stored in the filesystem
[18:52:59] Chiwauwa: wagnerrp, exactly ... and I'm just guessing here ... that the boot filesystem isn't accessible at that point. Right?
[18:53:00] wagnerrp: it will fault out immediately if it cant access that stuff
[18:53:00] biffhero: yeah, I know grub can read the FS, but writing to it at this point is a pretty dicey proposition.
[18:53:26] wagnerrp: biffhero: right, that was my point
[18:53:45] wagnerrp: adding write support to the filesystem would be a difficult thing to do, and likely a feature request to go completely ignored
[18:53:51] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v GreyFoxx
[18:54:19] biffhero: that's why I was saying it would need to be pre-allocated, and pretty much "C/H/S access" to the file. icky icky. agree that it would be ignored as it's pretty hard.
[18:54:36] wagnerrp: you would more likely see telnet or remote syslog support
[18:54:55] biffhero: remember running /sbin/lilo after every modification of the lilo config file, because it was "too hard" to put FS reading support into that small of a code space. syslog support, that's hot.
[18:58:13] clever: i dont see why you would need any logging for grub
[18:58:24] clever: either it works, or it hangs and you see the error
[18:59:15] clever: if i want anything more, id tell grub to use a serial console and link a 2nd box to log/control thru minicom
[19:00:06] unixSnob (unixSnob!~unixSnob@starfury.spearlink.com) has joined #mythtv-users
[19:02:05] Solaris444: ok this is interesting guys.
[19:02:25] Solaris444: my remote has hardware id 0609:0322, which is NOT listed in the MythTV wiki
[19:03:37] wagnerrp: why is that interesting?
[19:04:00] clever: i dont see vendorid 0609 in the pciid's file at all
[19:04:35] wagnerrp: while we happen to share devs, mythtv != lirc
[19:08:03] pak0 (pak0!~Paco@201.127.221.87.dynamic.jazztel.es) has quit (Quit: Leaving)
[19:08:11] sphery: wagnerrp: I'm so disappointed that you haven't told f-m-u he's wasting time and electricity
[19:08:19] sphery: in [mythtv-users] Transcoding SD MPEG2 to H.264---recommendations?
[19:08:47] Solaris444: wagnerrp: I can't place the device. It came with a Hauppauge WinTV-Nove-TD-500
[19:08:51] Solaris444: *Nova
[19:08:51] iamlindoro: hahaha
[19:08:52] Technophil (Technophil!~David@203.97.234.182) has joined #mythtv-users
[19:08:54] iamlindoro: Smart gmail
[19:08:58] Solaris444: But I can't seem to get it working.
[19:09:02] iamlindoro: It marked all f-m-u mails as spam
[19:09:06] sphery: heh
[19:09:10] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[19:09:46] wagnerrp: sphery: yeah... im less so convinced with SD video
[19:09:56] sphery: less convinced that it's a waste?
[19:09:59] Mode for #mythtv-users by ChanServ!ChanServ@services. : -o iamlindoro
[19:10:00] wagnerrp: considering any modern processor can manage that at far greater than real time
[19:10:05] sphery: no joke
[19:10:12] sphery: oh, you mean it will transcode faster
[19:10:23] sphery: I still think it's a waste
[19:10:46] wagnerrp: but with HD at any decent quality settings, kormoc's desktop /may/ be able to pull that off in real time
[19:10:54] sphery: IMHO, the best thing he could do if he wants H.264 is a) get a real (non-NTSC) input and b) re-record reruns with the HD-PVR
[19:11:39] sphery: but I still think he's chasing the wrong problem
[19:11:47] sphery: and losing quality in the process
[19:12:26] sphery: i.e. 2GB/hr transcoded "to cut the space by a factor of 2 or even 3 if I can do it without noticeable sacrifices in quality"
[19:13:01] sphery: so if he has 1000hrs of recordings, that's 1TB saved (as I doubt he'll hit 1/3 space, but might get 1/2 space)
[19:13:22] sphery: I'll also bet that he could fit his archive on a single 2TB
[19:13:45] sphery: and I won't even mention the whole, "is it still time-shifting (and, therefore, fair use) when you keep something forever" thing
[19:14:33] sphery: anyway, at least when he'
[19:15:07] sphery: s working on figuring out transcoding, he's not bugging Robert E about TMS scheduling data being "wrong" or complaining about MythTV's design
[19:15:22] sphery: and telling everyone how he's still using 0.18.1 because he has "special needs"
[19:15:47] Solaris444: please, can anyone help me get my remote working?
[19:16:21] wagnerrp: sphery: to be completely honest, the CPU time is just an argument i make to other people, as people trying to do transcoding generally dont see any worth in their own personal time
[19:16:38] wagnerrp: the real reason im against transcoding is its not worth MY time to do it
[19:16:54] sphery: heh, yeah
[19:17:04] wagnerrp: if im going to transcode, im going to be doing deinterlacting, resampling, and all the finessing needed to do it properly
[19:17:13] sphery: definitely not worth mine
[19:17:16] Solaris444: or does anyone know of a way to FORCE a particular module to load?
[19:17:50] sphery: when I can buy the DVD or BluRay (and have a legally-acquired-for-archive copy with all the extras) for ~$30/season
[19:17:59] wagnerrp: if there was a program that would properly detect telecined video, and properly detect the frame order, or 2:3 duplicated progressive content, and drop it to 24fps
[19:18:06] wagnerrp: or otherwise choose a suitable deinterlace filter
[19:18:16] sphery: but then again, some of our users think $20/year is "anti Freedom"
[19:18:19] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 240 seconds)
[19:18:24] wagnerrp: scan for needed levels of deblocking, sharpening, etc...
[19:18:37] wagnerrp: i would probably use it in a heartbeat
[19:19:04] wagnerrp: just let my multiple computers churn over it for days because theyre not doing anything else
[19:19:12] sphery: and remove the network logo/TV rating/ads/bugs/weather and news alerts/...
[19:19:38] gpd (gpd!~gpd@www.grahamdavies.net) has joined #mythtv-users
[19:19:48] wagnerrp: but yeah, nothing is going to do all of that automatically
[19:19:54] sphery: though I still say buying a licensed copy is the way to go
[19:19:54] wagnerrp: and its just not worth my time to do it manually
[19:20:54] gpd: where would i start trying to debug why my frontend is 'sluggish' to move around menus in 0.24?
[19:21:11] sphery: turn off compositing in your nvidia-settings ?
[19:21:20] sphery: gpd: OSD or main menu?
[19:21:25] gpd: this is on a Mac OSX client
[19:21:31] gpd: main menu
[19:21:37] Solaris444: What's anti-freedom sphery?
[19:22:07] sphery: gpd: ah, then I guess it's broken OpenGL in your video drivers... Have you tried switching to the Qt Theme Painter?
[19:22:39] wagnerrp: Solaris444: having to pay for guide data
[19:22:42] gpd: sphery: yes, just tried that – but not much better and flickering to desktop background on some menu items
[19:23:17] sphery: Solaris444: many of our users (or people who hear about MythTV) think it's "free" so the $20/year for a subscription to Schedules Direct makes it not "free"--they don't understand that FOSS is about Freedom, not about "free of charge"
[19:23:18] splashd: Solaris444, that USB ID comes out as a Sony remote
[19:23:45] high-rez: $20/yr!!! You're attacking my freedom.
[19:23:52] splashd: 0609:0344 is a Hauppage
[19:23:53] ** high-rez ducks **
[19:24:02] sphery: IMHO, MythTV is a luxury DVR--and it's cost me /far/ more than any cable- or satellite-company-provided DVR ever would have
[19:24:37] gpd: hmm. actually it seems to be a network lag on loading the screenshots – as when i plug into cable it is fine.
[19:25:39] high-rez: Those folks could always just live with EIT data.
[19:26:48] sphery: gpd: probably improper NFS settings for your home directory or coverart/posters/fanart directories
[19:27:17] Solaris444: well, I use EIT data, but what's wrong with paying for schedules if you want high quality schedule data?
[19:27:24] Solaris444: It's no compulsory.
[19:27:41] Solaris444: splashd: mine is 0609:322
[19:27:44] Solaris444: not 344
[19:27:49] elmojo (elmojo!~elmojo@unaffiliated/elmojo) has joined #mythtv-users
[19:27:49] sphery: well, in the US, EIT data is pretty much garbage in most areas
[19:27:50] RockHound (RockHound!~quassel@d041216.adsl.hansenet.de) has joined #mythtv-users
[19:28:24] splashd: Solaris444, you _may_ be able to force the insmod if you alias the VID and PID--not sure though
[19:28:24] sphery: but there's definitely nothing wrong with paying $20/yr to get the same data that TiVo users pay $15/mo to get
[19:28:49] skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv-users
[19:29:09] gpd: sphery: this is screenshot of recorded video – is that cached olocally? and if so – presumably the first time past it on a menu it is loaded from remote?
[19:30:02] sphery: gpd: ah, that's in the recording directories
[19:30:33] sphery: so it's written to a local cache in $HOME/.mythtv (don't know where for Mac OSX, though)
[19:30:36] Solaris444: splashd: do you have a link to the hauppauge remote setup instructions?
[19:30:40] ** skd5aner patiently waits for his $79 2TB samsung HD to arrive **
[19:31:06] sphery: skd5aner: all the while noticing the $69.99 2TB Samsung HDDs on newegg?
[19:31:08] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has quit (Quit: Leaving.)
[19:31:23] Beirdo: hehe
[19:31:31] sphery: oh, wait, those are Seagates
[19:31:32] skd5aner: sphery: yea, I saw the $69 one... but passed on it do the numerous DOA reviews
[19:31:38] skd5aner: yea
[19:32:00] sphery: here's the one to get: http://www.newegg.com/Product/Product.aspx?Item=N82E16822136764
[19:32:02] skd5aner: I've had good luck with my samsung F3, so...
[19:32:12] skd5aner: went with the F4
[19:32:12] sphery: has the highest TB/HDD ratio on newegg
[19:32:22] sphery: I have an F4
[19:32:31] sphery: skd5aner: you /do/ need to know that the HDD lies!
[19:32:39] skd5aner: like cake?
[19:32:50] sphery: skd5aner: it tells the OS it has 512B sectors, but it has 4kB sectors.
[19:32:52] Beirdo: I have all Seagate other than the 4 1TB WD Blacks :)
[19:32:59] splashd: Solaris444, what distro you using?
[19:33:14] skd5aner: I've had just about every drive manufacture known to man in the last 10 years
[19:33:18] sphery: skd5aner: so even parted--when told to optimize layout to handle alignment--will format it incorrectly
[19:33:21] skd5aner: no bad luck (knock on wood) so far
[19:33:27] skd5aner: ... with samsungs
[19:33:30] Beirdo: Fujitsu will never be bought by me
[19:33:32] skd5aner: had some bad luck with seatgates
[19:33:36] sphery: skd5aner: you need to specify 56 sectors per track instead of the default (of 63spt)
[19:33:39] Solaris444: splashd: openSuSE 11.2 and 11.3
[19:33:42] Solaris444: tried it in both
[19:33:53] skd5aner: sphery: I'm glad you mentioned it, I wouldn't probably have even thought to
[19:34:17] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[19:34:21] skd5aner: sphery: I wonder if the F3 I have is the same way?
[19:34:30] ** sphery has repartitioned far too many 2TB disks lately thanks to manufacturers deciding to use 4kB sectors before they're required **
[19:35:13] sphery: spcifically WD and Samsung. Seagate is still using 512B sectors in its 2TBs... 4kB is only required when you go above 2.xTB (don't remember the x, but it's low)
[19:35:17] skd5aner: sphery: what's the best way to tell? manufacturer's spec?
[19:35:23] sphery: internet search
[19:35:44] sphery: I couldn't find anything in the Samsung specs that would confirm anything
[19:36:00] skd5aner: hmmmm, guess I need to go look up my existing one
[19:36:01] sphery: but the 56spt will work for 512B or 4kiB sector sizes
[19:36:26] sphery: yeah... just put in the model and 4kb sector and you'll probably find discussion
[19:36:30] peque (peque!~pbj@188.179.22.130) has quit (Quit: Ex-Chat)
[19:36:40] sphery: if it's not 2TB, I can almost guarantee it's not 4kiB sectors
[19:36:54] sphery: I don't think any vendor used them until the 2TB HDDs
[19:37:21] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 272 seconds)
[19:39:23] skd5aner: sphery: the existing 2TB I have now is the HD203WI (Samsung EcoGreen F3)
[19:39:43] skd5aner: I don't think it uses 4k sectores, from my limited searching so far
[19:39:46] skd5aner: sectors
[19:40:29] skd5aner: looks like 512 from a few blog reviews
[19:41:05] sphery: yeah, quite possible they only rolled out the 4kB sectors with the F4s
[19:41:21] splashd: Hmm, no longer an RPM expert, as I went to the dark side and Ubuntu. Is there a way to reconfigure lirc in SUSE similar to dpkg-reconfigure? All the guidance I've found is to configure lirc for Windows Media Center Transceivers/Remotes (all)
[19:41:50] Gibby: Any issues using the 3TB HD that sphery posted above in a RAID setup? Read posts about timing issues
[19:42:00] splashd: What is the lirc conf file set up for the LIRC_MODULE ?
[19:42:33] sphery: Gibby: I know there's be an issue getting me to pay $325 for it :)
[19:42:34] splashd: Solaris444, look at your etc/sysconfig/lirc
[19:43:05] Gibby: sphery: yeah i would think that for paying that price I would make sure it would work in RAID
[19:43:16] jamesd2 (jamesd2!~jamesd@adsl-68-254-168-214.dsl.milwwi.ameritech.net) has joined #mythtv-users
[19:43:23] sphery: definitely need to check first
[19:47:38] jamesd2 (jamesd2!~jamesd@adsl-68-254-168-214.dsl.milwwi.ameritech.net) has quit (Ping timeout: 255 seconds)
[19:50:19] pcuser (pcuser!~pcuser@p4FD185A1.dip0.t-ipconnect.de) has joined #mythtv-users
[19:53:22] RockHound (RockHound!~quassel@d041216.adsl.hansenet.de) has quit (Remote host closed the connection)
[19:56:02] Perdignus (Perdignus!~Perdignus@99-6-102-81.lightspeed.milwwi.sbcglobal.net) has joined #mythtv-users
[19:56:04] kormoc: Gibby, Hardware or software raid?
[19:58:58] Gibby: kormoc: soft
[19:59:28] Gibby: been thinking of rebuilding my software raid and actually go to ZFS and raidz
[20:01:52] wagnerrp: presumably on solaris or freebsd?
[20:02:31] kormoc: Gibby, you should be able to tweak /sys/block/sd?/device/timeout to get those drives working in MD just fine
[20:03:11] Tomasu (Tomasu!~moose@S010600195b863efb.ed.shawcable.net) has joined #mythtv-users
[20:04:07] Gibby: I haven't had any issues yet with my current raid which is susceptible to the timeout issue when a drive tries to fix it self and then it drops it from the array... knock on wood
[20:10:56] Gibby: Beirdo: how do you have your WD Blacks setup?
[20:12:48] pmcenery (pmcenery!~pmcenery@cpc3-sket1-0-0-cust296.7-3.cable.virginmedia.com) has joined #mythtv-users
[20:14:53] pmcenery: I have a question about browse mode during livetv. When I hit up or down arrow, it pops up the OSD on the very first channel in the database when first entering livetv
[20:15:19] pmcenery: I'm running 0.24, recently upgraded from 0.23. I am sure this never used to happen in the past.
[20:16:17] pcuser: good evening. Does anyone has a skript for the movie database lookup in german. System is running mythbuntu 10.10. Thanks in advance.
[20:16:24] pmcenery: I thought that frontend -> general settings -> browse/change channel use specified channel group. may have something to do with it.
[20:16:31] pmcenery: Does anyone have any suggestions?
[20:19:59] ** skd5aner is upgrading from ubuntu 10.04 to 10.10, here we go **
[20:21:55] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has joined #mythtv-users
[20:22:05] SteveGoodey (SteveGoodey!~steve@host86-147-179-67.range86-147.btcentralplus.com) has joined #mythtv-users
[20:23:30] len (len!~quassel@184-97-182-53.mpls.qwest.net) has joined #mythtv-users
[20:28:05] skd5aner: sphery: what version of the kernel are you running? I ask because I see that 2.6.31 had AFT (4K sector) support added and 2.6.34 enhanced that support
[20:28:39] sphery: I have 2.6.31.6 right now
[20:28:47] skd5aner: sphery: http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/e . . . p_faqid=5655
[20:28:56] wagnerrp: skd5aner: the problem is that the WD drives do not claim to use 4K sectors
[20:29:03] wagnerrp: they claim to use 512b sectors
[20:29:07] sphery: but I'm pretty sure that the Samsung drive--in all situations--says that it has 512B sectors
[20:29:13] sphery: so that it works on WinXP
[20:29:17] sphery: without special drivers
[20:29:36] sphery: the WDs at least report the correct size when queried
[20:29:41] skd5aner: perhaps, I did see on the F4 specs from samsung that the sector size is listed as "AFT" which is the 4k sector
[20:29:43] sphery: the Samsung F4 doesn't
[20:30:17] sphery: i.e. my WD drives are autodetected as having 4kiB sectors but the Samsung isn't
[20:32:27] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has joined #mythtv-users
[20:35:13] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 265 seconds)
[20:35:25] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[20:36:30] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users
[20:38:24] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[20:46:56] Chiwauwa (Chiwauwa!~Chiwauwa@93.163.137.22) has quit (Ping timeout: 240 seconds)
[20:47:19] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[20:56:12] RockHound (RockHound!~quassel@d041216.adsl.hansenet.de) has joined #mythtv-users
[21:11:08] unixSnob (unixSnob!~unixSnob@starfury.spearlink.com) has quit (Quit: leaving)
[21:12:28] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[21:14:46] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 250 seconds)
[21:17:28] jamesd2 (jamesd2!~jamesd@adsl-68-254-168-214.dsl.milwwi.ameritech.net) has joined #mythtv-users
[21:21:54] jmartens (jmartens!~jmartens@s5595e03d.adsl.wanadoo.nl) has quit (Quit: Leaving.)
[21:22:18] tictric (tictric!~quassel@unaffiliated/tictric) has joined #mythtv-users
[21:23:17] shipit (shipit!~sumeet@69.170.161.30) has joined #mythtv-users
[21:27:14] stoffel (stoffel!~quassel@p57B4DEC9.dip.t-dialin.net) has quit (Remote host closed the connection)
[21:28:11] Beirdo: Gibby: umm, they are plugged into SATA ports
[21:28:30] Gibby: Beirdo: raid or lvm ect..?
[21:28:34] Beirdo: no
[21:28:47] Beirdo: why would I use RAID or LVM for mythtv-only use? ;)
[21:29:03] kormoc: Gibby, you understand that if you increase that node I gave you, it won't drop from the array during rebuilds, right?
[21:29:09] Beirdo: we have this thing called a "storage group"
[21:29:33] Gibby: kormoc, yep I know, already looking at it for my current array
[21:29:51] Gibby: Beirdo, i use it for more than just myth or i would....
[21:29:52] wagnerrp: Beirdo: doesnt provide redundancy for stuff you want to archive
[21:30:09] Beirdo: wagnerrp: true, but I can deal with that otherwise. :)
[21:30:17] n0tk (n0tk!~n0tk@216.160.42.30) has joined #mythtv-users
[21:30:22] Beirdo: and really, not much I have that I want to archive
[21:31:32] ** wagnerrp has gigs upon gigs of dvds, hddvds, and recordings he doesnt want to have to recover **
[21:32:38] Beirdo: yeah, that would be a good use, I guess. I just don't bother
[21:33:31] ** Beirdo gives his backend the evil eye **
[21:33:44] Beirdo: show me status, you pain in the butt!
[21:35:02] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has quit (Remote host closed the connection)
[21:36:32] awalls (awalls!~andy@d-216-36-28-191.cpe.metrocast.net) has joined #mythtv-users
[21:38:23] RockHound (RockHound!~quassel@d041216.adsl.hansenet.de) has quit (Remote host closed the connection)
[21:39:18] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B225275.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[21:41:26] bbee2 is now known as bbee
[21:41:35] bbee (bbee!~bbee@2001:888:155c::13) has quit (Changing host)
[21:41:35] bbee (bbee!~bbee@unaffiliated/bbee) has joined #mythtv-users
[21:53:31] kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (Ping timeout: 265 seconds)
[21:57:39] SteveGoodey (SteveGoodey!~steve@host86-147-179-67.range86-147.btcentralplus.com) has quit (Remote host closed the connection)
[21:58:44] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[22:00:00] skd5aner: anyone aware of issues with Nvidia's latest driver? 260.19.21
[22:00:17] iamlindoro: many many issues with the 260 series drivers
[22:00:28] iamlindoro: image corruption, massive memory leakage, x crashes, etc.
[22:00:32] skd5aner: latest recommend version then?
[22:00:42] iamlindoro: No idea what the last safe one was
[22:00:55] skd5aner: I think the latest I was running was 256.44
[22:02:22] skd5aner: ok, no worries – just upgraded ubuntu, so have to reinstall the nvidia driver anyway
[22:02:32] skd5aner: figured I'd see if it was worth upgrading to the latest or not, I'll hold off
[22:02:59] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 265 seconds)
[22:05:00] Perdignus (Perdignus!~Perdignus@99-6-102-81.lightspeed.milwwi.sbcglobal.net) has quit (Quit: leaving)
[22:06:28] kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv-users
[22:09:22] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[22:18:23] pcuser (pcuser!~pcuser@p4FD185A1.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[22:24:05] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Ping timeout: 264 seconds)
[22:25:48] jamesd2 (jamesd2!~jamesd@adsl-68-254-168-214.dsl.milwwi.ameritech.net) has quit (Read error: Connection reset by peer)
[22:26:26] jamesd2 (jamesd2!~jamesd@adsl-68-254-168-214.dsl.milwwi.ameritech.net) has joined #mythtv-users
[22:34:50] dashcloud (dashcloud!~quassel@71.185.198.215) has joined #mythtv-users
[22:35:56] jya: the leak is gone with 260.19.21 and vdpau, but yeah, pretty unstable. Had to reboot my PC 6 times yesterday in a matter of a few hours
[22:36:32] jya: and for some reasons the last 256 one libGL kept crashing when I clicked on "scan audio device" .. go figure...
[22:41:29] emmanuelux (emmanuelux!~emmanuel@vau92-2-82-228-217-1.fbx.proxad.net) has joined #mythtv-users
[22:51:15] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[22:53:22] sphery: jya: Out of curiosity, how much slower is the internal downmixer? is it just one of those, "not the most efficient approach, but still negligible difference for any reasonably-modern CPU," or would it actually be an easily-noticeable difference? (Regardless, I still like the no-setting approach--just wondering what to expect on lists, etc. :)
[22:53:49] jya: to be honest, I don't know...
[22:54:02] sphery: ah, just wondered
[22:54:04] sphery: not a big deal
[22:54:09] jya: DTS is more complex, and I made it the default, no one complained :)
[22:54:31] jya: but when you see the requirements to run mythfrontend these days
[22:54:36] jya: it's probably a drop in the ocean
[22:54:43] sphery: cool, that's what I was hoping
[22:55:06] jya: my concern has to do with some dev being very keen on supporting older hardware
[22:55:24] jya: like with the audio processing, when I wanted to convert everything to float all the time
[22:55:36] sphery: heh, well, I'm definitely not that keen on supporting older hardware
[22:56:20] jya: on intel it's not much of an issue, because it has a co-processor
[22:56:23] jya: but on arm
[22:56:36] sphery: heh, yeah
[22:56:44] jya: the decoding itself is probably not too much
[22:57:02] jya: but then you need to convert all to float, apply the downmixer, and convert back from float to int16
[22:57:13] jya: that's what will have the biggest impact I think
[22:57:33] jya: while when using the ffmpeg one, it works in int16 all the way.. straight to the audio card..
[22:57:45] sphery: would be great if ffmpeg gets fixed to actually use the dialnorm
[22:58:05] jya: and I would assume that people running stereo system, are more likely to run old hardware than people with nice surround setup
[22:58:31] jya: DTS isn't that common compare to AC3, maybe why no one complained
[22:59:24] Steve_Goodey (Steve_Goodey!~steve@host86-147-179-67.range86-147.btcentralplus.com) has quit (Remote host closed the connection)
[22:59:30] sphery: yeah, old-hardware users are likely also stereo users
[23:00:10] high-rez: How old do you realistically expect to support?
[23:00:25] jya: like ticket 9282, those bugs have been there for years... one video, and bang you trigger them all at once
[23:00:29] sphery: high-rez: late 2008 or early 2009, I'd say ;)
[23:00:43] high-rez: Don't you at some point break compat with old hardware "please use this archaic version of the software on your archaic hardware"
[23:01:00] sphery: yeah, exactly
[23:01:04] jya: i wonder if we could test the type of CPU being used at run time, like if no floatting point unit, let ffmpeg do it, if not let myth do it
[23:01:17] sphery: if we constrain current mythtv to ancient hardware, we're very limited in how much we can improve
[23:01:20] jya: that would be the best approach
[23:01:31] jya: better having low volume than no sound at all
[23:01:31] sphery: and we can't take advantage of newer systems with more power to do more things
[23:01:47] high-rez: sphery: With the limitation of course being that 0.24 and 0.25 run on my ION boxes :D
[23:01:51] sphery: jya: that sounds like a pretty good approach
[23:01:51] ** high-rez ducks **
[23:02:03] sphery: heh
[23:03:11] sphery: So, I'm very surprised that the US Immigration and Customs Enforcement division of Department of Homeland Security seems to be doing copyright enforcement, now: http://www.nytimes.com/2010/11/27/technology/27torrent.html
[23:03:49] high-rez: sphery: Pretty crazy that they can take that on, while they're basically sucking at everything else they're doing.
[23:03:55] k-man: what is a good chipset for tv-out support? s-video
[23:04:04] sphery: I guess you need a visa to immigrate your stolen videos into the US? Otherwise, the homeland won't be secure?
[23:04:15] k-man: i have an ati radeon card, but that stopped working in the lastest xorg update
[23:04:34] high-rez: k-man: Time to give up that old tube tv ;)
[23:04:37] sphery: k-man: heh, put the $30 you'd spend on a new video card toward a TV with real inputs ;)
[23:04:45] k-man: yeah
[23:04:47] k-man: i suppose
[23:04:50] k-man: *sigh*
[23:05:02] k-man: i was hoping to wait until after xmas
[23:05:08] k-man: when the sales are on
[23:05:18] sphery: last I was using was nvidia, but I don't know how the current nvidia's are (or if they even have S-Video/Composite out)
[23:05:49] JJ1 (JJ1!~jjensen@ip-69-33-193-194.iad.megapath.net) has joined #mythtv-users
[23:05:50] sphery: k-man: depending on your viewers, you might be able to get away with putting a computer monitor in place of the TV
[23:05:57] high-rez: Video Card with HDMI out + VDPAU == heaven
[23:06:07] sphery: especially if you have a nice 23" widescreen or something sitting on one of your desktops
[23:06:18] sphery: then after Christmas, find a nice sale on a TV
[23:06:57] jos180 (jos180!~jason@109.224.139.76) has joined #mythtv-users
[23:07:13] k-man: sphery: not a bad idea actually
[23:07:23] k-man: i recently bought a 24" for npot much
[23:07:24] Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has quit (Ping timeout: 245 seconds)
[23:07:33] russell5 (russell5!~russell5@pool-74-104-118-57.bstnma.fios.verizon.net) has joined #mythtv-users
[23:08:19] streeter (streeter!~streeter@nat/redhat/x-aqpsrsqhtrrrmrby) has quit (Quit: Leaving)
[23:09:53] sphery: k-man: heh, 24" would be a not-bad TV for a month
[23:10:09] dashcloud (dashcloud!~quassel@71.185.198.215) has quit (Ping timeout: 245 seconds)
[23:10:11] sphery: and really make you appreciate that new one after Christmas :)
[23:10:52] inordkuo1 (inordkuo1!~inorkuo@nsc64.16.142-198.newsouth.net) has joined #mythtv-users
[23:13:09] inordkuo (inordkuo!~inorkuo@nsc64.16.142-198.newsouth.net) has quit (Ping timeout: 260 seconds)
[23:15:29] inordkuo1 (inordkuo1!~inorkuo@nsc64.16.142-198.newsouth.net) has quit (Ping timeout: 260 seconds)
[23:15:40] k-man: sphery: yeah
[23:16:04] k-man: actually, the one i bought is 1980x1200 resolution too
[23:16:15] k-man: higher than high def tv
[23:17:19] sphery: cool
[23:17:51] k-man: i can tell you this, i am sick to death of looking at xorg.conf files
[23:17:57] sphery: heh
[23:18:20] k-man: i know things have improved a lot recently, and you mostly don't need one, but if you do need to set settings, its like black magic imho
[23:18:33] sphery: yeah
[23:19:14] dashcloud (dashcloud!~quassel@71.185.198.215) has joined #mythtv-users
[23:21:14] justdave (justdave!~dave@unaffiliated/justdave) has quit (Read error: Connection reset by peer)
[23:21:29] Twiggy|worx (Twiggy|worx!~Twiggy@12.182.96.2) has quit (Ping timeout: 240 seconds)
[23:22:01] Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has joined #mythtv-users
[23:25:26] inordkuo (inordkuo!~inorkuo@adsl-35-25-112.int.bellsouth.net) has joined #mythtv-users
[23:25:41] justdave (justdave!~dave@unaffiliated/justdave) has joined #mythtv-users
[23:29:06] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[23:31:55] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds)
[23:46:10] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[23:46:53] GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users
[23:48:41] awalls (awalls!~andy@d-216-36-28-191.cpe.metrocast.net) has left #mythtv-users ()
[23:49:02] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 250 seconds)
[23:51:26] Lord_Deathscythe (Lord_Deathscythe!~chris@h227.135.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[23:56:58] rileyp (rileyp!~dad@91.70.96.58.static.exetel.com.au) has joined #mythtv-users

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