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

      Autoplay

      • • throwingaway
      1
      0
      Votes
      1
      Posts
      130
      Views

      No one has replied

    • 9

      This topic is deleted!

      • • 9acca9
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • 9

      This topic is deleted!

      • • 9acca9
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • D

      Strawberry wont start

      • • Davor
      5
      0
      Votes
      5
      Posts
      359
      Views

      D

      @jonas Wow, thank you :). Will do so for sure.

    • R

      Fonts are to big on 1.0.11

      • • raphaelmsx
      4
      0
      Votes
      4
      Posts
      214
      Views

      R

      It's working fine now, thanks!!

    • G

      GStreamer could not create the element queue2 with name pipeline-2-audioqueue

      • • geeymb
      3
      0
      Votes
      3
      Posts
      445
      Views

      jonasJ

      @geeymb
      And what does gst-inspect-1.0 queue2 say?

    • S

      Font size under windows is to big when I use 200% Zoom

      • • Starmanager
      4
      0
      Votes
      4
      Posts
      256
      Views

      S

      Hi,

      thank you so much. It works now like a charme.

      Greetings

    • T

      Getting Sql errors all of a sudden

      • • Timpie
      3
      0
      Votes
      3
      Posts
      343
      Views

      jonasJ

      FTS = Full-text search. It's a table only used for the collection search.
      Error probably means that the rowid it's trying to insert into songs_fts already exists, which is very strange, unless you have manually modified the database.

      Try re-creating the songs_fts data, with the following commands:

      Remove all songs_fts data:

      delete from songs_fts;

      Re-create songs_fts data from songs:

      INSERT INTO songs_fts (ROWID, ftstitle, ftsalbum, ftsartist, ftsalbumartist, ftscomposer, ftsperformer, ftsgrouping, ftsgenre, ftscomment) SELECT ROWID, title, album, artist, albumartist, composer, performer, grouping, genre, comment FROM songs;
    • N

      Ignore articles when sorting

      • • nitro322
      1
      1
      Votes
      1
      Posts
      176
      Views

      No one has replied

    • L

      dot underline Files for all mp3s?

      • • limex
      3
      0
      Votes
      3
      Posts
      146
      Views

      L

      Sorry, my bad. I'm new to macos.
      They are created during the Collection Creation, but this is normal behaviour by mac os itself.
      For all other newbies: https://apple.stackexchange.com/questions/14980/why-are-dot-underscore-files-created-and-how-can-i-avoid-them

    • N

      first and strange problem with seek forward / backward

      • • neuronestanco
      2
      0
      Votes
      2
      Posts
      195
      Views

      jonasJ

      @neuronestanco
      If this is with FLAC? In that case it's a known bug that has been fixed in the newest flac release.

    • M

      Hide covers?

      • • Mami
      2
      0
      Votes
      2
      Posts
      164
      Views

      jonasJ

      @Mami
      It's not possible without modifying the source code (resource file) and png image.

    • J

      How to add *.aac files to collection?

      • • JordanP
      3
      0
      Votes
      3
      Posts
      678
      Views

      jonasJ

      Strawberry only supports AAC-in-MP4, not AAC-in-ADTS, because the TagLib library does not support it.
      https://github.com/taglib/taglib/issues/508

    • N

      Having SQL problems on Steam Deck

      • • NeoTechni2
      2
      0
      Votes
      2
      Posts
      240
      Views

      jonasJ

      @NeoTechni2
      What OS is this?

    • P

      v 10.010 will not launch under MacOS 12.6.1

      • • porteous
      2
      0
      Votes
      2
      Posts
      196
      Views

      jonasJ

      @porteous
      This does not tell me much, does it show any more backtrace information?
      Can you try to open a terminal and start strawberry by entering /Applications/strawberry.app/Contents/MacOS/strawberry and enter.

    • T

      Stats & ratings disabled for new songs

      • • Timpie
      2
      0
      Votes
      2
      Posts
      241
      Views

      jonasJ

      @Timpie
      Playlist / Add folder will only add the songs to the playlist (database), not the collection library, you need to add them via settings / collection, then re-add them to the playlist.

    • T

      Potentially undesirable behavior regarding SQL stored playlists

      • • tweedbeats
      2
      0
      Votes
      2
      Posts
      199
      Views

      jonasJ

      @tweedbeats
      Songs that are added to the playlist form the collection will link to the database row ID, so they share the same metadata for both the collection and the playlist, so if they are removed from the collection, it will affect the playlist too.

    • S

      Advanced settings (Collection)

      • • silver-sun
      2
      0
      Votes
      2
      Posts
      399
      Views

      jonasJ

      @silver-sun
      These settings are for the file watcher/scanner, not for the search, so changing them to a higher priority will probably make it worse since the GUI might lag.

    • A

      Tidal - Error transferring https://resources.tidal.com/images//160x160.jpg - server replied: Forbidden (201)

      • • articice
      2
      0
      Votes
      2
      Posts
      202
      Views

      jonasJ

      @articice
      This looks like Tidal returns an empty cover URL for a song.
      Do you happen to know what album or song this happens on?

    • B

      Collection Disconnects With Power Off

      • • Breep
      2
      0
      Votes
      2
      Posts
      169
      Views

      jonasJ

      @Breep
      What OS is this? How did you mount your harddrive?

    Powered by NodeBB | Contributors