• 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
    • D

      Manually rebuilding playlists using data in strawberry.db

      Technical Help
      • • • DrBrightside
      7
      0
      Votes
      7
      Posts
      211
      Views

      D

      @jonas Just tried that. Db and backup are okay and not corrupted.

      From what I've read/seen I think the issue wasn't corruption but just a bizarre mistimed save. I removed my primary music folder from the inclusion list so I could more easily compare other music folders in Strawberry, and after that was done I added it back. Bc it was added back it required a full rescan, so I cancelled the scan and enabled EBUR128 bc I might as well. In the playlists, removing the primary folder made every song disappear. At some point, maybe when I closed Strawberry prematurely or whatever, Strawberry saved the playlists to the DB, and since the missing tracks were still not in the database, saved blank entries into all the data cells, wiping any data. Or it happened some other bizarre way IDK.

      TLDR (most of) the data was overwritten with empty tags because of a weird niche save mechanic.

      So unless someone really involved in Strawberrys development knows how to use the collection_id data to reverse engineer the individual tracks the data is completely lost. C'est la vie.

    • D

      Importing data from clementine throws an error in sqlite3

      Technical Help
      • • • DrMartinus
      4
      0
      Votes
      4
      Posts
      91
      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.

    • F

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

      Technical Help
      • • • FromClementine
      4
      0
      Votes
      4
      Posts
      87
      Views

      F

      @silver-sun Thanks, but no luck. I have not installed any specific ALSA packages so that is the reason, but I am reticent to keep installing things that may cause additional problems. Here is the error message after switching to ALSA/pcm:

      Could not open audio device for playback. ../ext/alsa/gstalsasink.c(928): gst_alsasink_open (): /GstBin:audiobin/GstAlsaSink:pipeline-1-alsasink: Playback open error on device 'default': No such file or directory Configured audiosink audiobin is not working. ../gst/playback/gstplaysink.c(2945): gen_audio_chain (): /GstPlayBin3:pipeline-1-pipeline/GstPlaySink:playsink Internal data stream error. ../libs/gst/base/gstbaseparse.c(3772): gst_base_parse_loop (): /GstPlayBin3:pipeline-1-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin0/GstParseBin:parsebin0/GstMpegAudioParse:mpegaudioparse1: streaming stopped, reason not-linked (-1)
    • K

      Wiki instructions outdated or omitting steps

      Technical Help
      • • • Krax
      4
      0
      Votes
      4
      Posts
      113
      Views

      K

      @jonas I was able to file the ticket on the gstreamer-plugin-rs gitlab and get help about that. Is there any reason that the steps in the wiki don't mention the need to install the development libraries as part of the command steps for installing the plugin? Where can I contribute to the wiki? I couldn't find an option for that anywhere.

    • B

      Volume Scale

      Comments & Feedback
      • • • basix
      3
      0
      Votes
      3
      Posts
      133
      Views

      B

      @silver-sun I've adjusted the headset volume and its helped. But the volume slider is directly connected to the application volume control so adjusting it on there adjusts the volume slider and vice versa. There is no other point on the chain besides those two. (I'm using pipewire for context)

    • J

      Strawberry just plain won't work on my Pop OS box.

      Technical Help
      • • • jonarmst_303
      2
      0
      Votes
      2
      Posts
      169
      Views

      jonasJ

      @jonarmst_303
      Have you tried adding a directory with audio files to the collection in Tools / Settings / Collection? Does anything show up?

    • SuperDotS

      Streamed songs from Spotify disable seeking - Is this normal?

      Technical Help
      • • • SuperDot
      4
      0
      Votes
      4
      Posts
      225
      Views

      jonasJ

      I believe this is normal, seeking isn't supported with Spotify.
      Strawberry mainly has one developer me, so it's not possible for me to reply to everything, there are too many issues to reply to.

    • S

      How to fix Colour theme

      Technical Help
      • • • Somesh77
      2
      0
      Votes
      2
      Posts
      137
      Views

      B

      Look for Menu -> Tools -> Settings... -> Playlist -> Use alternating row colors

    • B

      Internal data stream error?

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

      No one has replied

    • S

      Support for TAK (Tom’s lossless Audio Kompressor) audio files

      Feature Suggestions
      • • • shout
      2
      0
      Votes
      2
      Posts
      458
      Views

      S

      I too would be interested in TAK playback.
      Any plans to add it to the roadmap?

    • P

      1.2.19 - resetting previous played track history

      Comments & Feedback
      • • • paul2berry
      2
      0
      Votes
      2
      Posts
      130
      Views

      jonasJ

      @paul2berry
      The played track history (clicking previous track button) will reset if you stop playback, or do you mean it's resetting while still playing?

    • S

      Larger analyzer and moodbar

      Feature Suggestions
      • • • SilverGreen93
      1
      0
      Votes
      1
      Posts
      55
      Views

      No one has replied

    • M

      Have an option to use .lrc files instead of online lyric providers

      Feature Suggestions
      • • • meesk_
      2
      3
      Votes
      2
      Posts
      300
      Views

      G

      Sounds good. I hate having to turn to VLC or other players to get features like this. I also see this (musical lyrics in .lrc) as the camel's nose in the tent for podcast transcripts in .vtt. Whether it is music (lyrics) or podcasts (transcripts), text is very important for the hard of hearing and for people like me, with excellent hearing for music but not-so-excellent listening for words in other languages. I am sure that my neighbors through the wall would like if I did not have to occasionally scrub back over the same five-second passage ten times.

    • L

      Audio device busy despite no other application actively using audio?

      Technical Help
      • • • loam
      5
      0
      Votes
      5
      Posts
      356
      Views

      O

      I have the same problem. It can show up randomly but if I choose next in the playlist it will happen then. If I double-click the selected song it will resume. I use ALSA and have used both HW and PCM with no change between them.

      I use Linux Mint Mate.

    • H

      Gapless playback on a CD?

      General Discussion
      • • • hornetster
      1
      0
      Votes
      1
      Posts
      88
      Views

      No one has replied

    • H

      How to sync iPod Photo?

      Technical Help
      • ipod • • hayberry
      1
      1
      Votes
      1
      Posts
      59
      Views

      No one has replied

    • V

      Can't alter the topmost text field under the track info summary for a set of tracks I added to the music player.

      Technical Help
      • • • VioletStykes03
      1
      0
      Votes
      1
      Posts
      51
      Views

      No one has replied

    • R

      EBU R128 not working for a specific kind of vorbis/opus, but works for all other formats

      Technical Help
      • • • roundabout
      2
      0
      Votes
      2
      Posts
      97
      Views

      No one has replied

    • Sharky-PIS

      Prevent duplicate playlist additions

      Feature Suggestions
      • • • Sharky-PI
      2
      0
      Votes
      2
      Posts
      317
      Views

      B

      @Sharky-PI this would be incredibly useful.

    • B

      The ability to sort a playlist by a custom field

      Feature Suggestions
      • • • bot10exists
      1
      0
      Votes
      1
      Posts
      51
      Views

      No one has replied