101 Commits

Author SHA1 Message Date
geoffrey45
6e360fcdac 🔶 fix passed time converter function 2022-04-08 21:01:36 +03:00
geoffrey45
0e946974a3 🔶 add update_playlist route 2022-04-08 06:28:49 +03:00
geoffrey45
6cf9a58d6d 🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component
🔷 a lot of refactors
2022-04-03 21:47:57 +03:00
geoffrey45
334cf0fce1 🔶 add Playlist serializer 2022-04-03 21:46:32 +03:00
Restyled.io
bb69ac1fc1 Restyled by yapf 2022-04-03 13:47:28 +03:00
Restyled.io
dc683e6314 Restyled by reorder-python-imports 2022-04-03 13:47:28 +03:00
Restyled.io
3a699365c8 Restyled by isort 2022-04-03 13:47:28 +03:00
Restyled.io
076f42b81f Restyled by black 2022-04-03 13:47:28 +03:00
Restyled.io
ec7352ec56 Restyled by autopep8 2022-04-03 13:47:28 +03:00
geoffrey45
9c16d27507 🔶 fix saving image names with / in them 2022-04-03 13:47:28 +03:00
geoffrey45
9c808aa817 🔷 redesign playlist header 2022-04-03 13:47:28 +03:00
geoffrey45
42df577c1b [server] fix watchdog 2022-04-03 09:38:52 +03:00
geoffrey45
dbb27734fe major refactors
- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
2022-04-03 01:03:32 +03:00
geoffrey45
0c1e792839 major refactors 2022-03-30 14:56:40 +03:00
geoffrey45
69b691284d [client] add playlists and playlist page 2022-03-29 00:35:39 +03:00
geoffrey45
e8994ce9ae [server] minor refactors 2022-03-27 18:15:11 +03:00
geoffrey45
ac988b8a96 [server] create folder on track add 2022-03-27 18:14:45 +03:00
geoffrey45
fe0d7cae1a [server] fix playlist methods
- deepcopy playlists in get_all_playlists
2022-03-27 18:13:51 +03:00
geoffrey45
8bb13a109d Add Exceptions 2022-03-27 18:12:20 +03:00
geoffrey45
8533fdb7ee handle existing playlist name 2022-03-26 12:32:10 +03:00
geoffrey45
e2544dbbdc try adding playlists list to context menu - unsuccsessfully 2022-03-25 20:51:22 +03:00
geoffrey45
67c3be7d40 misc refactors and docstrings addition 2022-03-24 00:25:00 +03:00
geoffrey45
bab2228a28 move watchdoge into app/lib 2022-03-24 00:24:14 +03:00
geoffrey45
b7ed9c005d add folderslib 2022-03-24 00:23:43 +03:00
geoffrey45
2bb5a89a8f refactor references 2022-03-21 01:01:06 +03:00
geoffrey45
cf14610509 breakdown models.py into db module and object models 2022-03-21 01:00:13 +03:00
geoffrey45
fcfd0c7936 create the lib module 2022-03-21 00:59:51 +03:00
geoffrey45
d7b4e97ecf add more configs 2022-03-21 00:58:57 +03:00
geoffrey45
e889d0ef55 break down the api blueprint into smaller blueprints 2022-03-20 16:29:31 +03:00
geoffrey45
1908633f9d fix watchdoge.py add_track() 2022-03-19 02:20:40 +03:00
geoffrey45
f8710a1596 server: move all stores to api.py 2022-03-18 19:57:31 +03:00
geoffrey45
39fba364d3 add image -> readme 2022-03-08 09:56:58 +03:00
geoffrey45
c3059d502c fix album search
- convert strings to lowercase before search
2022-03-08 09:25:07 +03:00
geoffrey45
25f79d8a20 complete project teardown 2022-03-07 20:16:35 +03:00
geoffrey45
b930fc0ca6 iniitialize project teardown 2022-03-07 06:49:56 +03:00
geoffrey45
7f2102f931 refactor UI layout 2022-03-06 10:27:01 +03:00
geoffrey45
eebe6b4440 add navbar and new logo 2022-03-04 08:02:01 +03:00
geoffrey45
6931cd926c sort files by creation date 2022-03-02 15:12:13 +03:00
geoffrey45
59646ce7f1 add save track color functions 2022-03-02 15:11:17 +03:00
geoffrey45
6fcca991b8 inlcude album duration in album info 2022-03-02 10:19:36 +03:00
geoffrey45
fb744fcbbd include artist track results in tracks search results 2022-03-02 10:18:54 +03:00
geoffrey45
6efbb47166 some bug fixes
- watch route params instead of route object in folderview
- move to script setup on album view
- use album as a reactive object instead of refs
- use axios instead of fetch to get album data
- improve clickable areas on songItem
- move album requests to POST
2022-03-01 19:46:37 +03:00
geoffrey45
8459310258 loadmore tracks, albums, artists 2022-02-26 07:57:02 +03:00
geoffrey45
ca790e97d9 more refactors 2022-02-24 09:05:50 +03:00
geoffrey45
fe07961757 convert track_id --> trackid 2022-02-23 02:46:06 +03:00
geoffrey45
a6bb5059b0 add new album header 2022-02-19 18:43:17 +03:00
geoffrey45
dcfb0a6ed1 handle watchdog events
- handle on_created event
- handle on_moved event
- handle on_deleted event
- watch whole ~ directory
2022-02-16 18:35:28 +03:00
geoffrey45
8b25fc4844 minor refactoring 2022-02-16 18:32:34 +03:00
geoffrey45
093c64f534 add remove_song_by_id method 2022-02-16 18:31:58 +03:00
geoffrey45
5446b1fe4b prevent type coercion
- remove unused imports
- minor refactors and cleanups
2022-02-16 15:06:29 +03:00