• 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

      mp3 file type icon

      • • CraigUK
      2
      0
      Votes
      2
      Posts
      283
      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
      328
      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
      242
      Views

      No one has replied

    • Muz1kCh4nn3lM

      How to Enable Lyrics Fetching?

      • • Muz1kCh4nn3l
      3
      0
      Votes
      3
      Posts
      1.7k
      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
      303
      Views

      No one has replied

    • S

      Any progress on aac bit depth issue?

      • • silver-sun
      4
      0
      Votes
      4
      Posts
      594
      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
      356
      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
      315
      Views

      No one has replied

    • T

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

      • • tempo
      4
      0
      Votes
      4
      Posts
      474
      Views

      O

      @buffalo many thx. Done

    • O

      Song not scrobbled

      last.fm libre.fm scrobble • • OriNOVet
      2
      0
      Votes
      2
      Posts
      396
      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
      547
      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
      276
      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
      499
      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
      194
      Views

      D

      @jonas

      sudo pacman -S gst-plugins-base-libs

      fixed it :3

    • H

      Silence removal on playback

      • • Hideman
      1
      0
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • E

      Segmentation fault when trying to open Strawberry

      • • elohimeth
      3
      0
      Votes
      3
      Posts
      356
      Views

      E

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

    • B

      interface language switched to Czech after package update

      • • brian997
      1
      0
      Votes
      1
      Posts
      584
      Views

      No one has replied

    • S

      Can not add folder to strawberry collection

      • • sirga89
      6
      0
      Votes
      6
      Posts
      902
      Views

      B

      @jonas I change it and nothing.
      Thanks

    • N

      Compile Strawberry with libgpod to access ipod?

      • • Nad
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      jonasJ

      @lindsey
      We got nothing to do with the flatpak, you need to report that to flatpak.
      The regular releases and the PPA repository is compiled with libgpod.

    Powered by NodeBB | Contributors