mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Merge pull request #36 from ICTman1076/patch-2
Add 3 new track search services
This commit is contained in:
commit
05fca5c7c0
@ -34,7 +34,7 @@ CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be ref
|
||||
THUMBOR_SERVER = None
|
||||
THUMBOR_SECRET = ""
|
||||
|
||||
# Can be 'YouTube', 'YouTube Music', 'Spotify', 'Tidal', 'SoundCloud', 'Deezer', 'Amazon Music', 'Apple'
|
||||
# Can be 'YouTube', 'YouTube Music', 'Spotify', 'Tidal', 'SoundCloud', 'Deezer', 'Amazon Music', 'Apple', 'Beatport', 'Bandcamp', 'Qobuz'
|
||||
# Set to None to disable
|
||||
TRACK_SEARCH_PROVIDER = None
|
||||
|
||||
|
@ -72,7 +72,10 @@
|
||||
"soundcloud":'https://soundcloud.com/search?q=',
|
||||
"amazonmusic":'https://music.amazon.com/search/',
|
||||
"deezer":'https://www.deezer.com/search/',
|
||||
"apple":'https://music.apple.com/us/search/song?term='
|
||||
"apple":'https://music.apple.com/us/search/song?term=',
|
||||
"beatport":'https://beatport.com/search?q=',
|
||||
"bandcamp":'https://bandcamp.com/search?q=',
|
||||
"qobuz":'https://www.qobuz.com/us-en/search?q='
|
||||
}
|
||||
%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user