pünktchen 1409 Posted August 10, 2021 Posted August 10, 2021 (edited) If i push with the help of the Sessions/{Id}/Playing command a list of item ids, where some of them are repeated, to a client Emby drops all identical ids except the first one. Example: curl -X POST "http://127.0.0.1:8096/emby/Sessions/dacddde0bb91aab3d0036b23e7dfcfab/Playing?ItemIds=3350990,2043621,3350991,2043621,3350992,2043621,3350993&PlayCommand=PlayNow&api_key=123" -H "Content-Type: application/json" -d "{\"ControllingUserId\":\"g34c0986618b407e6789aaacb343fd32\",\"StartIndex\":0}" Input list is 3350990,2043621,3350991,2043621,3350992,2043621,3350993 Playback result is 3350990,2043621,3350991,3350992,3350993 The same issue also happens with a real Emby playlist that has repeating items: As long as the playlist is played in the (local) app, all is fine. But if the playlist is send to another device with the share button, then all identical items except the first one are dropped. Playlist is Blind Date, Sancho und Pancho, DOA, Sancho und Pancho, Gate, Sancho und Pancho, The Lodge, Sancho und Pancho Playback is Blind Date, Sancho und Pancho, DOA, Gate, The Lodge Edited August 10, 2021 by pünktchen
pünktchen 1409 Posted August 23, 2021 Author Posted August 23, 2021 @cayars can you please ask your chef why i don't get any attention here?
Carlo 4561 Posted August 23, 2021 Posted August 23, 2021 Personally I like to do my own cooking so I don't have a chef. I'll go out for dinner on occasion but that's about it. @Luke could you spare a few minutes to take a look at this for pünktchen? 1
Luke 42085 Posted August 31, 2021 Posted August 31, 2021 Ok yes I can see how this might happen. We'll take a look at it. Thanks.
pünktchen 1409 Posted December 29, 2022 Author Posted December 29, 2022 @Luke the problem from my start post still exists. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now