@paul2berry
The played track history (clicking previous track button) will reset if you stop playback, or do you mean it's resetting while still playing?
Posts made by jonas
-
RE: 1.2.19 - resetting previous played track historyposted in Comments & Feedback
-
RE: Strawberry just plain won't work on my Pop OS box.posted in Technical Help
@jonarmst_303
Have you tried adding a directory with audio files to the collection in Tools / Settings / Collection? Does anything show up? -
RE: Manually rebuilding playlists using data in strawberry.dbposted in Technical Help
Did you see https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check ?
Check the database for errors first, if you can read it in DB browser it might be possible to recover it.
See https://sqlite.org/recovery.html -
RE: Wiki instructions outdated or omitting stepsposted in Technical Help
@Krax
You only need to build gst-rs-plugins from source if it's not already provided by your distro as a package, or you have a version older than 0.14. Most distros should ship the package containing the spotify plugin.
As for the build issue:
You are most likely missing the development package for GStreamer, the one containing gstreamer-1.0.pc and .h (development headers).
I don't know the package names for Solus so you might have to consult them. -
RE: Streamed songs from Spotify disable seeking - Is this normal?posted in Technical Help
I believe this is normal, seeking isn't supported with Spotify.
Strawberry mainly has one developer me, so it's not possible for me to reply to everything, there are too many issues to reply to. -
RE: How to always display filename in collectionposted in Technical Help
@redo
Not currently, but I plan to make it possible to use custom group by levels so this might be available later -
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".