• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. jonas
    3. Posts
    • Profile
    • Following 0
    • Followers 13
    • Topics 96
    • Posts 1,012
    • Best 214
    • Controversial 2
    • Groups 1

    Posts made by jonas

    • RE: USB Memory Stick does not appear under Devices

      @MMnoMore
      What OS?

      posted in Technical Help
      jonasJ
      jonas
    • RE: How avoid not playing "stream" file type?

      @Dan-cer
      Can you share the m3u playlist you used?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Continuous Buffering

      @rlkeeney

      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 strawberry
      

      However, the file will grow huge, so make sure you have enough space on /tmp, or change the path to somewhere else.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Strawberry ignores embedded album cover and displays wrong one instead.

      @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.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Installing_GStreamer_Spotify_plugin

      @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.

      posted in Wiki
      jonasJ
      jonas
    • RE: import mediamonkey 4 data (sqllite mm.db file)

      @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.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Moodbar & Discord RPC not working with Subsonic

      @tricolor3377
      Album art does not work with Discord because it requires a remote URL to the cover.
      The moodbar only works with local files.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Why was Libre.fm support removed

      @dj-style

      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.

      posted in Comments & Feedback
      jonasJ
      jonas
    • Version 1.2.14 released

      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).

      posted in Announcements
      jonasJ
      jonas
    • RE: Strawberry ignores embedded album cover and displays wrong one instead.

      @rik
      It works when testing here,
      Can you send me a file that doesn't work in strawberry and I can check?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Slow startup and indexing compared to Clementine

      @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.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Tidal: "GstURISourceBin:urisourcebin4: No demuxer element, check your installation"

      @pavalliavonau said in Tidal: "GstURISourceBin:urisourcebin4: No demuxer element, check your installation":

      nAdaptive

      I think adaptivedemux2 (not 100% sure).

      posted in Technical Help
      jonasJ
      jonas
    • RE: Autocomplete tags stopped working

      @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.

      posted in General Discussion
      jonasJ
      jonas
    • RE: Tidal: "GstURISourceBin:urisourcebin4: No demuxer element, check your installation"

      @pavalliavonau

      You need the GStreamer dash plugin, should be part of gstreamer-plugins-bad

      gst-inspect-1.0 dash
      
      posted in Technical Help
      jonasJ
      jonas
    • RE: spotifyaudiosrc : track is not available

      @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.

      posted in Technical Help
      jonasJ
      jonas
    • 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.

      posted in General Discussion
      jonasJ
      jonas
    • 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? Does strawberry_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.

      posted in Development
      jonasJ
      jonas
    • 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).

      posted in Announcements
      jonasJ
      jonas
    • 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

      posted in Feature Suggestions
      jonasJ
      jonas
    • RE: Continuous Buffering

      @rlkeeney
      Try setting low watermark to 0.10 and buffer duration to 8000

      posted in Technical Help
      jonasJ
      jonas