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

      xHE-AAC or Exhale Support

      • • raphaelmsx
      2
      0
      Votes
      2
      Posts
      284
      Views

      jonasJ

      @raphaelmsx said in xHE-AAC or Exhale Support:

      xHE-AAC

      I added fdk-aac (https://en.wikipedia.org/wiki/Fraunhofer_FDK_AAC) recently so it should probably work in 1.0.3 (both the mingw and the msvc version has it).

    • C

      MinGW-W64 1.0.2 Not Responding Constantly on W10 21H2

      • • CharAznableLoNZ
      3
      0
      Votes
      3
      Posts
      433
      Views

      C

      @jonas
      Without the playlist the issue does not occur.
      With the playlist it stops responding.
      This also happens when loading the playlist on a clean start.

    • P

      Xtra large collection. All songs have more than 20 entries in the collection.

      • • pksings
      1
      0
      Votes
      1
      Posts
      167
      Views

      No one has replied

    • P

      Hangs on library search with artwork on

      user interface • • parakovsky
      1
      0
      Votes
      1
      Posts
      248
      Views

      No one has replied

    • P

      RPi3-Make Install Quirk w/ QT6

      • • Piuser
      2
      0
      Votes
      2
      Posts
      296
      Views

      P

      @piuser

      After doing some more searching online, it looks like the runtime path was changed to "" when I <make install>. I found what I believe to be the culprit in: /home/pi/Downloads/temp/strawberry-1.0.2/build/src/cmake_install.cmake

      Changed the "New_Rpath" to be the same as the old and it worked fine. I am guessing the Rpath only gets changed when installing it using <make install> and not for the compiled binary.

    • Z

      Qobuz support not working

      • • zeioth
      3
      0
      Votes
      3
      Posts
      1.7k
      Views

      A

      @zapf2000 Hi, thank you for the instructions, they worked charm. One question, is it syncing all your favorite albums? In my system many are missing and it seems it capped at 50 albums, I have changed the settings but they seems to do nothing.

    • M

      How to enable the equalizer on Linux Mint?

      • • Metagross31
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      M

      @jonas said in How to enable the equalizer on Linux Mint?:

      @metagross31
      The equalizer is only available with gstreamer, either you compiled strawberry without gstreamer, or selected VLC instead of gstreamer in the backend settings.

      That was the problem! I installed the gstreamer backend and rebuilt Strawberry and now it works. Thanks a lot!

    • 5

      Fingerprints or signatures for downloads?

      • • 5.5x8.5
      1
      0
      Votes
      1
      Posts
      189
      Views

      No one has replied

    • FerdinandF

      Tidal OAuth login error

      • • Ferdinand
      3
      1
      Votes
      3
      Posts
      2.3k
      Views

      A

      Use your token and try to login with the web-browser check this http://timothyjohnson.me.uk/posts/2021/01/16/Tidal_API_for_Linux/ but still I'm not able to play something 488f1995-0176-4ac8-b157-1a8a7124eb72-imagen.png
      189ff3cb-2ecf-4189-a9ec-4fce1ced4fe5-imagen.png
      91242338-6284-4913-a4bd-db62272ce701-imagen.png

      Tried with all the methods available on the "settings" section but still I'm not able to play music 😞

    • A

      resampling when sample rate isn't supported by audio device

      • • aranc23
      1
      0
      Votes
      1
      Posts
      295
      Views

      No one has replied

    • V

      Changig font size in folder-view and in playlist

      • • vibrasphere
      2
      0
      Votes
      2
      Posts
      533
      Views

      S

      I use the "Qt5 Configuration Tool", which I think you can install in Debian, to adjust the font size and collection folder icon theme. Perhaps that's something you could try.

      I am using Linux Mint and the tool works well for tweaking non-GTK apps.

    • B

      Seekbar position different in similar environments - find no way to configure this

      • • buffalo
      3
      0
      Votes
      3
      Posts
      390
      Views

      B

      @Zapp
      I dont know what this playing widget feature is, as I see no difference (even while playing) no matter if its activated or not, but even with it deactivated adding the PlayingWidget section and setting the above_status_bar key in strawberry.conf stretches the seekbar to the whole width as desired, so many thanks for your hint.

    • R

      Debugging Strawberry

      • • rnd
      7
      0
      Votes
      7
      Posts
      610
      Views

      jonasJ

      @rnd
      Version 1.0.2 is released which should hopefully fix the bug.

    • M

      Newbie question: can I import iTunes playlists?

      • • mills70
      4
      0
      Votes
      4
      Posts
      844
      Views

      jonasJ

      @mills70
      I found this:
      https://support.apple.com/guide/itunes/save-a-copy-of-your-playlists-itns2998/windows#:~:text=Save a copy of a,File > Library > Export Library.

    • R

      Newbie (possibly dumb) questions..

      • • Roger_Mellie
      3
      0
      Votes
      3
      Posts
      817
      Views

      jonasJ

      Possible reasons songs are not picked up could be hidden folders, incorrect permissions or unsupported audio format.
      Check and see if there are some differences between those that are not picked up and those that appear in the collection.
      When you find a file that is not in the collection try dragging the file from finder to the playlist window and see if you get an error message.

    • O

      Sync from libre.fm?

      • • OriNOVet
      2
      0
      Votes
      2
      Posts
      407
      Views

      jonasJ

      @orinovet
      libre.fm uses a identical API, even the API key is the same. So all that needs to be done is to add a combobox where you can select between last.fm and libre.fm and it uses different config depending on which one you select, I think it's just the hostname and username that is different.
      The code is here:
      https://github.com/strawberrymusicplayer/strawberry/blob/master/src/dialogs/lastfmimportdialog.cpp
      https://github.com/strawberrymusicplayer/strawberry/blob/master/src/scrobbler/lastfmimport.cpp

    • F

      GStreamer plugin question

      • • fatso
      5
      0
      Votes
      5
      Posts
      666
      Views

      F

      @fatso AWESOME! Thank you so much. I'm a total newb with this streaming stuff...can ya tell? LOL

    • E

      Highest quality audio output

      • • evh5150
      1
      0
      Votes
      1
      Posts
      470
      Views

      No one has replied

    • H

      Strawberry does not find music collection

      • • hamaryns
      2
      0
      Votes
      2
      Posts
      354
      Views

      CherryStrawC

      @hamaryns No, I think so. You must put the folder of your music directly in the Collection section, not just a direct access.

    • B

      Song Fingerprinting

      • • baloo
      2
      0
      Votes
      2
      Posts
      358
      Views

      jonasJ

      It calculates and stores a unique fingerprint for each song in the database so that if the files are renamed or moved on disk (within the collection directory) it manage to track where the files moves so it does not loose playcounts and ratings data.
      See https://en.wikipedia.org/wiki/Acoustic_fingerprint

    Powered by NodeBB | Contributors