SKPlaylister is a program to read in your MP3 files and generate playlists from them.
SKPlaylister is based on MP3Fix and will skip directories you tell MP3Fix to skip. If you wish to skip a directory from PlsGenerator but not from MP3Fix put "skipPlaylist=true" in the mp3fix.txt config file.
SKPlaylister is a part of SKBase. Run class "net.killingar.GeneratePlaylists".
Playlists will be generated in the standard .M3U format in a folder "_playlists" under the directory you choose to proccess. The following playlists will be generated:
- Albums: A single folder with "Album Name - Artist.m3u" in.
- Albums by artist: A single folder with "Artist - Album Name.m3u" in.
- Artists: One folder per artist and in this folder one playlist per album ("Artist/Album.m3u").
- Artists all: A single folder with a playlist with all of a certain artist titles in ("Artist.m3u").
- custom: custom playlists. To include a directory into custom playlists put a file called "mp3fix.txt" into that directory and in it write "customPlaylists=myPlaylist1, myPlaylist2". You can write any number of custom playlists and an album can be in more than one custom playlist at the same time.