Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Aug 2, 2020
1 parent 8995bc2 commit 7fe04da
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.16.0 2020-08-02
* support for playlist files (#777, #652, #645).
* exporting playlist to M3U8 file
* importing playlist from M3U8, M3U, or PLS file
* playing M3U8, M3U, and PLS files directly in Files
* the file paths within the playlist file must be relative
* playlist details pane
* album details pane
* Last.fm data on tracks details pane when available
* navigation from track details to album and artist details
* when navigating from the Files player to Music, continue from the same time offset
* add link to the github change log under the About section in the Settings view
* fix rendering of lyrics and other track details which use "CR only" new lines (#780)
* internal refactoring and minor fixes

v0.15.1 2020-07-12
* fix unable to scan music after database reset (regression in v0.15.0) (#774)
* Ampache:
Expand Down
10 changes: 6 additions & 4 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@
<id>music</id>
<name>Music</name>
<summary>Music player, library viewer, and server</summary>
<description>Plays audio files directly in the Files view or in a stand-alone library view. Depending on the browser, supports playing file types mp3, ogg, m4a, m4b, flac, wav. All browsers should be able to play at least mp3.
<description>Plays audio files directly in the Files view or in a stand-alone library view. Depending on the browser, supports playing file types mp3, ogg, m4a, m4b, flac, wav. All browsers should be able to play at least mp3. Also playlist formats m3u, m3u8, and pls are supported.

In the library view, you can play tracks by album, artist, genre, or folder, create custom playlists, search tracks by keywords, 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, search tracks by keywords, 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 the next files of the folder or playlist until stopped. The app includes also a server compatible with Ampache and Subsonic clients, allowing playback and browsing of the library on various external applications e.g. on Android or iPhone.

The Music app also integrates with the mediaSession API (available at least on recent versions of Chrome and Edge) both when playing music within Files and in the stand-alone view. When the API is supported by the browser, this allows controlling the playback with the media keys (play/pause/stop/next/prev) on the keyboard even when the browser is not focused, and shows the playback controls also on the lock screen of the OS (tested on Windows 10 and Android).
When browser and OS support available, the Music app can be controlled with the media keys (play/pause/stop/next/prev) on the keyboard or the OS notification center even when the browser is not focused. This is supported at least on Chrome and Edge (tested on Windows 10 and Android).

The admin may set up connection to the Last.fm service, allowing the Music app to show biography and background information of the artists, albums, and tracks.

Limitations: The app can handle libraries of more than 50´000 tracks on modern desktop browsers, but the user experience is optimized for somewhat smaller 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 (current author)</author>
<author>Morris Jobke (original author)</author>
<author>Jan-Christoph Borchardt (original design)</author>
<version>0.15.1</version>
<version>0.16.0</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/87253623-7c1a1500-c485-11ea-98b4-625dc55868ac.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png</screenshot>
Expand Down

0 comments on commit 7fe04da

Please sign in to comment.