Basic playlists: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
mNo edit summary
(Page cleared)
Line 1: Line 1:
{{mininav|[[Playlists]] }} {{to do}}
<section begin="intro" />Kodi supports both basic playlists and '''[[smart playlists]]'''. A basic playlist is a normal text file that lists one or more media files (Audio or Video), and plays them in succession. You can either create your own or use existing playlists from other sources, such as a playlist generated from Winamp, iTunes, or other sources. Basic playlists can be created and edited directly from Kodi's GUI.<section end="intro" />


== Basic playlists ==
The main way to create and manipulate playlists in Kodi is through the playlist editors (both for normal and smart playlists).
=== How to create a normal playlist ===
[[File:Playlist queue.png|500px|right]]
You can add videos/songs or entire folders with the "Queue" action of your remote/keyboard ({{keypress|Q}} on a keyboard) or the '''"Queue Item"''' option in the context menu can be used. Kodi will add the selected item to the playlist and then advance to the next item in the window.
To see the currently loaded playlist, bring up the context menu.  The currently playing/queued playlist is accessible via the '''"Current playlist"''' item in the left hand sidebar menu.  If the playlist is currently empty then that option will not be visible in the sidebar menu.
While in the "Current playlist" window and pressing the '''Select''' or the '''Play''' button will start playback of your playlist.
When in the "Current playlist" view, you can save your playlist by bringing up the options in the left hand sidebar menu. Playlists are, by default, saved in a subfolder  of [[userdata]]/playlists (separate folder for music, video and mixed playlists).
{{-}}
=== Current playlist window ===
{{anchor|Now Playing}}
The current playlist is a special window for the current audio or video playlist. This list is accessible from the [[Music_navigation#Sideblade_Menu|left hand sidebar menu]]. Selecting an entry will start playback.
{{-}}<br />
==== Sidebar menu ====
[[File:Now playing 3.png|500px|right]]
On the default skin (Confluence) you can bring up these options by bringing up the sidebar menu (press {{keypress|left}} on a keyboard or remote).
;Shuffle
:Shuffles the currently playing playlist
;Repeat
:Repeats the currently playing playlist, options are: '''All''' songs/videos, '''One''' song/video or '''Off''' for no repeating.
;Save
:Saves the currently playing playlist
;Clear
:Clears the currently playing playlist
{{-}}<br />
==== Context menu ====
[[File:Now playing 2.png|500px|right]]
The context menu (press {{keypress|C}} on a keyboard) within the current playlist allows you to move the order of items or remove them.
On a [[Keyboard_controls|keyboard]] you can also use:
* {{keypress|U}} - Move selected up
* {{keypress|D}} - Move selected down
* {{keypress|DEL}} - Remove from playlist.
A remote control with the proper [[keymap]] additions can also use those actions.
{{-}}
== Party Mode playlists ==
{{see|Party Mode}}
== Smart playlists ==
{{main|Smart playlists}}
{{#lst:Smart playlists|intro}}
== Other supported playlist ==
Kodi supports [http://en.wikipedia.org/wiki/PLS_%28file_format%29 PLS], Winamp [http://en.wikipedia.org/wiki/M3U M3U], [http://en.wikipedia.org/wiki/Cue_sheet Cue Sheets], and [[Smart playlists|Kodi Smart Playlist (XSP)]] playlists.
== Playlist folder location ==
The playlists should be placed into a folder named “music“, “mixed” or “video” in the following location:
* '''Windows XP:''' <code>Documents and Settings\<your_user_name>\Application Data\Kodi\userdata\playlists\</code>
* '''Vista/Windows 7:''' <code>Users\<your_user_name>\AppData\Roaming\Kodi\userdata\playlists\</code>
* '''Mac OS X:''' <code>/Users/<your_user_name>/Library/Application Support/Kodi/userdata/playlists/</code>
* '''iOS:''' <code>/private/var/mobile/Library/Preferences/Kodi/userdata/playlists/</code>
* '''Linux:''' <code>$HOME/.kodi/userdata/playlists/</code>
{{Helix updated}}
[[Category:Video library]]
[[Category:Music library]]
[[Category:Manual]]

Revision as of 05:08, 16 November 2020