Volumio is a great, Linux based, open source music player for Raspberry PI and x86.
Currently it only supports its own playlist format which is basically a json file. So I want to add support for the main playlist file formats to be parsed and converted to volumio playlists.
I found the npm playlist-parser as a library that supports the most important playlist formats. Node.js seems to be an appropriate framework to be used, since it is used by the Volumio UI anyway. I guess to start this project as a Volumio plugin is the best approach.
Supporters with experience in Node.js are welcome as well as people who maybe have already experience with developing Volumio.
Looking for hackers with the skills:
This project is part of:
Hack Week 16
Comments
Similar Projects
obs-service-vendor_node_modules by cdimonaco
Description
When building a javascript package for obs, one option is to use https://github.com/openSUSE/obs-service-node_modules as source service to get the project npm dependencies available for package bulding.
obs-service-vendornodemodules aims to be a source service that vendors npm dependencies, installing them with npm install (optionally only production ones) and then creating a tar package of the installed dependencies.
The tar will be used as source in the package building definitions.
Goals
- Create an obs service package that vendors the npm dependencies as tar archive.
- Maybe add some macros to unpack the vendor package in the specfiles
Resources