Sunday, December 19th, 2010, 00:04 UTC | ||
[00:04:09] | wylie (wylie!~wylie@ip24-251-22-58.ph.ph.cox.net) has joined #mythtv | |
[00:13:05] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[00:39:20] | Kunalagon (Kunalagon!~Kunalagon@212.200.241.64) has quit (Quit: Leaving.) | |
[00:40:27] | tm1000 (tm1000!~Andrew@pool-173-58-121-227.lsanca.fios.verizon.net) has joined #mythtv | |
[00:40:34] | tm1000 (tm1000!~Andrew@pool-173-58-121-227.lsanca.fios.verizon.net) has left #mythtv () | |
[01:05:24] | elmojo: | danielk22: you want me to go ahead and backport the duration/bitrate work around to fixes/0.24? |
[01:08:37] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Ping timeout: 265 seconds) | |
[01:10:17] | hashbang (hashbang!~alex@213-152-35-50.dsl.eclipse.net.uk) has quit (Quit: Ex-Chat) | |
[01:16:50] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv | |
[01:22:12] | jya: | wagnerrp: what I did is fork the repo, and work on my own. That way when it comes to merge , I can do it cleanly like I feel like and avoid the verbose merge.. |
[01:26:45] | wagnerrp: | ? |
[01:37:35] | Beirdo: | heh, we'll see how that goes |
[01:38:29] | Beirdo: | so I'm remembering why I dislike using Windows for software :) I'll get there eventually. |
[01:39:08] | gigem (gigem!~david@host137.12.intrusion.com) has quit (Read error: Operation timed out) | |
[01:40:05] | gigem (gigem!~david@host137.12.intrusion.com) has joined #mythtv | |
[01:40:46] | Lantizia (Lantizia!~lantizia@erebus.seaquake.net) has quit (Read error: Connection reset by peer) | |
[02:02:56] | danielk22: | elmojo: I'm not running with that version yet and haven't read the patch very carefully so I can't really comment. |
[03:05:44] | jya: | any objections if I make mythavtest play audio-only files ? |
[03:06:41] | Beirdo: | you mean as an additional option? |
[03:07:05] | jya: | I mean, run it on a audio-only file (mp3, wav etc..) and you get something |
[03:07:09] | jya: | rather than just existing |
[03:07:16] | jya: | no option.. just that it works with any content |
[03:07:20] | Beirdo: | heh, that sounds reasonable to me |
[03:07:59] | jya: | could add an option to only play the audio and avoid the video |
[03:08:22] | jya: | it takes a fair amount of time for video playback to start lately, 5–6s+ easily. |
[03:08:41] | jya: | all the samples I can find on the ffmpeg site http://samples.ffmpeg.org/A-codecs/AC3/eac3/ are typically 5s long |
[03:08:52] | jya: | so by the time playback start, there's no audio left to play |
[03:09:01] | danielk22: | jya: I didn't know it didn't work with audio only files ATM. |
[03:09:41] | jya: | danielk22: it chockes that it doesn't have a video, shows plenty of error and leave. |
[03:10:00] | jya: | the reason of me asking, is that this will make the standard player works with audio only |
[03:10:12] | jya: | it's quite an invasive change. |
[03:10:40] | jya: | you play audio-only file in the mythvideo plugin I believe |
[03:10:45] | danielk22: | The standard player is supposed to work with audio only. If it doesn't it's a regression and we should fix that bug instead of writing new code.. |
[03:11:14] | jya: | danielk22: the current code wait to have a fewframes of videos before playback start. |
[03:11:29] | jya: | I can't remember the standard player ever working with audio only.. |
[03:11:48] | jya: | I always had to add the file to the mythmusic collection to test them |
[03:12:08] | jya: | so if it's a regression, it happened a while ago, before 0.22 I'd say |
[03:12:29] | danielk22: | jya: no I believe it works in 0.22 and 0.23. |
[03:13:05] | jya: | I specifically remember working on a bug in 0.22 where if you had a mono track, you wouldn't get any sound as myth tried to open the audio device in mono, and most device can't support mono |
[03:13:06] | danielk22: | GetFrame() just needs the right value passed to it. This is how DVB and ClearQAM radio stations work. |
[03:13:23] | jya: | I didn't have a video with a mono audio track |
[03:14:19] | jya: | so I used a mono-mp3 (adam sandler, the toilet lady song) and had to get mythmusic to play.. |
[03:14:22] | danielk22: | jya: I'm not sure wav or other audio only formats ever worked, but mp2 or mp3 in an MPEG-PS or MPEG-TS container should work. |
[03:14:36] | jya: | used to annoy me heaps back then that the standard player would play audio only |
[03:14:54] | jya: | ah that maybe... never tried |
[03:15:05] | jya: | by audio only , I mean an audio-only container. |
[03:16:28] | jya: | that include flac |
[03:16:40] | danielk22: | Well the reason we added audio only support was really for mpeg2 layer 2 and layer 3 audio in MPEG-TS, so anything else that worked would have been just thanks to ffmpeg. |
[03:17:23] | danielk22: | We may be enabling audio only support based on the PMT or other MPEG specific means. |
[03:19:41] | danielk22: | Looking at decoderbase.h it looks like you pass kDecodeAudio to GetFrame() to decode only audio, and kDecodeAV=kDecodeVideo|kDecodeAudio to decode both. |
[03:20:08] | jya: | what change is really about avfd not complaining when there are no video track, and mythplayer not waiting for enough video buffer if this is found |
[03:25:16] | jya: | danielk22: if I set kDecodeVideo|kDecodeAudio, does that mean you need *both* type? |
[03:25:31] | danielk22: | Yes |
[03:25:50] | jya: | what about one or the other ? |
[03:26:13] | danielk22: | Though it will try to generate fake video if it detects that there is no video and kDecodeVideo is set. |
[03:26:39] | danielk22: | jya: If you pass just one or the other it will only decode video or only decode audio. At least it is supposed to. |
[03:27:13] | jya: | ok.. maybe I took the wrong approach , and support is already there.. will be a look further |
[03:28:16] | danielk22: | jya: All that said it's probably markk or janneg that is most up on the current code. But AFACT the actual API hasn't changed... |
[03:28:37] | jya: | ok thanks.. |
[03:28:49] | jya: | jeez, stumbled upon the libs/libmythbluray/bdnav/navigation.c |
[03:29:12] | jya: | do thes guys ever write a single comment ? how can they read their code a few months later ? :P |
[03:30:45] | jya: | in doxygen: the documentation of the function, does it have to be in the cpp/c file, or can it be in the header file too ? |
[03:31:07] | danielk22: | it can be in either |
[03:32:04] | jya: | thanks |
[03:32:21] | jya: | is there a mythtv doxygen site for trunk somewhere? |
[03:32:46] | jya: | the few documented are 0.24 only.. Wanted to check how it looks like with the recent changes I made |
[03:33:32] | danielk22: | This is supposed to be http://www.cuymedia.net/mythtv-trunk/ — but I just started a new job and haven't had time to move it over to git yet. |
[03:33:36] | Beirdo: | I think stuartm has a doxygen site up, not sure what revision |
[03:33:57] | jya: | stuartm i see fixes. |
[03:34:09] | jya: | maybe there's a different URL |
[03:35:51] | jya: | Beirdo: would it be too much to ask to have buildbot follow another repo ? :) |
[03:36:24] | jya: | I branched on a fork, so I can avoid comments on how I use git on a day to day basis :P |
[03:36:41] | Beirdo: | heh |
[03:37:19] | Beirdo: | It is a bit complicated to do as there's a hook that needs to be installed |
[03:37:26] | jya: | https://github.com/jyavenard/mythtv/ |
[03:37:34] | jya: | ah ok.. oh well, never mnd then |
[03:37:37] | jya: | can do without |
[03:37:45] | kormoc: | Beirdo, I just realized. buildbot won't be using the OS X Packaging stuff right? |
[03:38:06] | Beirdo: | kormoc: it might. Not sure yet how we'll get that working |
[03:38:12] | kormoc: | ahh |
[03:38:28] | Beirdo: | it could. or we could do it otherwise |
[03:38:49] | kormoc: | it's likely the easiest way |
[03:39:23] | Beirdo: | K. the main thing is to make sure it exits with 0 exit code on success, and non-0 for error |
[03:48:43] | jya: | Beirdo: I did a git pull on my local master branch, and i didn't pay enough attention and it generated a merge |
[03:48:58] | jya: | how can I go back to an indentical state as origin master? |
[03:49:10] | jya: | I tried git reset --hard origin/master |
[03:49:18] | jya: | but my local merge is still there.. |
[03:49:36] | jya: | so git log isn't in sync with what on origin/master |
[03:51:20] | jya: | never mind.. found it.. did a git fetch origin, then reset --hard origin/master |
[03:51:33] | Beirdo: | ah |
[03:51:38] | jya: | look like reset --hard doesn't first retrieve the history of origin |
[03:51:41] | Beirdo: | sorry, was away for a moment |
[03:52:07] | jya: | yeah! what was that, you had more than 3 minutes to answer... |
[03:52:10] | jya: | :) |
[03:52:33] | Beirdo: | hehe |
[03:52:49] | jya: | so it retrieves upstream info only with pull or fetch? |
[03:53:05] | jya: | if I specify reset origin/master it's not enough? |
[03:54:27] | jya: | hum.. never got the one before: |
[03:54:35] | jya: | git cherry-pick blah -> is a merge but no -m option was given. |
[03:54:49] | Beirdo: | yeah, it only will contact the upstream if you tell it to |
[03:55:13] | jya: | you would think that specifying origin/path, is a hint to get to origin |
[03:55:35] | Beirdo: | no, that says to get from the local copy of origin/blah |
[03:59:34] | jya: | Beirdo: what happens if I do a --amend on the origin/master last commit ? |
[03:59:42] | jya: | does it cause any nastiness? |
[04:02:37] | Beirdo: | yes |
[04:02:45] | Beirdo: | as that has already been pushed |
[04:03:20] | jya: | ok... too bad then |
[04:14:26] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has quit (Read error: Connection reset by peer) | |
[04:15:03] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has joined #mythtv | |
[04:32:20] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[04:55:12] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has quit (Remote host closed the connection) | |
[04:55:17] | xris: | jya: on top of that, your local repo won't delete origin branches unless you tell it to.... |
[04:55:57] | xris: | so if someone creates 5 branches in origin, you pull, and they they later get deleted after being merged, your local "branch -a" command will still show them until you run `git remote prune origin` |
[05:04:15] | Anduin (Anduin!~awithers@pdpc/supporter/professional/anduin) has quit (Read error: Operation timed out) | |
[05:06:45] | Anduin (Anduin!~awithers@pdpc/supporter/professional/anduin) has joined #mythtv | |
[05:33:03] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[05:33:40] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 250 seconds) | |
[06:50:21] | jya: | jannau: do you have a schedule in mind for the ffmpeg remerge? I'd really like to get the ffmpeg backport in related to DTS-HD ; and I also have some patches that didn't make it to ffmpeg yet but are worthwhile... If I went ahead, it would be very easy to revert back and wouldn't affect the merge in any ways.. |
[07:16:34] | beata000 (beata000!~beata@c-69-251-208-81.hsd1.md.comcast.net) has quit (Ping timeout: 265 seconds) | |
[07:18:59] | j-rod|afk (j-rod|afk!~jarod@static-72-93-233-2.bstnma.fios.verizon.net) has quit (Ping timeout: 265 seconds) | |
[07:22:25] | antifoo (antifoo!~antifoo@123.200.143.227) has quit (Ping timeout: 255 seconds) | |
[07:24:11] | j-rod|afk (j-rod|afk!~jarod@static-72-93-233-2.bstnma.fios.verizon.net) has joined #mythtv | |
[07:39:26] | markk (markk!~mark@cm69.delta193.maxonline.com.sg) has quit (Ping timeout: 276 seconds) | |
[07:44:42] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[07:49:46] | Goga777 (Goga777!~Goga777@shpd-92-101-150-93.vologda.ru) has joined #mythtv | |
[07:51:35] | markk (markk!~mark@srv120.dedicated.netrino.co.uk) has joined #mythtv | |
[07:54:00] | stoffel (stoffel!~quassel@p57B4ADCA.dip.t-dialin.net) has joined #mythtv | |
[08:13:10] | antifoo (antifoo!~antifoo@123.200.143.227) has joined #mythtv | |
[08:19:55] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 276 seconds) | |
[08:36:05] | Goga777 (Goga777!~Goga777@shpd-92-101-150-93.vologda.ru) has quit (Remote host closed the connection) | |
[08:37:50] | mokkan (mokkan!~mokkan@unaffiliated/mokkan) has joined #mythtv | |
[08:38:29] | Kunalagon (Kunalagon!~Kunalagon@212.200.241.222) has joined #mythtv | |
[08:54:42] | mokkan (mokkan!~mokkan@unaffiliated/mokkan) has left #mythtv ("Leaving") | |
[08:59:30] | antifoo (antifoo!~antifoo@123.200.143.227) has quit (Ping timeout: 250 seconds) | |
[09:03:36] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv | |
[09:25:54] | stoffel_ (stoffel_!~quassel@p57B4C31C.dip.t-dialin.net) has joined #mythtv | |
[09:26:35] | stoffel (stoffel!~quassel@p57B4ADCA.dip.t-dialin.net) has quit (Ping timeout: 265 seconds) | |
[09:26:42] | antifoo (antifoo!~antifoo@123.200.143.227) has joined #mythtv | |
[10:07:44] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has quit (Remote host closed the connection) | |
[10:31:26] | rooaus: | jya: you can always build doxygen in your tree, it doesn't take too long to build. |
[10:54:06] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv | |
[11:22:55] | stuartm: | jya: my site is building trunk, or should be, might have accidentally switched branches in the repo |
[11:23:24] | stuartm: | nope, it's on master, updated daily |
[11:23:42] | stuartm: | we need to fix the version string, but it should be current |
[11:24:07] | stuartm: | http://miffteevee.co.uk/documentation/development/ |
[11:24:50] | jya: | yep... was just reading that right now |
[11:24:53] | jya: | http://miffteevee.co.uk/documentation/develop . . . Encoder.html |
[11:25:01] | jya: | weird, none of the documentation appear there. |
[11:25:09] | jya: | I wrote description for each member. |
[11:26:19] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Ping timeout: 265 seconds) | |
[11:26:56] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has quit (Ping timeout: 276 seconds) | |
[11:33:37] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv | |
[11:37:16] | paul-h: | Anybody know what the MARK_PLACEHOLDER marks in the cut list returned from ProgramInfo::QueryCutList() are? |
[12:07:24] | reynaldo (reynaldo!reynaldo@200.29.137.120) has quit (Ping timeout: 265 seconds) | |
[12:07:38] | reynaldo (reynaldo!reynaldo@200.29.137.120) has joined #mythtv | |
[12:07:53] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has quit (Ping timeout: 264 seconds) | |
[12:13:11] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv | |
[12:25:00] | stuartm: | jya: it's in the wrong format, that's why, doxygen comment blocks need a double ** at the start "/**" |
[12:25:11] | jya: | ahhh |
[12:25:23] | jya: | lots of code to go through then :) |
[12:25:39] | stuartm: | it's to differentiate ordinary inline comments from the documentation variety |
[12:28:10] | stuartm: | there has got to be a better doxygen theme we could be using |
[12:28:57] | jya: | for doxygen to start to be of value, we really need to start documenting properly.. Very few classes are actually documented |
[12:31:22] | stuartm: | aye |
[12:37:26] | stuartm: | good luck with that, I've tried to lead a documentation revolution, I'm pretty sure danielk22 and others have tried before me, there's not sufficient interest |
[12:37:52] | jya: | well, can start with my own stuff :P |
[12:37:54] | stuartm: | best you can do is to document whatever you write |
[12:37:56] | stuartm: | yep |
[12:38:26] | jya: | I have nothing to be proud of right now... worse is when I look back at stuff thinking , what is this stuff for.. |
[12:39:15] | stuartm: | as Isaac has said in the past, well-written code doesn't necessarily require documentation, if you pick descriptive method, variable and class names the code should be readable, proper documentation builds on that |
[12:39:50] | gigem_ (gigem_!~david@host137.12.intrusion.com) has joined #mythtv | |
[12:40:43] | jya: | they may well be for some stuff.. But I think that we have now achieved such a level of complexity and various hardware support, that it's unlikely to be achieved. |
[12:44:11] | gigem (gigem!~david@host137.12.intrusion.com) has quit (Ping timeout: 260 seconds) | |
[12:47:03] | jya: | Cool, emacs shows the comments with /** in a different colour than the others |
[12:51:50] | stuartm: | I've not documented everything I've written, in some cases I simply can't think of a description which isn't seemingly redundant, e.g. "void SortByTitle()" seems silly adding a description "Sorts list by title" |
[12:52:32] | jya: | I think it's more to do with documenting things like constructor, default arguments used etc.. |
[12:52:54] | jya: | I see the AudioOutput class, has like 5 different constructors, all with very different parameters. |
[12:52:57] | stuartm: | but in some cases I'll admit that I've just been lazy about it, documentation is an afterthought, not something I want to spend my time on when actually writing the code as I might change my mind or find that the code doesn't work out |
[12:53:06] | jya: | some of them I don't even know what for, legacy stuff :) |
[12:59:37] | stuartm: | if they aren't used, then bin them, one thing the code definitely needs is a spring clean :) |
[12:59:48] | jya: | oh, they are used .. that the thing.. |
[13:00:26] | jya: | seems that in many place someone wanted to open the audio class their way, so a new constructor was added |
[13:02:51] | jya: | arggg... did most of my work not realising in was in fixes/0.24 branch ;( |
[13:09:18] | ke^ (ke^!~mie@77.109.206.88) has joined #mythtv | |
[13:11:48] | sphery: | paul-h: I think Captain_Murdoch and, maybe, Beirdo (since he just did some work on seek table related to keyframe identification) would be the best ones to provide further info for http://code.mythtv.org/trac/ticket/9389 , if that's what you were wondering about. IIRC, when the cut list was changed to never include frame 0 or frame >= last_frame, Captain_Murdoch mentioned we might need to change the output of ... |
[13:11:55] | sphery: | ... ProgramInfo::QueryCutList() to add those in, when required, or change the users of that function to understand that a cut to beginning doesn't have a cut start at 0, etc.. |
[13:13:00] | sphery: | If it's something like that, I'm happy to fix it--just need to know what things need for it to work. |
[13:13:15] | stuartm: | in that case, the code in mytharchive is wrong, it assumes that the first mark is a cut start and that every cut after it will be a cut end |
[13:13:54] | stuartm: | the warnings in mytharchive are in that code, I commented on that assumption just a couple of days ago |
[13:14:31] | stuartm: | http://mythtv.pastebin.ca/2021583 |
[13:15:05] | sphery: | so sounds like that may be the issue... but I don't know who all uses the output (and don't know for sure that Captain_Murdoch didn't already change the QueryCutList() function)--so once someone decides which approach to take (changing QueryCutList() or fixing the users of the function's data), I can fix it |
[13:15:43] | stuartm: | it iterates through the cutlist, for each entry it finds it assumes the first to be a cut start, then increments again in the loop to find the cut end |
[13:17:51] | ke^: | Id like to ask that question about bug that i havent found an open ticket for. |
[13:19:20] | sphery: | ke^: IIRC, there is a bug reported for that... I'll provide more details in #mythtv-users |
[13:19:32] | ke^: | sphery: k ty |
[13:35:26] | jya: | danielk22: re: "git 0.24 fixes broken UK DVB-T Radio playback (Waited 100ms for video buffers)" |
[13:35:40] | jya: | seems the issue is in 0.24 too.. can't play audio-only stream |
[13:35:43] | Kunalagon (Kunalagon!~Kunalagon@212.200.241.222) has quit (Quit: Leaving.) | |
[13:36:40] | sphery: | here's the link (as I happened to notice that one, too) – http://www.gossamer-threads.com/lists/mythtv/users/465536#465536 |
[13:37:59] | jya: | funny , of whenever you raise a question here, it doesn't take long before a user reports the same problem |
[13:39:58] | stuartm: | jya: it's a strange effect, I've raised a bug that I've spotted in the code, it can be months/years old and never reported but I can guarentee that within hours of mentioning it a user will open a ticket for the issue |
[13:40:09] | jya: | exactly ! |
[13:40:53] | jya: | like that AVF file reported by a user in germany. Uncovered massive out of bound memory.. been there for years. |
[13:41:09] | jya: | and then bang, 3 reports of the same type in a week, different part of the world |
[13:41:20] | jya: | got to be a scientific explanation for that |
[13:43:17] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 264 seconds) | |
[13:46:07] | jya: | damn... biggest laugh of the month (year?) http://www.youtube.com/watch?v=IURfntimnlA |
[13:46:22] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[13:51:38] | jya: | stuartm: seem that you're the one who disable the detection of the stream type (video, audio or both) in https://github.com/MythTV/mythtv/commit/ab618 . . . 09f0b48cbad7 |
[13:51:59] | jya: | [25442] |
[13:51:59] | MythLogBot: | SVN 25442: (branch master) https://github.com/MythTV/mythtv/commit/6e36f52f |
[13:52:18] | danielk22: | jya: Yeah — Evertz releases a new encoder firmware that triggers the bug the world round. :) |
[13:53:27] | jya: | stuartm: seems audio only isn't something that fully survived the OSD change.. |
[13:56:23] | paul-h: | sphery: I started to just fix the warnings that stuartm pastebined but while testing notice that the thumbfinder wasn't working like it used to because it assumes the cuts are always paired which is no longer the case. |
[13:56:52] | jya: | I see the problem markk mentioned in the original change, with the audio buffer filling up too quickly... |
[13:57:48] | stuartm: | jya: on markk's advice |
[13:58:26] | jya: | stuartm: yeah, it stops pretty much any timecode to happen, so it decodes audio frames without ever waiting |
[13:58:31] | stuartm: | well on his precise instruction in fact, to fix the fact that it broke MHEG |
[13:58:53] | jya: | so the audio buffer get filled up very quickly. |
[13:58:58] | stuartm: | jya: it should just disable the code Mark added to detect audio-only files |
[13:59:24] | jya: | stuartm: yeah, the current mythplayer will only work with stream that contains video |
[13:59:35] | sphery: | paul-h: I can modify QueryCutList() to add end markers, where required... I'm guessing that's the best approach since there are probably user scripts that expect that format, too (for mythcommflag --getcutlist). I won't get a chance to work on it until tomorrow, though. |
[13:59:50] | jya: | if you play an audio only stream, it waits for the video buffer to fill up. which obviously will never happen |
[14:01:18] | stuartm: | jya: yup, it was always that way, we faked video for radio channels, what Mark did was to allow audio files to be played through mythplayer, but it didn't check whether there was other imagery (MHEG etc) that might need to be displayed and therefore broke it since MHEG detection/rendering is only done in the video decoding section of the loop |
[14:01:26] | paul-h: | sphery: I think you are right that would be the best approach, also need to make sure there is start cut at the start |
[14:02:06] | sphery: | right, by "end" I meant both ends :) |
[14:02:10] | stuartm: | so trunk shouldn't behave any differently to 0.24, 0.23 etc in that respect |
[14:02:17] | jya: | stuartm: if there was any sync with the audio buffer before, that means audio only never worked (which is also what I thought was the case, but danielk22 said it used to work) |
[14:02:47] | stuartm: | jya: hasn't ever worked, or at least it has not worked in the last 3+ years |
[14:03:09] | jya: | right... thought so.. |
[14:03:32] | jya: | though, why would it break MHEG ? |
[14:03:39] | jya: | radio channels have MHEG? |
[14:03:43] | stuartm: | yes |
[14:03:55] | stuartm: | displays the station name, what's currently playing etc |
[14:04:33] | stuartm: | markk was going to come up with a permanent fix |
[14:04:47] | jya: | so you're telling me that this audio only change broke MHEG in audio only stream, when audio only stream never worked before anyway ... |
[14:05:30] | jya: | how is it a regressing with earlier version? they wouldn't have had mheg anyway in audio only station.. |
[14:05:37] | jya: | regression i mean |
[14:06:24] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 248 seconds) | |
[14:07:26] | stuartm: | jya: radio channels have always worked for some reason, in the UK at least, but you couldn't hand mythplayer an MP3 file |
[14:07:53] | stuartm: | markk's changes allowed for the latter but in doing so broke MHEG for radio channels |
[14:08:24] | jya: | the radio channel are audio only, 100% sure of that? |
[14:10:15] | danielk22: | ClearQAM radio channels (US) don't have MHEG, and I did test that they worked a while back. But it may have been years ago. I don't listen to those channels myself unless I'm debugging. |
[14:10:54] | danielk22: | So it is possible that it's been broken for 3+ years, but I would have expected to see some bug reports. |
[14:11:03] | stuartm: | just audio and data |
[14:11:36] | stuartm: | fwiw, radio channels worked after that commit, but they don't in trunk, so something more recent has broken audio-only |
[14:12:21] | jya: | stuartm: the person there is using 0.24 http://www.gossamer-threads.com/lists/mythtv/users/465536#465536 |
[14:12:24] | stuartm: | [25442] didn't break radio channels |
[14:12:24] | MythLogBot: | SVN 25442: (branch master) https://github.com/MythTV/mythtv/commit/6e36f52f |
[14:13:11] | danielk22: | AFAICR I added a patch that added fake video for audio only channels and someone later fixed it to work without the fake video stream (it could have been me, but I don't remember.) |
[14:13:23] | stuartm: | sorry, meant [26944] |
[14:13:23] | MythLogBot: | SVN 26944: (branch master) https://github.com/MythTV/mythtv/commit/ab618bee |
[14:14:25] | jya: | stuartm: can't say if 26944 broke radio channel, but with novideotracks being false, there's no way they could work |
[14:14:40] | jya: | the way I'm reading thing at least |
[14:15:47] | stuartm: | 26944 disabled the changes in 25442, before 25442 audio-only radio channels worked and they worked again after 26944 |
[14:16:07] | stuartm: | but they are definitely broken in trunk |
[14:17:20] | jya: | easy to check :) git checkout e84d073493f11317c00d3152a44797ead24f1cf5 |
[14:17:28] | jya: | compile and test.. give me a few minutes.. |
[14:20:15] | stuartm: | to be clear, audio-only radio channels were working after 25442 but mheg on those channels was broken because the kAudio flag stopped processing of mheg packets |
[14:20:55] | stuartm: | so I'm not really sure where radio channel playback was broken |
[14:22:06] | stuartm: | git checkout ab618beeadc86a0ed7349ffda16509f0b48cbad7 would be a faster way to determine if that commit was at fault |
[14:22:28] | stuartm: | but it wasn't, since I tested it |
[14:22:55] | stuartm: | markk: any thoughts? |
[14:24:08] | ** jya fell asleep at 1:23AM ** | |
[14:28:39] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[14:31:03] | jya: | stuartm: yeah, something has changed because going back to e84d073493f11317c00d3152a44797ead24f1cf5 (commit just before [26944] ; audio only works. |
[14:31:04] | MythLogBot: | SVN 26944: (branch master) https://github.com/MythTV/mythtv/commit/ab618bee |
[14:31:25] | jya: | with today's trunk version, even with 26944 reverted, I get no audio |
[14:44:45] | beata000 (beata000!~beata@c-69-251-208-81.hsd1.md.comcast.net) has joined #mythtv | |
[15:14:24] | danielk22 (danielk22!~danielk@96.57.9.142) has left #mythtv () | |
[15:14:36] | markk: | stuartm, jya: radio only was confirmed as working when 0.24 was released. whatever broke it is something that has been backported. |
[15:36:51] | markk (markk!~mark@srv120.dedicated.netrino.co.uk) has quit (Read error: Connection reset by peer) | |
[15:43:02] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (Ping timeout: 276 seconds) | |
[15:53:32] | stuartm: | [mythtv/programs/mythfrontend/audiogeneralsettings.cpp:568]: (error) Data is allocated but not initialized: frames_in |
[15:55:27] | markk (markk!~mark@cm69.delta193.maxonline.com.sg) has joined #mythtv | |
[15:57:09] | paul-h: | stuartm: any thoughts on ticket #9112 |
[16:00:39] | paul-h: | that code could be simplified by just using QDir::mkpath() but don't know what permissions QT will use for the created directories |
[16:00:48] | stuartm: | paul-h: not really, I think what the reporter says makes sense, I don't know why the umask was added in the first place so ... |
[16:01:42] | stuartm: | paul-h: I've not noted any problems with perms elsewhere and we use QDir extensively |
[16:02:19] | stuartm: | Beirdo might have some insight, he's been fixing permission issues elsewhere recently |
[16:05:12] | stuartm: | paul-h: btw, I've started working on a fix for a bug in Import Files which has bothered me for a while, it would affect the CD Ripper too, the 'isNewTune' check doesn't compare filenames so a small difference in metadata can result in existing files being overwritten e.g. I've imported a track with the title "ABC (Album Version)", then edited the metadata to read "ABC", the next time I run Import Files on that directory it |
[16:05:13] | stuartm: | sees "ABC (Album Version)" as a new file even though the ultimate filename will match the existing version |
[16:08:16] | joyzlin (joyzlin!58924ee4@gateway/web/freenode/ip.88.146.78.228) has joined #mythtv | |
[16:12:27] | joyzlin: | hello there. I'd like to extend the eitfixup.cpp with some Czech specific fixes. I have a perl script that transforms the XMLTV coming from tv_grab_dvb to a usable data (with series and other key information) and now would like to port this script to the C++ and add it to the eitfixup.cpp. |
[16:12:46] | joyzlin: | I wanted to ask you how to test such thing while developing it – is there a way of forcing the EIT to start scanning for data and the more important thing – is it possible to somehow flush the database to forget what was read recently so I can let it reread after fixing something in the eitfixup.cpp? |
[16:15:19] | Goga777 (Goga777!~Goga777@shpd-92-101-150-93.vologda.ru) has joined #mythtv | |
[16:20:09] | stuartm: | joyzlin: jarle |
[16:20:12] | stuartm: | nuts |
[16:20:29] | stuartm: | joyzlin: jannau or stuarta would be the ones to help with EIT |
[16:21:25] | joyzlin: | stuartm: if they're not around I'm going to write to -devel I guess. |
[16:28:47] | Goga777 (Goga777!~Goga777@shpd-92-101-150-93.vologda.ru) has quit (Remote host closed the connection) | |
[16:28:52] | joyzlin (joyzlin!58924ee4@gateway/web/freenode/ip.88.146.78.228) has quit (Quit: Page closed) | |
[16:42:25] | okolsi (okolsi!~mythtv@a88-112-74-247.elisa-laajakaista.fi) has quit (Read error: Operation timed out) | |
[16:45:04] | okolsi (okolsi!~mythtv@a88-112-74-247.elisa-laajakaista.fi) has joined #mythtv | |
[16:50:15] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv | |
[17:12:55] | paul-h: | stuartm: looks like I added the umask() back when I added the import music screen but I have no idea why, I suspect I just cut and pasted it from somewhere else and isn't really needed. Looking at the qt source code it looks like QDir::mkdir() will give the same permissions as the parent directory at least in linux |
[17:16:43] | paul-h: | stuartm: it would be nice to compute some sort of finger print for the imported and ripped music files so we can easily detect duplicates. |
[17:20:30] | stuartm: | yeah, I'm not too sure what that would look like |
[17:23:26] | stuartm: | I alter metadata on ripped/imported files pretty often, removing useless information from titles mostly, but sometimes fixing other fields, that makes exact matching on metadata difficult |
[17:24:16] | paul-h: | Someone suggested using a Music Brainz trm id |
[17:24:37] | paul-h: | Don't know how quick or easy they are to compute |
[17:31:36] | Goga777 (Goga777!~Goga777@shpd-92-101-150-93.vologda.ru) has joined #mythtv | |
[17:38:42] | gigem (gigem!~david@host137.12.intrusion.com) has joined #mythtv | |
[17:39:45] | gigem_ (gigem_!~david@host137.12.intrusion.com) has quit (Ping timeout: 240 seconds) | |
[17:40:29] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[17:43:17] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 276 seconds) | |
[17:45:40] | stoffel_ (stoffel_!~quassel@p57B4C31C.dip.t-dialin.net) has quit (Remote host closed the connection) | |
[18:10:33] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[18:13:11] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 276 seconds) | |
[18:33:07] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[18:49:11] | Feico (Feico!~Feico@2001:610:64e:e:bc02:72e3:1873:9aba) has joined #mythtv | |
[18:49:11] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Quit: Leaving) | |
[19:00:58] | rooaus (rooaus!~cameron@ppp59-167-126-229.static.internode.on.net) has quit (Ping timeout: 250 seconds) | |
[19:02:48] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has joined #mythtv | |
[19:18:07] | rooaus (rooaus!~cameron@ppp59-167-126-229.static.internode.on.net) has joined #mythtv | |
[19:21:04] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[19:22:35] | jpharvey_ (jpharvey_!~jpharvey@host86-184-21-174.range86-184.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[19:24:03] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 276 seconds) | |
[19:28:42] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[19:32:31] | toepi (toepi!~toepi@g227112228.adsl.alicedsl.de) has joined #mythtv | |
[19:35:16] | Guest1565 (Guest1565!~chatzilla@ool-43504e14.dyn.optonline.net) has quit (Remote host closed the connection) | |
[19:35:56] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has quit (Read error: Connection reset by peer) | |
[19:36:40] | jpharvey_ (jpharvey_!~jpharvey@host86-164-199-11.range86-164.btcentralplus.com) has joined #mythtv | |
[19:40:59] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[19:43:00] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 250 seconds) | |
[19:46:13] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv | |
[20:03:28] | toepi (toepi!~toepi@g227112228.adsl.alicedsl.de) has left #mythtv () | |
[20:04:20] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Quit: Leaving) | |
[20:13:52] | sphery: | paul-h: when we were doing hacks for file permissions for users who don't set proper umask, danielk asked me to put the code into a function so it can be expanded/improved--or just fixed once with a non-hack if we come up with a better approach. https://github.com/MythTV/mythtv/blob/master/ . . . til.cpp#L904 . Maybe make a similar makeDirectoryAccessible() function (or makeAccessibleDirectory() that actually creates ... |
[20:13:58] | sphery: | ... the directory)? |
[20:23:17] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv | |
[20:25:22] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[20:55:40] | jafa (jafa!~jafa@c-76-102-117-28.hsd1.ca.comcast.net) has quit () | |
[21:00:59] | Goga777 (Goga777!~Goga777@shpd-92-101-150-93.vologda.ru) has quit (Ping timeout: 240 seconds) | |
[21:10:10] | Steve_Goodey (Steve_Goodey!~steve@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv | |
[21:17:49] | reynaldo (reynaldo!reynaldo@200.29.137.120) has quit (*.net *.split) | |
[21:17:49] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has quit (*.net *.split) | |
[21:17:49] | ozatomic (ozatomic!~ozatomic@bb.rapidspeeds.com) has quit (*.net *.split) | |
[21:17:49] | Computer_Czar (Computer_Czar!~dcooper@69.4.155.83) has quit (*.net *.split) | |
[21:17:50] | dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has quit (*.net *.split) | |
[21:17:52] | Feico (Feico!~Feico@2001:610:64e:e:bc02:72e3:1873:9aba) has quit (*.net *.split) | |
[21:17:52] | okolsi (okolsi!~mythtv@a88-112-74-247.elisa-laajakaista.fi) has quit (*.net *.split) | |
[21:17:52] | laga (laga!~laga@h1626373.stratoserver.net) has quit (*.net *.split) | |
[21:17:52] | Beirdo (Beirdo!~gjhurlbu@unaffiliated/beirdo) has quit (*.net *.split) | |
[21:17:52] | mag0o (mag0o!20001@slackhost.lynchmv.com) has quit (*.net *.split) | |
[21:17:52] | ThisNewGuy (ThisNewGuy!~doug@pool-96-242-160-27.nwrknj.fios.verizon.net) has quit (*.net *.split) | |
[21:17:52] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (*.net *.split) | |
[21:17:53] | caelor (caelor!~caelor@93-97-184-87.zone5.bethere.co.uk) has quit (*.net *.split) | |
[21:17:53] | Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (*.net *.split) | |
[21:17:53] | alan` (alan`!alan@rrcs-67-52-47-64.west.biz.rr.com) has quit (*.net *.split) | |
[21:17:53] | wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has quit (*.net *.split) | |
[21:17:53] | kormoc (kormoc!~kormoc@unaffiliated/kormoc) has quit (*.net *.split) | |
[21:17:53] | _charly_ (_charly_!kroseneg@sunrise.schmidham.net) has quit (*.net *.split) | |
[21:17:53] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has quit (*.net *.split) | |
[21:17:53] | elvum (elvum!~elvum@zenit.dh.bytemark.co.uk) has quit (*.net *.split) | |
[21:17:53] | Cougar (Cougar!~cougar@lost.data.ee) has quit (*.net *.split) | |
[21:17:54] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (*.net *.split) | |
[21:17:54] | ke^ (ke^!~mie@77.109.206.88) has quit (*.net *.split) | |
[21:17:56] | benklop (benklop!~bklopfens@little-black-box.vmware.com) has quit (*.net *.split) | |
[21:17:58] | tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[21:17:58] | xris (xris!~xris@xris.forevermore.net) has quit (*.net *.split) | |
[21:17:58] | stuarta (stuarta!~stuarta@unaffiliated/stuarta) has quit (*.net *.split) | |
[21:17:59] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has quit (*.net *.split) | |
[21:17:59] | antifoo (antifoo!~antifoo@123.200.143.227) has quit (*.net *.split) | |
[21:17:59] | dekarl1 (dekarl1!~deKarl@e180150183.adsl.alicedsl.de) has quit (*.net *.split) | |
[21:17:59] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (*.net *.split) | |
[21:18:00] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (*.net *.split) | |
[21:18:00] | jpabq- (jpabq-!~jpabq@174-28-182-216.albq.qwest.net) has quit (*.net *.split) | |
[21:18:00] | jpabq (jpabq!~jpabq@174-28-182-216.albq.qwest.net) has quit (*.net *.split) | |
[21:18:00] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has quit (*.net *.split) | |
[21:18:00] | Steve_Goodey (Steve_Goodey!~steve@host86-148-193-179.range86-148.btcentralplus.com) has quit (*.net *.split) | |
[21:18:00] | rooaus (rooaus!~cameron@ppp59-167-126-229.static.internode.on.net) has quit (*.net *.split) | |
[21:18:00] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has quit (*.net *.split) | |
[21:18:00] | j-rod|afk (j-rod|afk!~jarod@static-72-93-233-2.bstnma.fios.verizon.net) has quit (*.net *.split) | |
[21:18:00] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (*.net *.split) | |
[21:18:00] | JEDIDIAH__ (JEDIDIAH__!~jedi@cpe-76-185-72-21.tx.res.rr.com) has quit (*.net *.split) | |
[21:18:00] | Gibby (Gibby!~Gibby@204.118.10.244) has quit (*.net *.split) | |
[21:18:00] | stuartm (stuartm!~gbee@cpc4-derb9-0-0-cust534.8-3.cable.virginmedia.com) has quit (*.net *.split) | |
[21:18:01] | jstenback (jstenback!~jstenback@64.151.104.172) has quit (*.net *.split) | |
[21:18:03] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has quit (*.net *.split) | |
[21:18:03] | markk (markk!~mark@cm69.delta193.maxonline.com.sg) has quit (*.net *.split) | |
[21:18:03] | tris (tris!~tristan@CAMEL.ETHEREAL.NET) has quit (*.net *.split) | |
[21:18:03] | poptix (poptix!poptix@poptix.net) has quit (*.net *.split) | |
[21:18:03] | jpharvey_ (jpharvey_!~jpharvey@host86-164-199-11.range86-164.btcentralplus.com) has quit (*.net *.split) | |
[21:18:03] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (*.net *.split) | |
[21:18:03] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (*.net *.split) | |
[21:18:03] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (*.net *.split) | |
[21:18:03] | davide (davide!~gigem@cpe-76-187-29-95.tx.res.rr.com) has quit (*.net *.split) | |
[21:18:03] | kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[21:18:03] | ybot (ybot!~quassel@61.14.141.36) has quit (*.net *.split) | |
[21:18:03] | dagar (dagar!~dagar@agar.ca) has quit (*.net *.split) | |
[21:18:55] | elmojo (elmojo!~elmojo@unaffiliated/elmojo) has quit (Ping timeout: 255 seconds) | |
[21:19:32] | elmojo (elmojo!~elmojo@unaffiliated/elmojo) has joined #mythtv | |
[21:20:23] | dekarl (dekarl!~deKarl@e180146145.adsl.alicedsl.de) has joined #mythtv | |
[21:20:23] | Steve_Goodey (Steve_Goodey!~steve@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv | |
[21:20:23] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[21:20:23] | jpharvey_ (jpharvey_!~jpharvey@host86-164-199-11.range86-164.btcentralplus.com) has joined #mythtv | |
[21:20:23] | rooaus (rooaus!~cameron@ppp59-167-126-229.static.internode.on.net) has joined #mythtv | |
[21:20:23] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has joined #mythtv | |
[21:20:23] | Feico (Feico!~Feico@2001:610:64e:e:bc02:72e3:1873:9aba) has joined #mythtv | |
[21:20:23] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[21:20:23] | knightr (knightr!~knightr@69-165-170-178.dsl.teksavvy.com) has joined #mythtv | |
[21:20:23] | okolsi (okolsi!~mythtv@a88-112-74-247.elisa-laajakaista.fi) has joined #mythtv | |
[21:20:23] | markk (markk!~mark@cm69.delta193.maxonline.com.sg) has joined #mythtv | |
[21:20:23] | ke^ (ke^!~mie@77.109.206.88) has joined #mythtv | |
[21:20:23] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv | |
[21:20:23] | reynaldo (reynaldo!reynaldo@200.29.137.120) has joined #mythtv | |
[21:20:23] | antifoo (antifoo!~antifoo@123.200.143.227) has joined #mythtv | |
[21:20:23] | j-rod|afk (j-rod|afk!~jarod@static-72-93-233-2.bstnma.fios.verizon.net) has joined #mythtv | |
[21:20:23] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv | |
[21:20:23] | caelor (caelor!~caelor@93-97-184-87.zone5.bethere.co.uk) has joined #mythtv | |
[21:20:23] | dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv | |
[21:20:23] | Computer_Czar (Computer_Czar!~dcooper@69.4.155.83) has joined #mythtv | |
[21:20:23] | ozatomic (ozatomic!~ozatomic@bb.rapidspeeds.com) has joined #mythtv | |
[21:20:23] | castlec (castlec!~christoph@cpe-76-181-105-97.insight.res.rr.com) has joined #mythtv | |
[21:20:23] | Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv | |
[21:20:23] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv | |
[21:20:23] | JEDIDIAH__ (JEDIDIAH__!~jedi@cpe-76-185-72-21.tx.res.rr.com) has joined #mythtv | |
[21:20:23] | Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv | |
[21:20:23] | laga (laga!~laga@h1626373.stratoserver.net) has joined #mythtv | |
[21:20:23] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv | |
[21:20:23] | alan` (alan`!alan@rrcs-67-52-47-64.west.biz.rr.com) has joined #mythtv | |
[21:20:23] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv | |
[21:20:23] | tris (tris!~tristan@CAMEL.ETHEREAL.NET) has joined #mythtv | |
[21:20:23] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv | |
[21:20:23] | stuartm (stuartm!~gbee@cpc4-derb9-0-0-cust534.8-3.cable.virginmedia.com) has joined #mythtv | |
[21:20:23] | davide (davide!~gigem@cpe-76-187-29-95.tx.res.rr.com) has joined #mythtv | |
[21:20:23] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv | |
[21:20:23] | mag0o (mag0o!20001@slackhost.lynchmv.com) has joined #mythtv | |
[21:20:23] | benklop (benklop!~bklopfens@little-black-box.vmware.com) has joined #mythtv | |
[21:20:23] | ThisNewGuy (ThisNewGuy!~doug@pool-96-242-160-27.nwrknj.fios.verizon.net) has joined #mythtv | |
[21:20:23] | jpabq- (jpabq-!~jpabq@174-28-182-216.albq.qwest.net) has joined #mythtv | |
[21:20:23] | jpabq (jpabq!~jpabq@174-28-182-216.albq.qwest.net) has joined #mythtv | |
[21:20:23] | wagnerrp (wagnerrp!~wagnerrp_@NR-FT1-66-42-240-159.fuse.net) has joined #mythtv | |
[21:20:23] | kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[21:20:23] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has joined #mythtv | |
[21:20:23] | Beirdo (Beirdo!~gjhurlbu@unaffiliated/beirdo) has joined #mythtv | |
[21:20:23] | ybot (ybot!~quassel@61.14.141.36) has joined #mythtv | |
[21:20:23] | Cougar (Cougar!~cougar@lost.data.ee) has joined #mythtv | |
[21:20:23] | elvum (elvum!~elvum@zenit.dh.bytemark.co.uk) has joined #mythtv | |
[21:20:23] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv | |
[21:20:23] | _charly_ (_charly_!kroseneg@sunrise.schmidham.net) has joined #mythtv | |
[21:20:23] | kormoc (kormoc!~kormoc@unaffiliated/kormoc) has joined #mythtv | |
[21:20:23] | stuarta (stuarta!~stuarta@unaffiliated/stuarta) has joined #mythtv | |
[21:20:23] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv | |
[21:20:23] | tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[21:20:23] | jstenback (jstenback!~jstenback@64.151.104.172) has joined #mythtv | |
[21:20:23] | poptix (poptix!poptix@poptix.net) has joined #mythtv | |
[21:20:23] | dagar (dagar!~dagar@agar.ca) has joined #mythtv | |
[21:27:00] | Steve_Goodey (Steve_Goodey!~steve@host86-148-193-179.range86-148.btcentralplus.com) has quit (Remote host closed the connection) | |
[21:31:39] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has joined #mythtv | |
[21:49:33] | Kunalagon (Kunalagon!~Kunalagon@212.200.241.232) has joined #mythtv | |
[21:54:19] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[21:56:44] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[22:11:20] | stuartm: | does seeking in a bluray title work for anyone? FFW/REW/SKIP/JUMP all result in playback starting at the beginning of the title for me |
[22:11:49] | paul-h: | sphery: so do you think it isn't sufficient to just use QDir::mkpath() or QDir::mkdir() and remove the umask() altogether? We already use them in many places without any problems that I'm aware of. My understanding is that Qt tries to create directories with the same permissions as the parent directory |
[22:12:42] | stuartm: | which is unfortunate because I was a couple of minutes from the end of a long chapter when I made the mistake of trying to rewind a few seconds, now it seems I'm doomed to rewatch the preceeding 10 minutes (from the last chapter mark) |
[22:16:23] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[22:20:22] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 276 seconds) | |
[22:21:30] | Kunalagon (Kunalagon!~Kunalagon@212.200.241.232) has quit (Quit: Leaving.) | |
[22:24:51] | SteveGoodey (SteveGoodey!~quassel@host86-148-193-179.range86-148.btcentralplus.com) has quit (Remote host closed the connection) | |
[22:31:47] | Feico (Feico!~Feico@2001:610:64e:e:bc02:72e3:1873:9aba) has quit (Quit: Toedeledokie) | |
[22:39:43] | iamlindo` (iamlindo`!~iamlindor@c-71-202-67-27.hsd1.ca.comcast.net) has joined #mythtv | |
[22:39:55] | iamlindoro (iamlindoro!~iamlindor@unaffiliated/iamlindoro) has quit (Read error: Connection reset by peer) | |
[22:43:34] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 250 seconds) | |
[22:44:10] | justinh (justinh!~justin@cpc1-salf4-0-0-cust69.10-2.cable.virginmedia.com) has left #mythtv () | |
[22:44:29] | larson9999 (larson9999!~larson9@74-129-134-84.dhcp.insightbb.com) has joined #mythtv | |
[22:48:59] | j-rod|afk (j-rod|afk!~jarod@static-72-93-233-2.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds) | |
[22:49:34] | sphery: | paul-h: Sounds good to me. I was just thinking if we are going to have some permissions hack, it would be best if we have only one that's called everywhere it's used. |
[22:54:36] | j-rod|afk (j-rod|afk!~jarod@static-72-93-233-2.bstnma.fios.verizon.net) has joined #mythtv | |
[23:05:16] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has quit (Ping timeout: 265 seconds) | |
[23:09:53] | skd5aner (skd5aner!~skd5aner@cpe-069-132-082-180.carolina.res.rr.com) has joined #mythtv | |
[23:10:53] | ke^ (ke^!~mie@77.109.206.88) has quit (Ping timeout: 260 seconds) | |
[23:33:00] | larson9999 (larson9999!~larson9@74-129-134-84.dhcp.insightbb.com) has quit (Quit: Leaving) | |
[23:51:23] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[23:53:20] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Read error: Connection reset by peer) | |
[23:53:44] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[23:56:07] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has quit (Quit: jya) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.