• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • F

      Strawberry works, but then it doesn't. Gstreamer issue?

      Technical Help
      • • • FromClementine
      6
      0
      Votes
      6
      Posts
      170
      Views

      jonasJ

      @FromClementine
      Strawberry isn't supported/expected to work under WSL.

    • D

      Volume HiRes flac on SB 1.2.19 Mac barely audible

      Technical Help
      • • • dick
      2
      0
      Votes
      2
      Posts
      32
      Views

      D

      @dick In the above described situation the replaygain setting in SB was on but there were no Replaygain tags in de HiRes files. No i've added replaygain tags to the files and they play ok now.

    • D

      Importing data from clementine throws an error in sqlite3

      Technical Help
      • • • DrMartinus
      4
      0
      Votes
      4
      Posts
      110
      Views

      S

      The script here:

      https://github.com/strawberrymusicplayer/strawberry/blob/master/dist/scripts/import-from-clementine.sh

      was changed in a commit on Jan. 27, 2025:

      https://github.com/strawberrymusicplayer/strawberry/commit/055cb413c9f81723e39bfbfc1675456a6d9bd3a5

      The instructions on the wiki page here:

      https://wiki.strawberrymusicplayer.org/wiki/Import_collection_library_and_playlists_from_Clementine

      Were edited on Mar. 21, 2026.

      Line 143 in the git repo script:

      CASE WHEN filename IS NULL THEN '' ELSE filename END,

      was replaced with:

      COALESCE(filename, ) AS url,

      and the line below was added to the wiki instructions (would be at line 157 in the script, but it's not):

      REPLACE(art_manual, '.config/Clementine/albumcovers','.local/share/strawberry/strawberry/collectionalbumcovers') AS art_manual,

      It's been a while since I've done sqlite stuff, but this line:

      SELECT ROWID, name, last_played, special_type, ui_path, is_favorite, dynamic_playlist_type, dynamic_playlist_data, dynamic_playlist_backend FROM clementine.playlists WHERE dynamic_playlist_type ISNULL;

      in the script, line 72, and in the wiki instructions contains a possible error at the end of the line with the 'ISNULL' operator and should be this:

      SELECT ROWID, name, last_played, special_type, ui_path, is_favorite, dynamic_playlist_type, dynamic_playlist_data, dynamic_playlist_backend FROM clementine.playlists WHERE dynamic_playlist_type IS NULL;

      I'll let @jonas be the final arbiter since he will have to make time to fix it.

      You may want to try changing some of those instructions to see if that produces a different outcome.

      Remember to make a backup of your databases before you do anything just in case if all of this knob-turning goes badly.

    • Madp03tM

      Smart Playlist not reflecting library changes

      Technical Help
      • smartplaylist playlist collection auto-update kubuntu • • Madp03t
      1
      0
      Votes
      1
      Posts
      18
      Views

      No one has replied

    • S

      Am i just a drooling idiot or what is going on here (playlist functionality)

      Technical Help
      • • • slippy
      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • MollyInannaM

      Align column labels according to the “Align text” setting

      Feature Suggestions
      • • • MollyInanna
      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • L

      (Bazzite/Fedora) Discord Rich Presence not displaying

      Technical Help
      • • • leatsyke
      1
      0
      Votes
      1
      Posts
      36
      Views

      No one has replied

    • B

      Internal data stream error?

      Technical Help
      • • • Bones
      1
      0
      Votes
      1
      Posts
      36
      Views

      No one has replied