-
-
Notifications
You must be signed in to change notification settings - Fork 41
Playlists
Rafostar edited this page Nov 17, 2020
·
3 revisions
Clapper can open playlist files. Playlist file is a standard text file with a .claps
file extension.
It should contain a single file path per line. The file path can be either absolute or relative.
Playlist can even contain HTTP links instead of file paths.
Here is an example how to easily create a playlist file inside directory with videos:
ls *.mp4 > video.claps
Once you have a playlist, open it with Clapper like any other file.
Since the playlist is a normal text file with file paths only, you can always edit it later in any text editor or echo
more media to it. Easy, right?