NOTE This is my version of awonak's dist-playlist but with updated dependencies and fairly minimal code changes to get it working again. All the real work is his.
Original awonak dist-update project
Desktop application for creating audio playlists for the Expert Sleepers Disting mk4 v4.10.
With the Playlist Manager you can create playlist folders and add samples to that playlist. Each playlist has default settings that will be applied to all samples within that playlist. When a playlist is complete, the contents can be written to your SD card for use with the Disting mk4.
NOTE This tool is still in development and may be broken
Requires Node.js installed on your computer to function (built and tested against v20.7.0)
# Clone this repository
git clone https://github.com/joltedbot/disting-playlist-update.git
# Go into the repository
cd disting-playlist-update
# Install dependencies
npm install
# Run the app
npm start