208 Commits

Author SHA256 Message Date
4f9a069f75 Accepting request 1330265 from multimedia:apps
- Update to version 1.2.18
  + Fixed devices no longer detected with newer GIO versions (#1974)
  + Fixed error message appearing when dragging folders with non-audio files to the playlist from files (#1977)
  + Fixed clear button for device textfield in Backend settings

OBS-URL: https://build.opensuse.org/request/show/1330265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=84
2026-02-01 21:05:53 +00:00
9b784c7bde - Update to version 1.2.18
+ Fixed devices no longer detected with newer GIO versions (#1974)
  + Fixed error message appearing when dragging folders with non-audio files to the playlist from files (#1977)
  + Fixed clear button for device textfield in Backend settings

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=205
2026-02-01 17:39:00 +00:00
323440d9f7 Accepting request 1327938 from multimedia:apps
- Update to version 1.2.17
  + Avoid re-scan of restored songs unless mtime is changed (#1819)
  + Skip existing files when organizing if not overwriting (#1484)
  + Fixed cursor highlight disappearing off-screen when using down cursor (#1489)
  + Fixed CD playback only working for the first optical drive (#1852)
  + Fixed possible race-condition when switching tracks (#1863)
  + Fixed possible file descriptor exhaustion by using shared thread pool (#1687)
  + Don't automatically sort playlist with the auto sort option before it's fully loaded (#1690)
  + Fixed network features stop working after computer suspends and resumes (#1521)
  + Fixed crash on exit after Qobuz login
  + Added tag editor option to select ID3v2 version (#1861)
  + Fixed Qobuz authentication and added automatic credential fetching (#1898)
  + Fixed playback stopping after deleting a song from disk via context menu (#1783)
  + Added option to restore smart playlists to the defaults (#1848)
  + Fixed possible race condition in pipeline destructor (#1875)
  + Fixed buffering issue near track end during gapless playback (#1725)
  + Fixed duplicate collection entries for the same artist if they have different sort tags (#1899)
  + Defer playcount and rating tag writes for currently playing Ogg songs to prevent playback shutter (#1816)
  + Fixed tag editing not working for Opus sort tags (#1929)
  + Show playlist load errors (#1470)
  + Fallback to delete if moving to trash fails (#1679)
  + Prefer filenames with "front" or "cover" in the filename for album cover art for songs outside of the collection (#1745)
  + Fixed collection enter/return behavior to respect double-click settings (#1691)
  + Added tree view mode to files tab (#1922)
  + Include .webp in allowed extensions for album covers (#1941)
  + Exit gracefully on SIGTERM signal for Unix systems (#1942)
  + Optimize the collection scanning process by deferring media file validation from the initial directory scan (#1954)
  + Fixed collection scan not finding new directories in the top level collection directory when the mountpoint is restored (#1914)
  + Added genre metadata parsing for Tidal, Qobuz and Spotify (#1913)
  + Allow editing metadata for stream songs (#1913)
  + Optimized collection/playlist filtering
  + Added sort tags to collection/playlist filtering (#1966)

OBS-URL: https://build.opensuse.org/request/show/1327938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=83
2026-01-19 17:36:14 +00:00
b87a56090e - Update to version 1.2.17
+ Avoid re-scan of restored songs unless mtime is changed (#1819)
  + Skip existing files when organizing if not overwriting (#1484)
  + Fixed cursor highlight disappearing off-screen when using down cursor (#1489)
  + Fixed CD playback only working for the first optical drive (#1852)
  + Fixed possible race-condition when switching tracks (#1863)
  + Fixed possible file descriptor exhaustion by using shared thread pool (#1687)
  + Don't automatically sort playlist with the auto sort option before it's fully loaded (#1690)
  + Fixed network features stop working after computer suspends and resumes (#1521)
  + Fixed crash on exit after Qobuz login
  + Added tag editor option to select ID3v2 version (#1861)
  + Fixed Qobuz authentication and added automatic credential fetching (#1898)
  + Fixed playback stopping after deleting a song from disk via context menu (#1783)
  + Added option to restore smart playlists to the defaults (#1848)
  + Fixed possible race condition in pipeline destructor (#1875)
  + Fixed buffering issue near track end during gapless playback (#1725)
  + Fixed duplicate collection entries for the same artist if they have different sort tags (#1899)
  + Defer playcount and rating tag writes for currently playing Ogg songs to prevent playback shutter (#1816)
  + Fixed tag editing not working for Opus sort tags (#1929)
  + Show playlist load errors (#1470)
  + Fallback to delete if moving to trash fails (#1679)
  + Prefer filenames with "front" or "cover" in the filename for album cover art for songs outside of the collection (#1745)
  + Fixed collection enter/return behavior to respect double-click settings (#1691)
  + Added tree view mode to files tab (#1922)
  + Include .webp in allowed extensions for album covers (#1941)
  + Exit gracefully on SIGTERM signal for Unix systems (#1942)
  + Optimize the collection scanning process by deferring media file validation from the initial directory scan (#1954)
  + Fixed collection scan not finding new directories in the top level collection directory when the mountpoint is restored (#1914)
  + Added genre metadata parsing for Tidal, Qobuz and Spotify (#1913)
  + Allow editing metadata for stream songs (#1913)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=203
2026-01-18 13:27:37 +00:00
9423725787 Accepting request 1323417 from multimedia:apps
- Update to version 1.2.16
  + Make Discord Rich presence use filename if song title is missing
  + Added better error message when a GStreamer plugin is missing
  + Preserve track order in album shuffle mode when restarting playback (#1623)
  + Possible fixes for context word wrap
  + Added lyrics from lrclib.net
  + Added option to turn off the use of sort tags for the collection
  + Fixed Spotify login
  + Fixed error dialog shown minimized if another Strawberry window than the mainwindow was active
  + Fixed seeking to the end of the track and back causing seeking to stop working (#1675)
  + Set current index when automatically selecting track (#1825)
  + Make icon size for shuffle and repeat buttons adjust to screen resolution (#1838)
  + Fixed song being removed from playlist when dragging to another application (#1815)
  + Don't automatically scroll on dynamic playlists (#1427)

OBS-URL: https://build.opensuse.org/request/show/1323417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=82
2025-12-18 17:32:37 +00:00
bd92a3d2b3 - Update to version 1.2.16
+ Make Discord Rich presence use filename if song title is missing
  + Added better error message when a GStreamer plugin is missing
  + Preserve track order in album shuffle mode when restarting playback (#1623)
  + Possible fixes for context word wrap
  + Added lyrics from lrclib.net
  + Added option to turn off the use of sort tags for the collection
  + Fixed Spotify login
  + Fixed error dialog shown minimized if another Strawberry window than the mainwindow was active
  + Fixed seeking to the end of the track and back causing seeking to stop working (#1675)
  + Set current index when automatically selecting track (#1825)
  + Make icon size for shuffle and repeat buttons adjust to screen resolution (#1838)
  + Fixed song being removed from playlist when dragging to another application (#1815)
  + Don't automatically scroll on dynamic playlists (#1427)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=201
2025-12-17 18:34:45 +00:00
34a9d5ee01 Accepting request 1319856 from multimedia:apps
- Update to version 1.2.15
  + Fixed system default language not respected
  + Fixed length filter search
  + Fixed playlist parser converting Spotify URL's
  + Removed use of deprecated QStyle::State_Editing
  + Ignore connection closed errors for ListenBrainz

OBS-URL: https://build.opensuse.org/request/show/1319856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=81
2025-11-26 16:14:46 +00:00
de765880a4 - Update to version 1.2.15
+ Fixed system default language not respected
  + Fixed length filter search
  + Fixed playlist parser converting Spotify URL's
  + Removed use of deprecated QStyle::State_Editing
  + Ignore connection closed errors for ListenBrainz

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=199
2025-11-25 03:11:04 +00:00
b298e3cb67 Accepting request 1313685 from multimedia:apps
- Update to version 1.2.14
  + Fixed showing error dialog minimized when main window is not current active window (#1739)
  + Fixed Discord timestamp update when seeking (#1813)
  + Fixed CD metadata lookup to respect MusicBrainz rate limiting
  + Fixed Tidal Open API cover provider
  + Removed libre.fm support
  + Rewrote MusicBrainzClient to use Json instead of XML
  + Subsonic will now use cover art from album when available
  + Added option to remove "Remastered", etc from song titles for Tidal, Qobuz and Spotify
  + Added webm to supported file extensions

OBS-URL: https://build.opensuse.org/request/show/1313685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=80
2025-10-27 13:40:16 +00:00
865af5f45e - Update to version 1.2.14
+ Fixed showing error dialog minimized when main window is not current active window (#1739)
  + Fixed Discord timestamp update when seeking (#1813)
  + Fixed CD metadata lookup to respect MusicBrainz rate limiting
  + Fixed Tidal Open API cover provider
  + Removed libre.fm support
  + Rewrote MusicBrainzClient to use Json instead of XML
  + Subsonic will now use cover art from album when available
  + Added option to remove "Remastered", etc from song titles for Tidal, Qobuz and Spotify
  + Added webm to supported file extensions

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=197
2025-10-26 00:31:35 +00:00
f9fdee0bdf Accepting request 1302118 from multimedia:apps
- Update to version 1.2.13
  + Fixed playlist alternating row colors no longer working with some styles (#1806)
  + Fixed "Open Audio CD" no longer working (#1803)
  + Fixed systemtray icon playback status not working with scaling (#1782)
  + Fixed build without MusicBrainz (#1799)
  + Fixed build without MTP (#1804)
  + Added Discord status text option (#1796)
  + Read Vorbis/FLAC "Other" embedded covers if front cover is not available (#1793)

OBS-URL: https://build.opensuse.org/request/show/1302118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=79
2025-09-01 15:18:08 +00:00
3bf9f1400b - Update to version 1.2.13
+ Fixed playlist alternating row colors no longer working with some styles (#1806)
  + Fixed "Open Audio CD" no longer working (#1803)
  + Fixed systemtray icon playback status not working with scaling (#1782)
  + Fixed build without MusicBrainz (#1799)
  + Fixed build without MTP (#1804)
  + Added Discord status text option (#1796)
  + Read Vorbis/FLAC "Other" embedded covers if front cover is not available (#1793)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=195
2025-08-31 22:34:34 +00:00
b8845cec0b Accepting request 1299156 from multimedia:apps
- Update to version 1.2.12
  + Fixed scrobbling for radio streams.
  + Fixed CDDA memory leaks.
  + Fixed device view CDDA loading (#1676).
  + Fixed collection directory editing (#1767).
  + Fixed devices sometimes being duplicated in the database.
  + Fixed alternating playlist row colors with Windows 11 style.
  + Fixed broken file filter for GME formats.
  + Fixed collection scanning for GME formats.
  + Fixed Chartlyrics.
  + Fixed network cache file descriptor leak on lyrics search with workaround for QTBUG-135641.
  + Fixed parsing Tidal urls with certain stream URL replies.
  + Fixed pixelated window icon on Wayland (#1753).
  + Fixed saving collection grouping with special characters in the name (#1758).
  + Fixed Spotify token not automatically updated on renewal when playing (#1769).
  + Implemented edit tag dialog reset for year, track, disc and rating.
  + Added ALAC to supported filetypes for iPods.
  + Added CD-TEXT support.
  + Added back Genius lyrics.
  + Added support for reporting more info to ListenBrainz.
  + Added support for BPM, mood and initial key tags.
  + Added support for sort tags to collection, playlists and smart playlists.

OBS-URL: https://build.opensuse.org/request/show/1299156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=78
2025-08-13 14:30:55 +00:00
2cec4aa246 - Update to version 1.2.12
+ Fixed scrobbling for radio streams.
  + Fixed CDDA memory leaks.
  + Fixed device view CDDA loading (#1676).
  + Fixed collection directory editing (#1767).
  + Fixed devices sometimes being duplicated in the database.
  + Fixed alternating playlist row colors with Windows 11 style.
  + Fixed broken file filter for GME formats.
  + Fixed collection scanning for GME formats.
  + Fixed Chartlyrics.
  + Fixed network cache file descriptor leak on lyrics search with workaround for QTBUG-135641.
  + Fixed parsing Tidal urls with certain stream URL replies.
  + Fixed pixelated window icon on Wayland (#1753).
  + Fixed saving collection grouping with special characters in the name (#1758).
  + Fixed Spotify token not automatically updated on renewal when playing (#1769).
  + Implemented edit tag dialog reset for year, track, disc and rating.
  + Added ALAC to supported filetypes for iPods.
  + Added CD-TEXT support.
  + Added back Genius lyrics.
  + Added support for reporting more info to ListenBrainz.
  + Added support for BPM, mood and initial key tags.
  + Added support for sort tags to collection, playlists and smart playlists.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=193
2025-08-12 22:10:25 +00:00
cfdab9f9b3 Accepting request 1277894 from multimedia:apps
- Update to version 1.2.11
  + Fixed playlist songs sometimes not updated with new cover.
  + Fixed context album cover showing even when it's disabled in the setting (#1744).
  + Fixed crash when dragging songs to a closed playlist (#1741).
  + Enable startup notify in desktop file.

OBS-URL: https://build.opensuse.org/request/show/1277894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=77
2025-05-20 07:33:52 +00:00
d9bee7b3d2 - Update to version 1.2.11
+ Fixed playlist songs sometimes not updated with new cover.
  + Fixed context album cover showing even when it's disabled in the setting (#1744).
  + Fixed crash when dragging songs to a closed playlist (#1741).
  + Enable startup notify in desktop file.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=191
2025-05-15 20:43:36 +00:00
37c20efc23 Accepting request 1270901 from multimedia:apps
- Update to version 1.2.10
  + Fixed Discord rich presence showing bogus artist and album.
  + Fixed incorrect ID3v2 comment tag.
  + Removed Genius lyrics.

OBS-URL: https://build.opensuse.org/request/show/1270901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=76
2025-04-20 07:35:26 +00:00
b15a447ee2 - Update to version 1.2.10
+ Fixed Discord rich presence showing bogus artist and album.
  + Fixed incorrect ID3v2 comment tag.
  + Removed Genius lyrics.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=189
2025-04-18 20:02:42 +00:00
14ec42c788 Accepting request 1268211 from multimedia:apps
- Update to version 1.2.9
  + Fixed subsonic parse error (#1719).
  + Fixed Deezer cover provider parse error (#1716).
  + Fixed last.fm import progress.

OBS-URL: https://build.opensuse.org/request/show/1268211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=75
2025-04-10 19:59:05 +00:00
f1b6ed99dc - Update to version 1.2.8
+ Bugfixes:
   + Added "HI_RES_LOSSLESS" for Tidal quality setting.
   + Increased backend settings device lineedit height.
   + Possible fix for KGlobalAccel shortcuts sometimes not working.
  + Enhancements:
    + Removed deprecated Tidal username/password login.
    + Turned off "Grey out unavailable songs in playlists on startup" by default.
    + Added support for reading tags from streams.
    + Added tooltips in equalizer, backend and appearance settings.
    + Added full tag support for AIFF including embedded covers.
    + Use card ID instead of index for ALSA devices.
    + Removed KDSingleApplication from 3rdparty.
    + Support arbitrarily large EBU R 128 loudness normalization.
  + New features:
    + Added Discord rich presence support.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=187
2025-04-09 18:08:15 +00:00
a1dd5784ed Accepting request 1267320 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1267320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=74
2025-04-07 15:37:17 +00:00
b361bbb857 Accepting request 1267319 from home:jonaski:branches:multimedia:apps
- Update to version 1.2.8
  + Bugfixes:
   + Added "HI_RES_LOSSLESS" for Tidal quality setting.
   + Increased backend settings device lineedit height.
   + Possible fix for KGlobalAccel shortcuts sometimes not working.
  + Enhancements:
    + Removed deprecated Tidal username/password login.
    + Turned off "Grey out unavailable songs in playlists on startup" by default.
    + Added support for reading tags from streams.
    + Added tooltips in equalizer, backend and appearance settings.
    + Added full tag support for AIFF including embedded covers.
    + Use card ID instead of index for ALSA devices.
    + Removed KDSingleApplication from 3rdparty.
    + Support arbitrarily large EBU R 128 loudness normalization.
  + New features:
    + Added Discord rich presence support.

OBS-URL: https://build.opensuse.org/request/show/1267319
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=185
2025-04-05 17:12:52 +00:00
2ed63764f0 Accepting request 1241767 from multimedia:apps
- Add missing qt6-gui-private-devel dependency
- Update to version 1.2.7
  + Bugfixes:
   + Fixed strawberry exiting when clicking tray icon.
   + Fixed Clementine import script errors.
   + Disabled OSD Pretty on Wayland since it's not working properly.
 +Enhancements:
   + Only maximize error dialog if Strawberry is the active window (#1627).
   + Added QPA Platform Native Interface as optional component.

OBS-URL: https://build.opensuse.org/request/show/1241767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=73
2025-02-03 20:42:19 +00:00
40041f3ecd - Add missing qt6-gui-private-devel dependency
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=183
2025-01-31 17:45:45 +00:00
57422a7489 - Update to version 1.2.7
+ Bugfixes:
   + Fixed strawberry exiting when clicking tray icon.
   + Fixed Clementine import script errors.
   + Disabled OSD Pretty on Wayland since it's not working properly.
 +Enhancements:
   + Only maximize error dialog if Strawberry is the active window (#1627).
   + Added QPA Platform Native Interface as optional component.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=182
2025-01-31 17:29:06 +00:00
ac26c4c8fd Accepting request 1238472 from multimedia:apps
- Update to version 1.2.6
  + Fixed dragging songs from playlist to queue.
- Update to version 1.2.5
  + Fixed crash when saving playcount or rating to file (#1633).
  + Fixed QFile::open failing in unit tests.
  + Fixed playlist sequence settings saved to wrong configuration file (#1649).
  + Fixed use of deprecated GIO functions with GLib 2.84 and newer.

OBS-URL: https://build.opensuse.org/request/show/1238472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=72
2025-01-17 17:38:15 +00:00
5850033cb7 - Update to version 1.2.6
+ Fixed dragging songs from playlist to queue.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=180
2025-01-17 11:28:42 +00:00
e64355d71b Accepting request 1238364 from home:jonaski:branches:multimedia:apps
- Update to version 1.2.5
  + Fixed crash when saving playcount or rating to file (#1633).
  + Fixed QFile::open failing in unit tests.
  + Fixed playlist sequence settings saved to wrong configuration file (#1649).
  + Fixed use of deprecated GIO functions with GLib 2.84 and newer.

OBS-URL: https://build.opensuse.org/request/show/1238364
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=179
2025-01-17 02:57:50 +00:00
b4c8a5ff4d Accepting request 1236757 from multimedia:apps
- Update to version 1.2.4
  + Bugfixes:
   + Fixed Spotify songs not being available for scrobbling.
   + Fixed leading "A" and "The" articles being skipped for album sort text.
   + Fixed thread safety issue when validating playlist songs on startup.
   + Fixed filter search not ignoring space after colon when using column based search.
   + Fixed KGlobalAccel to use capitalized application name.
   + Fixed slash not properly handled when saving a playlist (#1624).
   + (Unix) Fixed collection scanner so it ignores special filesystem paths (/sys, /proc, /run, etc) (#1615).
  + Enhancements:
   + Use XSPF "title" as playlist name when loading and saving playlists (#1624).
   + Added support for using album ID when receving album covers for Subsonic songs (#1636).
   + Added option for preserving directory structure when trascoding songs (#1637).

OBS-URL: https://build.opensuse.org/request/show/1236757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=71
2025-01-12 10:20:14 +00:00
74af831ad7 - Update to version 1.2.4
+ Bugfixes:
   + Fixed Spotify songs not being available for scrobbling.
   + Fixed leading "A" and "The" articles being skipped for album sort text.
   + Fixed thread safety issue when validating playlist songs on startup.
   + Fixed filter search not ignoring space after colon when using column based search.
   + Fixed KGlobalAccel to use capitalized application name.
   + Fixed slash not properly handled when saving a playlist (#1624).
   + (Unix) Fixed collection scanner so it ignores special filesystem paths (/sys, /proc, /run, etc) (#1615).
  + Enhancements:
   + Use XSPF "title" as playlist name when loading and saving playlists (#1624).
   + Added support for using album ID when receving album covers for Subsonic songs (#1636).
   + Added option for preserving directory structure when trascoding songs (#1637).

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=177
2025-01-10 05:00:57 +00:00
395ca4c604 Accepting request 1229136 from multimedia:apps
- Update to version 1.2.3
  + Bugfixes:
   + Fixed libcdio NULL related compilation error on FreeBSD (#1610).
   + Fixed missing seek when starting playback of a CUE song (#1568).
   + Fixed "QDBusObjectPath: invalid path" error.

OBS-URL: https://build.opensuse.org/request/show/1229136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=70
2024-12-09 20:11:43 +00:00
c6ae375789 - Update to version 1.2.3
+ Bugfixes:
   + Fixed libcdio NULL related compilation error on FreeBSD (#1610).
   + Fixed missing seek when starting playback of a CUE song (#1568).
   + Fixed "QDBusObjectPath: invalid path" error.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=175
2024-12-08 16:42:20 +00:00
ee0b9c8c81 Accepting request 1226004 from multimedia:apps
- Update to version 1.2.2
  + Bugfixes:
   + Fixed crash when creating a new smart playlist (#1609).
   + Fixed last playlist column being added when dragging a song and switching playlists.

OBS-URL: https://build.opensuse.org/request/show/1226004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=69
2024-11-24 10:04:58 +00:00
ce06d7b962 - Update to version 1.2.2
+ Bugfixes:
   + Fixed crash when creating a new smart playlist (#1609).
   + Fixed last playlist column being added when dragging a song and switching playlists.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=173
2024-11-23 18:22:36 +00:00
e68a3cddaa Accepting request 1225634 from multimedia:apps
- Update to version 1.2.1
  + Bugfixes:
   + Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
   + Fixed updating collection song sort text when disc is changed.
   + Fixed current playing file left open when the next track errored (#1582).
   + Fixed filter search not finding song containing uppercase "A" (#1599).
   + Fixed crash when removing album from playlist when using shuffle albums (#1588).
   + Fixed IDv3 MBID's tags with multiple entries being ignored.
   + Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
   + Fixed passing filenames to strawberry on command line not resolving to absolute paths.
  + Enhancements:
   + Resolve symbolic links when dragging files to the playlist to match collection song.
   + Replaced Spotify username/password with access token.
   + Require Qt 6.4 or higher and drop support for Qt 5.
   + Require TagLib 1.12 or higher.
   + Use Qt stringliterals.
   + Move gstfastspectrum to src.
   + Use standard user temp location for current album cover.
   + Removed old MacFSListener.
   + Removed external tagreader and protobuf dependency.
   + Removed VLC support.
   + Ported to Qt translation (.ts) files and removed gettext dependency.
   + Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.

OBS-URL: https://build.opensuse.org/request/show/1225634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=68
2024-11-21 21:02:01 +00:00
e1363467dd OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=171 2024-11-21 17:06:28 +00:00
fa484de342 - Update to version 1.2.1
+ Bugfixes:
   + Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
   + Fixed updating collection song sort text when disc is changed.
   + Fixed current playing file left open when the next track errored (#1582).
   + Fixed filter search not finding song containing uppercase "A" (#1599).
   + Fixed crash when removing album from playlist when using shuffle albums (#1588).
   + Fixed IDv3 MBID's tags with multiple entries being ignored.
   + Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
   + Fixed passing filenames to strawberry on command line not resolving to absolute paths.
  + Enhancements:
   + Resolve symbolic links when dragging files to the playlist to match collection song.
   + Replaced Spotify username/password with access token.
   + Require Qt 6.4 or higher and drop support for Qt 5.
   + Require TagLib 1.12 or higher.
   + Use Qt stringliterals.
   + Move gstfastspectrum to src.
   + Use standard user temp location for current album cover.
   + Removed old MacFSListener.
   + Removed external tagreader and protobuf dependency.
   + Removed VLC support.
   + Ported to Qt translation (.ts) files and removed gettext dependency.
   + Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=170
2024-11-21 17:04:36 +00:00
a911e20e9c Accepting request 1202427 from multimedia:apps
- Update to version 1.1.3
  + Bugfixes:
   + Fixed gstreamer registry lookup leak in Spotify settings.
   + Fixed all songs in a CUE sheet starting playback at the zero position (#1549).
   + Fixed playback going to pause and back to play on song change.
   + Fixed Genius Lyrics login not working (#1554).
   + Fixed slow collection filter search.

OBS-URL: https://build.opensuse.org/request/show/1202427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=67
2024-09-23 13:20:46 +00:00
42a6e94a76 - Update to version 1.1.3
+ Bugfixes:
   + Fixed gstreamer registry lookup leak in Spotify settings.
   + Fixed all songs in a CUE sheet starting playback at the zero position (#1549).
   + Fixed playback going to pause and back to play on song change.
   + Fixed Genius Lyrics login not working (#1554).
   + Fixed slow collection filter search.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=168
2024-09-21 21:33:36 +00:00
39ee7bf106 Accepting request 1200717 from multimedia:apps
- Update to version 1.1.2
  + Bugfixes:
   + Fixed Tidal Open API cover provider to only login when needed instead of on startup.
   + Fixed KDE added keyboard accelerator characters (ampersands) appearing in sidebar (#1400, #1389, #1476).
   + Fixed KDE added keyboard accelerator characters (ampersands) appearing when editing playlist name (#1499).
   + Fixed collection "Search for this" adding prefix without value (#1510).
   + Fixed play (-p) command line option not working on startup (#1465).
   + Fixed scan transaction being started when "Update the collection when Strawberry starts" option is unchecked (#1469)
   + Fixed Spotify bitrate being limited 128kbit/s.
   + Fixed Spotify returning too many artists and albums.
   + Fixed manually switching Spotify songs blocking UI.
   + Fixed analyzer not being set.
   + Fixed context top text being updated causing selected text to be unselected.
   + Fixed filter search to use filename for songs with empty title.
   + Fixed missing developer in Appstream appdata file.
   + Fixed MPRIS2 DesktopEntry to return desktop file entry without ".desktop" (#1516)
   + Fixed WavPack .wvc accepted as valid audio files (#1525).
   + Fixed dynamic playlist controls not following system colors (#1483).
   + Fixed freeze on playlist right click (#1478).
   + Fixed copying songs to a iPod device keeping too many files open (#1527).
   + Fixed MBIDs from MP4 being parsed incorrectly causing ListenBrainz errors (#1531).
   + Fixed playlist sorting after filename (#1538).
  + Enhancements:
   + Improved volume adjustment and track seeking using touchpad (#1498).
   + Use own thread for lyrics parsing.
   + Added url and filename columns to collection and playlist filter search.

OBS-URL: https://build.opensuse.org/request/show/1200717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=66
2024-09-13 12:33:58 +00:00
d9fb0e64e7 - Update to version 1.1.2
+ Bugfixes:
   + Fixed Tidal Open API cover provider to only login when needed instead of on startup.
   + Fixed KDE added keyboard accelerator characters (ampersands) appearing in sidebar (#1400, #1389, #1476).
   + Fixed KDE added keyboard accelerator characters (ampersands) appearing when editing playlist name (#1499).
   + Fixed collection "Search for this" adding prefix without value (#1510).
   + Fixed play (-p) command line option not working on startup (#1465).
   + Fixed scan transaction being started when "Update the collection when Strawberry starts" option is unchecked (#1469)
   + Fixed Spotify bitrate being limited 128kbit/s.
   + Fixed Spotify returning too many artists and albums.
   + Fixed manually switching Spotify songs blocking UI.
   + Fixed analyzer not being set.
   + Fixed context top text being updated causing selected text to be unselected.
   + Fixed filter search to use filename for songs with empty title.
   + Fixed missing developer in Appstream appdata file.
   + Fixed MPRIS2 DesktopEntry to return desktop file entry without ".desktop" (#1516)
   + Fixed WavPack .wvc accepted as valid audio files (#1525).
   + Fixed dynamic playlist controls not following system colors (#1483).
   + Fixed freeze on playlist right click (#1478).
   + Fixed copying songs to a iPod device keeping too many files open (#1527).
   + Fixed MBIDs from MP4 being parsed incorrectly causing ListenBrainz errors (#1531).
   + Fixed playlist sorting after filename (#1538).
  + Enhancements:
   + Improved volume adjustment and track seeking using touchpad (#1498).
   + Use own thread for lyrics parsing.
   + Added url and filename columns to collection and playlist filter search.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=166
2024-09-12 20:10:16 +00:00
0f39d0a083 Accepting request 1189136 from multimedia:apps
- Update to version 1.1.1
  + Bugfixes:
   + Fixed compilation songs being split into different albums when using album grouping.
   + Fixed adding playlist columns not working when stretch mode is disabled (#1085).
   + Fixed resetting playlist columns.
   + Fixed adding songs to playlist adding all songs instead of filtered songs.
   + Fixed collection filter matching entire text instead of individual words.
  + Enhancements:
   + Use same code for collection and playlist filter search.

OBS-URL: https://build.opensuse.org/request/show/1189136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=65
2024-07-24 13:30:25 +00:00
a1d16cf588 - Update to version 1.1.1
+ Bugfixes:
   + Fixed compilation songs being split into different albums when using album grouping.
   + Fixed adding playlist columns not working when stretch mode is disabled (#1085).
   + Fixed resetting playlist columns.
   + Fixed adding songs to playlist adding all songs instead of filtered songs.
   + Fixed collection filter matching entire text instead of individual words.
  + Enhancements:
   + Use same code for collection and playlist filter search.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=164
2024-07-22 23:10:42 +00:00
d7869e2391 Accepting request 1187389 from multimedia:apps
- Update to version 1.1.0
  + Bugfixes:
   + Fixed crash when pressing CTRL + C (#1359).
   + Pass on scroll events to page in settings to avoid changing settings when scrolling with mouse (#1380).
   + Fixed misredered playlist search field with Wayland using scaling (#1255).
   + Fixed Azlyrics lyrics provider because of website changes.
   + Fixed Musixmatch lyrics provider because of website changes.
   + Fixed application exiting when closing file dialog (#1401).
   + Fixed playlist shuffle randomness (#707).
   + Fixed playlist shuffle order always the same when restarting playback (#1381).
   + Fixed dynamic random mix not always ignoring shuffle and repeat mode (#1366).
   + Fixed manual shuffle while playing not setting current song to new index (##1353).
   + Fixed volume sync with PA when output is set to auto (#1123).
   + Fixed mpris:trackid type with KDE 6 (#1397).
   + Fixed open in file manager feature not handling missing XDG_DATA_DIRS variable.
   + Fixed collection pixmap disk cache and moodbar cache with newer Qt versions.
   + Fixed reading common metadata CUE's with multiple files (#1463).
   + Fixed playlist header stretch mode to only resize the right column of the column being resized.
   + Fixed adding columns to playlist header not working when not using stretch mode (#1085).
   + Fixed severe memory leak (!) in context album cover fading (#1464).
   + Separate albums by different artist in album groupings (#1276).
   + Removed -new-window parameter from dolphin command for open in file manager (#1412).
   + Only use playbin3 with GStreamer 1.24 and higher, not with GStreamer 1.22 or lower.
  + Enhancements:
   + Improve error messages when connecting and copying to devices.
   + Allow enter to be used with multiselection to add songs to playlist (#1360)
   + Add song progress to taskbar using D-Bus.
   + Use API to receive Radio Paradise channels.
   + Added button for fetching lyrics to tag editor (#1391).
   + Added option not to skip "A", "An" and "The” when sorting artist names in collection (#1393).
   + Improved album and title disc, remastered, etc matching and stripping (#1387).
   + Save volume to settings when adjusting (#1272).
   + Resolve song from collection using track with Cue in XSPF (#1181).
   + Added background image to sidebar.
   + Read metadata from RIFF WAV files (#1424).
   + Use original path instead of canonical path when adding directories to the collection.
   + Only apply added/removed collection directories when settings are saved.
   + Detect and handle different text encodings when reading CUE files (#1429).
   + The collection has been rewritten and improved (model/filter/search) (#392).
   + Improve error messages from tag reader.
   + (Unix) Add experimental GStreamer pipewire support.
  + New features:
   + Letras lyrics provider.
   + Open Tidal API (openapi.tidal.com) cover provider.
   + Turbine analyzer.
   + WaveRubber analyzer.
   + Spotify streaming support.
  + Removed features:
   + Removed now broken lyricsmode.com lyrics provider because of website changes.

OBS-URL: https://build.opensuse.org/request/show/1187389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=64
2024-07-15 17:48:59 +00:00
c6ca983d97 - Update to version 1.1.0
+ Bugfixes:
   + Fixed crash when pressing CTRL + C (#1359).
   + Pass on scroll events to page in settings to avoid changing settings when scrolling with mouse (#1380).
   + Fixed misredered playlist search field with Wayland using scaling (#1255).
   + Fixed Azlyrics lyrics provider because of website changes.
   + Fixed Musixmatch lyrics provider because of website changes.
   + Fixed application exiting when closing file dialog (#1401).
   + Fixed playlist shuffle randomness (#707).
   + Fixed playlist shuffle order always the same when restarting playback (#1381).
   + Fixed dynamic random mix not always ignoring shuffle and repeat mode (#1366).
   + Fixed manual shuffle while playing not setting current song to new index (##1353).
   + Fixed volume sync with PA when output is set to auto (#1123).
   + Fixed mpris:trackid type with KDE 6 (#1397).
   + Fixed open in file manager feature not handling missing XDG_DATA_DIRS variable.
   + Fixed collection pixmap disk cache and moodbar cache with newer Qt versions.
   + Fixed reading common metadata CUE's with multiple files (#1463).
   + Fixed playlist header stretch mode to only resize the right column of the column being resized.
   + Fixed adding columns to playlist header not working when not using stretch mode (#1085).
   + Fixed severe memory leak (!) in context album cover fading (#1464).
   + Separate albums by different artist in album groupings (#1276).
   + Removed -new-window parameter from dolphin command for open in file manager (#1412).
   + Only use playbin3 with GStreamer 1.24 and higher, not with GStreamer 1.22 or lower.
  + Enhancements:
   + Improve error messages when connecting and copying to devices.
   + Allow enter to be used with multiselection to add songs to playlist (#1360)
   + Add song progress to taskbar using D-Bus.
   + Use API to receive Radio Paradise channels.
   + Added button for fetching lyrics to tag editor (#1391).
   + Added option not to skip "A", "An" and "The” when sorting artist names in collection (#1393).

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=162
2024-07-14 14:04:41 +00:00
837160fe68 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=161 2024-03-23 12:43:30 +00:00
4dc974a66f - Rebuild for protobuf (boo#1221091).
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=160
2024-03-08 14:06:04 +00:00
85eba376ff Accepting request 1138177 from multimedia:apps
- Update to version 1.0.23
  + Bugfixes:
   + Fixed possible duplication of song entries after organizing (#1341).
   + Fixed possible crash when connecting devices (#1313).
   + Fixed playlist sorting of original year (#1349).
  + Enhancements:
   + Treat all stream errors as non-fatal (#1347).
   + Require KDSingleApplication 1.1.0.
   + Fix logging of restored unavailable songs.

OBS-URL: https://build.opensuse.org/request/show/1138177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=63
2024-01-12 22:45:20 +00:00
53d204e820 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=158 2024-01-11 20:38:40 +00:00
19fe1c516b - Update to version 1.0.23
+ Bugfixes:
   + Fixed possible duplication of song entries after organizing (#1341).
   + Fixed possible crash when connecting devices (#1313).
   + Fixed playlist sorting of original year (#1349).
  + Enhancements:
   + Treat all stream errors as non-fatal (#1347).
   + Require KDSingleApplication 1.1.0.
   + Fix logging of restored unavailable songs.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=157
2024-01-11 19:49:49 +00:00