Have you looked into Rivendell? Not sure if it is abandoned, but I've considered trying it.
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
it does not look too bad there is some recent activity on the repository. but from a short view it looks quite complex, but maybe worth a try. thanks for the idea!
Mixxx is gonna be the closest you can get as far as I'm aware. You can use the auto-DJ feature to have it play the next song.
but can i also make the auto-dj stop after the next song?
or would i have to create N auto-dj playlists?
can it automatically go from auto-dj playlist N to auto-dj playlist N+1?
I worked in a radio station in a past life so I'm pretty sure I get what you're looking for. If it were me, I'd get a usb button (aliexpress) and knock together a python client to drive mpd to play the tracks one at a time when you press the button.
a little gui app and the space bar would be enough.
but mpd is a pretty good idea, because it can be combined with an out of the box mpd gui, so you would not be completely on your own... thanks!