Commit Graph

11 Commits

Author SHA1 Message Date
cwilvx 4a9f804e70 combine userdata and swing db into one
+ port populate to new db interface
+ add genrehashes and hash info to tracks
+ properly structure new db table files
+ move helpers to dedicated utils file
+ move settings from db to config file
+ move artists, albums, auth and favorites endpoint to new db interface
+ use folder store to index filepaths
+ paginate favorite pages
+ 56 moretiny changes 😅
2024-06-30 15:06:33 +03:00
mungai-njoroge 2f6e705c75 fix: absolute config path not resolving
+ skip through empty directories in folder browser
+ handle timestamp table error in migration
2024-04-01 11:02:27 +03:00
thecookingsenpai f66bca67ac Testing with SHA1 gives positive results, also changed the truncation rule 2024-02-02 16:31:18 +01:00
thecookingsenpai f0a8aa02a9 opted for sha1 2024-02-01 20:32:31 +01:00
thecookingsenpai 077661b73c lighter md5 method to be nicer on older cpus 2024-02-01 20:24:42 +01:00
Mungai Njoroge cb47a4bc6e Update hashing.py 2024-01-22 22:38:01 +03:00
mungai-njoroge 8c44aeff3d update create_hash docstring 2024-01-22 22:35:27 +03:00
mungai-njoroge 50ebead026 fix issue with Ed Sheeran albums 2023-09-25 12:24:01 +03:00
mungai-njoroge 68c2cf1909 read limit from api request query for search 2023-08-20 23:06:16 +03:00
mungai-njoroge 1eac009fde prevent running migrations if is_fresh_install
+ fix: sqlite3.ProgrammingError: Cannot operate on a closed cursor on ProcessAlbumColors()
+ move processing artist images from periodic_scans to Populate
+ bump hash string limit from 7 to 10
+ add last_mod property to database
+ fix: TypeError: '<' not supported between instances of 'int' and 'str' on album page
2023-06-20 16:34:56 +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