46 Commits

Author SHA1 Message Date
geoffrey45
12c8406a0d add ping check
- fix artist downloader function
2022-06-20 09:49:16 +03:00
geoffrey45
3cf44759b5 process albums seperate from tracks
- break populate function into 2
2022-06-19 14:45:25 +03:00
geoffrey45
06ed41d869 BREAK EVERYTHING
- some broken edits
2022-06-17 20:29:09 +03:00
geoffrey45
79a7161827 fix search to read from database 2022-06-16 09:36:42 +03:00
geoffrey45
88247e0553 blind write search methods 2022-06-13 20:40:23 +03:00
geoffrey45
b6c5c57186 create methods to fetch data from the database
- start using a class to hold search query results
2022-06-13 17:11:58 +03:00
geoffrey45
9a2635d7c3 rewrite some for loops with UseBisection 2022-06-12 11:19:25 +03:00
Mungai Geoffrey
824d3c6a86
use scandir to read dir content on file explorer (#64) 2022-06-07 11:26:55 +03:00
restyled-io[bot]
2b33fb87a2
Restyle Implement Fuzzy search using rapidfuzz (#60) 2022-05-26 19:12:04 +03:00
geoffrey45
4aa8576c73 rewrite album and artist search with rapidfuzz 2022-05-22 03:23:42 +03:00
geoffrey45
b13dad4c34 move "determining last updated date" to the server 2022-05-10 13:20:07 +03:00
geoffrey45
fb67f568ad fix messed up bisection search 2022-05-07 14:45:16 +03:00
Mungai Geoffrey
d6a01cd35e
Merge - fix search and add correct image path for album card (#52) 2022-05-04 03:17:43 +03:00
restyled-io[bot]
d1c83ef8b6
Restyle Save complete albums to the db for faster startup (#38) 2022-04-21 10:25:56 +03:00
geoffrey45
d98cc0547e Save complete tracks and albums to the db for faster startup
- refactor function locations
- add logger
- check for new tracks instead of re-processing all files
2022-04-21 10:16:45 +03:00
geoffrey45
67c3be7d40 misc refactors and docstrings addition 2022-03-24 00:25:00 +03:00
geoffrey45
2bb5a89a8f refactor references 2022-03-21 01:01:06 +03:00
geoffrey45
e889d0ef55 break down the api blueprint into smaller blueprints 2022-03-20 16:29:31 +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
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
6fcca991b8 inlcude album duration in album info 2022-03-02 10:19:36 +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
8b25fc4844 minor refactoring 2022-02-16 18:32:34 +03:00
geoffrey45
1caef9d3a2 add file watcher
- disable double flask instances
- remove unused files
- play song by id (instead of from nginx)
2022-02-16 15:02:36 +03:00
geoffrey45
214ae82344 improve nowPlaying alignment 2022-02-08 00:39:08 +03:00
geoffrey45
dd81099b36 fix queue update 2022-02-06 23:43:00 +03:00
geoffrey45
60ba512e64 add docstrings to python code 2022-02-06 23:26:22 +03:00
geoffrey45
195a50382a server: better structure album tracks endpoint
- client: add now-playing and recommendations to home right-sidebar
2022-02-06 19:17:26 +03:00
geoffrey45
73dec9189e fix albumView using watch function
- other minor changes to almost all files
2022-02-02 21:45:23 +03:00
geoffrey45
d6204946c2 Migrate to vite and some more stuff
- server: add a `Track` class
- server: add a create_track_class function
- client: migrate from vue-cli to vite
2022-01-25 11:51:26 +03:00
geoffrey45
2ee8d27bf0 server: add get album bio from last fm function
- co-written by Github Copilot
2022-01-17 12:32:27 +03:00
geoffrey45
a720891c20 add featured artists in albumview 2022-01-15 18:18:55 +03:00
geoffrey45
00e2b06e9d major refactoring
- move instances to new file
- import functions as modules
- add docstrings to helper functions
- add threaded populate() function
- remove unused functions and files
- add typing info to helper functions
- other unremembered changes to the client
2022-01-14 20:46:55 +03:00
geoffrey45
cdfdadaa68 add more bugs 2022-01-10 08:24:40 +03:00
geoffrey45
1cb6843dc3 move loader to search bar 2021-12-31 21:56:38 +03:00
geoffrey45
477072daf0 client: try new icon set
- server: fix search endpoint
2021-12-30 00:13:53 +03:00
geoffrey45
c8d1f5f012 server: 😜 fix remove dups 2021-12-29 22:49:58 +03:00
geoffrey45
36999d8061 client: implement queuing 2021-12-21 13:42:06 +03:00
geoffrey45
8a744ce0be some stuff 2021-12-19 20:20:48 +03:00
geoffrey45
831b8e7ee2 major changes:
- resize images to 150x150
- convert them to webp
- use $set to update database
- remove comments in py code
- a whole lot more
2021-12-19 02:31:17 +03:00
geoffrey45
803c813786 add server code 2021-12-14 09:02:02 +03:00