Page 42 of 45

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 19:37
by davilla
jabohn wrote: 10 Feb 2018, 19:19 Re: list wrapping... was the always the case? When I browse sources, it doesn't wrap like it does when I browse my library. When I scroll up at the top of the list, it doesn't wrap down to the bottom.
Auto-wrap is there, it just will not wrap unless you start on top/bottom item. This prevents short list from wrapping around and around.

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 19:41
by jabohn
Just tested again. I should have clarified. It will auto-wrap if you scroll but not if you tap.

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 21:35
by CallClear
@davilla, I went back and installed previous builds to see where exactly chapter skip first broke for me. It works fine on build 3.4.1 (180130.1846). It broke on the next build, 3.4.1 (180131.137). So it is something that changed between those two builds. Does that help?

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 22:20
by davilla
v3.5.0 (180210.1903) @20180210-66d33d0
fixed, single/double/triple taps when scrubbing
fixed, crash if a control vanishes during render cycle
fixed, strm detection for scrubbing exclusion

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 22:34
by davilla
@CallClear debuglog running v3.5.0 (180210.1903) please

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 22:48
by CallClear

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 22:56
by davilla
use file manager and fetch profile/keymaps/customcontroller.SiriRemote.xml and post it somewhere

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 23:00
by davilla
DEBUG: ReadEditDecisionLists - Assuming 24p -> NTSC conversion interlaced content. Adjusted frames per second from 47.952 (~47.952 fps) to 23.976

Do you have EDL's present ? They can override seeking.

Re: Testing MrMC 3.4.1

Posted: 10 Feb 2018, 23:35
by CallClear
davilla wrote: 10 Feb 2018, 23:00 DEBUG: ReadEditDecisionLists - Assuming 24p -> NTSC conversion interlaced content. Adjusted frames per second from 47.952 (~47.952 fps) to 23.976

Do you have EDL's present ? They can override seeking.
No, I haven't used EDL's in years..
davilla wrote: 10 Feb 2018, 22:56 use file manager and fetch profile/keymaps/customcontroller.SiriRemote.xml and post it somewhere
https://pastebin.com/v4tmDSbT

Re: Testing MrMC 3.4.1

Posted: 11 Feb 2018, 00:17
by davilla

Code: Select all

  <FullscreenVideo>
    <customcontroller name="SiriRemote">
      <button id="1">BigStepForward</button>
      <button id="2">BigStepBack</button>
      <button id="3">StepBack</button>
      <button id="4">StepForward</button>
      <button id="5">OSD</button>
      <button id="6">Stop</button>
      <button id="7">Pause</button>
      <button id="8">noop</button>
      <button id="9">noop</button>
      <button id="10">StepBack</button>
      <button id="11">StepForward</button>
    </customcontroller>
  </FullscreenVideo>
  
And there's your problem.

It should be

Code: Select all

  <FullscreenVideo>
    <customcontroller name="SiriRemote">
      <button id="1">ChapterOrBigStepForward</button>
      <button id="2">ChapterOrBigStepBack</button>
      <button id="3">StepBack</button>
      <button id="4">StepForward</button>
      <button id="5">OSD</button>
      <button id="6">Stop</button>
      <button id="7">Pause</button>
      <button id="8">noop</button>
      <button id="9">noop</button>
      <button id="10">StepBack</button>
      <button id="11">StepForward</button>
    </customcontroller>
  </FullscreenVideo>
https://github.com/MrMC/mrmc-private/bl ... Remote.xml

https://github.com/MrMC/mrmc-private/co ... 3ecc440aff

The reason why this shows up now is 3.4.1 (180131.137) fixed reading userdata xmls. To fix this, delete the user keymap and restart MrMC. It will then use customcontroller.SiriRemote.xml from readonly system.