Commit Graph

985 Commits

Author SHA1 Message Date
Tomás Ralph 6e3404e66e Containerize application with Docker (#116)
* add dockerfile
* use latest tag instead of latest commit
* Added docker instructions
* define entrypoint
* specify to cd into directory after git clone
* include config flag
2023-04-17 03:22:29 +03:00
geoffrey45 76604be1db rename album title in track object after extract feat from album title 2023-04-17 02:21:42 +03:00
geoffrey45 ac4be71e7b fix --show-feat and --show-prod flags 2023-04-17 02:21:42 +03:00
geoffrey45 11d1b6ca36 extract feat from album titles 2023-04-17 02:21:42 +03:00
geoffrey45 3ef2516210 fix duplicate tracks due to use of extract_feat
~ caused duplicate tracks to have different track hashes
2023-04-17 02:21:42 +03:00
geoffrey45 9bfc1ceed2 add --config flag to modify config path
+ use getters instead of constants in settings classes
+ refactor previous references
+ move get_xdg_config_dir() from settings.py to app.utils.xdg_utils.py
2023-04-17 02:21:42 +03:00
geoffrey45 e5f18f9301 use create_hash to compare album titles for is_single
+ add a few string checks for album.is_single
2023-04-17 02:21:42 +03:00
geoffrey45 994711b887 rename album title in track object after extract feat from album title 2023-04-16 18:05:52 +03:00
geoffrey45 aa54a9bc0c fix --show-feat and --show-prod flags 2023-04-16 17:47:47 +03:00
geoffrey45 f5615f4d31 extract feat from album titles 2023-04-16 17:45:13 +03:00
geoffrey45 74f52ce2e3 fix duplicate tracks due to use of extract_feat
~ caused duplicate tracks to have different track hashes
2023-04-15 11:41:24 +03:00
Tomás Ralph 55a41f4f19 include config flag 2023-04-08 23:36:16 -03:00
geoffrey45 1e4484b1c8 add --config flag to modify config path
+ use getters instead of constants in settings classes
+ refactor previous references
+ move get_xdg_config_dir() from settings.py to app.utils.xdg_utils.py
2023-04-09 01:01:48 +03:00
Tomás Ralph 1b73fd8153 specify to cd into directory after git clone 2023-04-08 17:01:34 -03:00
Tomás Ralph df3481a1ba define entrypoint 2023-04-08 16:59:31 -03:00
Tomás Ralph 6cdebed0e5 Added docker instructions 2023-04-08 16:41:52 -03:00
Tomás Ralph f0979b6b8c use latest tag instead of latest commit 2023-04-08 15:29:09 -03:00
geoffrey45 30256a7998 Merge remote-tracking branch 'origin/master' 2023-04-08 20:27:04 +03:00
geoffrey45 8f6f1d1c0f use create_hash to compare album titles for is_single
+ add a few string checks for album.is_single
2023-04-08 20:26:45 +03:00
Tomás Ralph 6d4b916048 add dockerfile 2023-04-07 20:44:19 -03:00
Mungai Njoroge d914314eeb Update README.md 2023-04-01 17:58:36 +03:00
Mungai Njoroge 7275755f20 Delete rd-me-banner.png 2023-03-31 09:16:28 +03:00
geoffrey45 3f1ae30dd5 add migration to drop album and artist tables 2023-03-27 06:44:11 +03:00
geoffrey45 c465116f3d remove dups from get_tracks_by_albumhash 2023-03-27 04:35:49 +03:00
geoffrey45 805df18ac3 fix inheritance in Artist model class 2023-03-27 02:45:10 +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 357afeb700 break settings.py into classes 2023-03-26 08:25:00 +03:00
geoffrey45 79029ae346 add folder count to folder route 2023-03-25 05:26:01 +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 43c480cf3e remove print statement 2023-03-21 22:16:48 +03:00
geoffrey45 32bb3d37e1 add a store method to count the number of tracks in a folder
~ Courtesy of chatgpt3.5
+ add a few a TODO
2023-03-21 22:15:31 +03:00
geoffrey45 a5d61e8919 update readme screenshots 2023-03-20 10:26:53 +03:00
geoffrey45 e23f2a6489 add route to fetch album color 2023-03-19 23:37:01 +03:00
geoffrey45 598e3d4c79 return playlist images on get_all_playlists route 2023-03-18 00:40:46 +03:00
geoffrey45 30e3800ded add more is_compilation check strings 2023-03-15 23:11:42 +03:00
geoffrey45 d21a834a00 fix get playlist tracks order
+ fix utils.get_home_res_path
2023-03-15 10:01:12 +03:00
geoffrey45 64bb4f75df bump lastfm similar artists result limit from 100 -> 250 2023-03-12 19:29:54 +03:00
geoffrey45 fed62bf7f4 add method and route to fetch similar artists from lastfm 2023-03-12 19:28:41 +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 d39c0ea2f8 rewrite sql statements to use parameter binding 2023-02-28 10:30:00 +03:00
geoffrey45 151fb36276 update readme 2023-02-26 13:51:19 +03:00
geoffrey45 c352037ccd rewrite remove duplicates to retain tracks with highest bitrate
+ bump fuzzy search cutoff to 90
+ remove unicodes from fuzzy search texts
2023-02-26 09:50:45 +03:00
geoffrey45 8e7021186d change readme screenshot 2023-02-22 07:38:42 +03:00
geoffrey45 38c78c2d82 replace readme screenshot 2023-02-22 07:37:04 +03:00
geoffrey45 10876b2b0c remove readme screenshot 2023-02-22 07:36:42 +03:00
geoffrey45 9db0cb6e4b replace readme screenshot 2023-02-22 07:33:01 +03:00
geoffrey45 2bb53bcae5 replace readme screenshot 2023-02-22 07:31:12 +03:00
geoffrey45 5613ddbc7f add slots to dataclasses
make folder dataclass frozen
2023-02-21 13:25:01 +03:00
geoffrey45 6caac3830a add screenshot to readme 2023-02-20 13:32:12 +03:00