46 Commits

Author SHA1 Message Date
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
4040b99518 rewrite search functions as classes 2022-05-18 18:04:01 +03:00
geoffrey45
b13dad4c34 move "determining last updated date" to the server 2022-05-10 13:20:07 +03:00
geoffrey45
86c2744e07 replace progress.bar with tqdm 2022-05-10 08:20:24 +03:00
geoffrey45
fb67f568ad fix messed up bisection search 2022-05-07 14:45:16 +03:00
geoffrey45
43fc33640d refactor references to use new image server 2022-05-04 02:34:27 +03:00
restyled-io[bot]
559b36bd7b
Restyle Move populate to new file (#48) 2022-05-04 01:42:26 +03:00
geoffrey45
4c09350b41 move the populate function to separate file 2022-05-04 01:36:27 +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
restyled-io[bot]
a6e46dcde2
Restyle Integrate topbar and refactor playlists page (#31) 2022-04-14 11:39:26 +03:00
geoffrey45
85c59b4cba Integrate nav
- other minor refactors
2022-04-14 11:30:19 +03:00
geoffrey45
90d646d674 fix playlist image being lost on title edit 2022-04-09 10:13:32 +03:00
restyled-io[bot]
aa79214a50
Restyle Add edit playlist modal (#26)
* Restyled by autopep8

* Restyled by black

* Restyled by isort

* Restyled by reorder-python-imports

* Restyled by yapf

Co-authored-by: Restyled.io <commits@restyled.io>
2022-04-08 06:55:00 +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
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
67c3be7d40 misc refactors and docstrings addition 2022-03-24 00:25:00 +03:00
geoffrey45
cf14610509 breakdown models.py into db module and object models 2022-03-21 01:00:13 +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
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
fe07961757 convert track_id --> trackid 2022-02-23 02:46:06 +03:00
geoffrey45
093c64f534 add remove_song_by_id method 2022-02-16 18:31:58 +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
60ba512e64 add docstrings to python code 2022-02-06 23:26:22 +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
cdfdadaa68 add more bugs 2022-01-10 08:24:40 +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
c49e1e48f1 fix incorrect album fetching 2021-12-28 10:08:31 +03:00
geoffrey45
01f31f4dc6 remove regex in album songs query 2021-12-27 23:31:48 +03:00
geoffrey45
17f29a76ed client: implement a buggy scrollIntoView in queue view 2021-12-26 18:45:35 +03:00
geoffrey45
c5670e0f5f remove pagination 2021-12-26 16:42:20 +03:00
geoffrey45
dc4b87a942 client: improve quick access
- default to opened sidebar
2021-12-25 20:36:28 +03:00
geoffrey45
36999d8061 client: implement queuing 2021-12-21 13:42:06 +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
457180ecaf client: implement a buggy inifinite scroll on folder view 2021-12-18 12:09:24 +03:00
geoffrey45
803c813786 add server code 2021-12-14 09:02:02 +03:00