🎶 A simple GUI for creating, editing and listening to music playlists. 🎶
➕ Create new playlists
🛠 Load and edit existing playlists
🔎 Browse for music on your local file system
🎧 Listen to your playlists
✂ Split tracks to discard unwanted leading and tailing audio (ideal for cutting down live performance recordings)
📌 Remember previous folder locations between sessions
✨ ...and more
Below is a list of the currently supported file formats.
- WPL
- MP3
This file is created upon first using the app and stores the following configurations between sessions for convenience:
- Default Browser Directory (defaultBrowserDir) - Default directory to be opened in the 'Browse for Music' panel.
- Default Open Playlist Directory (defaultOpenPlaylistDir) - Default directory to be opened when opening an existing playlist.
Example:
<Defaults>
<defaultBrowserDir>C:\Music\</defaultBrowserDir>
<defaultOpenPlaylistDir>C:\Music\My Playlists\</defaultOpenPlaylistDir>
</Defaults>