2024-11-02, 05:41
Kodi utility for fast switching between recently played media.
Keeps a list of recently played media - supports Kodi library episodes, movies, PVR channels, songs and non-library files. Does not (yet?) support add-ons or PVR recordings.
Available from the official Kodi repository now (in the Services section).
The primary intended use is to make for super easy Switchback between two in progress video.
Consider this scenario:
Accessing the Swithback list:
Support: Post here or open a github issue (please supply a link to a complete debug log and a copy of your
Github: https://github.com/bossanova808/plugin.switchback
Wiki: https://kodi.wiki/view/Add-on:Switchback
Keeps a list of recently played media - supports Kodi library episodes, movies, PVR channels, songs and non-library files. Does not (yet?) support add-ons or PVR recordings.
Available from the official Kodi repository now (in the Services section).
The primary intended use is to make for super easy Switchback between two in progress video.
Consider this scenario:
- You are watching 'video A' with your partner. You are interrupted and your partner needs to tend to the kids/howl at the moon.
- You navigate to 'video B' and watch some of that.
- Your partner comes back.
- You hit your one button 'Switchback' and 'video A' starts playing again, no need for tedious library navigation etc.
- You are interrupted again - the moon is so very bright tonight - hit your 'Switchback' to resume 'video B' immediately, again with one magic button and no tedious library navigation.
Accessing the Swithback list:
- You can access the full Switchback list (and remove anything in there if you want) - as you would access any Video addon.
- Ideally, for one touch instant switching that resumes exactly what you last watched from its resume point - bind a remote/keyboard key to Switchback, e.g. this binds the SomeButton button:
<SomeButton>PlayMedia(plugin://plugin.switchback/?mode=switchback,resume)</SomeButton>
- Or, if you prefer for it to display the Switchback list (i.e. list of recently played things) use:
<SomeButton>RunAddon(plugin.switchback)</SomeButton>
Support: Post here or open a github issue (please supply a link to a complete debug log and a copy of your
switchback_list.json
from the add-on data folder)Github: https://github.com/bossanova808/plugin.switchback
Wiki: https://kodi.wiki/view/Add-on:Switchback