• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. jonas
    3. Posts
    • Profile
    • Following 0
    • Followers 13
    • Topics 94
    • Posts 994
    • Best 211
    • Controversial 2
    • Groups 1

    Posts made by 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
    • RE: SMP 1.2.12 error on Windows 11 x64 version

      @NiceTortoise77
      In settings / Backend. Try setting output to WASAPI instead.

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

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

      posted in Technical Help
      jonasJ
      jonas
    • RE: Moodbar not displayed in playlist

      @mischi
      The column is renamed to "Moodbar", "Mood" is the mood tag

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

      posted in Announcements
      jonasJ
      jonas
    • RE: Problem compiling with MacOS Tahoe - AGT not found

      @frake

      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.

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

      posted in General Discussion
      jonasJ
      jonas
    • 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/strawberry

      If that does not help.
      Start strawberry from the terminal with:

      GST_DEBUG=*:4 strawberry
      
      posted in Technical Help
      jonasJ
      jonas
    • 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.

      posted in Technical Help
      jonasJ
      jonas
    • RE: BPM Column | KEY Column | Custom Tag Column

      @Sharky-PI TagLib can read any tags. It's easy to do

      posted in Comments & Feedback
      jonasJ
      jonas
    • 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.

      posted in Technical Help
      jonasJ
      jonas
    • RE: database corruption?

      @korafola
      Check the database: https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check

      posted in Technical Help
      jonasJ
      jonas
    • RE: Custom background image transparency

      @ida
      Transparency isn't supported for custom background images.

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

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

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

      posted in Technical Help
      jonasJ
      jonas
    • 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?_=1749326983834

      ASIO worked last time I checked, but not without resampling the audio.
      It's a high priority to fix this.

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

      posted in Technical Help
      jonasJ
      jonas