Skip to content

A simple GUI for creating, editing and listening to music playlists.

Notifications You must be signed in to change notification settings

ollyrowe/java-playlist-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-playlist-editor

🎶 A simple GUI for creating, editing and listening to music playlists. 🎶

👉Download v1.0.0👈

Features

➕ 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

Playlist Editor v1.0.0 screenshot

Supported File Formats

Below is a list of the currently supported file formats.

Playlist File Formats
  • WPL
Music File Formats
  • MP3

defaults.conf

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>

Built With

  • MP3agic - Java library for reading MP3 files and reading / manipulating the ID3 tags
  • JLayer - Java library for decoding, playing and converting MP3 files

Authors

About

A simple GUI for creating, editing and listening to music playlists.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages