@Bluster
Need more info here.
What OS, version of strawberry and what audio format?
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 GUIposted in Technical Help
-
RE: Music Player file size.posted in Comments & Feedback
@kdakodiac
I don't understand what the issue is, do you get an error when adding more songs? What OS and version of strawberry? -
RE: Seeking some clarification.posted in General Discussion
@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. -
RE: Is there a way to silence the "click" between tracks?posted in Technical Help
@max
It's not normal, try setting the notifications to disabled under Tools / Settings / notifications, in case the native desktop notifications triggers system sounds. -
RE: Error with KDSingleApplication-qt6, Arch compiling from sourceposted in Technical Help
@Kmasx
Did you try to pass CMAKE_PREFIX_PATH to the directory where KDSingleApplication-qt6Config.cmake is located like the message suggests? -
RE: song has skips when on repeatposted in Technical Help
@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. -
RE: Compile player without streaming servicesposted in Technical Help
You can pass the following to cmake:
-DENABLE_TIDAL=OFF -DENABLE_QOBUZ=OFF -DENABLE_SPOTIFY=OFF -DENABLE_SUBSONIC=OFF -
RE: Can't play radio :(posted in Technical Help
@kgrass
It looks like a missing gstreamer plugin, do you have an example for a URL that doesn't work? -
RE: Last.fm ignore ignore messagesposted in Technical Help
@crakila
There is an option in Tools / Settings / Scrobbler: "Show dialog for errors". -
Version 1.2.18 releasedposted in Announcements
- 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).
-
RE: Duplicate entries when importing database from Clementineposted in Wiki
@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. -
RE: Unable to see USB Device for sync Fedora 43posted in Technical Help
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 -
Version 1.2.17 releasedposted in Announcements
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).
-
RE: How to change track ratings.posted in Technical Help
@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. -
Version 1.2.16 releasedposted in Announcements
- 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).
-
RE: How do I disable the error message popup.posted in Technical Help
@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. -
RE: How can I restore Smart Playlists?posted in Technical Help
@Camber
Edit~/.config/strawberry/strawberry.confwith a text editor (like Kate), and delete the entire[SerializedSmartPlaylists]section. -
RE: Strawberry doesn't see replay gain infosposted in Technical Help
@allaboutmikey
You need to enable replay gain in Settings / Backend -
RE: Strawberry doesn't see replay gain infosposted in Technical Help
@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.