Releases: owncloud/music
Releases · owncloud/music
v1.9.1
v1.9.0
Known issues
- This version had an app update problem on some versions of Nextcloud with SQLite, and was quickly replaced by v1.9.1.
Added
- Smart playlist feature, allowing list creation by user-supplied criteria
#619
#1061 @rstefko - Dragging tracks/albums/etc on the "+ New Playlist" item creates a new playlist containing those items
- Files playlist tab: Tooltip showing the file path or stream URL
- Subsonic API:
- Rating support: method
setRating
, rating properties in all applicable result entities, typehighest
to the methodgetAlbumList
- Empty implementation for the method
getNowPlaying
#1079 @NattyNarwhal
- Rating support: method
- Ampache API:
#1078- New methods:
rate
get_similar
genres
,genre
,genre_artists
,genre_albums
,genre_songs
bookmarks
,get_bookmark
,bookmark_create
,bookmark_edit
,bookmark_delete
live_streams
,live_stream
,live_stream_create
,live_stream_edit
,live_stream_delete
list
browse
user_preference
anduser_preferences
with mock-up contentadvanced_search
with partial support, not all search rules supported and some operators work only with MySQL/MariaDB
- Support for the type
album_artist
in the methodget_indexes
- Support for the parameter
album_artist
in the methodartists
- Support for the type
playlist
in the methodstats
- Support for the type
playlist
in the methodsdownload
andstream
- Support for the type
playlist
in the methodflag
- Support for the parameter
top50
in the methodartist_songs
- Support for the filter
highest
in the methodstats
- Support for the parameter
include
in the methodsalbum
,albums
,artist
, andartists
- Fields
time
,albumcount
,songcount
,prefix
, andbasename
to theartist
type results - Fields
time
,diskcount
,songcount
,prefix
, andbasename
to thealbum
type results - Fields
disk
,format
,stream_format
,stream_bitrate
,stream_mime
, andplaylisttrack
tosong
type results - Fields
time
,size
,bitrate
,stream_bitrate
,rating
, andpreciserating
topodcast_episode
type results - Fields
rating
andpreciserating
topodcast
type results - Fields
flag
,rating
andpreciserating
toplaylist
type results - Null-valued fields
language
,lyrics
,mode
,rate
,replaygain_album_gain
,replaygain_album_peak
,replaygain_track_gain
,replaygain_track_peak
,r128_album_gain
, andr128_track_gain
tosong
type results - In JSON-mode only, field
artists
tosong
andalbum
type results - All the fields of
handshake
response on the response ofping
within a valid session
- New methods:
Changed
- Ampache API:
#1078
#909- Follow the APIv5 conventions if version 5.x.x requested by the client on
handshake
- Follow the APIv6 conventions if version 6.0.0 or higher requested by the client on
handshake
- Follow the APIv6 conventions if the client doesn't specify any version
- this may be overridden using the config.php key
music.ampache_api_default_ver
- this may be overridden using the config.php key
- Follow the APIv4 conventions with backward compatibility for APIv3 if version 3.x.x or 4.x.x requested by the client on
handshake
- these are the same conventions which previous versions of Music always used
- The URLs returned in the
art
tag of the entities are now cache-friendly, i.e. don't depend on the session - Terminate all related sessions immediately when API key deleted; previously, this happened upon session timeout
- Fields
rating
andpreciserating
now show the user-given rating instead of constant 0 on all applicable result objects
- Follow the APIv5 conventions if version 5.x.x requested by the client on
- Own UI settings storage for each OC/NC instance running on the same server (same HTTP origin). Previously, all instances of the origin shared the settings.
- As a side-effect, any UI settings (like volume, view modes) from the previous version get discarded upon the SW update
- Also, volume settings in the Share and Files embedded players are now distinct from the volume in the main app
- Small optimization on the size of the
collection.json
loaded by the web front-end - Order the playlists by name in the navigation pane, navigate automatically to the created or renamed playlist
#1083 - Any invalid playlist entries are now visible on the web UI to enable easy removal
#1087
Fixed
v1.8.4
Added
- Support for Nextcloud 27 (tested on RC3)
Changed
- Allow UTF-8 encoding also on playlists with the extension .m3u (in addition to .m3u8)
- The file is interpreted as ISO-8859-1 only if not valid UTF-8 or if so specified by the #EXTENC tag
#1047
- The file is interpreted as ISO-8859-1 only if not valid UTF-8 or if so specified by the #EXTENC tag
Fixed
- Folder icons not being theme-colored on Nextcloud 25+
- Navigation pane divider lines being invisible with some themes on Nextcloud 25+
- Subsonic: Incorrect interpretation of the optional
time
argument on thescrobble
method
#1066 - "Show in Files" link in the track details popping up an empty player bar on Nextcloud (at least since NC23)
v1.8.3
Fixed
- On ownCloud, flooding the log with errors "Cannot declare class because the name is already in use" (since v1.8.2)
#1060 @prsnbrg - Nextcloud 25 and later not running the Music background tasks: podcast channel updates, database cleanup
#1044 - M4A-ALAC files sometimes starting to play simultaneously while the previous file is still playing
v1.8.2
Added
Changed
- Respect the "Ignored articles" setting also when sorting a playlist by artist
#1048 - In addition to 'http' and 'https', allow podcast streams from the URL schemes 'feed', 'podcast', 'pcast', 'podcasts', 'itms-pcast', 'itms-pcasts', 'itms-podcast', and 'itms-podcasts'
153901
Fixed
- Subsonic:
getAlbumList
withtype=alphabeticalByArtist
not working on PostgreSQL
#1046
v1.8.1
Changed
- Keyboard shortcuts for seeking and volume adjustment step in smaller increments when ALT key is held down
#1039 - The REST API for Ampache/Subsonic key management made more consistent with the other REST APIs
Fixed
- Ampache/Subsonic key creation not working from the web UI on Nextcloud versions < 25 and on ownCloud 10.0 (regression in v1.8.0)
#1038
v1.8.0
Added
- Basic support to play M4A files with ALAC encoding also on non-Apple browsers
#1030 - Basic support to play AIFF, AU, and CAF files
#767- Based on the Aurora.js (no plugins required)
- Limitations: no seeking, no adjusting of playback speed, possible glitches, may not work with all files
- Corresponding file extensions must be mapped to MIME types
audio/*
, see below
- Command
occ music:register-mime-types
to add MIME type mappings for those supported audio file types which
are not mapped by default on OC and NC: .aac, .au, .aif, .aiff, .aifc, .caf
Changed
- Show the collapsed navigation pane when a track is dragged over the navigation pane toggle
#999 - Updated the getID3 library to the release version 1.9.22-202207161647
- More secure generation of the Ampache/Subsonic API keys
- Removed the REST API endpoint
/api/settings/userkey/add
, leaving only/api/settings/userkey/generate
- Removed the REST API endpoint
- Wider progress bar on wide high-resolution screens also for the lite player within the Files app
- On individual shared file page (on OC), overlay the play icon on the preview image on hover
- Allow up to 5 redirects (up from 2) when fetching a podcast channel or internet radio station
- Color of the progress bar follows the selected color theme on NC
Fixed
- Small layout issues on Nextcloud 25
- Layout issue in the two-line controls pane on IE
- Not adjusting to dark theme when the theme comes from the browser preference (in NC25)
- User's podcasts, radio stations, and Ampache/Subsonic API keys not erased when an user account deleted
- Music controls not visible on publicly shared folders on NC25
#1028 - Wrong icon in the "New files to scan" and "No scanned files" pop-ups on NC25
- Firefox on Ubuntu selecting the single-column layout after page load regardless of the window width
#1029 - Tablet and mobile layout not working correctly on NC 25.0.2
#1036 - Playback jumping to the next radio station when seeking beyond the end of the already buffered content
v1.7.0
Added
- Two-line layout for the controls pane on narrow windows
#1004 #204 - Muting/unmuting by clicking the speaker icon
#1013 @Root-Core - Many new keyboard shortcuts
#1013 @Root-Core- Numpad +/-: Increase/decrease volume
- M: Mute toggle
- J/L: Seek backwards/forward
- K: Play/Pause toggle
- Shift + Comma/Period: Decrease/Increase playback speed
- Arrow Left/Right: Seek backwards/forward (was formerly skip previous/next)
- Ctrl + Arrow Left/Right: Skip previous/next
- Step size of seeking and volume control is increased when shift held down
- 'Skip previous' shown in the play/pause context menu on narrow screens where it doesn't fit in the controls pane
- Preview of the seek position shown while hovering over the seek bar
#1007 @Root-Core
Changed
- Use background color definitions from the cloud core when available. Fixes a problem with the Nextcloud Breeze Dark theme introduced in v1.6.0.
#1002 - Subsonic: Search functions now find also songs by artist or album name and albums by artist name
- This prevents the Substreamer client from going haywire when shuffle play for an artist requested (!)
#1000
- This prevents the Substreamer client from going haywire when shuffle play for an artist requested (!)
- Subsonic: Method
getCoverArt
returns a placeholder image (instead of an error) if the album/artist in question has no cover art set
#1000 - Context menu on the play/pause button can be opened with right click in addition to the long press
#1006 @Root-Core - Playback speed change by clicking the menu option now has step size 0.25 instead of 0.5. Right-click or long-press decreases the speed.
#1013 @Root-Core - Wider progress bar on wide high-resolution screens
#1004 - Removed the undocumented keyboard shortcuts for toggling the layout on Albums and Folders views
- Respect the global keyboard shortcut disable switch introduced by Nextcloud 25
Fixed
- Small issues in the mobile and tablet layouts
- Subsonic: API method
getTopSongs
ignoring the argumentcount
- Subsonic: Some clients (at least Substreamer, Jamstash, Sonixd) experiencing perpetual 302 redirect loops
#1000 - Subsonic:
getScanState
in json mode returning "false" as string instead of bool caused Substreamer to poll it indefinitely
#1000 - Podcast title not showing on the German translation of 'Podcast channel "{{ title }}" added'
#1005 @Root-Core - Alphabet navigation breaking down when the artist name starts with a Unicode character greater than U+FFFF
#1021 - Nextcloud 25: Web UI not working except for in a narrow window; alphabet navigation not working; layout issues
#1017
v1.6.0
Added
- Option to set the playback rate. This can be found by long-pressing the play/pause button on the controls pane.
#972 - Show the broadcasted song title on Icecast/Shoutcast -type radio streams
#992 @medismail - Show other metadata broadcasted by the radio station in the details pane
- Gapless play with preloading of the next track in the queue
#685
#776 - Artist and album names from Last.fm to the Last.fm tab of the track details
#995 - Album art from Last.fm on the album details pane when no local art available
- Support for radio stream URLs which point to a playlist file containing the actual audio stream URL
#966 - Configurable option to ignore articles in the alphabetical ordering of the artists (by default, ignore: The, El, La, Los, Las, Le, Les)
#984 - Support for Nextcloud 25 (tested on beta 1)
Changed
- Allow playing
audio/aac
files within Files if the MIME type is mapped in the cloud configuration - If updating a podcast channel fails, don't retry it each time the background task runs but only upon the normal podcast update schedule
- HLS-type radio streams are now relayed via the cloud server, removing the need to whitelist each allowed source server
- Subsonic: Use album-based track numbering also on playlists, to help DSub in cache management
#994 - Allow playing external audio streams from playlist file also on link-shared folders
- HLS-type streams are not allowed, though
- Albums with the same name but different artist now each have their own color on placeholder album art
Fixed
- Previous radio station being played without any error messages when failed to start playing an HLS stream
- Playback of a local track starting from a non-zero offset after playing an HLS stream
- Errors being logged because of incomplete exception case handling
#989
#988 - Podcast episodes shown in wrong order after channel updated via the web UI
- Fallback Aurora.js player not working in the main app (i.e. worked only within Files; broken since Music v1.2.1)
- Fallback Aurora.js not working on most versions of Nextcloud (starting from NC15 or NC16)
- The manifest file of the HLS stream was being polled indefinitely after listening to the stream was stopped
- Severe performance problem in the background cleaunup task when PostgreSQL used
#997 - Not able to start playing a podcast episode which happens to have the same ID as currently playing song or radio station
v1.5.2
Added
- Allow dragging current song from the player bar to a playlist on the navigation pane
#946 - Support for Nextcloud 24
#957 @PVince81 - Support for PHP 8.1
#939
Changed
Fixed
- Lyrics not detected from the metadata of a FLAC file
#940 - Folders view not opening if the music folder tree has any invalid parent references in the file index
#955 - Attribute
xmlns
missing from the Subsonic XML responses
#970 @rstefko - Radio view behaving badly if there were any stations with no name (i.e. URL only)