1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Add track search feature

Adds a link to the search results for each track on a provider of choice
This commit is contained in:
Zack Boehm
2019-08-21 16:19:01 -04:00
parent 6b566e28df
commit cc3f9f7fef
3 changed files with 39 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ SPOTIFY_API_SECRET = "ASK"
CACHE_EXPIRE_NEGATIVE = 30 # after how many days negative results should be tried again
CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be refreshed
# Can be 'YouTube', 'YouTube Music', 'Google Play Music', 'Spotify', 'Tidal', 'SoundCloud', 'Deezer', 'Amazon Music'
# Leave empty to disable
TRACK_SEARCH_PROVIDER = "YouTube"
[Database]
DB_CACHE_SIZE = 8192 # how many MB on disk each database cache should have available.