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

      Strawberry wont start

      • • Davor
      5
      0
      Votes
      5
      Posts
      425
      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
      232
      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
      478
      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
      274
      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
      434
      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
      234
      Views

      No one has replied

    • L

      dot underline Files for all mp3s?

      • • limex
      3
      0
      Votes
      3
      Posts
      158
      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
      245
      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
      183
      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
      716
      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
      263
      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
      210
      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
      253
      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
      210
      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
      419
      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
      217
      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
      179
      Views

      jonasJ

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

    • K

      Strawberry cant see the drive with my music files

      • • kc10hydroman
      2
      0
      Votes
      2
      Posts
      178
      Views

      jonasJ

      @kc10hydroman
      Its not an restriction in Strawberry. So something must be restricting Strawberry from accessing the partitions. Are you using Strawberry from the official package or PPA?

    • O

      This topic is deleted!

      • • orlaya
      4
      0
      Votes
      4
      Posts
      59
      Views
    • P

      Mobile phone

      • • PhilipL
      2
      0
      Votes
      2
      Posts
      300
      Views

      P

      @philipl

      No-one answers on this forum. Bit weird given that Strawberry is such a great piece of software.

    Powered by NodeBB | Contributors