stremio-features icon indicating copy to clipboard operation
stremio-features copied to clipboard

Basic Support to MPC-HC

Open wilkerfoureaux opened this issue 6 years ago • 1 comments

Hello,

After looking into issues #99 and #109, I tested with MPC-HC using the following code in server.js: (after mpcBe code)

     mpcHc: {
            title: "MPC-HC",
            args: [''],
            subArg: '/sub ',
            timeArg: '/start ',
            playArg: '',
            darwin: {
                path: []
            },
            linux: {
                path: []
            },
            win32: {
                path: ['"C:\\Program Files\\MPC-HC\\mpc-hc64.exe"', '"C:\\Program Files (x86)\\MPC-HC\\mpc-hc.exe"']
            }
        },

Works for english and embedded subtitles, but not to stream external .srt loaded files.

wilkerfoureaux avatar Nov 27 '19 20:11 wilkerfoureaux

Using latest MPC-HC, instead of /start it requires /startpos as the timeArg.

VelocityRa avatar Aug 08 '24 19:08 VelocityRa