First commit
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
[Service Name]
|
||||
servicename = Subsonic
|
||||
serviceid =
|
||||
|
||||
[Endpoints]
|
||||
insecure = http://localhost:4040/ws/Sonos
|
||||
secure = http://localhost:4040/ws/Sonos
|
||||
|
||||
[Strings File]
|
||||
stringslocation =
|
||||
|
||||
[Presentation Map File]
|
||||
pmaplocation = http://localhost:4040/sonos/presentationMap.xml
|
||||
|
||||
[Authentication Type]
|
||||
sessionid = True
|
||||
anonymous = False
|
||||
stateless = False
|
||||
oauth = False
|
||||
|
||||
[Device Link]
|
||||
householdid =
|
||||
token =
|
||||
privatekey =
|
||||
migrationtodevicelink = False
|
||||
|
||||
[Accounts]
|
||||
supportedaccount = admin
|
||||
supportedpassword = admin
|
||||
unsupportedaccount =
|
||||
unsupportedpassword =
|
||||
expiredtrialaccount =
|
||||
expiredtrialpassword =
|
||||
unsupportedterritoryaccount =
|
||||
unsupportedterritorypassword =
|
||||
|
||||
[Capabilities]
|
||||
search = True
|
||||
favoritestracks = True
|
||||
favoritesalbums = True
|
||||
favoritesartists = False
|
||||
usercontentplaylists = False
|
||||
playbacklogging = False
|
||||
extendedmetadata = True
|
||||
eventanddurationloggingduringplayback = False
|
||||
accountlogging = False
|
||||
|
||||
[Additional Settings]
|
||||
hlscontent = False
|
||||
ephemeraltrackid = False
|
||||
ephemeralartistid = False
|
||||
ephemeralalbumid = False
|
||||
ephemeralstreamid = False
|
||||
ephemeralprogramid = False
|
||||
|
||||
[Favorite Containers]
|
||||
faveartists = starred-artists
|
||||
favealbums = starred-albums
|
||||
favetracks = starred-songs
|
||||
faveother =
|
||||
|
||||
[Search Containers]
|
||||
searchartist = search-artists
|
||||
searchalbum = search-albums
|
||||
searchtrack = search-songs
|
||||
searchstream =
|
||||
searchprogram =
|
||||
searchplaylist =
|
||||
searchother =
|
||||
|
||||
[Test Content]
|
||||
track = 1186
|
||||
track title = Got You by the Balls
|
||||
album = 1341
|
||||
album title = Heart in Motion
|
||||
artist = 123
|
||||
artist name = Chris Rea
|
||||
stream =
|
||||
stream title =
|
||||
program =
|
||||
program title =
|
||||
other =
|
||||
other title =
|
||||
playlist = 40
|
||||
playlist title = Tjobing
|
||||
playlist folder =
|
||||
playlist share =
|
||||
|
||||
[Ratings IDs]
|
||||
positive =
|
||||
negative =
|
||||
|
||||
[ExtendedMetadata Text]
|
||||
textartist =
|
||||
textalbum =
|
||||
texttrack =
|
||||
textprogram =
|
||||
textstream =
|
||||
textother =
|
||||
|
||||
[ExtendedMetadata Browse]
|
||||
browseartist =
|
||||
browsealbum =
|
||||
browsetrack =
|
||||
browseprogram =
|
||||
browsestream =
|
||||
browseother =
|
||||
|
||||
[Polling Interval]
|
||||
interval = 60
|
||||
|
||||
Reference in New Issue
Block a user