M3U playlist">How to make an M3U playlist
Along with support for a bunch of video and audio formats, Kinoma Player also supports a bunch of playlists formats.
A “playlist” is just a file containing a list of things to be played.

You use playlists to create groups of content. For example, you could create a Workout Tunes playlist that contains an hour of two of your favorite music to rock out to.
Playlist formats
Kinoma Player supports all popular playlist formats, including:
- M3U playlists (.m3u)
- Playlists (.pls)
- Windows Media playlists (.asx)
Additionally, you can use RSS feeds as playlists.
M3U playlists are sometimes called “MP3 playlists”. We won’t call them that here, because with Kinoma Player you’re not limited to using MP3 files — anything you can play, you can put in a playlist.
Making the playlist file
M3U playlists are the easiest kind of playlist to create. An M3U playlist is just a text file that includes the locations to the content that Kinoma Player should play.
To create an M3U playlist file, just create a new text file and give it a descriptive name and an .m3u extension.

Each item gets its own line in the text file. Content locations can be paths to local files (i.e. files on your SD card), or they can be URLs. Paths to local files can be absolute or relative.
Absolute paths specify the full path to the content, which means that they stay the same no matter where you put the playlist file. Absolute paths looks like this:
/AUDIO/My Favorite Band/Latest Album/Hit Song.mp3
Relative paths specify the path to the content relative to the playlist file itself. Relative paths needs to be updated if you move the playlist file. Relative paths looks like this:
My Favorite Band/Latest Album/Hit Song.mp3
Any URLs in your playlist will be absolute by nature, and they’ll look like other URLs you’ve seen:
http://myfavoriteband.com/music/album/hit-song.mp3
Once you’ve created your playlist, you’ll find it in Kinoma Player’s Playlists tab:

That’s all there is to it! If you have any questions, be sure to let us know in our forum.
