- Update to version 1.0.18
+ Bugfixes: + Fixed reading disc from QObuz songs (#1168). + Fixed volume being reset on playback with PulseAudio (#1174). + Fixed <br> tags in SQL query error message. + Fixed compile with Qt 6 without XCB (QX11Application). + Fixed smart playlist editor not properly loading search terms (#1172). + Fixed use of fixed icon for playlist favorite star icon (#1178). + Possible fix for collection thumbnails using disk cache having identical covers for albums with hashtag (#) in the album title (#1183). + Fixed listenbrainz scrobbling for songs with multiple artist mbids. + Fixed listenbrainz scrobbling for songs without duration. + Fixed gapless playback sometimes not working. + Fixed writing PNG images as embedded covers (#1209). + Fixed greyscale album covers not working in OSD D-Bus (#1205). + Fixed collection thumbnail disk cache with Qt 6.5.1 and newer. + Fixed moodbar disk cache with Qt 6.5.1 and newer. + Fixed playlist edit tag F2 shortcut only working for title tag (#1210). + Append number to filename if the destination file already exist when transcoding audio (#1200). + Fixed abseil linking issues with protobuf 1.22.0 and newer. + Enhancements: + Reduce memory overhead with album cover handling (#1046). + Improved listenbrainz error handling. + Show error dialog for listenbrainz errors similar to last.fm/libre.fm. + Reduce NetworkAccessManager instances. + Replace SingleApplication with KDSingleApplication. + Require Qt 5.12 or higher. + Add new database fields for art_embedded and art_unset. + Rewrite album cover loader. + Move cover filename settings from collection to covers settings. + Add setting to set priorities for album cover types. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=140
This commit is contained in:
parent
3ea6a246b4
commit
1336ee0a13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5a4af4202813f5b5eb81c202ba632f964493cc381730e15ee3f6106321a714a
|
||||
size 11244908
|
3
strawberry-1.0.18.tar.xz
Normal file
3
strawberry-1.0.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8687463b3c5c6d4344ab295ed0946b56d279b7e45875eb4fcca521ca1218c860
|
||||
size 11241608
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 23:35:05 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
|
||||
|
||||
- Update to version 1.0.18
|
||||
|
||||
+ Bugfixes:
|
||||
+ Fixed reading disc from QObuz songs (#1168).
|
||||
+ Fixed volume being reset on playback with PulseAudio (#1174).
|
||||
+ Fixed <br> tags in SQL query error message.
|
||||
+ Fixed compile with Qt 6 without XCB (QX11Application).
|
||||
+ Fixed smart playlist editor not properly loading search terms (#1172).
|
||||
+ Fixed use of fixed icon for playlist favorite star icon (#1178).
|
||||
+ Possible fix for collection thumbnails using disk cache having identical covers for albums with hashtag (#) in the album title (#1183).
|
||||
+ Fixed listenbrainz scrobbling for songs with multiple artist mbids.
|
||||
+ Fixed listenbrainz scrobbling for songs without duration.
|
||||
+ Fixed gapless playback sometimes not working.
|
||||
+ Fixed writing PNG images as embedded covers (#1209).
|
||||
+ Fixed greyscale album covers not working in OSD D-Bus (#1205).
|
||||
+ Fixed collection thumbnail disk cache with Qt 6.5.1 and newer.
|
||||
+ Fixed moodbar disk cache with Qt 6.5.1 and newer.
|
||||
+ Fixed playlist edit tag F2 shortcut only working for title tag (#1210).
|
||||
+ Append number to filename if the destination file already exist when transcoding audio (#1200).
|
||||
+ Fixed abseil linking issues with protobuf 1.22.0 and newer.
|
||||
|
||||
+ Enhancements:
|
||||
+ Reduce memory overhead with album cover handling (#1046).
|
||||
+ Improved listenbrainz error handling.
|
||||
+ Show error dialog for listenbrainz errors similar to last.fm/libre.fm.
|
||||
+ Reduce NetworkAccessManager instances.
|
||||
+ Replace SingleApplication with KDSingleApplication.
|
||||
+ Require Qt 5.12 or higher.
|
||||
+ Add new database fields for art_embedded and art_unset.
|
||||
+ Rewrite album cover loader.
|
||||
+ Move cover filename settings from collection to covers settings.
|
||||
+ Add setting to set priorities for album cover types.
|
||||
+ Add rating filtering to playlist search (#1212).
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:02:31 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: strawberry
|
||||
Version: 1.0.17
|
||||
Version: 1.0.18
|
||||
Release: 0
|
||||
Summary: A music player and music collection organizer
|
||||
License: GPL-3.0-or-later
|
||||
@ -93,7 +93,7 @@ Features:
|
||||
- Edit tags on music files
|
||||
- Fetch tags from MusicBrainz
|
||||
- Album cover art from Last.fm, Musicbrainz, Discogs, Musixmatch, Deezer, Tidal, Qobuz and Spotify
|
||||
- Song lyrics from Lyrics.com, AudD, Genius, Musixmatch, ChartLyrics, lyrics.ovh and lololyrics.com
|
||||
- Song lyrics from Lyrics.com, Genius, Musixmatch, ChartLyrics, lyrics.ovh and lololyrics.com
|
||||
- Support for multiple backends
|
||||
- Audio analyzer
|
||||
- Equalizer
|
||||
|
Loading…
Reference in New Issue
Block a user