mungai-njoroge
a629f12e39
rewrite calculating album date in api/artist.py
...
+ add images and track count to created playlist object
2023-09-25 08:30:36 +03:00
mungai-njoroge
e3a61c109b
implement pinning playlists
...
+ update migrations to add pinned attr to plalist
+ misc
2023-08-22 15:36:43 +03:00
mungai-njoroge
27c4924327
add migration to remove the small thumbs path
...
+ misc
2023-08-12 18:23:28 +03:00
mungai-njoroge
0a703dcc0f
A LOTTTT ...
...
+ fix help text
+ run populate once when -nps flag is used
+ update app version
+ sort tracks by track and disc no. when saving to playlist
+ serialize search results
+ update tags.artist -> tags.artists
+ update tags.albumartist -> tags.albumartists
+ remove artist images from serialized albums
+ add function to serialize artists for cards
+ misc
2023-08-10 10:30:42 +03:00
mungai-njoroge
5cf188dd38
save images in save items as playlist
2023-08-08 12:12:33 +03:00
mungai-njoroge
f28d3f00bd
support in_quotes search query
2023-08-06 22:09:39 +03:00
mungai-njoroge
943d6e3590
join routes to save artists, albums and folders into one
2023-08-04 13:56:24 +03:00
mungai-njoroge
655fd8bc22
add route to get all tracks in path
...
+ add routes to save album and artist as a playlist
2023-08-04 13:40:48 +03:00
mungai-njoroge
9c9a187083
create a base class for all migration
...
+ save folder to playlist, sorting by last_mod
2023-07-31 16:44:37 +03:00
mungai-njoroge
782cfc8da8
fix: remove default 50% banner_pos on update playlist image
2023-07-30 15:10:36 +03:00
mungai-njoroge
50aa971972
cleanrup
2023-07-29 07:00:31 +03:00
mungai-njoroge
93de3d2f0c
rewrite migrations
...
+ delete older migrations ... oops
+ change migratrions from "migrations" to "dbmigrations"
+ restructure migrations, order them based on release version
+ add a utils/decorators.py file with a coroutine decorator
2023-07-29 06:46:28 +03:00
mungai-njoroge
a0c51d5f82
add route to save folder as playlist
...
+ modify playlist table sql
2023-07-27 13:37:07 +03:00
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