• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. Technical Help
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • rlkeeneyR

      Duplicate Entries

      • • rlkeeney
      2
      0
      Votes
      2
      Posts
      766
      Views

      jonasJ

      @rlkeeney

      The easiest to do is to delete the collection directories, and then re-add the them, that will however loose playcounts, ratings and mess up the playlists (if you have any).
      So if you need to keep ratings, playcounts and playlists, you can do it with SQL queries.
      See:
      https://github.com/strawberrymusicplayer/strawberry/wiki/Find-and-delete-duplicates-from-the-collection-database

    • jonasJ

      Creating pipes for GWakeup: Too many open files

      • • jonas
      2
      0
      Votes
      2
      Posts
      379
      Views

      jonasJ

      This was a Qt bug: https://bugreports.qt.io/browse/QTBUG-94839

    • B

      Library catalog scan misses or mixes tracks

      • • BobKugler
      2
      0
      Votes
      2
      Posts
      335
      Views

      jonasJ

      @bobkugler
      What OS, file system, audio format and ripper you used?
      What version of Strawberry?
      If you are on Linux or macOS you can run strawberry on the terminal and do a full rescan, then see if there are any errors shown on the terminal.

    • E

      I can't play TIDAL music

      • • ele_cu
      3
      0
      Votes
      3
      Posts
      430
      Views

      E

      @jonas thanks for your answer.

      glib-networking is installed, however, I tried with one of the streams and it wasn't working.
      maybe I changed something about the root certificates as you told me because I removed the snap version from my pc and installed the deb package and now TIDAL is working again!

      Many thanks!

    • W

      How to enter music from CD?

      • • wrp100
      1
      0
      Votes
      1
      Posts
      230
      Views

      No one has replied

    • P

      Syncing with .m3u8 playlist folder

      • • Peeves
      2
      1
      Votes
      2
      Posts
      469
      Views

      No one has replied

    • C

      Strawberry starts muted in Pulseaudio

      • • cyberpunkrocker
      1
      1
      Votes
      1
      Posts
      214
      Views

      No one has replied

    • C

      Missing the "Devices" Tab

      • • Chaz
      2
      0
      Votes
      2
      Posts
      275
      Views

      jonasJ

      @chaz
      There is currently no support for devices on Windows so the devices tab isn't there on Windows.

    • C

      Can't play songs with "#" symbol?

      • • cwkiii
      3
      0
      Votes
      3
      Posts
      392
      Views

      C

      @jonas Hi, sorry for the delayed response, this is on Windows 7. I have tested by removing the # from the filename but not the tag, and the file now plays. So the issue is when the # appears in the filename, or the path to the file (for example, I can't play any files in a folder named "#1 Record").

    • M

      Why did strawberry write to tag "Lyrics-xxx"?

      • • mtfurlan
      1
      0
      Votes
      1
      Posts
      4.4k
      Views

      No one has replied

    • D

      Devialet Phantom 1 Gold

      • • duggo1941
      1
      0
      Votes
      1
      Posts
      291
      Views

      No one has replied

    • ?

      This topic is deleted!

      • • A Former User
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • B

      Control Strawberry with IR remote (LIRC support) ?

      • • buffalo
      2
      0
      Votes
      2
      Posts
      404
      Views

      jonasJ

      @buffalo
      Yes it should work. I used to use a IR remote to control MythTV many years ago.
      The config I used: http://files.jkvinge.net/files/lirc/lircrc

    • Auran64A

      Multiple library support?

      • • Auran64
      4
      0
      Votes
      4
      Posts
      615
      Views

      jonasJ

      @auran64
      In ~/.local/share/strawberry/strawberry/strawberry.db

    • D

      Beachballs constantly

      • • David QPR
      2
      0
      Votes
      2
      Posts
      271
      Views

      jonasJ

      @david-qpr
      Are you running Big Sur? If so, make sure you have the latest macOS update, there were issues with the first versions.
      Does it occur when playing streams, or just local files?
      Do you have any devices under the device tab in Strawberry?

    • P

      Subsonic Library Scan hangs at 99%

      • • peterO
      2
      1
      Votes
      2
      Posts
      341
      Views

      W

      Hello everyone,

      I have the same problem with Strawberry version 0.9.3 on Windows 10:

      My Subsonic-Server is connected and a lot of music is synced. But since recently, when I hit the "refresh library"-Button (German: Bibliothek erneuern), it says it is receiving songs for 1681 albums and gets stuck at 99%. After canceling the process, the library is again not up-to-date.

      Does anyone have an idea how I can figure out why this happens?

      Best regards!

    • B

      Possibility to change album cover display size in context view ?

      • • buffalo
      1
      1
      Votes
      1
      Posts
      298
      Views

      No one has replied

    • L

      Where does Strawberry store it's data?

      • • lvsunz37
      2
      0
      Votes
      2
      Posts
      434
      Views

      jonasJ

      @lvsunz37
      It depends on the OS.
      Linux: ~/.local/share/strawberry/strawberry/strawberry.db
      macOS: ~/Library/Application\ Support/Strawberry/Strawberry/strawberry.db
      Windows: %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db

    • L

      Music installing in two different Playlists

      • • lvsunz37
      1
      0
      Votes
      1
      Posts
      198
      Views

      No one has replied

    • B

      Use HTTPS for local redirectserver

      • • Blushock
      2
      0
      Votes
      2
      Posts
      250
      Views

      jonasJ

      @blushock
      It's a workaround for the OAuth authentication, because firefox for a while wouldn't redirect to http://localhost, so I made it possible to redirect to https instead. It's not necessary to enable it unless it doesn't work without. Enabling it will make the browser show a certificate warning as the certificate automatically generated by Strawberry for localhost is self-signed.
      It's safe to use http, and not https for localhost because the traffic always stays on your computer, it's basically your own web browser that connects to strawberry and sends a code used for authentication. The traffic that goes to last.fm is always https independent of this option of course.

    Powered by NodeBB | Contributors