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

      Desktop items not appearing in Files List

      • • chrisc
      3
      0
      Votes
      3
      Posts
      363
      Views

      jonasJ

      @chrisc
      Only audio files will be filtered.
      You need to mount the NAS to a mountpoint.

    • Y

      MacOS Mojave constant crashing.

      • • yelpspoon
      2
      0
      Votes
      2
      Posts
      295
      Views

      jonasJ

      @yelpspoon
      Run strawberry from the terminal to see any output. Open a terminal and type:

      /Applications/strawberry.app/Contents/MacOS/strawberry

      Check that strawberry is enabled/allowed in the accessibility system settings.

    • Y

      Complete scan finds only 21,314 of 52,073 files

      • • YahYah24
      2
      0
      Votes
      2
      Posts
      211
      Views

      jonasJ

      @yahyah24
      Could be unsupported audio filetypes.
      It will also skip any directory that is hidden (.dot), or has files named ".nomedia" or ".nomusic".

    • R

      Tidal log in issue

      tidal • • robyn
      2
      0
      Votes
      2
      Posts
      540
      Views

      jonasJ

      @robyn

      Make sure the desktop file is installed, normally it should be:

      /usr/share/applications/strawberry.desktop

      Make sure that strawberry is installed in PATH, and that it isn't a different version from the one you launch.

      sudo find /usr -type f -name 'strawberry'

      Make sure the "tidal" URL scheme is correctly registered to strawberry, run the following command in a terminal while strawberry is open:

      xdg-open tidal://test

      This should add "tidal://test" to the active playlist. If that works, then it means authentication with TIdal should be possible.

      If it still doesn't work, then try close firefox and reopen, or set a different web browser as default.

    • C

      Duplicate library entries created after organising.

      • • choobs
      3
      0
      Votes
      3
      Posts
      640
      Views

      jonasJ

      @choobs
      There was a bug when organizing songs and moving between different collection directories, it was duplicating the songs in the database. It is fixed now.
      https://github.com/strawberrymusicplayer/strawberry/commit/fb634bc2d41d40e55ecfa23dc39094c007b8e621

    • L

      Tidal 24/96 master quality?

      • • lkthomas
      1
      0
      Votes
      1
      Posts
      367
      Views

      No one has replied

    • V

      This topic is deleted!

      • • VeridisQuo18
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • B

      Possible Issue with Lyrics with Non-Latin Characters

      • • bbroughton
      2
      0
      Votes
      2
      Posts
      319
      Views

      jonasJ

      @bbroughton
      Musixmatch is the only provider we don't use their API directly for searching, because their API requires payment.
      So we have to guess the URL for the lyric for a specific song, ie.:
      https://www.musixmatch.com/lyrics/Strawbs/Autumn
      We probably have to do some sort of conversion for non-latin characters.
      If you can find out how to convert the artist and song title to a URL then I can change it in code.

    • P

      How to add an interval of silence before starting playback?

      • • plaurids
      1
      0
      Votes
      1
      Posts
      155
      Views

      No one has replied

    • C

      Updating collection stops other tasks

      • • chrisc
      11
      0
      Votes
      11
      Posts
      1.4k
      Views

      C

      @adityasubathu

      The transfer rate from the NAS to the computer is 11 mb/sec
      The (Dell) laptop has an SSD, is an i5 and has 16Gb RAM
      Since Friday its been "Updating collection"
      Running from a terminal window, it gets to 84850 and then stops. JRiver shows there are 86998 tracks
      I can play a track if I click on the file name, but cannot create any Smart Playlists

      Don't want to keep bothering you with what seems minor problems

    • A

      Raspberry Pi4 install on Raspberry OS

      • • ash-pi
      13
      0
      Votes
      13
      Posts
      3.0k
      Views

      D

      @jonas Yes, indeed. Thanks, all compiled just fine and playing nicely now as I write this. So appreciated, thank you again!.

      I notice dsun above saying 'I'm running Manjaro ARM on it and Strawberry is in the software repository.' How do we get Raspberry Pi OS to include it too? - Strawberry is so much better than VLC for music. Nicer UI, album covers, remembers playlists etc etc. It would be a real 'plus' for the RPi community.

    • R

      File panel occasionally disappears.

      • • rik
      2
      0
      Votes
      2
      Posts
      289
      Views

      jonasJ

      @rik said in File panel occasionally disappears.:

      Kubuntu

      I'm not familiar with Kubuntu, what Qt style do they use?
      It does not look like standard Fusion style, so maybe they use a buggy custom Qt style.
      Try setting the style in appearance settings to fusion.

    • E

      Collection does not update on start-up Lubuntu 20.04.1

      • • Ed
      14
      0
      Votes
      14
      Posts
      962
      Views

      E

      Again, thank you. I've changed my studio around a bit and basically taken this machine off line. I did learn somethings about using the command line and for that I am very appreciative. Don't worry, as the novice I am I'm sure I'll be back at some point.

      Keep well and all the best!

    • T

      Playlist filename spaces get removed on default save path

      • • torgo
      8
      0
      Votes
      8
      Posts
      729
      Views

      T

      Thanks, going into strawberry.conf and manually changing last_save_playlist did the trick.

    • F

      Cannot search Tidal

      • • fcps
      3
      0
      Votes
      3
      Posts
      321
      Views

      jonasJ

      I see that the track duration bug was fixed in version 0.7.1, so if you have an older version than that, you're affected by the bug.

    • W

      I get stutter/jump when starting flac files.

      • • warbaque
      23
      0
      Votes
      23
      Posts
      3.1k
      Views

      jonasJ

      I actually notice a problem now with Strawberry and GStreamer 1.18 on Windows where it periodically makes a small "pop" sound (possible jump), not exactly sure what to call it, it occurs circa 4 seconds into the track, but sometimes elsewhere too, similar problem occurs when unpausing consistently each time.
      I have only tested with FLAC files, but see that problem only occurs with the FLAC codec, playing the same file works fine using libav codec from within Strawberry. I can't reproduce the problem with gst-launch with either codec.
      The problem is gone when downgrading GStreamer to version 1.16.2. So I tried to compile gstreamer using the latest code from git too see if the problem has already been fixed, and the problem appears to be fixed. I can definitely tell it by unpausing. So I'm going to use that until the next stable version of GStreamer is released.
      So hopefully this will resolve also the issues reported to by @warbaque and @kaiser_sosai.
      The buffering issues are most likely a different problem.

    • D

      internal hdd not seen by strawberry

      • • drmaftoon
      3
      0
      Votes
      3
      Posts
      366
      Views

      A

      You may have to navigate from the root of the filesystem to the folder your hard drive is mounted in when you try to add the folders to the library. Usually it's mounted under /mnt/<uuid>, but it could be different as I have never used multi-drive setup. You may also have to mount the hard drive

      Some resources you might want to read:

      Auto mount second hdd in Linux Mint
      Check the path of mounted drive

    • F

      Strawberry for macOs Big Sur

      • • Frenchy
      11
      0
      Votes
      11
      Posts
      1.2k
      Views

      J

      Sorry @jonas, missed the notification that there's activity here.

      Just tested https://builds.strawberrymusicplayer.org/macos/bigsur/strawberry-0.8.4.28.gfcd4e5ac-bigsur.dmg and it seems to work. Thanks!

    • D

      Configuring a play/pause keyboard shortcut in KDE

      • • diem
      1
      1
      Votes
      1
      Posts
      1.6k
      Views

      No one has replied

    • T

      Any way to see the song playing from the terminal?

      • • TallGorilla
      2
      0
      Votes
      2
      Posts
      257
      Views

      jonasJ

      See https://github.com/strawberrymusicplayer/strawberry/wiki/Using-MPRIS2-to-get-information-and-control-playback

    Powered by NodeBB | Contributors