sPlaylistMaker allows you to easily create .m3u and .m3u8 playlists via drag-and-drop or via the commandline.
sPlaylistMaker will recursively scan through dropped folders and create a playlist file in each folder with the name of that folder. These actions will not affect any of the existing playlist files.
sPlaylistMaker supports Unicode characters and offers four playlist writing options:
· "Automatic" - This mode will automatically determine which extension and file encoding type to use. If any filenames in a given folder use non-ASCII characters, the resulting playlist file will use a .m3u8 extension and be written in UTF-8 format. Otherwise, the playlist file will use a .m3u extension and be written in the system's default codepage.
· ".m3u, write ASCII" - This mode will always use the .m3u extension and files will always be written in the system's default codepage.
· ".m3u8, write UTF-8" - This mode will always use the .m3u8 extension and files will always be written in UTF-8 format.
· ".m3u, write UTF-8" - This mode will always use the .m3u extension but files will be written in UTF-8 format.