@Sharky-PI
It's not possible to do with the current data structure used, have to reorganize everything to add support for multiple tags

Posts made by jonas
-
RE: Multi genre support: implement semicolon split for Genre grouping in Collection
-
RE: Continuous Buffering
@rlkeeney
Try setting low watermark to 0.10 and buffer duration to 8000 -
RE: SMP 1.2.12 error on Windows 11 x64 version
@NiceTortoise77
In settings / Backend. Try setting output to WASAPI instead. -
RE: Bug (?) when adding covers and updating changed collection folders
@smeatheringham
It's known issue that when editing tags outside of strawberry, it's not always picked up if the mtime is not modified, you can try the touch command on the specific files, see if that triggers an update. -
RE: Continuous Buffering
@rlkeeney
Is it local files or streams? If local files, do you play them from the local HD, or remotely? And what audio format is it? -
RE: Moodbar not displayed in playlist
@mischi
The column is renamed to "Moodbar", "Mood" is the mood tag -
Version 1.2.12 released
What's Changed
Bugfixes
- 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).
- (macOS/Windows) Fixed network cache file descriptor leak with patch for QTBUG-135641.
- (Windows|MSVC) Fixed installer to not restart the computer after installing Visual C++ Redistributable.
Enhancements
- 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.
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.11...1.2.12
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-136351172).
-
RE: Problem compiling with MacOS Tahoe - AGT not found
I haven't tested building on Tahoe yet, but the error should be easy to fix by manually setting the library path.
Something like this:
export LIBRARY_PATH="/System/Library/Frameworks/AGL.framework"
Delete CMakeCache.txt and the run cmake command again.
-
RE: Getting really fed up of the Patreon aspect.
@MovingSounds
I don't understand the problem you have with Patreon as a platform, or is that you expect some updates on the progress as to what is being worked on for the next release? Or is it that it's new releases more often? I have released a new version almost every month, or every second month, the last release was in May, but a new release is in the process, probably in the new few days. -
RE: Strawberry Hanging
@rlkeeney
Version 1.0.23 is very old, I suggest to use the 1.2.11 release from the web site, or from the PPA here: https://launchpad.net/~jonaski/+archive/ubuntu/strawberryIf that does not help.
Start strawberry from the terminal with:GST_DEBUG=*:4 strawberry
-
RE: Strawberry with Linux Mint, Synchronisation IPOD Nano.
@pommi2
It means that the Strawberry package that you use don't have iPod support because it was built without the libgpod library, it's a packaging issue you should take it up with Linux Mint. -
RE: BPM Column | KEY Column | Custom Tag Column
@Sharky-PI TagLib can read any tags. It's easy to do
-
RE: Real-time monitoring of music folders for automatic library updates
@StrawberryAR
You need to add the folders to the collection in Settings / Collection. And make sure "Monitor the collection for changes" is checked. -
RE: Custom background image transparency
@ida
Transparency isn't supported for custom background images. -
RE: No Genius Lyrics
@HanifMZ
I had to remove it since Genius changed their web pages, many times it was showing only partially lyrics, and Genius keeps changing their web pages, continuously breaking the lyrics parsing. It's also pretty messy to parse HTML instead of using an API.
It's not possible to get full lyrics from the Genius API, and their search is also very bad, so I finally just decided to just remove it. -
RE: Looks strange
@friTTe
What OS and version of Strawberry is this?I'm aware of an issue with the playlist row colors on Windows using the windows11 style. You can change the style in Settings / Apperance / Style, set the style to windowsvista, or turn of the alternating row colors like already suggested.
-
RE: Tidal Authentication
@Cecu
Most likely the other application is registered as URL handler for tidal instead of strawberry.
Open a terminal and type:xdg-mime query default x-scheme-handler/tidal
To find which application is registered for Tidal.
If it's another application you can temporary remove that desktop file (usually in /usr/share/applications/).
Also make sure that the desktop file for strawberry is correctly installed (org.strawberrymusicplayer.strawberry.desktop). -
RE: Current status of ASIO and WASAPI Exclusive
@KirstyA
See https://forum.strawberrymusicplayer.org/post/3360 and https://forum.strawberrymusicplayer.org/topic/88/testers-needed-for-windows-wasapi-support?_=1749326983834ASIO worked last time I checked, but not without resampling the audio.
It's a high priority to fix this. -
RE: Tidal integration broken?
@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.