This version is unmantained. The new version is now named VVAVE
-
Updated
Jan 31, 2018 - C++
{{ message }}
This version is unmantained. The new version is now named VVAVE
PHP/JS based MPD-web-client for large music collections
Creates Folder icons for Movies, Serials, Music and Games Folders
Showcase your music collection in a way that's streaming platform agnostic + with highlighted selections.
a simple meteor project that maintains a list of web-based music albums
Have your own music collection with MusicCollectionApp
A web client (music player) for Celeste
[deprecated] Barebones Music Library Organizer (use seiri)
Music library server for classical music
Synchronize audio collection among group of individuals
Clean up audio collection setting meta tags & embedding artwork
We have a searchByIdentifiers() function in "item.service.ts" that searches for a single item by mbid, artist and title, which is used to check if an item already exists in the database before adding to a user's collection.
We simply need to add an "id" parameter which will also search the item's ID, and then update the addItems() function to add the id into the searchInput if it exists.
Electron app for managing a music collection database in CSV format
Add a description, image, and links to the music-collection topic page so that developers can more easily learn about it.
To associate your repository with the music-collection topic, visit your repo's landing page and select "manage topics."
Right now, when you hover over a CollectionItem, the title begins to scroll left and right if the title is more than 20 characters. We want it to scroll if the title is too long to fit within the card instead.
This should be done by measuring the title and card width, and then [setting the "longText" variable](https://github.com/patricianapp/patrician/blob/master/src/components/collection/Coll