Add song to specific playlist - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Add song to specific playlist (/showthread.php?tid=344298) |
Add song to specific playlist - .Erich - 2019-05-29 Hi all Simple question. How do you add a song to a specific playlist (not the current playlist)? Would love to add some songs to different playlists while listening to music or browse through my library. At the moment there is only an option 'queue item' in the context menu. I'm aware of the possibility to edit your playlists in the playlist section but this is not what I'm looking for. RE: Add song to specific playlist - the_other_guy - 2019-05-30 simple playlist you will need to add a key to add to playlist <keymap> <global> <keyboard> <f2>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</f2> <!-- <f4>!Skin.HasSetting(HomeMenuNocustom3Button)</f4> --> <f4>Skin.ToggleSetting(HomeMenuNocustom3Button)</f4> <F5>XBMC.ReloadSkin()</F5> <F7>Notification(Testing 123,Hello world)</F7> <F8>Skin.ToggleDebug()</F8> </keyboard> </global> </keymap> RE: Add song to specific playlist - TP.One - 2019-05-30 (2019-05-29, 17:44).Erich Wrote: Simple question. How do you add a song to a specific playlist (not the current playlist)? If its about static Playlists (m3u) thers a Contextmenu-Addon for this, its called Playlist Append and is not (jet?) in a Repository. (You have to install it via .zip) RE: Add song to specific playlist - .Erich - 2019-06-01 @TP.One Yes just simple .m3u playlists. Playlist Append seems to be exactly what I was looking for. Unfortunately it doesn't work at my end (Kodi 18.2 with Libreelec). Is this add-on still maintained? As already mentioned in the thread it would be very nice to add this feature to the core of Kodi. Adding a song to a specific playlist is a fundamental task for a mediaplayer in my opinion. @the_other_guy I'm not sure this add-on can do this. I like to add a song to different playlists. Thanks for your time |