@redo
Not currently, but I plan to make it possible to use custom group by levels so this might be available later
Posts made by jonas
-
RE: How to always display filename in collectionposted in Technical Help
-
RE: Multiple Entries for same artistposted in Comments & Feedback
@Ausron46
Might be some space or different characters in the name.
Try Tools / Console and enter:SELECT distinct albumartist, artist, album from songs where artist like '%ventures%';See if all the albums under The Ventures shows up, and check if there is a difference in naming, ie.: if there is a space before
| album. -
Version 1.2.19 releasedposted in Announcements
Bugfixes:
- Fixed MPRIS2 Play causing playback to restart if already playing (#1995)
- Fixed incorrect use beginInsertRows() / endInsertRows() of when adding / removing devices (#2021)
- Fixed album cover manager save cover to file not working (#2039)
- Fixed repeat and shuffle button sizes (#1838)
- Fixed MPRIS2 resetting previous played track history
- Fixed Qobuz authentication (#2058)
Enhancements:
- Rewrote Discord RPC with Qt and removed RapidJSON dependency
- New grouping shuffle mode
- Use HTTP POST for AcoustID lookup
- Write MusicBrainz Track Id when completing tags using MusicBrainz
- Added rating filter to the collection (#2054)
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.19
macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-155927835).
-
RE: Still... Trouble installing GStreamer Spotify pluginposted in Technical Help
@Juanma
I don't have a subscription so I can't test. But maybe Spotify changed something causing it to break.Can anyone else confirm if Spotify still works or not?
-
RE: Requests for a Wiki accountposted in Wiki
@str008
Sent you username and password in private message. -
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
@Bluster
Need more info here.
What OS, version of strawberry and what audio format? -
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.