- Update to version 0.7.1:
* Bugfixes: + Fixed incorrectly mapped global shortcuts keys "2" and "3". + Fixed Last.fm scrobbling to correctly start array notation for parameters at 0 and not 1. + Fixed sending trackNumber correctly for Last.fm and Libre.fm scrobbling. + Fixed collection search when using special characters in the search query. + Fixed reading and saving MP4 lyrics tag. + Fixed reading ASF comment tag. + Fixed adding playlist songs outside the collection when there are multiple files with the same URL. + Fixed the rescan songs option to work with local songs outside of the collection. + Fixed problems with editing song metadata in the playlists. * Enhancements: + Simplified and improved startup behaviour code. + Adapted all source code to be compatible with Qt 6, and increased required Qt version to 5.8. + Added option to compile with Qt 6 (-DWITH_QT6=ON). + Base warning for show in file browser on unique directories to avoid unneeded warning about opening many files. + Use album artist instead of artist for album repeat mode when available. + Added extra safety for overwriting files for filesystem storages when organizing files. + Remove diacritics in FTS search. + Improved playlist context menu. + Added fatal CMake error for missing protobuf compiler. + Added support for parsing radio streams metadata with tilde in title. + Added CMake option to install translation files. + (Unix) Added playback actions to desktop file. * Removed features: + Removed Xine engine support. + Removed broken imobiledevice (iPhone) support. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=75
This commit is contained in:
parent
bedad2d0ae
commit
0ab78d2405
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29
|
||||
size 10156576
|
3
strawberry-0.7.1.tar.xz
Normal file
3
strawberry-0.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74d0178f18a83d8e0f8d42fd4308e71362000a54326423e4dcbfd3594006b927
|
||||
size 10123748
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 14 22:52:44 UTC 2020 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.7.1:
|
||||
* Bugfixes:
|
||||
+ Fixed incorrectly mapped global shortcuts keys "2" and "3".
|
||||
+ Fixed Last.fm scrobbling to correctly start array notation for parameters at 0 and not 1.
|
||||
+ Fixed sending trackNumber correctly for Last.fm and Libre.fm scrobbling.
|
||||
+ Fixed collection search when using special characters in the search query.
|
||||
+ Fixed reading and saving MP4 lyrics tag.
|
||||
+ Fixed reading ASF comment tag.
|
||||
+ Fixed adding playlist songs outside the collection when there are multiple files with the same URL.
|
||||
+ Fixed the rescan songs option to work with local songs outside of the collection.
|
||||
+ Fixed problems with editing song metadata in the playlists.
|
||||
* Enhancements:
|
||||
+ Simplified and improved startup behaviour code.
|
||||
+ Adapted all source code to be compatible with Qt 6, and increased required Qt version to 5.8.
|
||||
+ Added option to compile with Qt 6 (-DWITH_QT6=ON).
|
||||
+ Base warning for show in file browser on unique directories to avoid unneeded warning about opening many files.
|
||||
+ Use album artist instead of artist for album repeat mode when available.
|
||||
+ Added extra safety for overwriting files for filesystem storages when organizing files.
|
||||
+ Remove diacritics in FTS search.
|
||||
+ Improved playlist context menu.
|
||||
+ Added fatal CMake error for missing protobuf compiler.
|
||||
+ Added support for parsing radio streams metadata with tilde in title.
|
||||
+ Added CMake option to install translation files.
|
||||
+ (Unix) Added playback actions to desktop file.
|
||||
* Removed features:
|
||||
+ Removed Xine engine support.
|
||||
+ Removed broken imobiledevice (iPhone) support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 20 13:00:48 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: strawberry
|
||||
Version: 0.6.13
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: A music player and music collection organizer
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
URL: https://www.strawberrymusicplayer.org/
|
||||
Source: https://files.jkvinge.net/packages/strawberry/%{name}-%{version}.tar.xz
|
||||
Source: https://files.strawberrymusicplayer.org/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cmake
|
||||
@ -66,7 +66,6 @@ BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libudf)
|
||||
BuildRequires: pkgconfig(libvlc)
|
||||
BuildRequires: pkgconfig(libxine)
|
||||
BuildRequires: pkgconfig(protobuf)
|
||||
BuildRequires: pkgconfig(sqlite3) >= 3.9
|
||||
BuildRequires: pkgconfig(taglib) >= 1.11.1
|
||||
@ -92,7 +91,7 @@ Features:
|
||||
- Support for multiple backends
|
||||
- Audio analyzer
|
||||
- Equalizer
|
||||
- Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
||||
- Transfer music to iPod, MTP or mass-storage USB player
|
||||
- Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
|
||||
- Subsonic streaming support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user