2019-03-28 17:06:14 +03:00
|
|
|
[HTTP]
|
|
|
|
|
|
|
|
WEB_PORT = 42010
|
|
|
|
|
|
|
|
[Third Party Services]
|
|
|
|
|
2019-05-10 14:15:40 +03:00
|
|
|
LASTFM_API_KEY = "ASK" # 'ASK' signifies that the user has not yet indicated to not use any key at all.
|
2019-05-05 12:56:09 +03:00
|
|
|
FANARTTV_API_KEY = "ASK"
|
2019-05-10 14:15:40 +03:00
|
|
|
SPOTIFY_API_ID = "ASK"
|
|
|
|
SPOTIFY_API_SECRET = "ASK"
|
2019-03-28 19:40:22 +03:00
|
|
|
CACHE_EXPIRE_NEGATIVE = 30 # after how many days negative results should be tried again
|
2019-03-29 20:40:55 +03:00
|
|
|
CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be refreshed
|
2019-04-03 17:43:09 +03:00
|
|
|
|
2019-04-15 13:26:12 +03:00
|
|
|
[Database]
|
|
|
|
|
2019-05-09 17:58:25 +03:00
|
|
|
DB_CACHE_SIZE = 8192 # how many MB on disk each database cache should have available.
|
2019-04-15 13:26:12 +03:00
|
|
|
|
2019-04-03 17:43:09 +03:00
|
|
|
[Local Images]
|
|
|
|
|
2019-04-07 14:22:33 +03:00
|
|
|
USE_LOCAL_IMAGES = true
|
2019-04-03 17:43:09 +03:00
|
|
|
LOCAL_IMAGE_ROTATE = 3600 # when multiple images are present locally, how many seconds we wait between rotation
|
2019-04-09 12:48:12 +03:00
|
|
|
|
|
|
|
[Web Interface]
|
|
|
|
|
|
|
|
# what range is shown per default for the tile view on the start page
|
|
|
|
# can be week, month, year, alltime
|
|
|
|
DEFAULT_RANGE_CHARTS_ARTISTS = year
|
|
|
|
DEFAULT_RANGE_CHARTS_TRACKS = year
|
2019-04-09 12:56:09 +03:00
|
|
|
# same for pulse view
|
2019-06-17 14:02:06 +03:00
|
|
|
# can be day, week, month, year
|
|
|
|
DEFAULT_STEP_PULSE = month
|
2019-05-10 14:35:06 +03:00
|
|
|
|
2019-06-13 12:37:42 +03:00
|
|
|
[Fluff]
|
|
|
|
|
|
|
|
# how many scrobbles a track needs to aquire this status
|
|
|
|
SCROBBLES_GOLD = 250
|
|
|
|
SCROBBLES_PLATINUM = 500
|
|
|
|
SCROBBLES_DIAMOND = 1000
|
2019-06-17 17:57:20 +03:00
|
|
|
# name for comparisons
|
|
|
|
NAME = "Generic Maloja User"
|
2019-06-13 12:37:42 +03:00
|
|
|
|
2019-05-10 14:35:06 +03:00
|
|
|
[Misc]
|
|
|
|
|
|
|
|
EXPERIMENTAL_FEATURES = no
|