Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Apr 21, 2020
1 parent 029b8de commit 8a6fe35
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
v0.14.0 2020-04-21
* add 'Genres' view to the web UI
* integrate the web UI with the (Chrome) media control API (provides e.g. support for HW keys play/pause/etc and integration to the OS lock screen)
* improvements for Subsonic API:
* support genres: add methods `getGenres` and `getSongsByGenre`, and add parameter `genre` to methods `getRandomSongs` and `getAlbumList(2)`
* support defining year ranges on methods `getAlbumList(2)` and `getRandomSongs`
* add `year` and `genre` properties to all album responses, add `genre` property to all song responses
* support starring tracks, albums, and artists (#750) (stars are visible only via Subsonic)
* proper paging when fetching random album list (one album returned only once)
* optimize getting large folder contents
* fix/tweak the logic used in the method `getLyrics`
* API version set to 1.10.1
* improvements for Ampache API:
* support `limit` and `offset` parameters on more actions; this fixes the "Random Artists/Albums/Playlists" feature on the Ampache plugin in the Kodi media player
* support genres using the `tags` feature of the API: added actions `tags`, `tag_artists`, `tag_albums`, and `tag_songs` and include `tag` properties on song/album/artist responses
* drop the SoundManager2 library in favor of using HTML5 API directly
* update getID3 to development version 1.9.19-202004201144 (should help on #123)
* allow rescanning previously scanned tracks with `occ music:scan` by using the option `--rescan`
* fix unable to open details pane if getID3 can't extract any metadata tags
* fix several small bugs causing logged error notes (but no undesired behavior) at least on Nextcloud 18 + PHP 7.4
* fix a typo in the 'Settings' view (#751 by @amalvarenga)

v0.13.2 2020-03-25
* fix SW update problems caused by the disk-number-migration script introduced in v0.13.1 (#748)

Expand Down
6 changes: 4 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
<summary>Music player, library viewer, and server</summary>
<description>Plays audio files directly in the Files view or in a separate library view. Depending on the browser, supports playing filetypes mp3, ogg, m4a, m4b, flac, wav. All browsers should be able to play at least mp3.

In the library view, you can play tracks by album or artist, create custom playlists, or shuffle play over your whole library. In the Files view, an audio file can be played with one click and the playback continues to next files of the folder until stopped. The app includes also a server compatible with Ampache and Subsonic clients.
In the library view, you can play tracks by album, artist, genre, or folder, create custom playlists, or shuffle play over your whole library. In the Files view, an audio file can be played with one click and the playback continues to next files of the folder until stopped. The app includes also a server compatible with Ampache and Subsonic clients.

The Music app also integrates with the mediaSession API (available at least on recent versions of Chrome). When the API is supported by the browser, this allows controlling the Music app via the media playback keys on keyboard even when the browser is not focused, and shows the playback controls also on the lock scren of the OS (at least on Windows 10 and Android).

Limitations: The app can handle libraries of more than 50´000 tracks on modern desktop browsers, but the user experience is not optimized for such collections. Libraries significantly larger than this may fail to function altogether. The playback from Files works regardless of the collection size.</description>
<licence>AGPL</licence>
<author>Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design)</author>
<version>0.13.3-alpha3</version>
<version>0.14.0</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/43827475-94d34d7c-9b02-11e8-8bf9-9f3d91aa5dab.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png</screenshot>
Expand Down

0 comments on commit 8a6fe35

Please sign in to comment.