2023-09-17, 03:33 PM
(This post was last modified: 2023-09-17, 03:34 PM by nooobieee. Edited 2 times in total.)
One thing that I did (for different reasons) is write a script (using Jellyfin's API) that selects n number of items randomly from a list and saves it as a collection. You can then just play the collection in order. You can re-generate the collection as often as you like to re-shuffle.
The key API endpoints are:
/Items (get)
/Collections (post) or /Playlists (post)
The key API endpoints are:
/Items (get)
/Collections (post) or /Playlists (post)