Remote Action - Big Step Forward (1 Viewer)

gednz

Portal Member
August 6, 2008
14
0
Home Country
New Zealand New Zealand
Hi

Is there any way to set the step size for this?
It seems to be set at 7 mins.
 

rekenaar

Retired Team Member
  • Premium Supporter
  • December 17, 2006
    4,421
    805
    Home Country
    South Africa South Africa
    Hi there :)

    I also wondered about this a while back so I ventured into the code. At the moment it is hardcoded to step 10% at a time:
    Code:
                    double currentpos = g_Player.CurrentPosition;
                    double duration = g_Player.Duration;
                    double percent = (currentpos / duration) * 100d;
                    percent += 10d;
                    if (percent > 100d)
                      percent = 100d;
                    g_Player.SeekAsolutePercentage((int)percent);
     

    gednz

    Portal Member
    August 6, 2008
    14
    0
    Home Country
    New Zealand New Zealand
    It would be great if this was a set-able value or a similar variable created.

    I haven't managed to tweak comskip just right yet and all our add breaks are almost exactly 4 mins anyway.
    I previously used an Imon remote and had its macro send 5 "step forwards" to acheive the skip. Got sick of the poor range and have now upgraded to an MCE which does not even need to be aimed in the direction of the receiver.
     

    Users who are viewing this thread

    Similar threads

    I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
    I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
    Hi all, I'm new to MediaPortal and looking forward to using it. Just one catch and I apologize if it sounds silly - I want to run...
    Replies
    3
    Views
    1K
    Well, all that remains is to find someone who will add this render if it is a render.
    Well, all that remains is to find someone who will add this render if it is a render.
    Are there plans to support other video renderers? MadVR got added a while ago, but this a 'hardcoded' selection in the...
    Replies
    23
    Views
    2K
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings, advanced options, I switched to UNC paths instead of the default RSS, and it's working very well. Sure I had to figure out the paths, but no big deal. Maybe helpful for someone in the future. Thanks for the...
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings...
    Hi folks. I have an issue with a new install/integration into my mediaportal system. I have a “mediaportal server” which has the TV...
    Replies
    5
    Views
    2K
    MP1 MP2 Picture-in-picture DE
    Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many tries, and it’s not clear what I am doing that makes it work on those occasions when it does. Cannot find guidance on the site. Thanks, N. Again, if anyone knows how to do this, would be much...
    Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many...
    Can anyone tell me the step-by-step procedure for bringing up a second channel in pip mode? I can only do it sometimes, after many...
    Replies
    0
    Views
    1K
    Right, so are there any skins that are higher resolutions? I've had a look through the list and there are MP Display++ skins but no information on resolution.
    Right, so are there any skins that are higher resolutions? I've had a look through the list and there are MP Display++ skins but no...
    I have a new PC with a high resolution screen and want to manually configure the size of the windowed MP1 resolution. By default...
    Replies
    8
    Views
    2K
    Top Bottom