beetwerk
v0.1.1
Published
Drag 'n' drop music import webinterface for hackerspaces based on beets
Downloads
3
Readme
beetwerk
drag 'n' drop music import webinterface for hackerspaces based on beets
Screenshot
Click here for more screenshots.
Features
- designed for hackerspaces
- force everyone to use the awesome beets music tagger and get a well organized collection
- terminal-like webinterface with clickable links and multiple-choice answers
- no need to share FTP/SSH access for uploading and importing music
- works with pc, phone and tablet browsers
- lightweight code with almost no dependencies
- simple config
Status
Beta software. Please make bug reports, in case it crashes.
Requirements
- beets with a working configuration (test this!)
- nodejs
- formidable (install with:
npm install formidable@latest
) - currently has some hard dependencies on UNIX (rm, df get called). It shouldn't be a problem to port it though, so if anyone needs this on another OS, feel free to fork it and send a pull request.