Camptown – HTML-based audio player
github.com
Camptown – HTML-based audio player
1–10 of 10 posts
Re: Camptown – HTML-based audio player
#2Re: Camptown – HTML-based audio player
#3You should add a demo url so that we can see how it looks!
Re: Camptown – HTML-based audio player
#4You should add a demo url so that we can see how it looks!
Re: Camptown – HTML-based audio player
#5What features would everybody want from such a player?
Re: Camptown – HTML-based audio player
#6Since there is no demo and the repo looks super barebones (a loop which templates a list of mp3s in a directory?), do the upvotes mean that there is demand for an HTML based audio player? What features would everybody want from such a player?
Maybe it’s because it focuses on semantic HTML?
Re: Camptown – HTML-based audio player
#7Re: Camptown – HTML-based audio player
#8Since there is no demo and the repo looks super barebones (a loop which templates a list of mp3s in a directory?), do the upvotes mean that there is demand for an HTML based audio player? What features would everybody want from such a player?
(you clearly need some sort of server to do this, i am using mqtt because that's what i had laying around, but maybe this could be feasible with modern browser features skipping an external server?)
Re: Camptown – HTML-based audio player
#9Since there is no demo and the repo looks super barebones (a loop which templates a list of mp3s in a directory?), do the upvotes mean that there is demand for an HTML based audio player? What features would everybody want from such a player?
loved showing off my music library on school computers, and a couple friends asked for the code to build/remix their own
Re: Camptown – HTML-based audio player
#10Since there is no demo and the repo looks super barebones (a loop which templates a list of mp3s in a directory?), do the upvotes mean that there is demand for an HTML based audio player? What features would everybody want from such a player?
i am currently using a very rudimentary player that is extremely lightweight, vanilla js, supports basic multi-room (multi-device, i.e. pick a track on your phone and listen to it from the tv) and defaults to repeat 1 mode. I want it to run without issues on old phones so i can just hook one up to the stereo. Considering adding drag and drop so i can listen to local tracks as well (you clearly need some sort of serve…