/
/
/
1"""Constants for the YouSee Musik music provider."""
2
3VARIOUS_ARTISTS_ID = "1776"
4
5PAGE_SIZE = 50
6# to avoid infinite loops, this effectively limits any album/playlist to
7# PAGE_SIZE * MAX_PAGES_PAGINATED items (1000 items with the current settings)
8MAX_PAGES_PAGINATED = 20
9GET_POPULAR_TRACKS_LIMIT = 25
10
11IMAGE_SIZE = 512
12
13CONF_QUALITY = "yousee_quality"
14