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
    2K
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    1K
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
    My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
    Replies
    5
    Views
    2K
    Thank you for this tip! I'm moving MP TV Server to a new machine. I installed the 64-bit version and most of the MP firewall rules were set to Public. I couldn't connect to the new TV Server from my old single-seat installation running 32-bit until I changed all MP-related firewall rules on the new machine to Private. Before I did...
    Thank you for this tip! I'm moving MP TV Server to a new machine. I installed the 64-bit version and most of the MP firewall...
    Server and client on modern uptodate Windows 11 desktop. Software is Server and Client version x86 1.38.003 Remote client on...
    Replies
    26
    Views
    2K
    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
    9K
    Top Bottom