2023-04-07, 02:17
well to get started @dapharsyde
if you want to detect chapter changes, it looks like it happens here - https://github.com/xbmc/inputstream.adap...n.cpp#L694
might just throw in some extra debug log messages for the time being until youre sure youre detecting what you want
for building binary addons - https://github.com/xbmc/xbmc/blob/master/docs/README.md
once youve detected properly then you could move on to whats required to send kodi a message of some sort to tell it about the break
then, you just need to act on it from kodi
if you want to detect chapter changes, it looks like it happens here - https://github.com/xbmc/inputstream.adap...n.cpp#L694
might just throw in some extra debug log messages for the time being until youre sure youre detecting what you want
for building binary addons - https://github.com/xbmc/xbmc/blob/master/docs/README.md
once youve detected properly then you could move on to whats required to send kodi a message of some sort to tell it about the break
then, you just need to act on it from kodi