stremio-features
stremio-features copied to clipboard
Basic Support to MPC-HC
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.
Using latest MPC-HC, instead of /start it requires /startpos as the timeArg.