Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesage21/music
Simple music manager
https://github.com/thesage21/music
Last synced: 29 days ago
JSON representation
Simple music manager
- Host: GitHub
- URL: https://github.com/thesage21/music
- Owner: theSage21
- Created: 2020-06-12T13:44:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T04:18:28.000Z (over 3 years ago)
- Last Synced: 2023-02-27T13:07:12.808Z (over 1 year ago)
- Language: Python
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Music
=====- `python -m pip install requirements.txt` to install requirements
- `python -m music --add-dummy-data` to add dummy data
- `python -m music` to run serverFallacies
---------- No login system. Anyone can delete anyone's files. This is fine though since there's only one huge playlist everyone is looking at.
- Uploaded files' md5 calculation might become a bottleneck at large scale.
- Search is clumsy right now. At larget workloads, we should create an inverted index or use a standard solution like elasticsearch.