mungai-njoroge
728c6c2def
add route to remove playlist banner
2023-07-26 10:56:23 +03:00
mungai-njoroge
6439b512e9
preset mimetypes
...
+ add db and api methods to remove tracks from playlists
2023-07-21 01:15:57 +03:00
geoffrey45
fe6c12d856
use setters to manipulate artist and playlist objects
2023-03-26 18:57:25 +03:00
geoffrey45
5487dad27b
fix duplicate artist and album color entry in db
...
+ Remove folder store
+ Reduce fuzzy search score cutoff from 90% to 75%
+ use inheritance to init Artist class
+ misc
2023-03-26 18:01:26 +03:00
geoffrey45
d43dcbff46
break down store.py into multiple files in a module
...
+ fix last updated date bug
2023-03-25 03:05:38 +03:00
geoffrey45
598e3d4c79
return playlist images on get_all_playlists route
2023-03-18 00:40:46 +03:00
geoffrey45
d21a834a00
fix get playlist tracks order
...
+ fix utils.get_home_res_path
2023-03-15 10:01:12 +03:00
geoffrey45
e3ec9db989
add method and route to search across tracks, albums and artists.
...
+ break models into separate files
+ same for the utils and setup
2023-03-09 13:08:50 +03:00
geoffrey45
838e19cf0f
fix: errors raised by Pycharm
2023-02-01 14:00:21 +03:00
geoffrey45
29e61b31c3
fix: remove favorite tracks whose values are None when getting favs
...
+ sync is_fav state when populating
2023-01-24 02:10:58 +03:00
geoffrey45
bcc4873766
handle XDG_CONFIG_HOME specification ...
...
+ fix bug that caused duplicate artist color entries to db
+ check if app is windows (prep for windows build)
+ remove caribou migrations lib
+ rename all api blueprints to "api"
+ unregister child directories when customizing root dirs
+ misc
2023-01-22 23:57:12 +03:00
geoffrey45
b404933f89
modify last updated date of a playlist on track added
2023-01-13 20:58:10 +03:00
Mungai Njoroge
198957bcae
Move server code to this repo ( #95 )
...
move server code to this repo
2023-01-13 20:01:52 +03:00