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

    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
    732
    I don't know where to find the source code.
    I don't know where to find the source code.
    Hi, Is it straight forward to upgrade to x64 version from x86? Also, is there a list of plugins supporting x64? Thanks, Colin
    Replies
    8
    Views
    2K
    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios were not populated Fallback to english tagline didn't work Score / Popularity now empty instead of dummy rating and unknown popularity numbers Also I've tried to compile plugin against MP 1.34 x64 and...
    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios...
    Hi! TheTVDB.com has movies in their API now. API itself looks ok now so I decided to add TVDB to Moving Pictures. Check it if you...
    Replies
    2
    Views
    840
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use just to control volume and standby, will no longer put my devices (TV & AVR) to sleep when the HTPC is put in standby. Also when I wake up the HTPC MP closes or crashes (not sure which) as per the example in...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Ran into this problem following an otherwise sucessful upgrade from MP 1.34 x64 to MP 1.35 x64 the CEC Remote plugin which I use...
    Replies
    0
    Views
    496
    MP1 MP2 [solved] Basic audio question... DE
    Yes, works, thanks. Deselecting "Prefer multichannel audio streams" under "Video Player" (under "Players") gives me the stereo stream, by default, in television also. Thanks for your help. N.
    Yes, works, thanks. Deselecting "Prefer multichannel audio streams" under "Video Player" (under "Players") gives me the stereo...
    Is there a way to set the default audio stream for live TV? The default default, so to speak, for me seems to be English...
    Replies
    4
    Views
    1K
    Top Bottom