@Darkness-Twisty
It works here with the latest release 1.2.11, if you got an option for "OAuth", it's an older release of Strawberry, the latest OAuth is always being used.
Strange errors might happen if there is a incompatible client id used.
-
RE: Tidal integration broken?
-
Version 1.2.11 released
What's Changed
- 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.
- (Windows|MSVC) Add experimental support for native ARM64 builds.
- (Windows|MinGW) Fixed crash on exit.
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.10...1.2.11
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-129053027).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: Installation question from newer Linux user
@justsomedude
It looks fine, you already have the PPA repository. -
RE: Pretty OSD not being able to be selected
@AOWOL
OSD Pretty doesn't work with Wayland so it's disabled in the settings if you are on Wayland. -
RE: Save playcounts/ratings to song counts "when possible"
@rlkeeney
It doesn't save last played to the file, only to the database. -
RE: Save playcounts/ratings to song counts "when possible"
@Sharky-PI
It should save playcounts when the song is finished playing when the "Save playcouints to song tags when possible is checked". But there are cases where it could fail, especially on Windows where the file might be locked for writing when it's being played.
Also, not all formats supports saving playcounts, the ones supported are FLAC, WavPack, APE, Ogg, MP3, MP4 and MPC.
The option "overwrite database ... when songs are re-read" option allows you to edit rating and playcounts from other program and strawberry normally re-reads them when modified as long as the mtime of the file is changed, without that option it will ignore any changes to the rating or playcount and only keep the one stored in the database. -
RE: Installation question from newer Linux user
If you install using the .deb file, you have to manually install for every update.
Linux Mint 22.1 is compatible with Ubuntu 24.04 (Noble), so you can use the PPA package repository (https://launchpad.net/~jonaski/+archive/ubuntu/strawberry) to get updates.Debian and Ubuntu based distros are usually late in updating to newer libraries and programs. If you are like me, and do not like this, it's better to switch to a different distro, I'd recommend Fedora for versioned yearly released version, they update programs like Strawberry continuously even before a new version of the distro, or openSUSE for rolling release distro for continuous updates of everything.
-
RE: Comment tag incorrectly displays "0" for some files with correctly populated Comment tags, from Gapless Playback & iTunSMPB fields
Released version 1.2.10 now where this should be fixed.
-
Version 1.2.10 released
Bugfixes:
- Fixed Discord rich presence showing bogus artist and album.
- Fixed incorrect ID3v2 comment tag.
- (macOS|Windows MSVC) Fixed stuck playback of some streams.
Enhancements:
- Removed Genius lyrics (no longer working properly because of website changes).
- (macOS|Windows MSVC) Added back Spotify
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-126956487).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads. -
RE: Comment tag incorrectly displays "0" for some files with correctly populated Comment tags, from Gapless Playback & iTunSMPB fields
It's because ID3v2 doesn't have it's own frame for "comment", it uses COMM (commercial frame: https://id3.org/id3v2.3.0#Commercial_frame) so there is a bunch of other stuff stored there too, and strawberry was just reading everything except iTunNORM and picked the first one it found, but there are other tags stored there by iTunes.
I simplified this to only use the first COMM frame without description as comment, this should hopefully fix it: https://github.com/strawberrymusicplayer/strawberry/commit/bd9771a88f111134cf10ea6efe901e0ebf90d8dd