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

      Web radio

      • • A Former User
      1
      1
      Votes
      1
      Posts
      312
      Views

      No one has replied

    • D

      Gapless playback

      • • drbldrbl
      6
      1
      Votes
      6
      Posts
      1.5k
      Views

      J

      The gap may be inserted during compression/encoding: https://en.wikipedia.org/wiki/Gapless_playback#Compression_artifacts

    • H

      Did Tidal break Strawberry access?

      • • hifiwifi
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      jonasJ

      OAuth login works here both with Firefox and Chrome, Linux and Windows. I've tested on macOS with Safari, but that was a while back.

      On linux the critical part is that the .desktop file is installed and the "mimetype" entry contains x-scheme-handler/tidal.

      For Windows Tidal must exist as a URL Protocol in the registry, this should be done by the setup https://github.com/strawberrymusicplayer/strawberry/blob/db6aac603c7f557731a1ba3a13817e9c3b69770a/dist/windows/strawberry.nsi.in#L701
      This conflicts with the official Tidal app, so if you installed the Tidal app after you installed Strawberry, it will probably stop working with Strawberry.

      But this doesn't get triggered before you get a successful login on Tidal when forwarded to Tidal by Strawberry. if you get an error there, the App ID could be wrong.

      I don't remember where I got the App ID from. It was long ago, 2018 I think.

    • S

      Player hangs while start

      • • Starmanager
      1
      0
      Votes
      1
      Posts
      174
      Views

      No one has replied

    • T

      Autoplay

      • • throwingaway
      1
      0
      Votes
      1
      Posts
      141
      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
      438
      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
      248
      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
      506
      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
      296
      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
      455
      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
      242
      Views

      No one has replied

    • L

      dot underline Files for all mp3s?

      • • limex
      3
      0
      Votes
      3
      Posts
      167
      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
      251
      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
      191
      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
      729
      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
      274
      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
      221
      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
      270
      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.

    Powered by NodeBB | Contributors