• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. jonas
    3. Posts
    • Profile
    • Following 0
    • Followers 13
    • Topics 100
    • Posts 1,045
    • Best 221
    • Controversial 2
    • Groups 1

    Posts made by jonas

    • RE: Error message, Strawberry hangs but I can restart it after a few minutes, other players seem to work unhindered but I prefer Strawberry's GUI

      @Bluster
      Need more info here.
      What OS, version of strawberry and what audio format?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Renaming files and capital letters

      @LordBagheera
      No sorry

      posted in Comments & Feedback
      jonasJ
      jonas
    • RE: Music Player file size.

      @kdakodiac
      I don't understand what the issue is, do you get an error when adding more songs? What OS and version of strawberry?

      posted in Comments & Feedback
      jonasJ
      jonas
    • RE: Seeking some clarification.

      @firutoddo
      It's pretty much how you explain it, it's up to you how long you subscribe or how often you want to pay for a release.

      posted in General Discussion
      jonasJ
      jonas
    • RE: Is there a way to silence the "click" between tracks?

      @max
      It's not normal, try setting the notifications to disabled under Tools / Settings / notifications, in case the native desktop notifications triggers system sounds.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Error with KDSingleApplication-qt6, Arch compiling from source

      @Kmasx
      Did you try to pass CMAKE_PREFIX_PATH to the directory where KDSingleApplication-qt6Config.cmake is located like the message suggests?

      posted in Technical Help
      jonasJ
      jonas
    • RE: song has skips when on repeat

      @witch
      It's a known bug with FLAC, there is a workaround for it: https://github.com/strawberrymusicplayer/strawberry/issues/1422
      But it should only affect FLAC.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Compile player without streaming services

      @terriz

      You can pass the following to cmake:

      -DENABLE_TIDAL=OFF -DENABLE_QOBUZ=OFF -DENABLE_SPOTIFY=OFF -DENABLE_SUBSONIC=OFF
      
      posted in Technical Help
      jonasJ
      jonas
    • RE: Can't play radio :(

      @kgrass
      It looks like a missing gstreamer plugin, do you have an example for a URL that doesn't work?

      posted in Technical Help
      jonasJ
      jonas
    • RE: Last.fm ignore ignore messages

      @crakila
      There is an option in Tools / Settings / Scrobbler: "Show dialog for errors".

      posted in Technical Help
      jonasJ
      jonas
    • Version 1.2.18 released
      • Fixed devices no longer detected with newer GIO versions (#1974)
      • Fixed error message appearing when dragging folders with non-audio files to the playlist from files (#1977)
      • Fixed clear button for device textfield in Backend settings

      macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-149676843).

      posted in Announcements
      jonasJ
      jonas
    • RE: Duplicate entries when importing database from Clementine

      @shadowfire
      There is a database row ID (ROWID) which is unique to each song in the songs table.
      The ROWID from the collection songs table is linked to collection_id in playlist_items.

      posted in Wiki
      jonasJ
      jonas
    • RE: Unable to see USB Device for sync Fedora 43

      Fedora disables all logging from Qt programs through qtlogging.ini, you need to edit that file and enable debug logging.
      See https://discussion.fedoraproject.org/t/qt-logging-has-been-disabled-qtlogging-ini-needs-to-be-fixed/146868

      posted in Technical Help
      jonasJ
      jonas
    • Version 1.2.17 released

      Changelog:

      • Avoid re-scan of restored songs unless mtime is changed (#1819)
      • Skip existing files when organizing if not overwriting (#1484)
      • Fixed cursor highlight disappearing off-screen when using down cursor (#1489)
      • Fixed CD playback only working for the first optical drive (#1852)
      • Fixed possible race-condition when switching tracks (#1863)
      • Fixed possible file descriptor exhaustion by using shared thread pool (#1687)
      • Don't automatically sort playlist with the auto sort option before it's fully loaded (#1690)
      • Fixed network features stop working after computer suspends and resumes (#1521)
      • Fixed crash on exit after Qobuz login
      • Added tag editor option to select ID3v2 version (#1861)
      • Fixed Qobuz authentication and added automatic credential fetching (#1898)
      • Fixed playback stopping after deleting a song from disk via context menu (#1783)
      • Added option to restore smart playlists to the defaults (#1848)
      • Fixed possible race condition in pipeline destructor (#1875)
      • Fixed buffering issue near track end during gapless playback (#1725)
      • Fixed duplicate collection entries for the same artist if they have different sort tags (#1899)
      • Defer playcount and rating tag writes for currently playing Ogg songs to prevent playback shutter (#1816)
      • Fixed tag editing not working for Opus sort tags (#1929)
      • Show playlist load errors (#1470)
      • Fallback to delete if moving to trash fails (#1679)
      • Prefer filenames with "front" or "cover" in the filename for album cover art for songs outside of the collection (#1745)
      • Fixed collection enter/return behavior to respect double-click settings (#1691)
      • Added tree view mode to files tab (#1922)
      • Include .webp in allowed extensions for album covers (#1941)
      • Exit gracefully on SIGTERM signal for Unix systems (#1942)
      • Optimize the collection scanning process by deferring media file validation from the initial directory scan (#1954)
      • Fixed collection scan not finding new directories in the top level collection directory when the mountpoint is restored (#1914)
      • Added genre metadata parsing for Tidal, Qobuz and Spotify (#1913)
      • Allow editing metadata for stream songs (#1913)
      • Optimized collection/playlist filtering
      • Added sort tags to collection/playlist filtering (#1966)

      macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-148515540).

      posted in Announcements
      jonasJ
      jonas
    • RE: How to change track ratings.

      @new_user
      Playcounts and ratings only work for collection songs. The songs aren't linked to the collection for some reason indicated by the "folder" icon, the collection songs should have a vinyl icon. Maybe you dragged the songs from a file manager or the file tab before the folders were added to the collectiob? You need to re-add the songs from the left collection panel, then it should work.

      @rlkeeney
      If you look at the screenshot, the rating column is already there.

      posted in Technical Help
      jonasJ
      jonas
    • Version 1.2.16 released
      • Make Discord Rich presence use filename if song title is missing
      • Added better error message when a GStreamer plugin is missing
      • Preserve track order in album shuffle mode when restarting playback (#1623)
      • Possible fixes for context word wrap
      • Added lyrics from lrclib.net
      • Added option to turn off the use of sort tags for the collection
      • Fixed Spotify login
      • Fixed error dialog shown minimized if another Strawberry window than the mainwindow was active
      • Fixed seeking to the end of the track and back causing seeking to stop working (#1675)
      • Set current index when automatically selecting track (#1825)
      • Make icon size for shuffle and repeat buttons adjust to screen resolution (#1838)
      • Fixed song being removed from playlist when dragging to another application (#1815)
      • Don't automatically scroll on dynamic playlists (#1427)

      macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-146024729).

      posted in Announcements
      jonasJ
      jonas
    • RE: How do I disable the error message popup.

      @rlkeeney
      There is a setting to disable it for scrobbler errors under Settings / Scrobbler / "Show dialog for errors". Other than that, it can't be disabled.

      posted in Technical Help
      jonasJ
      jonas
    • RE: How can I restore Smart Playlists?

      @Camber
      Edit ~/.config/strawberry/strawberry.conf with a text editor (like Kate), and delete the entire [SerializedSmartPlaylists] section.

      posted in Technical Help
      jonasJ
      jonas
    • RE: Strawberry doesn't see replay gain infos

      @allaboutmikey
      You need to enable replay gain in Settings / Backend

      posted in Technical Help
      jonasJ
      jonas
    • RE: Strawberry doesn't see replay gain infos

      @Nobody
      Strawberry doesn't show replay gain metadata, it's used through GStreamer for playback.
      EBU R 128 is shown, but that's something else.

      posted in Technical Help
      jonasJ
      jonas