Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naim-prog/wyg-music
Music Wherever You Go is a self-hosted music service.
https://github.com/naim-prog/wyg-music
flask music music-player python redis
Last synced: about 2 months ago
JSON representation
Music Wherever You Go is a self-hosted music service.
- Host: GitHub
- URL: https://github.com/naim-prog/wyg-music
- Owner: naim-prog
- License: gpl-3.0
- Created: 2022-11-20T17:01:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T15:55:23.000Z (about 2 years ago)
- Last Synced: 2023-05-12T23:24:42.919Z (over 1 year ago)
- Topics: flask, music, music-player, python, redis
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wyg-music
Music Wherever You Go is a self-hosted music service. I pretend to do the server with python and then with golang.
# Project time-line
- 20 / 11 / 2022
- Create app
- Design structure of folders and files
- Create home and user page (just files, not design)
- Design structure of folders and files
- 22 / 11 / 2022
- Added music bar
- Music bar still sound while changing between home and user page
- 23 / 11 / 2022
- Divide app file in different files for modularity
- Created search bar (just html, not working)
- Redis database diagram (probably not final)
- Created search bar (just html, not working)
- 28 / 11 / 2022
- Search bar working with key 'Enter' or with button (not visual finished)
- Change pure AJAX functions in javascript to HTMX
- 5 / 12 / 2022
- Updated install.sh script to automate installation of packages and tools
- 8 / 12 / 2022
- Added 'Upload' endpoint and a select files to upload songs (not working)
- Init of Redis database and begining of documentation to familiarized with the functions
- Added configuration file for Redis (probably for more than just Redis in a future)
- Init of Redis database and begining of documentation to familiarized with the functions
- 11 / 12 / 2022
- Added 'login' endpoint (working but not final version)
- Improvement of Redis Databases Structure
- Added more params to the configuration file
- Session token for users who are logged
- Improvement of Redis Databases Structure
# Redis database diagram
![Redis diagram](redis-diagram.png)