JeIIyfin for Kodi: How to access Jellyfin playlists?
#1
Title says it all: how can I access Jellyfin playlists from Kodi with the Jellyfin for Kodi plugin? Examples for what I want to use playlists for:
MCU movies in chronological order, movies to watch next with family, recommended movies for mother-in-law

Thanks for any help - or for alternative ways to support the above use cases!
Reply
#2
A link to the Jellyfin playlists is included in the addon. Go into the addon and add that link to favourites to make it more accessible. You can then extract it from favourites and add it to a video node so that you can add it to a menu.

You need to put your Jellyfin ServerID in the example shown below

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="120" type="folder">
    <label>Jellyfin Playlists</label>
    <icon>DefaultMusicPlaylists.png</icon>
    <path>plugin://plugin.video.jellyfin/?id=YourJellyfinServerID&mode=browse&type=playlists)</path>
</node>

Hope that helps.
Cheers,
LongMan
Reply

Logout Mark Read Team Forum Stats Members Help
JeIIyfin for Kodi: How to access Jellyfin playlists?0