Maybe the specific songs are not available anymore, or have changed their ID, did you try searching for songs and re-adding them to the playlist?
Posts made by jonas
-
RE: gst-plugin-spotify has stopped functioning after the latest updateposted in Technical Help
-
Version 1.2.28 releasedposted in Announcements
Bugfixes
- Fixed playback randomly pausing itself, caused by concurrent GStreamer state changes being applied in a different order than they were requested (#2008)
- Fixed GStreamer errors while fingerprinting, by decoding straight through from the start and stopping once enough audio has been collected (#2284)
- Fixed a crash on exit caused by device listers being deleted while their own threads were still running
- Fixed quitting through MPRIS, or asking to quit a second time, skipping the normal shutdown and leaving subsystems to be torn down while still running
- Fixed thread-safety issues with the audio fader that could crash or leave the volume at the wrong level when one fade replaced another
- Fixed a thread-safety issue with playlist items shared between the playlist model and the playlist backend
Enhancements
- Added sort options (ascending, descending and clear sorting) to the playlist column header context menu
- Sorting the playlist can now be undone, and clicking an already sorted column cycles on to unsorted instead of only toggling the direction
- Playlist changes are now written to the database by updating only the affected items instead of saving the entire playlist
- Updating a playlist's last played time no longer rewrites the entire playlist
- Reuse the network access manager for Subsonic requests instead of creating a new one for every request
- Added a test for smart playlist search
Linux AppImage, macOS and Windows release is available on Patreon:
https://www.patreon.com/jonaskvinge/posts/strawberry-1-2-167772415 -
Version 1.2.27 releasedposted in Announcements
Bugfixes
- Fixed custom palette colors under appearance settings sometimes not applying to some UI elements, such as the menu bar and playlist tabs, until a further edit or restart
- Removed dead RadioBrowser API mirror servers that no longer exist, avoiding failed lookups before falling back when the service is unreachable
Enhancements
- (macOS) Builds are now notarized and signed with the hardened runtime enabled
- (Windows MSVC) Switched from GnuTLS to OpenSSL GIO module
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.26...1.2.27
Linux AppImage, macOS and Windows release is available on Patreon: https://www.patreon.com/jonaskvinge/posts/strawberry-1-2-166417390
-
RE: Strawberry Remote Controllerposted in General Discussion
@FuzzyBottom
Could you add build instructions and how to publish the build on the phone?
How does strawberry communicate with the remote? -
RE: Automatic album cover searchingposted in Technical Help
@Section8 I tested here and I can't reproduce, with the option off, it doesn't search for missing covers when playing radio streams, are you sure it's not already cached cover. Try deleting everything in ~/.local/share/strawberry/strawberry/albumcovers/, that should not affect the local collection songs which have a separate cache dir.
-
Version 1.2.26 releasedposted in Announcements
Bugfixes
- Fixed re-loading playlist item metadata for local files not in the collection after editing tags (#2257)
Enhancements
- Replaced deprecated QLibraryInfo::path with QLibraryInfo::paths
- Removed dedicated network access manager for lyrics
- Refactor the playlist items save/reload code
- Refactor the translation loading code
Linux AppImage, macOS and Windows release is available on Patreon: https://www.patreon.com/jonaskvinge/posts/strawberry-1-2-165288320
-
RE: Is there a way to view the track as a waveform?posted in Technical Help
@pro
It was added in version 1.2.21 -
Version 1.2.25 releasedposted in Announcements
Bugfixes
- Fixed a possible deadlock during gapless track transition when an error occurs loading the next track (#2251)
- Fixed the wrong embedded cover being picked for FLAC/Ogg files with multiple untagged ("Other") pictures (#2250)
- Fixed tag edits made in the playlist not being reflected immediately, and restored the previous metadata if saving a tag edit fails (#2239)
- Fixed the taskbar/dock icon not matching the running window on some desktops (#2242)
- Numerous stability, crash-safety and thread-safety fixes throughout the application
Enhancements
- Added recursive expansion of nested .m3u/.m3u8 playlist references so they load as a fully expanded, flat playlist (#2185)
- Added AppImage packaging
Linux AppImage, macOS and Windows release is available on Patreon: https://www.patreon.com/jonaskvinge/posts/strawberry-1-2-164844310
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.25
-
RE: ability to refresh collectionposted in Feature Suggestions
@uberblatt
There is, if you go to tools / "Update changed collection folders" -
RE: No lyrics foundposted in Technical Help
@appson
It was an issue with the flatpak runtime, it should be fixed if you do an update. -
RE: Does Strawberry fully support multiple artist tags?posted in General Discussion
@Kisequé
It doesn't support multi-tags. It might be something we can implement at some point, but it's a huge job. -
RE: Tidal no longer logs inposted in Technical Help
@materpris23
The desktop file has been renamed since the previous reply, normally should be /usr/share/applications/org.strawberrymusicplayer.strawberry.desktopMaybe there is an issue with Tidal authentication when using flatpak, try a native package.
-
RE: Tidal Authentication Errorposted in Technical Help
@Devilishly_Jaded
You can't use a client ID from https://developer.tidal.com/dashboard, if that's what you've tried, that's not compatible. You need to use a client ID from a registered application that Tidal allow to get stream URL's without unencrypted. -
RE: Tagging mp3 files no longer worksposted in Technical Help
@breversa
Tagging using inline editing in the playlist for files outside the library was broken, I've just fixed it.
If you are on linux you can try the latest from https://builds.strawberrymusicplayer.org/ -
Version 1.2.24 releasedposted in Announcements
Bugfixes
- Fixed playback hanging with no error shown when trying to play a track whose file no longer exists on disk (#2232)
- Fixed the tag fetcher dialog showing a generic message instead of the actual error when a Musicbrainz/AcoustID lookup fails
- Hardened Chromaprinter decoding against malformed or oversized files and capped its in-memory PCM usage
- Fixed the context menu using the wrong item when invoked via keyboard in the playlist and smart playlists views (#2219)
- Fixed blurry star rating icons by enabling smooth pixmap scaling (#2220)
- Added F64LE (64-bit float) sample format support for the spectrum analyzer
- Numerous stability, crash-safety and thread-safety fixes throughout the application
Enhancements
- Added more keyboard shortcuts for playlist navigation: jump to last/active playlist and close playlist (#2197)
Full Changelog: https://github.com/strawberrymusicplayer/strawberry/compare/1.2.23...1.2.24
macOS and Windows release is available on Patreon: https://www.patreon.com/jonaskvinge/posts/strawberry-1-2-164032938
-
RE: Last.fm scrobble fails after recent updateposted in Technical Help
The "SSL handshake failed: Unable to get local issuer certificate" error occurs because the root certificate required to validate the SSL certificate is missing, so a system related issue and not a bug in Strawberry.
Flatpak sandbox is strictly isolated and does not automatically read SSL/TLS certificates from the host system's trust store, it's probably a bug in the runtime, missing the root certificates, could be this bug: https://invent.kde.org/packaging/flatpak-kde-runtime/-/work_items/91 -
RE: "SSL handshake failed (6)" when connecting to Spotify or Last.fmposted in Technical Help
The "SSL handshake failed: Unable to get local issuer certificate" error occurs because the root certificate required to validate the SSL certificate is missing, so a system related issue and not a bug in Strawberry.
Flatpak sandbox is strictly isolated and does not automatically read SSL/TLS certificates from the host system's trust store, it's probably a bug in the runtime, missing the root certificates, could be this bug: https://invent.kde.org/packaging/flatpak-kde-runtime/-/work_items/91