Posts: 1,136
Joined: Jul 2011
Reputation:
18
Balinus
Skilled Skinner
Posts: 1,136
Hello,
let's say I have a huge playlist I don't want to dismiss, but only want to add song X as the next song to play. Once the song is played, I'd like the playlist to resume where it was. Is that possible? I can't find that option.
Thank you!
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
mmm Am I being stupip or not understanding? Press ok adds whatever song you click on - to a already existing ongoing playlist without stopping it.
Posts: 534
Joined: Aug 2008
Reputation:
6
He'd like to add it to be played immediately next in the playlist not to the end of the playlist
Posts: 276
Joined: Jan 2013
Reputation:
0
Yatse does it. If you are able to use yatse.
Posts: 104
Joined: Feb 2016
Reputation:
0
Sorry to resurrect an old thread. Is there away to do what the OP asked without using Yates?
Posts: 12,648
Joined: Oct 2014
Reputation:
632
Thread moved to the music support section
Posts: 10,776
Joined: Oct 2011
Reputation:
673
jjd-uk
Team-Kodi Member
Posts: 10,776
Are sure Dave? I don't use playlists, but I recall being able to do something like this in Party Mode, not used Party Mode for a while so memory could be playing tricks.
Posts: 31,445
Joined: Jan 2011
Maybe a context menu add-on could do this? It sounds like it would need a little python so that it could edit the current playlist and put the new song in the right spot?
Posts: 1,832
Joined: Nov 2010
Reputation:
58
Summarizing, currently kodi when you select "Queue item" from the context menu does:
- No party mode: enqueue the element at the end of the playlist
- Party mode: enqueue the element after the current playing item
My suggestion would be to not doing different things with "Queue item" command based on context, but add another contextual menu option called "Queue after current" and let "Queue item" to enqueue always at the end of the playlist. (@HomerJau: like the official remote app for iOS)