@pavalliavonau
I think it's the same bug as described here: https://github.com/strawberrymusicplayer/strawberry/issues/1798
There is a workaround adding an entry to the hosts file, but I think it's fixed in the latest librespot release.

Posts made by jonas
-
RE: spotifyaudiosrc : track is not available
-
RE: About the new sort tags behavior
In the new release we made use of sort tags for sorting, but the plan is to make an option for it.
-
RE: Windows NMAKE : fatal error
@romario781
The error doesn't make much sense since the first messages says strawberry_lib.lib was generated, but later it says it "doesn't know how to make", do you have some sort of anti-virus removing or blocking the files? Doesstrawberry_lib.lib
exist?
Please share the CMake command and full output with ``--log-level=DEBUG"`?And I'm curious, why do you use NMake and not Ninja or Visual Studio 17? NMake is really slow.
-
Version 1.2.13 released
Bugfixes
- 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)
Enhancements:
- Added Discord status text option (#1796)
- Read Vorbis/FLAC "Other" embedded covers if front cover is not available (#1793)
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.13
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-137814087).
-
RE: Multi genre support: implement semicolon split for Genre grouping in Collection
@Sharky-PI
It's not possible to do with the current data structure used, have to reorganize everything to add support for multiple tags -
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.