-
-
Notifications
You must be signed in to change notification settings - Fork 37
Playlists
Rafał Dzięgiel edited this page Jan 8, 2021
·
3 revisions
IMPORTANT: This functionality is limited in Flatpak version to contents of user "Videos" directory by default.
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?