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

      Migration from opensuse

      • • philippeg
      25
      0
      Votes
      25
      Posts
      1.7k
      Views

      P

      @jonas Yes i tested the last buid on another computer where i don't deleted the db and it is working also

    • R

      Collection search not always working

      • • rajm
      4
      0
      Votes
      4
      Posts
      350
      Views

      jonasJ

      If this is the same issue as https://github.com/strawberrymusicplayer/strawberry/issues/1140, it should be fixed now. Test with the latest from https://builds.strawberrymusicplayer.org/

    • L

      Unable to build under macOS, taglib package missing

      • • lorenzolamasse
      2
      0
      Votes
      2
      Posts
      296
      Views

      jonasJ

      @lorenzolamasse

      You can run cmake with extra -D parameters to specify the location of taglib.
      Configure using TAGLIB_INCLUDE_DIRS, TAGLIB_LIBRARY_DIRS and TAGLIB_LIBRARIES.

      To find the include directory, look for the directory containing tag.h and use the parent directory of the "taglib" directory.
      To find the library directory, look for libtag.dylib.

      Something like this:

      cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/qt6/lib/cmake" -DBUILD_WITH_QT6=ON -DUSE_BUNDLE=ON -DICU_ROOT="/usr/local/opt/icu4c" -DTAGLIB_INCLUDE_DIRS="/opt/homebrew/opt/taglib/include" -DTAGLIB_LIBRARY_DIRS="/opt/homebrew/opt/taglib/lib" -DTAGLIB_LIBRARIES="/opt/homebrew/opt/taglib/lib/libtag.dylib"

      I didn't test this, modify the dirs if they are wrong.

    • C

      Browse by album covers???

      • • chrisco23
      1
      0
      Votes
      1
      Posts
      119
      Views

      No one has replied

    • C

      Strawberry kills browser audio

      • • crhwv
      6
      0
      Votes
      6
      Posts
      422
      Views

      G

      @jonas Hello! I also have a similar problem, though with a different set up.

      Ubuntu 20.04 & 22.04 (Just upgraded- same problem on both distros)
      JDS Labs Element II DAC/Amp
      Brave & Firefox browsers

      Strawberry Backend Settings:
      Output to a sound card via ALSA
      Device JDS Labs Element II USB Audio

      hw:1,0

      ALSA plugin: hw selected, out of the following options

      hw plughw pcm

      I'm trying to play high resolution FLAC files (192khz/24bit), so I'd prefer to avoid downsampling to 48khz if possible.

      Thank you for your time, and thanks for the work you and the other developers put into strawberry- I wouldn't want to use anything else. 🙂
      -GarethFuller

    • F

      This topic is deleted!

      • • furlion
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • M

      Flatpak refreshing is not running

      • • Miguel Ruiz
      3
      0
      Votes
      3
      Posts
      206
      Views

      AJCxZ0A

      @Miguel-Ruiz Fluthub appears to be experiencing some technical difficulties at the moment. It has been reported via Matrix and IRC.

      Note that the stable version of Strawberry is several releases behind the 1.0.14 release.

      $ flatpak search strawberry Name Description Application ID Version Branch Remotes Strawberry Music Player A music player and collection organizer org.strawberrymusicplayer.strawberry 1.0.0 stable flathub

      On Ubuntu you might want to add Jonas Kvinge's PPA for an up-to-date version.

    • O

      How to organize/rename files/folders?

      • • OriNOVet
      1
      0
      Votes
      1
      Posts
      410
      Views

      No one has replied

    • P

      Analysator and equalisator

      • • peter
      1
      0
      Votes
      1
      Posts
      90
      Views

      No one has replied

    • A

      Проблема с плеером

      • • alexmavr
      1
      0
      Votes
      1
      Posts
      79
      Views

      No one has replied

    • L

      Strawberry (Flatpak version) not seeing Kvantum style

      • • ldxza
      6
      0
      Votes
      6
      Posts
      845
      Views

      L

      @jonas Guess I'll have to stick to Clementine.

    • D

      Collection Rescan not removing delete folders

      • • drichard58
      2
      0
      Votes
      2
      Posts
      158
      Views

      jonasJ

      @drichard58
      This is probably related to gvfs, I suggest to mount the SMB in fstab.

    • D

      Collection scan not working

      • • drbldrbl
      3
      0
      Votes
      3
      Posts
      204
      Views

      jonasJ

      @drbldrbl
      You need to give more information about the problem if you want help here.
      What audio files and tags, does the taglib utility read the files?
      Try dragging a file to the playlist and see what error you get there.

    • S

      Version 1.0.13 Sound does start way to loud in the latest release Windows

      • • Starmanager
      8
      0
      Votes
      8
      Posts
      459
      Views

      jonasJ

      @Starmanager
      I don't understand what you mean here. I don't plan to make a new release any time soon unless one or more critical issues are found.

    • ?

      Web radio

      • • A Former User
      1
      1
      Votes
      1
      Posts
      273
      Views

      No one has replied

    • D

      Gapless playback

      • • drbldrbl
      6
      1
      Votes
      6
      Posts
      1.3k
      Views

      J

      The gap may be inserted during compression/encoding: https://en.wikipedia.org/wiki/Gapless_playback#Compression_artifacts

    • H

      Did Tidal break Strawberry access?

      • • hifiwifi
      5
      0
      Votes
      5
      Posts
      954
      Views

      jonasJ

      OAuth login works here both with Firefox and Chrome, Linux and Windows. I've tested on macOS with Safari, but that was a while back.

      On linux the critical part is that the .desktop file is installed and the "mimetype" entry contains x-scheme-handler/tidal.

      For Windows Tidal must exist as a URL Protocol in the registry, this should be done by the setup https://github.com/strawberrymusicplayer/strawberry/blob/db6aac603c7f557731a1ba3a13817e9c3b69770a/dist/windows/strawberry.nsi.in#L701
      This conflicts with the official Tidal app, so if you installed the Tidal app after you installed Strawberry, it will probably stop working with Strawberry.

      But this doesn't get triggered before you get a successful login on Tidal when forwarded to Tidal by Strawberry. if you get an error there, the App ID could be wrong.

      I don't remember where I got the App ID from. It was long ago, 2018 I think.

    • S

      Player hangs while start

      • • Starmanager
      1
      0
      Votes
      1
      Posts
      145
      Views

      No one has replied

    • T

      Autoplay

      • • throwingaway
      1
      0
      Votes
      1
      Posts
      115
      Views

      No one has replied

    • 9

      This topic is deleted!

      • • 9acca9
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    Powered by NodeBB | Contributors