Ampache - Package Updates
- 
[1.5.1]
- Update Ampache to 5.4.1
 - Full changelog
 - Allow _ and % wildcards for hiding playlists (api_hidden_playlists)
 - Missing translations on CLI strings
 - web_player being unable to play different formats in some cases
 - Playlist download button missing ID
 - Truncate long podcast episode author lengths
 
 - 
[1.5.3]
- Update Ampache to 5.5.1
 - Full changelog
 - Translation Updates August 2022
 - Grouping for label search items
 - Release version string is incorrect and will tell you you have updates if you use the release files
 - Missing comma between label links on song pages
 
 - 
[1.5.4]
- Update Ampache to 5.5.2
 - Full changelog
 - Do not overwrite a custom Artist/Album when updating from tags
 - Ignore case when comparing Genre
 - Show an error on share create failures
 - Pull some function back into the search class
 - When searching without rules treat it like a browse and return results unfiltered
 
 - 
[1.5.5]
- Update Ampache to 5.5.3
 - Full changelog
 - Update copyright year in footer.inc.php
 - Localplay status and 
instance_fieldsfunction cleanup - Update some docker files to match current images
 - Allow adding streams to playlists (including rightbar)
 - webplayer: Another code rework, remove the old 'original' list
 - webplayer: Shuffle is an action instead of a state of the playlist
 
 - 
[1.5.6]
- Update Ampache to 5.5.4
 - Full changelog
 - Not filtering 
song_artistonalbum_artistbrowses - Don't use 
catalog_filterandrating_filterwithout a valid user - Uploaded/Manual Album Artist maps on tag update
 - Delete artist's from the 
catalog_mapthat don't have a song or album for that catalog - Set correct transcode bitrate and mime for songs on 
play_urlcalls 
 - 
[1.5.8]
- Update Ampache to 5.5.6
 - Update Cloudron base image to 4.0.0
 - Full changelog
 - Scrutinizer moved to php8.1
 - Spotify art collector (AGAIN)
 - get_now_playing has_access check
 - Malformed HTML for regular users in preferences sidebar
 - Missing translation on preferences sidebar
 - Default catalog_filter group could be missing on a new install
 - Gather genre tags when not an array
 - Display webp images
 - Check for a valid image extensions when uploading art
 - Templates for squashed branch with a default path
 
 - 
[1.5.9]
- Update Ampache to 5.5.7
 - Full changelog
 - Stop filtering items beginning with a "." during catalog import
 - Don't show the filter box if there aren't any filters for the page
 - Fix up a lot of issues upgrading from really old servers
 - Don't add Album maps for null Album Artist's
 - Filter actions on the alphabet form and the graph pages correctly
 
 - 
[1.6.0]
- Update Ampache to 5.6.0
 - Full changelog
 - Subsonic Add type and serverVersion to <subsonic-response> objects
 - Enforce raw format parameter on download links when not set
 - Set song channels to null instead of 0 when missing
 - Config had a : instead of a ; for a newline
 - Webplayer missing semi colons, next / back keys in the playlist js
 - Duckduckgo search links
 - Register action missing catalog_filter_group
 - LDAP DN lookup for group membership
 - Identify object names correctly for localplay playlist items
 - Parse URLs for democratic and random correctly in localplay playlist items
 - Make sure the webplayer identies non-media stream types as valid
 - Possibly unset Artist name in lyrics lookup
 - Allow access to public smartlists in Random
 - Share expiry date needed some reworking
 - Search Use artist_map table for rating searches to find all related artists
 - Subsonic Error's were not returning valid responses
 
 - 
[1.6.2]
- Update Ampache to 5.6.2
 - Full changelog
 - This update is the last 
5.*release before 6.0.0! - Fork https://github.com/scaron/prettyphoto and update for jquery3
 - Update webplayer to fix a longstanding Google Chrome issue with playing flac
 - Being unable to view all your catalogs in the filter box
 - Prettyphoto would rewrite your link when clicking on pictures
 
 - 
[1.7.1]
- Update Ampache to 6.0.3
 - Full changelog
 - Lyrist plugin regex be a bit looser with user input and regex /api/ on the end of api_host
 - Don't try and load preferences page without a user to load
 - Check for downsample_remote conditions on song play_url generation
 - Don't downsample songs during a stream (play_url should catch this before you stream)
 - Sort album browse pages based on your album_sort preference
 - Error checking user temp playlist could give you a blank index page
 - Runtime errors with missing data
 - Missing translations for language list
 - Select uploaded artists using the artist instead of song
 - Missing column in Search::get_searches SQL
 - Updating artist_map too much
 - Last.fm lookup url was missing an & for albums
 - Don't try to load an album_disk that doesn't have an album
 - Restore sorting on album lists and browses that aren't grouped by release_type
 - Catch Spotify runtime error on retry as well as initial attempt