You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Web Based Music Player , Update Music Using Python
2
+
3
+
-> Web based ( HTML, CSS , JS) based Music player, but instead of manually changing and adding music use python to do that.
4
+
5
+
-> Cause without Database it is very hard to maintain this offline music player,
6
+
7
+
### How to use
8
+
9
+
-> add your music into assets > music > <create_music_folder> / music files
10
+
11
+
-> each folder in assets > music will act as playlist.
12
+
13
+
-> for each music add it's relevant art cover .jpg files into assets > cover > <that_same_folder> / music file cover (with the same name as your relevant .mp3 file).
14
+
15
+
-> add album cover into assets > cover > album_cover folder.
16
+
17
+
-> Now Run `python py_based_music_player.py`
18
+
19
+
-> this will update the .js file of music data and use can open music.html to see the changes.
20
+
21
+
### Note
22
+
23
+
-> On first load their is default folder > which contains music to launch on first start,
0 commit comments