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

Daily chat history

Current users (151):

adante, aloril, andreax, Anduin, AndyCap, antgel, anykey_, Azelphur, Beirdo, benc-, blizzard1, BLZbubba, bobgill, Bop, brfransen, cafuego, Caliban, castlec1, chainsawbike, ChanServ, christ`, CiaranG, clever, ComradeHaz`, Cougar, d0netsFN, dagar, dansushi, Dave123, Dave123-road, deathadder, deegan, disposab1e, Diverdude, dkeith, dlblog, dmz, felipe`, Floppe, floppyears, ghoti, Gibby, gpd_, grantm, gregL, GreyFoxx, grumpydevil, Guest16372, GWG, hackman, hadees, Heliwr, highzeth, hobiga, Hoxzer, iamlindoro, ikevin, ikonia, J-e-f-f-A, jamesd2, jams, jannau, jarle, jbrett, jcarlos, jduggan, JEDIDIAH__, johnf1911, jpabq-, jstenback, justdave, justinh, justpaul, kabtoffe, KaZeR, kc, Kernel, kloeri, kmrs751, knightr, kormoc, KraMer, kurre, LabMonkey, LedHed, lotia-away, M0nk3Ee_, mag0o, markk_, Metoer, mhentges, MissionCritical, mycosys, MythLogBot, mzb, n0tk, npm, oobe, Patina, paul-h, peterpops, pigeon, purserj, quicksilver, rellig, rhpot1991, Roedy, ruskie, russell5, Saviq_afk, Seeker`, Shadow__X, sid3windr, simcop2387, skd5aner, Slim-Kimbo, smooph1, sphery, Splat1, squidly, sraue, staylo, Sulx, sutula, tank-man, Technophil, thefRont, ThisNewGuy1, toeb, Tomasu, tomaw, tomimo, toorima, tris, troyt, trumee, tstorm, ubIx, Unhelpful, uW, waxhead, wenko, weta, Wicked, XChatMav, xilet, xris, zand, _abbenormal, _cal_, _charly_
Tuesday, March 22nd, 2011, 00:00 UTC
[00:00:11] abqjp (abqjp!~abqjp@97-119-174-22.albq.qwest.net) has quit (Quit: abqjp)
[00:04:00] markk_: Seeker`: try playing back on of those recordings with mythfrontend -v playback,audio You should see messages in the logs about audio stream changes at those advert break boundaries.
[00:04:39] markk_: but broadly speaking, you need to look in libs/libmythtv/avformatdecoder.cpp
[00:05:38] cooper76 (cooper76!~cooper@216.254.234.62) has left #mythtv-users ("Leaving")
[00:06:09] Captain_Murdoch: Seeker`, looking at the source, I think that AudioPlayer::ReinitAudio() in audioplayer.cpp is called anytime the audio format changes. is that right markk_ ?
[00:06:34] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-159-1-112.range86-159.btcentralplus.com) has joined #mythtv-users
[00:07:51] cesman (cesman!~cecil@pool-71-254-162-41.lsanca.fios.verizon.net) has joined #mythtv-users
[00:07:52] cesman (cesman!~cecil@pool-71-254-162-41.lsanca.fios.verizon.net) has quit (Changing host)
[00:07:52] cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has joined #mythtv-users
[00:08:46] Seeker`: just checked with -v playback,audio and didn't see any messages about the audio stream changes
[00:09:30] Seeker`: I'm using the 0.24-fixes mythbuntu repository
[00:10:00] jya: Saviq_afk: I have committed the changes related to mythtranscode and raw audio data. Could you share your mythtranscode -> mkv script so I can play with it ?
[00:10:07] Captain_Murdoch: Seeker`, if you're looking at a audio-based flagger, you may need to implement something like the audio output class that the transcoder uses to get at the raw audio. look at programs/transcode.cpp and specifically the 'Reconfigure' method in the AudioReencodeBuffer class. that gets called when sound format changes I believe.
[00:11:28] Seeker`: Captain_Murdoch: I'm trying to get a proof of concept working before I try and integrate anything in to mythtv itself
[00:11:31] wagnerrp: Captain_Murdoch: if there are actually changes in the audio format between ads, that could be used to directly detect their location
[00:11:45] jya: Seeker`: can you post a copy of your output ?
[00:11:52] Dave123 (Dave123!~dave@cpe-66-66-127-3.rochester.res.rr.com) has joined #mythtv-users
[00:13:31] Captain_Murdoch: Seeker`, yeah, that would be nice. would help in the U.S. as well. so, if you implement it, please do it so that it can be added as another detection method standalone or used with the 'all' method as well.
[00:13:54] jya: Seeker`: Captain_Murdoch is right. The best way to amend mythcomflag would be to add a dummy audiooutput class, similar to what mythtranscode does, except you only need to care about the Reconfigure call in that class.
[00:14:47] jya: that would limit the change greatly. Could then extend the method and check if the level of sound compression change. They like to bump during the ads usually, to make it sounds louder
[00:14:53] Captain_Murdoch: once the class is there, it can be extended to do silence detection and other methods if someone gets the itch.
[00:15:09] jya: yes, that would be really cool..
[00:15:37] Seeker`: http://pastebin.com/yJ9HZtCx
[00:15:41] jya: checking for a change of audio like stereo -> 5.1 ; would be trivial
[00:15:53] Seeker`: thats what I get out of my frontend
[00:16:02] Seeker`: it doesn't look like there is anything useful there
[00:16:15] jya: Seeker`: this has nothing related to a playback
[00:16:30] jya: and surely not with -v audio,playback
[00:17:15] jya: just play the file ; there would be something like AFD: blah ... AO: blah
[00:17:19] jya: when the audio is initialised
[00:17:23] Captain_Murdoch: Seeker`, the flagger should already be doing aspect ratio change detection.
[00:18:10] Captain_Murdoch: both letterbox/pillarbox detection and physical aspect ratio changes. does the video frame size change?
[00:18:37] Seeker`: Captain_Murdoch: atm I'm not even touching the flagger, I'm just trying to work out how on earth I can detect what is happening to the audio atm
[00:19:10] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-159-1-112.range86-159.btcentralplus.com) has left #mythtv-users ()
[00:19:42] Captain_Murdoch: so you need to run with "-v audio,playback" and get better logs like jya mentioned.
[00:22:47] jya: Captain_Murdoch: how do you combine all the detection method together? is it some kind of scoring system?
[00:23:51] Captain_Murdoch: jya, yeah, scoring.
[00:24:29] Captain_Murdoch: different methods are different weights. it works on 'blocks' of video and scores the blocks as commercial/non-commercial.
[00:25:09] Captain_Murdoch: for things like aspect ratio. if the bulk of the video is 16:9 and small sections are 4:3, those arelikely commercials. if blocks have high rates of scene changes, they are likely commercial, etc..
[00:25:21] jya: so if I was to create a dummy audio class that just check the change of audio type; give it a score it should "just work" ?
[00:25:24] Seeker`: started mythfrontend with -l ~/test.log -v audio,playback
[00:25:28] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[00:25:35] Seeker`: just letting the file play until the first advert, then will upload the log
[00:26:35] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[00:27:13] Technophil (Technophil!~David@222-153-254-194.jetstream.xtra.co.nz) has quit (Quit: Leaving.)
[00:28:55] Seeker`: http://cjo20.net/test.log
[00:29:47] Seeker`: the advert begins at 00:27:09 (same time as the aspect ratio changes). My AV Receiver blips (looses audio, then restarts) at the same time, but I see no messages there that indicate what it is doing
[00:30:46] waza-ari (waza-ari!~daniel@dslb-084-058-132-155.pools.arcor-ip.net) has quit (Quit: Verlassend)
[00:31:06] jya: Seeker`: what does your amp show for the audio content before and after the ad?
[00:31:53] jya: as a side note, you should really upgrade your nvidia drivers, 260.19.06 isn't good
[00:32:21] Seeker`: jya: the same, Linear PCM [48]
[00:32:21] MythLogBot: SVN 48: (branch master) https://github.com/MythTV/mythtv/commit/02033c74
[00:33:28] Seeker`: both using dolby pro logic
[00:33:52] jya: Seeker`: the audio format didn't change: mp2, 48kHz, stereo. However because there's a change in the video (aspect from 1.33 to 1.77), the audio is paused, and restarted again
[00:33:58] jya: which is why you see the drop on your amp
[00:34:04] jya: but no audio change
[00:34:11] Seeker`: jya: it happens even when the aspect ratio doesn't change
[00:34:28] jya: well, then the audio format could have changed
[00:34:35] jya: but here, you had no change in audio format
[00:34:56] Seeker`: looking at the logs, I don't think there was an audio format change
[00:35:02] jya: otherwise you'd read: "AFD: Audio format changed from xxxx to yyy
[00:35:16] jya: Seeker`: in this example, that's right, no audio change
[00:35:25] Seeker`: but there is *something* going on that triggers my amp to drop exclusively at ad boundrys
[00:35:56] Seeker`: the second example in the pastebin earlier shows a 16:9->16:9 transition, with -v audio,playback
[00:35:59] jya: before in pause mode, it used to continue and play silence, so you wouldn't have noticed anything on the amplifier. But now it stops differently
[00:36:26] jya: Seeker`: I've already mentioned why...
[00:36:36] jya: "he audio format didn't change: mp2, 48kHz, stereo. However because there's a change in the video (aspect from 1.33 to 1.77), the audio is paused, and restarted again"
[00:36:47] jya: audio is paused, then restarted.
[00:37:04] jya: that's what myth does when the video playback change
[00:37:18] Seeker`: #
[00:37:18] Seeker`: Advert end (16:9 program -> 16:9 adverts) :
[00:37:18] Seeker`: #
[00:37:18] Seeker`: 2011-03–22 00:14:31.643 Player(2): 800 interlaced frames seen.
[00:37:18] Seeker`: #
[00:37:20] Seeker`: 'video_output' mean = '40017.99', std. dev. = '2345.94', fps = '24.99'
[00:37:56] Seeker`: that is what appeared in the logs for one advert change, with -v playback,audio ; as far as I can see there is no reported change in audio format or aspect ratio to explain the drop in audio
[00:38:19] jya: do you read what people post by any chance ?
[00:39:00] Seeker`: when there is no aspect ratio or audio format change, what causes the audio to be paused?
[00:39:06] jya: aspect was 1.33333 first
[00:39:12] jya: at 00:27, it becomes 1.7777
[00:39:29] Seeker`: no, I am talking about a different ad break, where the advert and program aspect ratios are the same
[00:39:29] jya: audio is paused, video is reorganised, audio is unpause
[00:39:42] jya: then post that log
[00:39:44] markk_: jya: why do you think the audio would be paused when the aspect ratio changes?
[00:39:56] jya: markk_: from the log.
[00:40:57] jya: I don't see anything else in that log related to the audi playback
[00:41:24] jya: audio got started , playback start, aspect ratio changed,
[00:41:53] markk_: jya: but there's nothing there about pausing the audio? and the code shouldn't be pausing the audio for an aspect ratio change.
[00:41:55] jya: from what I can see, there are no change going to the audio code
[00:42:37] jya: markk_: you're right.. I confused the stop audio code, for when he actually stopped playback
[00:43:15] jya: then I can't explain why his amp would stop...
[00:43:44] jya: would the amp (if hdmi) detects an aspect change? what's output is still 1920x1080
[00:44:19] markk_: my guess is that the stream itself has a small audio discontinuity – although I'm not sure whether the mythtv side would note that if it wasn't big enough
[00:45:01] jya: markk_: did you change something in 0.24 recently? I don't see anymore "waiting 100ms..." bit in his log
[00:45:14] Seeker`: I just double checked, if there isn't an aspect ratio change it still happens, but nothing is mentioned in the logs.
[00:45:53] Seeker`: hmm, if it is something in the audio stream then I assume it is something that it should be possible to look for
[00:46:05] jya: Seeker`: what the amp receive when stereo is played (if you have disabled upmixing) is stereo PCM
[00:46:30] jya: it keeps playing constantly. no sure why your amp would notice a difference, but myth certainly isn't
[00:46:54] markk_: jya: probably the mark spieth changes that went in a day or so ago (buffering messages that is)
[00:47:10] Captain_Murdoch: jya, sorry, had baby duty for a short while. it's not quite as easy aswhat you said, but not a huge amount of work if the audio class is there. there's a FrameInfoEntry class that has member vars for things like aspect, format, scenechangepercent,etc.. that would need an 'audiochannels' member. then that value needs to be set for every frame as the video is processed. then once it's done, inside GetCommercialBreakList
[00:47:10] Captain_Murdoch: (), you have to call something to build a comm break list from either just the audio or just add a new method to use only the audio channel flags to generate a break list.
[00:48:03] kormoc is now known as kormoc_afk
[00:48:12] jya: Captain_Murdoch: could check more : change of codec, sampling rate, channels...
[00:48:33] jya: with AC3 or DTS could even check change in bitrates
[00:48:42] jya: I doubt this change within a movie
[00:49:43] Captain_Murdoch: jya, yeah, all of those can be checked and added as flags or just a single flag "audio format changed". it shouldn't change much during the show itself. different commercials may have different values though.
[00:49:51] jya: I don't think adding a test for change of audio would be hard. I can write a dummy audio class if someone is willing to integrate it in the rest of it
[00:50:13] Seeker`: bah, amp doesn't drop out on *every* ad start/end, only the majority of them
[00:51:29] jya: how are you connected to it? hdmi or spdif ?
[00:51:33] Seeker`: hdmi
[00:52:10] markk_: jya: and I'm just about to add visualiser support to libmythtv – so would be fairly trivial to drop in a 'dummy' visualiser that just worked out the volume etc for silence/sound level detection
[00:52:53] Seeker`: I've been trying out the silence detector hack on the wiki, seems to work quite well if you lower the threshold slightly
[00:53:02] Seeker`: much better than any other method on UK TV anyway
[00:53:09] jya: markk_: my understanding is that during ads, the volume level itself doesn't change.. it just "appears" louder
[00:53:21] Seeker`: jya: the sound is more compressed I brlieve
[00:55:26] Seeker`: peak volume is the same, but everything is squashed into the 3db or so just below that
[00:55:49] Captain_Murdoch: jya, if you add the audio class, I can take a look at or help someone else with adding code to the flagger to use the audio change info.
[00:55:49] highzeth (highzeth!~hz@hoiseth.no) has quit (Read error: Connection reset by peer)
[00:56:06] jya: Captain_Murdoch: ok..
[00:56:49] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[00:56:58] jya: I want to add the ability to "bitstream" any codecs to the audio class, not just AC3 or DTS. So we can write dummy audio class used in transcode to get the original audio data
[00:58:05] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[00:58:21] sphery: Seeker`: it's been said on the -users list that volume level drops to 0 at commercial breaks--and never does so in any show (even shows with silent sections)... don't know how reliable the source is, but...
[00:59:14] highzeth (highzeth!~hz@hoiseth.no) has joined #mythtv-users
[00:59:28] jya: I guess once markk_ put that visualiser in, someone will get the tool to play and investigate that
[00:59:49] Seeker`: sphery: I've been playing with mp3splt, if you set the threshold to the minimum it misses breaks, but leave it at -70db and it detects some where there aren't any on some channels
[01:00:15] Seeker`: I think the threshold level will be different for each channel
[01:00:39] Seeker`: -70 seems to work well on C4 in the UK, but is too sensitive on Five
[01:00:46] sphery: Seeker`: heh, http://www.gossamer-threads.com/lists/mythtv/dev/139020#139020 (last time I repeated what I heard)
[01:00:50] sphery: was in reference to http://www.gossamer-threads.com/lists/mythtv/users/85606#85606
[01:01:59] Captain_Murdoch: that's something that the flagger can take into account. once the program is processed, look at the lowest point and look for occurrances of that within the video. that's the audio equivalent of the video "black/blank frame"
[01:04:14] Seeker`: sphery: cool
[01:10:55] Seeker`: spectral analysis may be the way to go, can pick out adverts gaps from a mile away
[01:11:11] sphery: and could help catch ghosts
[01:11:21] wagnerrp: enhance!
[01:12:10] Seeker`: sphery: that too!
[01:19:41] Captain_Murdoch: jya, are you talking about something in programs/mythcommflag or in one of the libs?
[01:20:09] jya: Captain_Murdoch: in reference to ? (sorry we talked about so much stuff, I lost track)
[01:20:33] Captain_Murdoch: sorry, the audio class.
[01:20:37] Captain_Murdoch: for flagging
[01:20:52] jya: if the passthrough of untouched audio content, this is to be added to the audio class, and modify avfd to recognise when not to decode audio
[01:21:06] jya: for flagging, the audio class would be in mythcomflag
[01:21:16] jya: similar to the one in mythtranscode (though simpler)
[01:22:00] jya: so mythtranscode create its own audio class, then assign it to mythplayer
[01:22:06] Captain_Murdoch: ok, thought so. that's pretty simple. I'll take a look at it. I know both sets of code since I wrote most of the flagger and worked quite a bit in mythtranscode.
[01:22:51] jya: Captain_Murdoch: if you re-use the mythtranscode audio class, almost everything is there.. only thing I would worry about is the Reconfigure member
[01:22:57] jya: everything else can do nothing
[01:23:26] Captain_Murdoch: yeah, I was just going to copy most of it over.
[01:23:32] Captain_Murdoch: most of it does nothing now.
[01:23:57] jya: I've made some changes yesterday to it, adding the missing functions and fix up what would have caused most problems
[01:24:26] Captain_Murdoch: yeah, saw those commits fly by.
[01:24:44] jya: I can add something that prevents avfd to decode the audio under all circumstances, so it will speed up the process
[01:25:57] Captain_Murdoch: ok, but the flagger will eventually want the data if/when someone adds the silence, compression, etc. detection.
[01:26:20] jya: hum... pretty sure that SetAudioOutput is going to leak.
[01:26:43] jya: Captain_Murdoch: then it would just be a matter of making the CanPassthrough member always return false
[01:28:12] clgshaft (clgshaft!~clgshaft@S0106000fea530200.cg.shawcable.net) has joined #mythtv-users
[01:38:29] clgshaft (clgshaft!~clgshaft@S0106000fea530200.cg.shawcable.net) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[01:41:58] abqjp (abqjp!~abqjp@71-37-148-206.albq.qwest.net) has joined #mythtv-users
[01:42:07] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[01:42:08] kormoc_afk is now known as kormoc
[01:42:11] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[01:43:30] Saviq_afk is now known as Saviq
[01:52:01] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[01:56:59] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[02:02:43] smooph (smooph!~smooph@e180152101.adsl.alicedsl.de) has quit (Quit: Leaving.)
[02:04:10] wagnerrp: hehe... libass
[02:05:26] clgshaft (clgshaft!~clgshaft@S0106000fea530200.cg.shawcable.net) has joined #mythtv-users
[02:05:55] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[02:06:23] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[02:08:27] andreax (andreax!~andreaz@p57B95A88.dip.t-dialin.net) has joined #mythtv-users
[02:08:58] andreax (andreax!~andreaz@p57B95A88.dip.t-dialin.net) has quit (Client Quit)
[02:23:31] sraue_ (sraue_!~stephan@230-56-239-77-pool.cable.fcom.ch) has quit (Quit: Ex-Chat)
[02:23:53] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users
[02:29:21] clgshaft2 (clgshaft2!~mythtv@S0106000fea530200.cg.shawcable.net) has joined #mythtv-users
[02:35:39] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has quit (Ping timeout: 248 seconds)
[02:39:41] clgshaft (clgshaft!~clgshaft@S0106000fea530200.cg.shawcable.net) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[02:43:17] pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has quit ()
[02:47:21] sphery: wagnerrp: CSI: Miami from yesterday... They find a drug dealer's computer, but the hard drive is encrypted, and the DEA is swooping in trying to take the evidence for their case instead of the Miami murder case, so Delko clones the HDD (in seconds, while Horatio delays the DEA guys). Then, later, he's trying to figure out the password and he says, "But we only get 2 tries before the hard drive erases itself."
[02:47:34] sphery: guess the HDD had the "copy once" flag set
[02:47:58] wagnerrp: hehe
[02:48:07] wagnerrp: well to be fair, doesnt TPM have something like that?
[02:48:30] wagnerrp: the keys are locked within the module, with anti-tamper mechanisms
[02:48:52] sphery: but if he could clone it once, why not clone it multiple times so that he can still get to it even if they guess wrong 2x
[02:49:51] wagnerrp: well in the above scenario, they simply wouldnt be able to clone it
[02:49:59] wagnerrp: the data itself would be there
[02:50:07] wagnerrp: but the hardware containing the key would have self destructed
[02:50:22] wagnerrp: of course they wouldnt have been able to have their own copy of it will giving the original to the DEA
[02:51:19] sphery: right
[02:51:42] sphery: either way the "only get 2 tries" part breaks down
[02:51:53] sphery: should be 0 tries (no data) or infinite
[02:52:02] sphery: (with proper planning)
[03:14:18] mag0o: the dell laptops with wave encryption, for example, give you 5 tries before it sets a flag, then you have to hotswap the drive to unlock it (or power off/on), and then you get 5 more tries
[03:14:35] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Ping timeout: 248 seconds)
[03:14:40] mag0o: that's independant of the bios hdd password
[03:15:07] GreyFoxx (GreyFoxx!~greg@2001:470:b12f:dead:beef::1) has quit (Ping timeout: 248 seconds)
[03:15:39] squidly (squidly!~squidly@HoodLUG/member/squidly) has quit (Ping timeout: 248 seconds)
[03:15:52] Heliwr_ (Heliwr_!~Heliwr@205.185.123.129) has joined #mythtv-users
[03:15:52] Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has quit (Disconnected by services)
[03:15:54] Heliwr_ is now known as Heliwr
[03:15:55] Heliwr (Heliwr!~Heliwr@205.185.123.129) has quit (Changing host)
[03:15:55] Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has joined #mythtv-users
[03:16:11] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Ping timeout: 248 seconds)
[03:16:11] xand (xand!~xand@pdpc/supporter/active/xand) has quit (Ping timeout: 248 seconds)
[03:19:14] xand (xand!~xand@pdpc/supporter/active/xand) has joined #mythtv-users
[03:22:44] squidly (squidly!~squidly@HoodLUG/member/squidly) has joined #mythtv-users
[03:29:07] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has joined #mythtv-users
[03:31:00] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has quit (Quit: Leaving.)
[03:31:29] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users
[03:31:33] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[03:38:39] GreyFoxx (GreyFoxx!~greg@2001:470:b12f:dead:beef::1) has joined #mythtv-users
[03:46:51] Bobby (Bobby!rmlsfq@69.41.179.205) has joined #mythtv-users
[03:47:21] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has joined #mythtv-users
[03:47:48] Bobby (Bobby!rmlsfq@69.41.179.205) has left #mythtv-users ()
[03:50:37] abqjp (abqjp!~abqjp@71-37-148-206.albq.qwest.net) has quit (Quit: abqjp)
[04:00:38] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has quit (Ping timeout: 276 seconds)
[04:02:25] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Read error: Operation timed out)
[04:08:10] Saviq is now known as Saviq_afk
[04:12:07] clgshaft2 (clgshaft2!~mythtv@S0106000fea530200.cg.shawcable.net) has quit (Remote host closed the connection)
[04:12:27] Lord_Deathscythe (Lord_Deathscythe!~chris@h110.131.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[04:14:53] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has joined #mythtv-users
[04:26:35] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has quit (Ping timeout: 248 seconds)
[04:40:41] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has joined #mythtv-users
[04:45:01] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has quit (Ping timeout: 260 seconds)
[04:47:31] Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Ping timeout: 240 seconds)
[04:54:03] Lord_Deathscythe (Lord_Deathscythe!~chris@h110.131.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[05:07:15] justdave (justdave!~dave@unaffiliated/justdave) has quit (Read error: Operation timed out)
[05:07:30] justdave (justdave!~dave@unaffiliated/justdave) has joined #mythtv-users
[05:08:44] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 250 seconds)
[05:10:22] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users
[05:17:17] dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has quit (Ping timeout: 255 seconds)
[05:23:07] Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv-users
[05:23:08] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Captain_Murdoch
[05:37:19] Technophil (Technophil!~David@121.90.233.86) has joined #mythtv-users
[05:45:56] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 276 seconds)
[05:46:15] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users
[05:57:28] Technophil (Technophil!~David@121.90.233.86) has quit (Ping timeout: 252 seconds)
[06:00:10] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has joined #mythtv-users
[06:00:47] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.)
[06:02:00] revmarkp (revmarkp!~markp@81-178-2-238.dsl.pipex.com) has left #mythtv-users ()
[06:06:20] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users
[06:22:26] emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Ping timeout: 260 seconds)
[06:32:00] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Read error: Operation timed out)
[06:32:17] bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users
[06:38:02] esperegu (esperegu!~quassel@145.116.15.244) has joined #mythtv-users
[06:38:46] Kernel (Kernel!~zero@unaffiliated/wicked) has joined #mythtv-users
[06:52:13] carter05_12 (carter05_12!~carter05_@ns1.neomezeny-hosting.cz) has joined #mythtv-users
[06:55:22] KraMer (KraMer!~mark@adsl-70-240-195-182.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving")
[06:57:48] stoffel (stoffel!~quassel@p57B4CB0E.dip.t-dialin.net) has joined #mythtv-users
[06:57:48] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[07:05:36] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[07:08:15] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds)
[07:11:47] ubIx (ubIx!~ulf@p5DD181B4.dip0.t-ipconnect.de) has joined #mythtv-users
[07:15:11] ubIx_ (ubIx_!~ulf@p5DD1800A.dip0.t-ipconnect.de) has quit (Ping timeout: 255 seconds)
[07:18:15] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has joined #mythtv-users
[07:18:24] andreax (andreax!~andreaz@p57B95A88.dip.t-dialin.net) has joined #mythtv-users
[07:19:34] stoffel (stoffel!~quassel@p57B4CB0E.dip.t-dialin.net) has quit (Remote host closed the connection)
[07:20:20] jamesd2 (jamesd2!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has quit (Read error: Connection reset by peer)
[07:20:59] jamesd2 (jamesd2!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has joined #mythtv-users
[07:23:23] hpeter (hpeter!~hpeter@178-83-237-229.dynamic.hispeed.ch) has joined #mythtv-users
[07:24:51] deaman (deaman!~deaman@nat/trolltech/x-swdexjfwrsjlrlnx) has joined #mythtv-users
[07:26:57] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (Ping timeout: 252 seconds)
[07:30:19] jya (jya!~jya@mythtv/developer/jya) has quit (Remote host closed the connection)
[07:30:38] jya (jya!~jya@mythtv/developer/jya) has joined #mythtv-users
[07:36:26] NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has quit (Ping timeout: 246 seconds)
[07:41:21] jamesd2 (jamesd2!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has quit (Read error: Connection reset by peer)
[07:41:55] jamesd2 (jamesd2!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has joined #mythtv-users
[07:43:50] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has joined #mythtv-users
[07:46:58] dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv-users
[07:48:38] hpeter (hpeter!~hpeter@178-83-237-229.dynamic.hispeed.ch) has quit (Quit: hpeter)
[07:50:49] NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users
[07:52:58] andreax (andreax!~andreaz@p57B95A88.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[07:54:51] jamesd2 (jamesd2!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has quit (Read error: Connection reset by peer)
[07:55:25] jamesd2 (jamesd2!~jamesd@CPE-72-128-71-196.wi.res.rr.com) has joined #mythtv-users
[08:04:08] NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!)
[08:04:50] tomimo (tomimo!~kurre@83.150.88.111) has quit (Ping timeout: 240 seconds)
[08:06:05] tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users
[08:12:20] drindt (drindt!~drindt@g228051117.adsl.alicedsl.de) has joined #mythtv-users
[08:16:00] deegan: Does anyone know of a good program for tuning dvb-s in linux? I'm mainly just interested in seeing the signal strength and not so interested in tuning channels.
[08:16:22] wagnerrp: femon i believe
[08:17:11] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (Ping timeout: 252 seconds)
[08:17:29] deegan: wagnerrp: thanks i'll check that out.
[08:20:20] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has joined #mythtv-users
[08:20:35] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[08:21:25] deegan: ugh, compilation errors from hell. this might take a while.
[08:24:39] dagar (dagar!~dagar@agar.ca) has quit (Ping timeout: 276 seconds)
[08:24:53] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has quit (Ping timeout: 252 seconds)
[08:31:15] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B222DA8.dip.t-dialin.net) has joined #mythtv-users
[08:36:50] simcop2387 (simcop2387!~simcop238@p3m/member/simcop2387) has joined #mythtv-users
[08:37:20] deegan: this is so annoying, nothing on Horizontal polarity will lock in.
[08:39:16] justinh: btw femon is no use for actual tuning, only monitoring the status of a DVB frontend
[08:39:27] justinh: for tuning you need *zap*
[08:39:30] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.)
[08:39:44] deegan: yea i'm debugging my satellite connection because i cant tune some stuff
[08:39:45] justinh: i.e. tzap, szap or czap for terrestrial, satellite or cable respectively
[08:40:00] deegan: Sepcificaly i can't tune anything on Horizontal, Vertical works fine.
[08:43:42] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has quit (Remote host closed the connection)
[08:45:54] deegan: hrms that's not entirely true, there are a few Vertical scans i can't do either. Could the dish have moved a tad and i'm missing these frequensies because of that? Is that even possible.
[08:46:12] deegan: I always thought that when it comes to dvb-s you either have a lock or you dont.
[08:46:20] carter05_12 (carter05_12!~carter05_@ns1.neomezeny-hosting.cz) has quit (Remote host closed the connection)
[08:46:35] justinh: if your dish isn't aimed right it's still possible to get *some* stuff
[08:46:38] deegan: and the farther away from a good lock you go the shitier the reception with blocking and stuff that follows.
[08:46:47] justinh: watch your language please
[08:47:01] carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has joined #mythtv-users
[08:47:01] justinh: you're right though – you either get a lock or you don't
[08:47:17] justinh: no lock, you can't even get an error-strewn signal
[08:47:32] deegan: sorry. Well there has been tons of snow and i have been up there quite a few times, it's possible i have nudged it a millimeter or so.
[08:47:48] justinh: you need a lock first, then you're looking for zero UNC – uncorrectable errors – then you're after a BER (bit error rate) as low as possible
[08:47:57] deegan: And the milliondollar question is: did i nudge it east or west.
[08:48:33] deegan: or is it the elevation that's wrong. :|
[08:49:06] justinh: I wouldn't like to try aligning a digital sat dish without proper equipment
[08:49:42] deegan: Last time i did it using my iPhone + iSSH.
[08:49:55] justinh: analogue was easy enough – we just waved the dish around with a receiver tuned to a known frequency & looked at a TV we put in the window ;)
[08:50:04] deegan: :)
[08:50:17] justinh: wouldn't like to drop an iphone from a ladder. pricey
[08:50:18] deegan: Well this is on my roof. I really should be me a netbook for this.
[08:50:51] deegan: Or just "call the guy" and pay up for not anchoring the dish hard enough allowing it to move.
[08:51:40] deegan: But atleast i know that dvb-s can give me a less than perfect signal and still be able to tune some of the available frequensies.
[08:52:22] deegan: Because that makes me think the dish is not correctly aligned any more since i have had 0 and no problems with reception up until a few weeks ago and now i cant tune many of the channels i used to have.
[08:55:56] Technophil (Technophil!~David@203-97-234-182.cable.telstraclear.net) has joined #mythtv-users
[08:59:16] justinh: or maybe the coax is stuffed :)
[08:59:22] justinh: or just the connectors
[08:59:26] justinh: maybe it was a bad crimp
[08:59:45] justinh: maybe the LNB connection wasn't sealed properly & water got in
[09:00:01] justinh: maybe your PC PSU has a droppy 12V rail
[09:00:53] justinh: you've got some investigation to do... start with another sat receiver or a card in a different machine – maybe even try a different piece of coax
[09:02:04] deegan: so many maybe's.
[09:02:15] justinh: there are a lot of variables to consider
[09:02:35] justinh: we've had folks in here with dvb-s problems caused by PSU noise & all kinds of crap
[09:11:47] justinh: ooo naughty user on -dev talking about FiveHD
[09:12:07] justinh: there's NO way he's got hardware decryption working on that. NO fricken way
[09:16:17] mycosys: why are some of you guys so self righteous about a broken,corrupt and unjust copyright system?
[09:16:43] justinh: if it's unjust, get it changed. don't do anything else
[09:17:53] justinh: if mythtv is challenged legally, for being seen to encourage what some outfits call theft (that's not for us to debate), that'll be the end of mythtv
[09:18:16] justinh: that's the long & the short of it
[09:18:27] justinh: nobody wants mythtv to be the test case
[09:19:51] justinh: yes the rules are silly & restrictive, but they can't be so bad because the companies doing it are still making money. If people won't wake up & smell the stench of corruption spoiling it for the rest of us, that's not this project's problem
[09:20:59] justinh: so THAT is what our 'self righteousness' is all about
[09:24:08] justinh: this 'digital' future we've all embraced way too readily is making even more restrictive practises possible too. Go us!
[09:31:26] highzeth (highzeth!~hz@hoiseth.no) has quit (Ping timeout: 260 seconds)
[09:34:53] deegan: hrms, I'm seriously considering going iptv or even dvb-t. Satbeeper was chooing away on my scans.
[09:36:06] justinh: LOL. IPTV is another 'great' thing lots of people mistake as being *open* – presumably because of the 'internet protocol' part. Doesn't mean it won't be bound to propriatary hardware & software :D
[09:36:58] deegan: I'm mostly looking at the benefits of me not having to align a dish with less than acceptable hardware to do so.
[09:37:02] justinh: in some parts of the world it means you can point any old thing at a stream & you get everything you pay for. In other places.. you can't even get the free stuff :( The UK is one of those places
[09:37:29] justinh: aligning a DVB-T antenna can be tricky too – especially if there's no analogue TV coming from the local transmitter
[09:37:56] deegan: Well screw IPtv, the prices are redonk.
[09:38:00] deegan: sorry again.
[09:38:10] justinh: think it's ok to say screw
[09:38:20] justinh: maybe depends on the context
[09:41:22] deegan: What dvb-s really got going for it though, for me atleast, is the "freedome" to chose 1, 2 or even 3 different sources. I have to pay up of course but it does give me more choice and i'm really not the tv-watching-guy unless it's sports – so i can get all the sport from 2 different operators which would not be possible for me with either dvb-t or iptv. not today atleast.
[09:41:33] deegan: However when stuff like this happens it's really annoying.
[09:41:56] justinh: if you can get or borrow another receiver to check the cabling/dish that'll save you a lot of time
[09:42:37] deegan: Yea been down that road when i did this install, no one had nothing to borrow me. Maybe just call the guy and get it sorted.
[09:44:00] deegan: huh, whats all this then. It looks on a frequency i didnt get a lock on previously.
[09:44:22] justinh: what sort of numbers are you getting from zap / femon ?
[09:44:49] deegan: I was up there in between this chat and the one before, the Diseq switch was not seated properly and the casing was loose. put it all back together but my iphone+issh didnt really show me anything new.
[09:45:04] justinh: should be aiming for UNC or zero for sure
[09:45:14] justinh: BER should ideally be zero too :)
[09:45:32] deegan: I'll have a look at that once i get through scanning with mythtv-setup.
[09:46:13] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has joined #mythtv-users
[09:46:16] deegan: The thing was really tight up there though, the dish that is. Tried to push and pull on it but it wouldnt nudge so it seems unlikely that i would have accidentaly moved it while carefully shoveling snow if the LNB's this winter.
[09:47:07] deegan: but i'm not one to dismiss someting like that just because it seems unlikely, stranger things have happened.
[09:52:18] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[09:54:11] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has joined #mythtv-users
[09:54:34] awoodland (awoodland!~woodalan@quintus.pool.lislan.org.uk) has joined #mythtv-users
[09:56:10] dagar (dagar!~dagar@agar.ca) has joined #mythtv-users
[10:05:03] Guest11857 (Guest11857!~mike@c-24-21-63-118.hsd1.or.comcast.net) has quit (Remote host closed the connection)
[10:05:56] mike (mike!~mike@c-24-21-63-118.hsd1.or.comcast.net) has joined #mythtv-users
[10:06:22] mike is now known as Guest16372
[10:10:45] esperegu (esperegu!~quassel@145.116.15.244) has quit (Read error: Connection reset by peer)
[10:10:59] andreax (andreax!~Andreaz@tmo-100-226.customers.d1-online.com) has joined #mythtv-users
[10:11:24] jya (jya!~jya@mythtv/developer/jya) has quit (Quit: jya)
[10:26:05] esperegu (esperegu!~quassel@145.116.15.244) has joined #mythtv-users
[10:36:55] lyricnz (lyricnz!~simonrobe@ppp118-209-150-86.lns20.mel6.internode.on.net) has joined #mythtv-users
[10:37:38] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 250 seconds)
[10:38:26] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[10:41:46] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[10:41:55] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[10:43:59] awoodland (awoodland!~woodalan@quintus.pool.lislan.org.uk) has quit (Ping timeout: 255 seconds)
[10:47:24] jya (jya!~jya@mythtv/developer/jya) has joined #mythtv-users
[10:48:25] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[10:49:28] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users
[10:49:36] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[10:49:50] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[10:50:50] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[11:16:46] croppa (croppa!~stuart@202-90-54-173.static.linearg.net) has quit (Remote host closed the connection)
[11:32:41] deathadder (deathadder!deathadder@ganjaman.gotadsl.co.uk) has quit (Read error: Connection reset by peer)
[11:33:42] johd (johd!~johd@90.146.55.47) has quit (Quit: Leaving)
[11:34:20] deathadder (deathadder!deathadder@ganjaman.gotadsl.co.uk) has joined #mythtv-users
[11:50:18] jcromero (jcromero!581adbd5@gateway/web/freenode/ip.88.26.219.213) has joined #mythtv-users
[11:50:48] jcromero is now known as jcarlos_
[11:55:31] jcarlos_: I run mythbackend in one machine (no physical screen here), and mythfrontend in another machine (plugged by HDMI to my TV screen). I can see a video in that screen and listen to its audio track there. I would like to use a third machine (my netbook) to listen a different audio track for the same video (matroska format). How could I do this ? I want to be able to see a film in one screen and listen to it in two different langua
[12:00:25] justinh: simple answer: you can't do that
[12:00:47] jcarlos_: justinh: Hehe ... I tried it ... :-(
[12:01:19] justinh: you could do it with different instances of mythfrontend I guess, but keeping them in sync will be impossible
[12:01:49] jcarlos_: justinh: Yes ... I thought to use another mythfrontend instance ... but the syncing was the problem ...
[12:02:22] justinh: or.. maybe you could un-mux the audio, then make a new file with one language on the left side & another language on the right :P
[12:02:58] justinh: you'd likely be able to hack mythtv to be able to do that too, but it's not something many people would use IMHO
[12:03:21] jcarlos_: justinh: Hehe ... I want to be able to use two diferente audio outputs (one in my desktop machine, connected to my TV, and one in my netbook)
[12:04:20] jcarlos_: justinh: Well ... it is a good way to see a TV serie with another person each one in his/her prefered language ...
[12:05:16] jcarlos_: justinh: And you could use a mobile (android?) instead of a netbook ...
[12:07:58] jcarlos_: justinh: mythbackend should be able to stream each audio track to a different IP ...
[12:10:54] jcarlos_: justinh: Would it be possible, at least, to use a frontend only to listen to an audio track of a video (no need to full the local network with video data) ...
[12:21:46] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has joined #mythtv-users
[12:27:39] lotia-away (lotia-away!~lotia@l.monkey.org) has quit (Quit: leaving)
[12:30:30] lotia (lotia!~lotia@l.monkey.org) has joined #mythtv-users
[12:32:05] lotia is now known as lotia-away
[12:43:35] tank-man (tank-man!1000@S010600121729c6a1.vc.shawcable.net) has quit (Read error: Operation timed out)
[12:43:43] justinh: wait a sec.. mythbackend *should* ? No, mythbackend isn't designed to do that. It's a very edgy use case
[12:44:04] justinh: anyway mythbackend streams the whole file. the *player* picks the streams out
[12:44:37] tank-man (tank-man!1000@S010600121729c6a1.vc.shawcable.net) has joined #mythtv-users
[12:46:51] justinh: the easiest way to do what you want is to recode the files
[12:47:07] justinh: otherwise you've got some serious hacking to do in mythfrontend code
[12:47:15] justinh: yes, I said *you* :-)
[12:48:40] justinh: wowser, looks like mythtvtalk.com is in financial doodoo
[12:49:14] justinh: still, always wondered how it ends up costing so much money to run a forum. I'd never dig in my own pocket to fund anything like that
[12:50:42] justinh: intel dual xeon.. 768MB Ram, 60GB RAID 10, 1000GB bandwidth.. 4 IPs... sheesh man no forum needs that surely
[12:56:11] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has quit (Read error: Operation timed out)
[12:59:47] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has joined #mythtv-users
[13:01:59] jya (jya!~jya@mythtv/developer/jya) has quit (Quit: jya)
[13:02:41] hashbang (hashbang!~alex@213-152-35-50.dsl.eclipse.net.uk) has joined #mythtv-users
[13:08:34] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B222DA8.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[13:11:08] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[13:13:35] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds)
[13:18:38] johd (johd!~johd@dyn167070.wlan.jku.at) has joined #mythtv-users
[13:27:37] highzeth (highzeth!~hz@hoiseth.no) has joined #mythtv-users
[13:37:40] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[13:38:35] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[13:40:02] jcarlos_: justinh: What do you mean by "recode the file" ? Extract the audio track and create a new file with those data ?
[13:40:13] KraMer (KraMer!~mark@adsl-70-240-195-182.dsl.hstntx.swbell.net) has joined #mythtv-users
[13:41:30] justinh: yes
[13:46:53] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[13:49:45] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds)
[13:50:48] mrvanes (mrvanes!~mrvanes@095-097-002-102.static.chello.nl) has joined #mythtv-users
[13:51:14] mrvanes (mrvanes!~mrvanes@095-097-002-102.static.chello.nl) has quit (Remote host closed the connection)
[13:56:10] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has joined #mythtv-users
[13:57:16] n0tk (n0tk!~n0tk@216.160.42.30) has joined #mythtv-users
[14:07:25] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[14:09:33] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds)
[14:26:53] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[14:27:15] streeter (streeter!~streeter@nat/redhat/x-zclyinyyumxsptym) has joined #mythtv-users
[14:29:02] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 250 seconds)
[14:41:21] tris (tris!~tristan@173-164-188-122-SFBA.hfc.comcastbusiness.net) has quit (Excess Flood)
[14:42:43] tris (tris!~tristan@173-164-188-122-SFBA.hfc.comcastbusiness.net) has joined #mythtv-users
[14:47:48] XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv-users
[14:50:15] MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds)
[14:51:53] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has quit (Remote host closed the connection)
[14:53:41] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B226354.dip.t-dialin.net) has joined #mythtv-users
[14:55:52] jcarlos_ (jcarlos_!581adbd5@gateway/web/freenode/ip.88.26.219.213) has quit (Quit: Page closed)
[14:58:25] carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has left #mythtv-users ()
[15:03:21] martin_ (martin_!~quassel@static-88.131.29.2.addr.tdcsong.se) has quit (Remote host closed the connection)
[15:28:41] Lord_Deathscythe (Lord_Deathscythe!~chris@h110.131.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[15:28:47] Lord_Deathscythe (Lord_Deathscythe!~chris@h110.131.185.173.dynamic.ip.windstream.net) has quit (Read error: Connection reset by peer)
[15:37:53] smooph (smooph!~smooph@e180131055.adsl.alicedsl.de) has joined #mythtv-users
[15:39:34] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[15:40:59] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[15:41:40] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[15:44:08] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[15:44:23] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[15:44:31] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[15:46:07] xamindar (xamindar!~xamindar@adsl-99-8-226-41.dsl.pltn13.sbcglobal.net) has joined #mythtv-users
[15:47:26] johd (johd!~johd@dyn167070.wlan.jku.at) has quit (Ping timeout: 240 seconds)
[15:47:39] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[15:48:20] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[15:50:08] carter05 (carter05!~carter05@ns1.neomezeny-hosting.cz) has joined #mythtv-users
[15:53:07] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[15:54:02] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[15:55:34] deathadder (deathadder!deathadder@ganjaman.gotadsl.co.uk) has quit (Read error: Connection reset by peer)
[15:56:08] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[15:58:19] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[16:02:06] xamindar (xamindar!~xamindar@adsl-99-8-226-41.dsl.pltn13.sbcglobal.net) has quit (Read error: No route to host)
[16:02:13] abqjp (abqjp!~abqjp@97-119-174-22.albq.qwest.net) has joined #mythtv-users
[16:02:39] xamindar (xamindar!~xamindar@adsl-99-8-226-41.dsl.pltn13.sbcglobal.net) has joined #mythtv-users
[16:03:49] Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B226354.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[16:05:53] deathadder (deathadder!deathadder@ganjaman.gotadsl.co.uk) has joined #mythtv-users
[16:06:54] skd5aner: heh – "existing libfftw3 support in configure appears to be a hangover from previous code, it isn't actually used for anything else" – from Markk's recent commit – I always wondered what that was there for exactly – apparently, nothing (for a while at least)
[16:16:50] johd (johd!~johd@90.146.55.47) has joined #mythtv-users
[16:17:39] andreax (andreax!~Andreaz@tmo-100-226.customers.d1-online.com) has quit (Quit: Leaving.)
[16:19:46] andreax (andreax!~Andreaz@tmo-101-85.customers.d1-online.com) has joined #mythtv-users
[16:23:26] wagnerrp: audio stretch, and visualization in mythmusic
[16:28:19] Defense|Twin (Defense|Twin!~jepz@e177234224.adsl.alicedsl.de) has joined #mythtv-users
[16:30:05] smooph1 (smooph1!~smooph@e180139138.adsl.alicedsl.de) has joined #mythtv-users
[16:31:23] smooph (smooph!~smooph@e180131055.adsl.alicedsl.de) has quit (Ping timeout: 255 seconds)
[16:37:43] unixSnob (unixSnob!~unixSnob@212.117.169.230) has joined #mythtv-users
[16:39:09] esperegu (esperegu!~quassel@145.116.15.244) has quit (Read error: Connection reset by peer)
[16:45:32] andreax (andreax!~Andreaz@tmo-101-85.customers.d1-online.com) has quit (Read error: Connection reset by peer)
[16:46:14] smooph1 (smooph1!~smooph@e180139138.adsl.alicedsl.de) has quit (Ping timeout: 255 seconds)
[16:47:02] smooph (smooph!~smooph@e180154138.adsl.alicedsl.de) has joined #mythtv-users
[16:48:42] esperegu (esperegu!~quassel@145.116.15.244) has joined #mythtv-users
[16:50:29] hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has quit (Quit: hpeter)
[16:56:27] Tomasu (Tomasu!~moose@S010610838e76bcf2.ed.shawcable.net) has joined #mythtv-users
[17:03:43] stoffel (stoffel!~quassel@p57B4D5C8.dip.t-dialin.net) has joined #mythtv-users
[17:03:44] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[17:11:11] unixSnob (unixSnob!~unixSnob@212.117.169.230) has quit (Quit: leaving)
[17:11:22] deaman (deaman!~deaman@nat/trolltech/x-swdexjfwrsjlrlnx) has quit (Quit: deaman)
[17:11:27] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[17:12:51] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[17:16:43] stoffel (stoffel!~quassel@p57B4D5C8.dip.t-dialin.net) has quit (Ping timeout: 248 seconds)
[17:17:44] Bop_ (Bop_!~Vrooomm@bl9-70-66.dsl.telepac.pt) has quit (Ping timeout: 255 seconds)
[17:19:46] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 240 seconds)
[17:22:14] smooph1 (smooph1!~smooph@e180164009.adsl.alicedsl.de) has joined #mythtv-users
[17:23:39] smooph (smooph!~smooph@e180154138.adsl.alicedsl.de) has quit (Ping timeout: 248 seconds)
[17:24:22] Bop (Bop!~Vrooomm@81.193.100.118) has joined #mythtv-users
[17:30:06] stoffel (stoffel!~quassel@p57B4D5C8.dip.t-dialin.net) has joined #mythtv-users
[17:30:06] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[17:38:31] stoffel (stoffel!~quassel@p57B4D5C8.dip.t-dialin.net) has quit (Ping timeout: 260 seconds)
[17:51:36] andreax (andreax!~andreaz@p57B9482F.dip.t-dialin.net) has joined #mythtv-users
[17:53:04] GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users
[17:53:13] rushfan (rushfan!~rushfan@c-71-232-0-154.hsd1.ma.comcast.net) has quit (Read error: Operation timed out)
[17:57:10] smooph (smooph!~smooph@e180168233.adsl.alicedsl.de) has joined #mythtv-users
[17:58:14] smooph1 (smooph1!~smooph@e180164009.adsl.alicedsl.de) has quit (Ping timeout: 255 seconds)
[18:06:56] unixSnob (unixSnob!~unixSnob@212.117.169.230) has joined #mythtv-users
[18:10:53] skd5aner: wagnerrp: yup, I knew it was used for mythplugins, but are you sure it was used in mythtv?
[18:11:08] skd5aner: for audio stretch?
[18:11:10] sphery: skd5aner: http://www.gossamer-threads.com/lists/mythtv/users/325097#325097
[18:11:11] wagnerrp: yeah, i asked once
[18:11:17] skd5aner: cool
[18:11:19] sphery: there were 2 different ones in use
[18:11:24] sphery: fftw3f for mythtv
[18:11:29] sphery: and fftw3 for mythmusic
[18:11:36] sphery: don't know what's current
[18:11:46] sphery: but eventually, we should go to the ffmpeg/libav one
[18:11:47] wagnerrp: it was used to resample the audio so it could be rate changed without changing the pitch
[18:12:32] skd5aner: thanks for the clarification
[18:12:37] skd5aner: perhaps Mark just missed that fact :)
[18:12:54] wagnerrp: it was used, i dont know if it is still used
[18:13:01] skd5aner: btw – in configure, I think it defaults to disable, so how does time stretch use it if it's disabled?
[18:13:16] skd5aner: I always have to manually put --enable-libfftw in the config line
[18:13:45] Easy_Rider9999 (Easy_Rider9999!~Miranda@dslb-088-069-016-189.pools.arcor-ip.net) has joined #mythtv-users
[18:13:58] skd5aner: wagnerrp: maybe it was replaced or something – either way, was just curious why I had hear the descrepency a few times
[18:15:03] sphery: I'll look to see which we're using, where, now, and then ask if we're still planning to consolidate on the ffmpeg/libav one (a lib which is always available to us)
[18:17:36] GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Quit: Leaving)
[18:22:00] Easy_Rider9999 (Easy_Rider9999!~Miranda@dslb-088-069-016-189.pools.arcor-ip.net) has quit (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
[18:22:55] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users
[18:23:13] kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (Quit: leaving)
[18:23:29] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[18:24:32] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[18:27:19] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[18:27:58] tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (Read error: Connection reset by peer)
[18:28:50] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[18:32:25] smooph1 (smooph1!~smooph@e180165188.adsl.alicedsl.de) has joined #mythtv-users
[18:32:53] smooph (smooph!~smooph@e180168233.adsl.alicedsl.de) has quit (Ping timeout: 255 seconds)
[18:33:35] Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-159-1-112.range86-159.btcentralplus.com) has joined #mythtv-users
[18:35:58] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[18:36:56] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[18:53:19] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Ping timeout: 246 seconds)
[18:53:42] kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users
[18:53:46] tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users
[18:55:31] GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users
[19:01:32] stoffel (stoffel!~quassel@p57B4D5C8.dip.t-dialin.net) has joined #mythtv-users
[19:01:33] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel
[19:05:21] tictric (tictric!~quassel@p4FE17872.dip.t-dialin.net) has joined #mythtv-users
[19:05:21] tictric (tictric!~quassel@p4FE17872.dip.t-dialin.net) has quit (Changing host)
[19:05:21] tictric (tictric!~quassel@unaffiliated/tictric) has joined #mythtv-users
[19:05:46] FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-154-253.w81-50.abo.wanadoo.fr) has joined #mythtv-users
[19:05:56] tictric_ (tictric_!~quassel@unaffiliated/tictric) has quit (Ping timeout: 250 seconds)
[19:09:25] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users
[19:13:22] skd5aner: sphery: cool – when you find out something, do you mind making sure the statement I placed here (http://www.mythtv.org/wiki/Release_Notes_-_0. . . . ite_Changes) is accruate?
[19:13:49] sphery: sure
[19:13:54] skd5aner: thanks :D
[19:19:16] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has joined #mythtv-users
[19:20:11] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has quit (Client Quit)
[19:20:40] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has joined #mythtv-users
[19:21:02] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has left #mythtv-users ()
[19:21:39] carter05 is now known as carter05_
[19:25:36] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users
[19:28:41] skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has quit (Read error: Connection reset by peer)
[19:34:51] stoffel (stoffel!~quassel@p57B4D5C8.dip.t-dialin.net) has quit (Remote host closed the connection)
[19:38:06] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Read error: Operation timed out)
[19:49:48] skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv-users
[19:50:12] keith4: is there a UPnP client plugin for mythfrontend?
[19:51:57] keith4: I was just looking at the list of grabbers for MythNetvision, and wondering how hard it would be to add a python upnp client as a grabber
[19:53:08] wagnerrp: it wouldnt work that way
[19:53:24] wagnerrp: at best, you would have to download the files locally before playback could start
[19:54:04] wagnerrp: better to use it as a ui framework for writing a proper plugin
[19:54:21] CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users
[19:59:26] squidly: does the hd-pvr capture HD stuff like 720P and keep it at 720P?
[19:59:39] skd5aner: yes
[19:59:48] wagnerrp: the HDPVR captures video at whatever resolution the device sends
[19:59:58] wagnerrp: if your device sends 720p, it will capture and compress 720p
[20:01:06] squidly: ok cool. I was under the impression it would only capture at 1080i
[20:01:19] wagnerrp: it can capture at up to 1080i
[20:01:54] squidly: I thought 720p was higher then 1080i
[20:02:31] wagnerrp: how could that be the case?
[20:03:44] skd5aner: I suppose if you don't deinterlace
[20:03:55] skd5aner: 540 displayed lines vs 720
[20:04:03] skd5aner: not sure why you'd ever do that though
[20:04:13] wagnerrp: 1920 columns instead of 1280
[20:04:59] FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-154-253.w81-50.abo.wanadoo.fr) has quit (Quit: Ex-Chat)
[20:05:27] skd5aner: I'm not arguing – I'm just relaying the argument I've heard everything the 720p v 1080i debate comes up
[20:05:34] skd5aner: er, everytime
[20:06:32] wenko (wenko!~wenko@ve7bfc.bcit.ca) has quit (Ping timeout: 276 seconds)
[20:07:11] skd5aner: I suppose, "higher quality" would also depend on native resolution of the TV, what resolution you are feeding, and the scaler you are using (software/hardware/built-in TV scaler)
[20:07:28] wenko (wenko!~wenko@ve7bfc.bcit.ca) has joined #mythtv-users
[20:15:42] RockHound (RockHound!~quassel@d030014.adsl.hansenet.de) has joined #mythtv-users
[20:18:31] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has joined #mythtv-users
[20:19:59] messerting: Hi, I'm using .24-fixes from svn. In mythgallery, when I try to view a movie (.AVI), I get a white screen. If I symlink that movie to .avi, it works just fine
[20:21:23] lyricnz (lyricnz!~simonrobe@ppp118-209-150-86.lns20.mel6.internode.on.net) has quit (Ping timeout: 264 seconds)
[20:21:34] messerting: So, I tried to manually add .AVI (capital letters) in GalleryUtil::GetMovieFilter(void) in galleryutil.cpp, but that didn't help...
[20:21:39] messerting: any suggestions? :)
[20:24:11] RockHound (RockHound!~quassel@d030014.adsl.hansenet.de) has quit (Ping timeout: 260 seconds)
[20:24:24] wagnerrp: thats because in IsMovie, the file is automatically lowered
[20:24:30] wagnerrp: so capitalization makes no difference
[20:25:03] messerting: wagnerrp: ah, ok. So, how do I make it accept capital extensions?
[20:25:17] wagnerrp: the code looks like it is already supposed to
[20:26:04] keith4: wagnerrp: does that mean that the youtube grabber downloads the entire video before playback starts?
[20:26:06] hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users
[20:26:24] wagnerrp: keith4: no, the youtube grabber opens a webpage with the youtube flash player
[20:26:35] wagnerrp: the flash player then manages streaming download and playback of the video
[20:26:45] keith4: ah
[20:26:56] messerting: hm, strange. For me it really doesn't work for .AVI. But if I do "ln -s file.AVI file.avi" it works just fine for file.avi.
[20:27:09] keith4: messerting: so rename them all to .avi? ;-)
[20:27:28] wagnerrp: messerting: can we see your frontend logs?
[20:27:44] messerting: keith4: yeah, I've given that a thought, but this is really my family backup store, which is automatically synced to a remote server, so...
[20:27:55] Number6 (Number6!~number6@zoidberg.geoghegan.me) has joined #mythtv-users
[20:28:18] keith4: messerting: ah, crappy. lowercase: it's a way of life
[20:28:30] Number6: Hi. How can I get MythTV to "look" to the correct place to serve video files? Can it be done by ssh – using the GUI is slow
[20:28:49] messerting: keith4: yes, I agree. I'd never named it .AVI myself, but that's how digikam retrieves stuff from my camera
[20:29:04] wagnerrp: Number6: mythbackend will serve videos from the Videos storage group
[20:29:09] wagnerrp: as defined in mythtv-setup
[20:29:24] Number6: wagnerrp: I've added it to that storage group
[20:29:36] squidly: ok so 720p has more lines?
[20:29:40] wagnerrp: have you restarted the backend so it accepts the new definition?
[20:30:09] squidly: ahh ok I see now..
[20:30:10] wagnerrp: squidly: 720p has 720 lines per frame, 1080i and 1080p both have 1080 lines per frame
[20:30:12] Number6: wagnerrp: Yes
[20:30:30] wagnerrp: Number6: have you told mythvideo to scan for new content on the updated folder definition?
[20:30:52] wagnerrp: http://www.mythtv.org/wiki/MythVideo#Scanning_for_Videos
[20:31:39] MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:1ec1:deff:fea2:2486) has quit (Quit: Bye...)
[20:31:54] Number6: wagnerrp: Forgive my ignorance, what is a "view"?
[20:33:01] wagnerrp: anything within Media Library -> Watch Videos
[20:34:27] messerting: Oh my, something is pretty fcuked up here: "Plugin mythmovies (0.23.1.201000710–1) binary version does not match libraries (0.24.20101129–1)"
[20:35:03] unixSnob (unixSnob!~unixSnob@212.117.169.230) has quit (Quit: leaving)
[20:35:19] Number6: wagnerrp: Is there a way to force the "Menu" button via keyboard?
[20:36:11] messerting: My frontend log doesn't report anything when I start the .AVI, while the .avi reports usual mplayer stuff
[20:36:33] keith4: messerting: sounds like you need a new version of mythvideo
[20:36:53] messerting: btw – mythmovies is deprecated, right? I can simply remove that plugin?
[20:37:44] messerting: keith4: I'm running latest svn version of .24-fixes. Last change in december 2010 iirc
[20:38:08] keith4: oh, oh. mythMOVIES. yikes.
[20:38:29] Number6: Never mind, it's the letter m
[20:38:50] messerting: maybe I should remove /usr/local/lib64/mythtv/plugins/libmythmovies.so? yes?
[20:40:28] SteveGoodey (SteveGoodey!~steve@host86-160-41-87.range86-160.btcentralplus.com) has joined #mythtv-users
[20:41:39] GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Remote host closed the connection)
[20:42:06] plotino (plotino!~miles@host81-193-dynamic.2-79-r.retail.telecomitalia.it) has joined #mythtv-users
[20:43:03] NRGizeR (NRGizeR!~nrgizer@cs78235252.pp.htv.fi) has quit (Ping timeout: 276 seconds)
[20:45:01] sphery: messerting: if you're on 0.24-fixes, then yes
[20:45:39] sphery: mythmovies was removed, so any libmythmovies.so on a system running 0.24-fixes is from an old install that wasn't properly cleaned up
[20:45:49] messerting: ok. done. but it won't fix my .avi/.AVI problem I guess
[20:46:26] sphery: no... though it could cause other problems since mythfrontend would try to load it (and realize it's the wrong version)
[20:48:40] sphery: messerting: which version of mythtv... sounds like http://code.mythtv.org/trac/ticket/9288 , which was fixed a couple months ago
[20:48:55] sphery: but after 0.24 release
[20:49:25] messerting: sphery: Revision: 27420, Last Changed Date: 2010-12–02
[20:49:32] skd5aner: too old
[20:49:33] skd5aner: :)
[20:49:35] sphery: messerting: yeah, that's too old
[20:49:41] sphery: messerting: ubuntu?
[20:49:49] sphery: if so: http://www.mythbuntu.org/auto-builds
[20:50:07] messerting: no, Fedora, but I build myself. Or, rather – fail to do so I guess!
[20:50:12] sphery: heh
[20:50:19] sphery: the critical point is that we're now on git
[20:50:34] sphery: see http://code.mythtv.org/trac/ and follow instructions for cloning stable
[20:50:44] messerting: uh, okay... so my "svn up" doesn't really do nada. Okay!
[20:50:50] sphery: right :)
[20:51:03] messerting: sphery: thanks, I'll get this sorted out now :)
[20:51:09] sphery: btw, your version is 3 days too old for that fix :)
[20:51:18] sphery: so you just missed it
[20:51:21] Number6 (Number6!~number6@zoidberg.geoghegan.me) has left #mythtv-users ()
[20:51:35] sphery: will still be good to get all the /other/ 200-some fixes, though
[20:52:06] johd (johd!~johd@90.146.55.47) has quit (Ping timeout: 250 seconds)
[20:52:07] skd5aner: http://www.mythtv.org/wiki/Release_Notes_-_0.24-fixes &n dash; 241 of them
[20:52:11] messerting: tough race!
[20:52:15] sphery: anyway, good luck and enjoy learning about git
[20:52:21] messerting: thanks :)
[20:52:39] sphery: skd5aner: heh, I always wondered what the precise value of the unit "some" was
[20:52:49] sphery: 41 seems wrong, though... shouldn't it be 42?
[20:52:57] skd5aner: 194 more actually
[20:53:08] sphery: 194 from his date?
[20:53:16] sphery: if so, maybe some = -6
[20:53:19] skd5aner: sphery: yea – those are "my" numbers – I can guarentee they don't align to the integer shown on the --version
[20:53:33] skd5aner: or the git describe – wherever that is
[20:53:38] sphery: heh
[20:53:54] sphery: yeah, I'm really impressed you've been able to keep up the release notes documentation
[20:54:01] skd5aner: Because it counts from multiple branches too mythtv/master/fixes and mythtv/mythweb/fixes
[20:54:18] sphery: the web-based tools we have for the git repo are /very/ opaque compared to the SVN tools
[20:54:19] skd5aner: It's a struggle sometimes – github does me no favors :)
[20:54:39] sphery: (on client side, it's less opaque--but requires much more intimate knowledge of git)
[20:54:45] skd5aner: really – trackng fixes is the real challenge
[20:55:00] skd5aner: because I track every change that goes into -fixes
[20:55:09] sphery: yeah, hope it's better now that wagnerrp fixed commit hooks
[20:55:19] skd5aner: I only track the ones of "relevance" for the changelog
[20:55:36] skd5aner: a TON better – I think I told wagnerrp I owe him
[20:56:20] skd5aner: s/changelog/master development changelog
[20:57:54] sphery: heh, so, btw, got my latest internet bill, today, and it's for $41.95, not $50... So I think I'm still grandfathered into the earlier rate.
[20:58:45] sphery: rates in the brochure were effective Mar 1, and this was for up to Mar 20, so I'd think it would be > $41.95 if they were changing it
[20:58:48] skd5aner: #winning
[20:58:51] sphery: yeah
[20:59:05] sphery: now just have to figure out what to do about cell phone :)
[20:59:39] skd5aner: haha – #winning exists and topic refers to Charlie Sheen's Twitter feed
[20:59:47] sphery: wow
[21:00:06] sphery: different definition of winning than I have
[21:00:23] sphery: though if they cancel 2 1/2 Men, I'll see that as a win
[21:00:31] skd5aner: That's the Hash Tag the Charlie has made infinitely popular
[21:00:42] sphery: ahhh
[21:03:01] RockHound (RockHound!~quassel@d030014.adsl.hansenet.de) has joined #mythtv-users
[21:06:08] Defense|Twin (Defense|Twin!~jepz@e177234224.adsl.alicedsl.de) has quit (Remote host closed the connection)
[21:23:06] Seeker`: how good is bluray playback on mythtv bow?
[21:23:08] Seeker`: *now
[21:25:37] wagnerrp: if its AACS content, pretty good
[21:25:42] wagnerrp: if its BD+ content, not at all
[21:26:11] Seeker`: how much content is BD+?
[21:26:17] JEDIDIAH__: so there is no avoiding an anydvd subscription then... '-p
[21:26:19] wagnerrp: dont kno
[21:26:35] wagnerrp: JEDIDIAH__: at current, pretty much
[21:26:52] wagnerrp: anydvd, or makemkv, or one or two other proprietary for-cost programs
[21:29:01] esperegu (esperegu!~quassel@145.116.15.244) has quit (Remote host closed the connection)
[21:34:26] Seeker`: do disk folder structures work with storage groups yet?
[21:34:42] wagnerrp: as in, VIDEO_TS and BDMV?
[21:34:43] wagnerrp: yes
[21:34:50] Seeker`: \o/
[21:35:01] wagnerrp: and DVD ISOs work as well (but not BD ISOs)
[21:35:11] Seeker`: just as a finished transcoding all of my VIDEO_TS DVDs to .m4v
[21:35:15] wagnerrp: note that they require the content to be decrypted
[21:35:35] jya (jya!~jya@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users
[21:35:36] jya (jya!~jya@60-242-40-141.static.tpgi.com.au) has quit (Changing host)
[21:35:36] jya (jya!~jya@mythtv/developer/jya) has joined #mythtv-users
[21:35:38] wagnerrp: just? this was fixed like six months ago
[21:36:54] sphery: I think the part he's missing is the "must be unencrypted" part... that hasn't changed (at least for DVDs)
[21:38:11] Seeker`: just to be clear, will the results of using the DumpHD instructions on the wiki be useable with storage groups?
[21:39:03] wagnerrp: with a BDMV folder, they should
[21:39:18] wagnerrp: mythtv does not currently support HDDVD folder structures
[21:39:22] wagnerrp: (and likely never will)
[21:40:02] Seeker`: tempted by http://www.ebuyer.com/product/172638
[21:43:24] messerting: Simple question: after mythtv moved to git, where is mythweb located?
[21:43:34] wagnerrp: on git
[21:43:48] wagnerrp: its now in its own repo
[21:43:54] wagnerrp: since mythweb really wasnt a plugin
[21:44:13] messerting: wagnerrp: ok, thanks
[21:44:13] wagnerrp: and as such didnt need the similar in-tree compilation as the other plugins
[21:44:21] wagnerrp: there was no need for it to remain there
[21:44:34] wagnerrp: and being in its own repository had other advantages preferred by the maintainer
[21:45:23] messerting: makes sense
[21:49:06] xamindar (xamindar!~xamindar@adsl-99-8-226-41.dsl.pltn13.sbcglobal.net) has quit (Ping timeout: 240 seconds)
[21:49:28] sphery: messerting: if you click on Browse Source from Trac ( http://code.mythtv.org/trac/ ), it takes you to github's MythTV/mythtv repo ( https://github.com/MythTV/mythtv/tree/ ). To get to other MythTV repos, click on "MythTV" by the smiley in the upper left of the page, then you can select mythweb and get the clone location for that repo
[21:50:17] sphery: messerting: it's important, though, that you specify you want the fixes/0.24 branch when getting mythweb (or that you explicitly check it out after cloning without it)
[21:50:46] sphery: so, git clone -b fixes/0.24 <clone URI, as from github>
[21:50:57] messerting: sphery: thanks, I was a bit unsure about the branch
[21:51:12] wagnerrp: right, when you clone git, you get the /whole/ thing
[21:51:19] wagnerrp: all branches, all commits, through all time
[21:51:42] wagnerrp: meaning you can move around within it at will once you have the (rather large) repository downloaded
[21:51:46] sphery: heh, yeah, it's the same as for mythtv, but it may not be obvious that you need the -b fixes/0.24 for mythweb, too, since we don't list that explicitly
[21:52:03] ** sphery considers adding the separate clone line to trac homepage **
[21:52:19] messerting: If you hadn't told me, I'd surely just done git clone <url>
[21:52:26] sphery: yeah
[21:52:35] wagnerrp: which isnt a problem at all
[21:52:37] sphery: not as big a deal if done with mythweb, since it won't upgrade your db
[21:52:41] wagnerrp: since youre still downloading all the same files
[21:52:52] wagnerrp: you would just need to do 'git checkout fixes/0.24' afterwards
[21:53:00] sphery: but with mythtv, if you do that and forget to do an explicit git checkout fixes/0.24, before building, you'll install unstable
[21:54:02] messerting: see
[21:54:36] wagnerrp: on #9683, why is the user running the 169.254 address space?
[21:55:09] sphery: there, added mythweb to the trac page
[22:02:13] sphery: so, now that the PHP language source code contains tons of trojan horses, guess kormoc has to finally switch mythweb to Python
[22:02:58] sphery: (btw, that's a joke--no evidence of code tampering was found after the security fail)
[22:03:10] streeter (streeter!~streeter@nat/redhat/x-zclyinyyumxsptym) has quit (Quit: Leaving)
[22:06:08] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[22:06:16] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[22:09:19] wagnerrp: we cant use python
[22:09:23] wagnerrp: never trust the guido
[22:17:34] messerting: Building .24 stable from git worked, and fixed my problem with blank screen on video playback of capatilized extension files in mythgallery. Thanks folks!
[22:20:19] hashbang (hashbang!~alex@213-152-35-50.dsl.eclipse.net.uk) has quit (Quit: Ex-Chat)
[22:21:26] SteveGoodey (SteveGoodey!~steve@host86-160-41-87.range86-160.btcentralplus.com) has quit (Remote host closed the connection)
[22:21:41] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[22:21:54] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[22:26:37] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[22:27:47] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[22:28:54] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[22:29:24] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[22:32:47] messerting (messerting!~messertin@39.79-161-65.customer.lyse.net) has quit (Ping timeout: 276 seconds)
[22:33:16] tstorm (tstorm!~tstorm@173-164-230-21-SFBA.hfc.comcastbusiness.net) has joined #mythtv-users
[22:33:20] kmrs751 (kmrs751!~ken@c-24-12-244-156.hsd1.il.comcast.net) has joined #mythtv-users
[22:35:26] kmrs75 (kmrs75!~ken@c-24-12-244-156.hsd1.il.comcast.net) has quit (Ping timeout: 255 seconds)
[22:35:35] RockHound (RockHound!~quassel@d030014.adsl.hansenet.de) has quit (Remote host closed the connection)
[22:37:18] judget (judget!~judget@static-68-161-242-7.ny325.east.verizon.net) has joined #mythtv-users
[22:37:40] judget: what is the backend daemion that myth uses for streaming the video?
[22:42:16] sphery: right now mythbackend is a single monolithic program
[22:43:20] xand (xand!~xand@pdpc/supporter/active/xand) has quit (Quit: )
[22:45:49] judget (judget!~judget@static-68-161-242-7.ny325.east.verizon.net) has quit (Quit: Ex-Chat)
[22:48:39] drindt (drindt!~drindt@g228051117.adsl.alicedsl.de) has quit (Quit: Mary had a little Segmentation fault)
[22:49:09] Lord_Deathscythe (Lord_Deathscythe!~chris@h110.131.185.173.dynamic.ip.windstream.net) has joined #mythtv-users
[22:52:16] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has joined #mythtv-users
[22:52:58] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has quit (Client Quit)
[22:53:51] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has joined #mythtv-users
[22:56:18] fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has quit (Client Quit)
[23:03:38] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Read error: Connection reset by peer)
[23:09:43] pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.)
[23:12:45] Lord_Deathscythe (Lord_Deathscythe!~chris@h110.131.185.173.dynamic.ip.windstream.net) has quit (Quit: I am called onward)
[23:19:14] abqjp (abqjp!~abqjp@97-119-174-22.albq.qwest.net) has quit (Quit: abqjp)
[23:22:24] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Ping timeout: 252 seconds)
[23:23:26] jpabq- (jpabq-!~jpabq@71-37-148-206.albq.qwest.net) has quit (Ping timeout: 240 seconds)
[23:28:40] carter05_ (carter05_!~carter05@ns1.neomezeny-hosting.cz) has left #mythtv-users ()
[23:35:54] plotino (plotino!~miles@host81-193-dynamic.2-79-r.retail.telecomitalia.it) has quit (Quit: Ex-Chat)
[23:45:18] jpabq (jpabq!~jpabq@71-37-148-206.albq.qwest.net) has joined #mythtv-users
[23:45:18] jpabq (jpabq!~jpabq@71-37-148-206.albq.qwest.net) has quit (Changing host)
[23:45:18] jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv-users
[23:47:02] jpabq- (jpabq-!~jpabq@71-37-148-206.albq.qwest.net) has joined #mythtv-users

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