Group Details Private

administrators

Member List
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • RE: Strawberry doesn't see replay gain infos

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

    posted in Technical Help
  • 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