-
|
What would I call to start a manual library sync either with a keyboard keymaps or skin menu? |
Beta Was this translation helpful? Give feedback.
Answered by
croneter
Jul 23, 2025
Replies: 1 comment
-
|
Must commands you can find e.g. here, the However, manual library sync is here: https://github.com/croneter/PlexKodiConnect/blob/python3-beta/default.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
croneter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Must commands you can find e.g. here, the
RunPlugin(...)pieces: https://raw.githubusercontent.com/croneter/PlexKodiConnect/refs/heads/python3-beta/resources/settings.xmlHowever, manual library sync is here: https://github.com/croneter/PlexKodiConnect/blob/python3-beta/default.py
So use the command:
RunPlugin(plugin://plugin.video.plexkodiconnect?mode=manualsync)