@MMnoMore
What OS?
Posts made by jonas
-
RE: How avoid not playing "stream" file type?posted in Technical Help
@Dan-cer
Can you share the m3u playlist you used? -
RE: Continuous Bufferingposted in Technical Help
It could be bug that only appears on certain harddrives, ie.: if the harddrive is a slower mechanical HDD.
You can set the GST_DEBUG environment variable to get more debug output.
Something like:GST_DEBUG=*:5 GST_DEBUG_FILE=/tmp/gstreamer-debug.log strawberryHowever, the file will grow huge, so make sure you have enough space on /tmp, or change the path to somewhere else.
-
RE: Strawberry ignores embedded album cover and displays wrong one instead.posted in Technical Help
@rik
You can use a file sharing service such as dropbox or onedrive and send me the link in a private message on the forum. -
RE: Installing_GStreamer_Spotify_pluginposted in Wiki
@strawbeson
You only need to build and install the spotify plugin if it's older than 0.14.0. meson and ninja are usually found in the package repositories if you are on Linux. macOS and Windows already have the plugin bundled with the installer. -
RE: import mediamonkey 4 data (sqllite mm.db file)posted in Technical Help
@sigiken
What specific data do you need?
If it's only play counts and last played, it should be supported directly if they are saved to the file tags. If it's only stored in the database, you need to import it using SQL commands, if Mediamonkey uses sqlite3, it should be possible to attach both databases and import it using a single sql UPDATE command, you can use the following as reference (https://wiki.strawberrymusicplayer.org/wiki/Import_collection_library_and_playlists_from_Clementine), but you need to use UPDATE instead of INSERT. -
RE: Moodbar & Discord RPC not working with Subsonicposted in Technical Help
@tricolor3377
Album art does not work with Discord because it requires a remote URL to the cover.
The moodbar only works with local files. -
RE: Why was Libre.fm support removedposted in Comments & Feedback
I noticed that the service had been unresponsive for a long time, so I did a little research and noticed the website had been replaced with "Time is running out.", "The web is being destroyed from within by companies harvesting the creative work", links to "1800www.com" and other weird stuff. Typical stuff for a site that has been hacked, so to be honest, I thought the site was hacked.
When researching more, I found several sources confirming that the libre.fm was shut down.
Including Wikipedia.org who had already listed it as "Closed": it says: "Libre.fm closed on May 28, 2025, with account registration shut down and the website put into maintenance mode", not that Wikipedia itself is a trustworthy source, but I also saw other articles confirming that libre.fm had been shut down, so that's why I've removed it. -
Version 1.2.14 releasedposted in Announcements
Bugfixes:
- 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
- (Windows) Fixed device selection with WASAPI2
Enhancements/Other:
- 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
- (Windows|MinGW) Added WASAPI2 support
- (Windows) Added experimental exclusive mode for WASAPI2
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.13...1.2.14
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-142063349).
-
RE: Strawberry ignores embedded album cover and displays wrong one instead.posted in Technical Help
@rik
It works when testing here,
Can you send me a file that doesn't work in strawberry and I can check? -
RE: Slow startup and indexing compared to Clementineposted in Technical Help
@henk
The startup could be slower because of the way Strawberry initializes objects earlier at startup, I fixed bugs and even rewrote many parts of the code where Clementine did things unsafe thread-wise, ie.: reading and modifying GUI things from a another thread than the main thread, which will be faster, but it's broken code, and just a coincidence that it doesn't crash.
One thing you can try is to turn off "Grey out unavailable songs in playlist on startup" in Settings / Playlist, this feature will lag the startup significantly.Strawberry has a little delay at the beginning of the scan, it's because it iterates through the directories to find the number of files for the progress % status.
Clementine calculates the progress only based on the number of directories, which makes the progress inaccurate, and often stuck on 97-99% for a long time.
Other than that, then scan speed should be pretty much identical. -
RE: Tidal: "GstURISourceBin:urisourcebin4: No demuxer element, check your installation"posted in Technical Help
@pavalliavonau said in Tidal: "GstURISourceBin:urisourcebin4: No demuxer element, check your installation":
nAdaptive
I think adaptivedemux2 (not 100% sure).
-
RE: Autocomplete tags stopped workingposted in General Discussion
@maybl8
Musicbrainz has rate limiting, Strawberry tries to respect it, by delaying requests, but there might be cases where it glitches causing it to stop working for a while. -
RE: Tidal: "GstURISourceBin:urisourcebin4: No demuxer element, check your installation"posted in Technical Help
You need the GStreamer dash plugin, should be part of gstreamer-plugins-bad
gst-inspect-1.0 dash -
RE: spotifyaudiosrc : track is not availableposted in Technical Help
@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. -
RE: About the new sort tags behaviorposted in General Discussion
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 errorposted in Development
@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.libexist?
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 releasedposted in Announcements
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 Collectionposted in Feature Suggestions
@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 Bufferingposted in Technical Help
@rlkeeney
Try setting low watermark to 0.10 and buffer duration to 8000