Thursday, December 18th, 2014, 00:16 UTC | ||
[00:16:02] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (Ping timeout: 264 seconds) | |
[00:16:10] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv | |
[00:17:50] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer) | |
[00:22:13] | sraue_ (sraue_!~stephan@aftr-88-152-184-37.unity-media.net) has joined #mythtv | |
[00:22:37] | sraue (sraue!~stephan@kodi/staff/sraue) has quit (Ping timeout: 255 seconds) | |
[00:55:40] | dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv | |
[01:56:39] | arescorpio (arescorpio!~arescorpi@217-57-245-190.fibertel.com.ar) has joined #mythtv | |
[02:45:41] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[03:24:13] | dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Quit: Ex-Chat) | |
[04:17:36] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 250 seconds) | |
[04:57:41] | arescorpio (arescorpio!~arescorpi@217-57-245-190.fibertel.com.ar) has quit (Excess Flood) | |
[05:12:11] | Warped (Warped!~Warped@108.85.160.119) has quit (Quit: ChatZilla 0.9.91 [Firefox 34.0.5/20141126041045]) | |
[05:23:24] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv | |
[05:57:10] | q9 (q9!~guido@dslb-092-072-148-192.092.072.pools.vodafone-ip.de) has joined #mythtv | |
[06:06:04] | q9 (q9!~guido@dslb-092-072-148-192.092.072.pools.vodafone-ip.de) has quit (Ping timeout: 245 seconds) | |
[06:36:10] | sraue_ is now known as sraue | |
[06:36:19] | sraue (sraue!~stephan@aftr-88-152-184-37.unity-media.net) has quit (Changing host) | |
[06:36:19] | sraue (sraue!~stephan@kodi/staff/sraue) has joined #mythtv | |
[07:10:34] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[07:50:42] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[08:27:26] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has quit (Ping timeout: 264 seconds) | |
[08:34:55] | xris (xris!~xris@mythtv/developer/xris) has quit (Ping timeout: 255 seconds) | |
[09:01:07] | cesman (cesman!~cesman@pool-173-60-115-40.lsanca.fios.verizon.net) has joined #mythtv | |
[09:01:07] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has joined #mythtv | |
[09:01:07] | cesman (cesman!~cesman@pool-173-60-115-40.lsanca.fios.verizon.net) has quit (Changing host) | |
[09:09:00] | lomion0815 (lomion0815!5bd9374e@gateway/web/freenode/ip.91.217.55.78) has joined #mythtv | |
[09:10:51] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv | |
[09:12:15] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has joined #mythtv | |
[09:27:16] | stuarta: | morning all |
[09:43:49] | Roklobsta: | evening |
[09:47:45] | warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv | |
[09:48:52] | warpme: | Roklobsta: i saw Your q regarding slowed playback when UI notification displaying. Do You have still this issue? |
[09:50:23] | Roklobsta: | yes it came yesterday |
[09:50:56] | Roklobsta: | just for warnings, not volume/skip. |
[09:51:16] | warpme: | it is causesd by 6350a12. I don't have time to find fix – but it think it is quite simple |
[10:03:36] | stuartm: | warpme: change "m_added = false" to "m_added = s.m_added" ? Same for m_created? |
[10:04:18] | stuartm: | I've no idea if that's correct, nor why intialising those values would cause any playback issues (if anything it should fix bugs, not create them) |
[10:04:39] | stuartm: | maybe jya can take a look |
[10:05:42] | jya: | stuartm: what’s this about? |
[10:06:25] | stuartm: | warpme reckons that https://github.com/MythTV/mythtv/commit/6350a12 is causing slow playback when notifications are displayed |
[10:06:53] | stuartm: | the only additions were to initialise m_added and m_created in the copy constructor |
[10:08:27] | stuartm: | and since they were previously uninitialised I opted to set them to false, perhaps they should instead be copied? |
[10:10:00] | len (len!~quassel@75-168-45-25.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[10:10:29] | stuartm: | or alternatively I just revert the commit and suppress the warnings |
[10:10:33] | jya: | why was the change made ? |
[10:11:51] | jya: | I can’t remember that code to be honnest :) |
[10:11:58] | stuartm: | fixing unintialised variable warnings from one of the static analysis tools, not sure which one now as I failed to note it in the commit message |
[10:12:15] | jya: | if you have m_added = false however, it will re-add it all the time |
[10:12:38] | jya: | I would need to see where it’s used |
[10:12:59] | jya: | maybe it can also be copied from the original |
[10:13:02] | jya: | need to check |
[10:14:42] | warpme: | stuartm: I just added makemkv to mm2 and want to play with BLuray playback a little. What is Your expierience? |
[10:15:15] | stuartm: | mm2? |
[10:15:23] | warpme: | Minimyth2 |
[10:17:07] | stuartm: | ah, well if you create the symbolic links from libaacs.so.0 to their libmmbd.so.0, and create an fstab entry for the blu-ray drive (mountable by users) then disks should just play in mythfrontend |
[10:17:45] | stuartm: | I mount to /mnt/cdrom though I don't think it matters |
[10:18:36] | warpme: | pls remaind me – are iso images supported – or rather I have to have machine with physical BLuRay drive? |
[10:19:04] | stuartm: | warpme: not sure tbh |
[10:19:42] | stuartm: | in theory if they are mounted they appear the same to the frontend, but whether we've got the code to mount blu-ray isos ... |
[10:20:37] | warpme: | OK – I'll try with my desktop box (it has phy BD drive). Hope glibc2.12 will be still accepted for makemkv 1.9.0... |
[10:20:57] | stuartm: | I've only tested the physical disk scenario, don't have drive space for 30–40GB per disc |
[10:22:34] | warpme: | It already cross-builds OK with ffmpeg2.5.1 and glibc2.12 – so lets try how it goes... |
[10:22:43] | jya: | warpme: you must mount the disk |
[10:22:55] | jya: | or the unencrypted ISO for BD to work |
[10:24:49] | warpme: | jya: I was thinking for different scenario: I save encrypted BD disk to iso and next share it to all disk-less FE for playback |
[10:25:30] | jya: | what I do is mount the disk in a Windows VM which has AnyDVD running |
[10:25:53] | jya: | and I export the result decrypted disk via windows share which is mounted on linux and myth play that |
[10:26:02] | warpme: | jya: right. I rip 180+ discs that way :-) |
[10:26:11] | jya: | I don’t rip |
[10:27:20] | warpme: | sure. I rip only for watch again later purpouses |
[10:27:45] | jya: | warpme: killed my mac pro 8 core / 32GB today :(. I had put it on a table in my hallway while I was doing some cleanup on my desk. Went to pick it up, and somehow the lock was opened and the case and the main chassis got separated |
[10:27:53] | jya: | dropped on the floor and rolled down the stairs |
[10:28:19] | warpme: | makemkv gives promise to skip all AnyDVD expitarions etc. |
[10:28:22] | jya: | turned out my 5 years old “investigated†what that lock button was for |
[10:28:38] | Roklobsta: | jya: no pocket money for 16 years |
[10:28:42] | jya: | warpme: whatever you do with makemkv you can do it with anydvd |
[10:28:42] | warpme: | jya: OMG – is it survived? |
[10:29:01] | jya: | warpme: the chassis is bent at the top, which prevent the fan from rotating |
[10:29:25] | jya: | I’m hoping that it’s the only issue there is.. ram and SSD got ejected in the way, but they appear intact |
[10:29:47] | jya: | $9000 computer … I thought I was going to cry |
[10:29:56] | stuarta: | i would |
[10:30:01] | warpme: | Oh – it it is only mechanical damage with cooling – then god save it. It PCB is broken then.... |
[10:30:19] | jya: | well the entire top of the mac, the whole cooling mechanism can actually be replaced |
[10:30:31] | jya: | it’s where you have the radio antenna and the wifi card |
[10:30:34] | jya: | and the fan |
[10:30:49] | jya: | it’s a pretty solid piece of metal, but it still managed to get bent |
[10:31:08] | jya: | but that machine weighs a ton… not surprising that such fall caused damaged |
[10:31:20] | jya: | so I’m back workign on the only machine I have left. A mac book air :) |
[10:31:32] | jya: | compiling firefox takes me “only†36 minutes |
[10:31:46] | jya: | was 6.2 minutes in the pro |
[10:33:40] | warpme: | Omg – I'm really sad about this. I remember I want to car service to winter wheels exchange. For waiting I had my MacBook PRO with me. After replacement I want out but forgot rucsac with laptop. I realized this after 3h – and I was sure I lost my 15' 16G i7 MacBook Pro. Fatal feeling when You realized that 2.5k$ is lost. But finally my rucsac was waiting for me in maiting room for 3h. Oh – i was lucky :-) |
[10:34:00] | warpme: | s/want/went/ |
[10:34:18] | jya: | that was lucky... |
[10:35:04] | warpme: | yeah. I'm sure You will fix Your machine!. How is Your youngest gentelman? |
[10:35:29] | jya: | he was adamant that after playing with the lock, he put it back where it was before |
[10:36:25] | jya: | I didn’t insist.. when I started to question him he just started to cry… so there was no point |
[10:36:46] | jya: | he’s always pulling things appart, looking on how things work etc |
[10:36:54] | jya: | will be an engineer for sure |
[10:37:54] | warpme: | :-) From my children I'm surpriced how many hidden aspects of personality are inherited. |
[10:38:22] | jya: | indeed. |
[10:38:48] | jya: | well, now I’m hungry |
[10:39:35] | warpme: | I'm sure he will share Your tallents. Tahts perfect as MythTV needs more tallented ppl :-))). Take You time with dinner! |
[10:54:22] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Ping timeout: 258 seconds) | |
[10:54:48] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has joined #mythtv | |
[11:22:20] | stuartm: | jya: that seems convoluted (mounting on windows under AnyDVD), is the MakeMKV lib not available for OSX? |
[11:22:50] | stuartm: | nm, you said linux, so you could just use that instead |
[11:26:45] | stuartm: | I'm going to end up paying for a MakeMKV license, though if I can find a proxy so I pay the US rate I'll do that |
[11:39:08] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[12:01:51] | Sharky112065 (Sharky112065!~Sharky112@c-24-16-144-222.hsd1.wa.comcast.net) has quit (Ping timeout: 244 seconds) | |
[12:17:40] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[13:02:35] | jya: | stuartm: would you have 3-bytes NAL size sample by any chance ? |
[13:24:11] | stuartm: | jya: no idea, I'd have to check |
[13:24:23] | jya: | if you do that would be great thank you |
[13:27:18] | stuartm: | worth asking jpabq too since he's done a lot of work with our H.264 parser |
[13:55:48] | dekarl1 is now known as dekarl | |
[14:12:42] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[14:15:32] | lomion0815 (lomion0815!5bd9374e@gateway/web/freenode/ip.91.217.55.78) has quit (Quit: Page closed) | |
[14:48:26] | stuartm: | jya: are you in a hurry? I'm more busy than expected today, might not get around to checking until tonight |
[15:18:34] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 265 seconds) | |
[15:22:32] | rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:d454:ebd9:97ee:9447) has joined #mythtv | |
[15:22:35] | rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:d454:ebd9:97ee:9447) has quit (Changing host) | |
[15:22:35] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[16:21:13] | q9 (q9!~guido@dslb-092-072-148-192.092.072.pools.vodafone-ip.de) has joined #mythtv | |
[16:37:46] | joki (joki!~joki@p54862886.dip0.t-ipconnect.de) has quit (Ping timeout: 255 seconds) | |
[16:44:36] | joki (joki!~joki@p548626D0.dip0.t-ipconnect.de) has joined #mythtv | |
[16:54:05] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG) | |
[17:12:09] | Warped (Warped!~Warped@108.85.160.119) has quit (Quit: ChatZilla 0.9.91 [Firefox 34.0.5/20141126041045]) | |
[17:14:29] | dekarl: | stuartm, hmm if m_added=false; leads to being added again, that would explain duplicate popups, too |
[17:26:17] | stuartm: | I fix it tonight |
[17:27:40] | xris (xris!~xris@xris.forevermore.net) has quit (Changing host) | |
[17:27:41] | xris (xris!~xris@mythtv/developer/xris) has joined #mythtv | |
[17:33:57] | jpharvey_ (jpharvey_!~jpharvey@host109-148-236-42.range109-148.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[17:34:23] | jpharvey_ (jpharvey_!~jpharvey@host109-148-236-42.range109-148.btcentralplus.com) has joined #mythtv | |
[17:53:51] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv | |
[17:55:50] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
[18:20:27] | paul-h (paul-h!~Paul@90.204.194.59) has joined #mythtv | |
[18:33:28] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer) | |
[19:50:35] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has joined #mythtv | |
[19:54:23] | skd5aner (skd5aner!~skd5aner@21.sub-70-198-65.myvzw.com) has quit (Read error: Connection reset by peer) | |
[19:54:40] | skd5aner (skd5aner!~skd5aner@21.sub-70-198-65.myvzw.com) has joined #mythtv | |
[19:58:54] | stuartm: | jya: you're looking for a 3 byte start code (which is what I assumed)? or a NAL unit which is 3 bytes (1byte header + 2byte payload)? |
[20:16:33] | stuartm: | or 3 byte payload is the third option |
[20:29:36] | stuartm: | not finding any 3 byte start codes in my collection, but there's a sample attached to this ffmpeg ticket – https://trac.ffmpeg.org/ticket/3900 |
[20:31:12] | stuartm: | given that libx264 tends to use 3 byte start codes for space reasons I guess somewhere I do have a sample, or could easily produce one |
[20:32:42] | stuartm: | going half blind staring at hex looking for three byte start codes |
[20:34:18] | stuartm: | assuming that's what you meant, access unit delimiters always seem to be 3 byte (inc header) which is why I ruled that possibility out |
[20:38:44] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[21:02:00] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[21:04:37] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 240 seconds) | |
[21:12:47] | len (len!~quassel@75-168-45-25.mpls.qwest.net) has joined #mythtv | |
[21:46:59] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has joined #mythtv | |
[21:48:32] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: Poof) | |
[21:49:02] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[21:50:52] | q9 (q9!~guido@dslb-092-072-148-192.092.072.pools.vodafone-ip.de) has quit (Ping timeout: 256 seconds) | |
[22:16:14] | andreaz (andreaz!~andre_000@p5DD14ABE.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer) | |
[22:20:31] | dekarl1 is now known as dekarl | |
[22:31:58] | jab416171: | does mythtv use the "previously recorded" table to keep track of episodes you've already recorded so it doesn't record duplicates? |
[22:38:08] | Roklobsta: | i have found 0.28 doesn't seem as goot at detecting dupes – and I am using the esteemed shepherd for guide data. |
[22:38:17] | Roklobsta: | good |
[22:39:11] | jab416171: | I'm asking because I want to re-record some shows that were partially recorded and I deleted |
[22:39:19] | stuartm: | jab416171: yes |
[22:39:40] | jab416171: | stuartm, do you know what the name of the table in the db is? |
[22:40:40] | stuartm: | jab416171: you can manage the history through the "Previously Recorded" screen, select the episodes and hit select, then "Remove this episode from the list" |
[22:40:47] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[22:41:06] | stuartm: | when actually deleting the recordings you want to chose "Delete and allow re-record" in future |
[22:41:08] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has joined #mythtv | |
[22:49:14] | jab416171: | stuartm, I know I can, but I'm trying to get the list, and I was going to look at the previously recorded and the deleted recordings table to get the list, and then delete them through the UI |
[22:54:01] | stuartm: | jab416171: there's no deleted recordings table |
[22:54:05] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit () | |
[22:54:44] | stuartm: | but if you really want to dive into the database (not recommended) then oldrecorded contains the info of previously recorded but no longer available recordings |
[22:55:08] | stuartm: | recorded contains the info for recordings which are still on the system |
[22:57:02] | jab416171: | stuartm, I thought it was oldrecorded |
[22:57:03] | jab416171: | thanks |
[22:58:25] | Roklobotomy (Roklobotomy!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has joined #mythtv | |
[23:03:02] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-246-110.lns20.mel8.internode.on.net) has quit (Ping timeout: 245 seconds) | |
[23:03:05] | gigem (gigem!~david@mythtv/developer/gigem) has quit (Ping timeout: 245 seconds) | |
[23:03:06] | moparisthebest (moparisthebest!~quassel@unaffiliated/moparisthebest) has quit (Ping timeout: 245 seconds) | |
[23:03:06] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has quit (Ping timeout: 245 seconds) | |
[23:03:09] | moparsthbest (moparsthbest!~quassel@gateway/tor-sasl/moparisthebest) has joined #mythtv | |
[23:06:24] | jab416171 (jab416171!~jab416171@c-24-2-67-176.hsd1.ut.comcast.net) has joined #mythtv | |
[23:07:23] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[23:23:46] | paul-h (paul-h!~Paul@90.204.194.59) has quit (Quit: Konversation terminated!) | |
[23:35:40] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 258 seconds) | |
[23:44:28] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:d9d4:ce7e:9029:3210:2740:9182) has quit (Read error: Connection reset by peer) | |
[23:49:41] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Ping timeout: 244 seconds) | |
[23:50:20] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.