My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
airsonic-custom/airsonic-main/src/main/webapp/sonos/presentationMap.xml

25 lines
836 B

<?xml version="1.0" encoding="utf-8"?>
<Presentation>
<PresentationMap type="Search">
<Match>
<SearchCategories>
<Category mappedId="search-artists" id="artists"/>
<Category mappedId="search-albums" id="albums"/>
<Category mappedId="search-songs" id="tracks"/>
</SearchCategories>
</Match>
</PresentationMap>
<PresentationMap type="ArtWorkSizeMap">
<Match>
<imageSizeMap>
<sizeEntry size="180" substitution="size=180"/>
<sizeEntry size="300" substitution="size=300"/>
<sizeEntry size="600" substitution="size=600"/>
<sizeEntry size="1000" substitution="size=1000"/>
</imageSizeMap>
</Match>
</PresentationMap>
</Presentation>