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

      Strawberry does not find music collection

      • • hamaryns
      2
      0
      Votes
      2
      Posts
      594
      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
      385
      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

    • L

      Can't install 1.01 version

      • • lvsunz37
      2
      0
      Votes
      2
      Posts
      251
      Views

      jonasJ

      @lvsunz37
      You can't install in a different profile. You can create a backup of the database, the file containing the data is strawberry.db

    • C

      mp3 file type icon

      • • CraigUK
      2
      0
      Votes
      2
      Posts
      193
      Views

      jonasJ

      @craiguk
      No, strawberry does not set icon for filetypes. Icons for mimetypes are loaded from /usr/share/icons/ there is usually subfolders called mimetypes.

    • C

      This topic is deleted!

      • • CraigUK
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • S

      Error message during installation on Win7x64

      • • schnast
      3
      0
      Votes
      3
      Posts
      305
      Views

      S

      @buffalo that's very kind, thank you very much! Have a nice day!

    • S

      Home button file path change

      • • snakefinger
      1
      0
      Votes
      1
      Posts
      229
      Views

      No one has replied

    • Muz1kCh4nn3lM

      How to Enable Lyrics Fetching?

      • • Muz1kCh4nn3l
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      Muz1kCh4nn3lM

      Confirmed, @silver-sun!

      Local lyrics display correctly in the "Context" pane, so the problem is limited to fetching lyrics.

    • S

      Tags on MP4 AAC files

      • • silver-sun
      1
      0
      Votes
      1
      Posts
      253
      Views

      No one has replied

    • S

      Any progress on aac bit depth issue?

      • • silver-sun
      4
      0
      Votes
      4
      Posts
      571
      Views

      S

      @jonas I realize I'm replying to an old post, but I didn't see any reason to make a new one. I would like to revisit this issue of the wrong bit depth being reported by GStreamer when an aac file is playing (32 bits instead of 16 bits). Where can I report this to the GStreamer developers? Or is it something you can report? I have GitHub and GitLab accounts, but I am just a Linux hobbyist. I report bugs, but I don't have the deep technical knowledge that would enhance my reporting. Thanks.

    • B

      Cannot add external device

      • • BluesShow
      2
      1
      Votes
      2
      Posts
      289
      Views

      CherryStrawC

      @bluesshow Are you using a Mac with Apple Sillicon? I have understood the build for Sillicon is still work in progress?

    • O

      New extract SQL from Media Monkey

      • • OriNOVet
      1
      0
      Votes
      1
      Posts
      295
      Views

      No one has replied

    • T

      Changing the default behavior for the double-click on smart playlists

      • • tempo
      4
      0
      Votes
      4
      Posts
      447
      Views

      O

      @buffalo many thx. Done

    • O

      Song not scrobbled

      last.fm libre.fm scrobble • • OriNOVet
      2
      0
      Votes
      2
      Posts
      373
      Views

      O

      Found the problem. Offline mode was enabled for some reason. Is there some way to scrobble the songs during offline mode again?

    • rustykramerR

      Using SMART playlists with SUBSONIC collection

      • • rustykramer
      2
      1
      Votes
      2
      Posts
      477
      Views

      C

      That doesn't work for me either. In clementine it kind of works. Recently played includes full albums even if only one track from the album has been played...

    • O

      Edit database manually

      • • OriNOVet
      2
      0
      Votes
      2
      Posts
      264
      Views

      O

      Ahh got it to work. I have to refresh the opened playlist. Then the imported dates are visible. If someone needs the export SQL from Media Monkey to Strawberry:

      SELECT SongPath, Artist, Album, AlbumArtist, TrackNumber, DiscNumber, SongTitle, PlayCounter, strftime('%s', datetime(LastTimePlayed + 2415019.0)) as lastplayed FROM Songs WHERE LastTimePlayed > 0;

      Media Monkey uses juliandate to save the date. I export the other fields additionally, to match the fields in Strawberry and find the correct songs. Form the returned entrys, i create the above UPDATE statement for Strawberry:

      UPDATE `songs` SET `lastplayed` = 1631919400, `playcount` = 4 WHERE `artist` = "Some Artist" AND `album` = "Some album" AND `track` = 5 AND `title` = "some title";
    • O

      Import last played timestamp

      sync last.fm media monkey timestamp playcount • • OriNOVet
      2
      0
      Votes
      2
      Posts
      421
      Views

      O

      I found in "Tools" an entry to import this data from last.fm, which works as expected. Is there a way to use libre.fm, instead of last.fm?

    • D

      Strawberry won't launch, missing libraries libstapp-1.0.so.0

      • • DanDucky
      3
      0
      Votes
      3
      Posts
      180
      Views

      D

      @jonas

      sudo pacman -S gst-plugins-base-libs

      fixed it :3

    • H

      Silence removal on playback

      • • Hideman
      1
      0
      Votes
      1
      Posts
      131
      Views

      No one has replied

    • E

      Segmentation fault when trying to open Strawberry

      • • elohimeth
      3
      0
      Votes
      3
      Posts
      296
      Views

      E

      @jonas it worked! Thank you for your fast answer, this solved the problem.

    Powered by NodeBB | Contributors