-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
covers (mpris) #310
Comments
It's the applications responsibility to provide a cover art so this isn't a swaync issue. Spotify and Firefox works for me :) |
Sure: However, this happens with any URL. |
Seems like I'm able to download that when manually changing the |
Could you try using this patch, run it and send me the new error message? diff --git a/src/controlCenter/widgets/mpris/mpris_player.vala b/src/controlCenter/widgets/mpris/mpris_player.vala
index cec2322..bc5df65 100644
--- a/src/controlCenter/widgets/mpris/mpris_player.vala
+++ b/src/controlCenter/widgets/mpris/mpris_player.vala
@@ -258,8 +258,8 @@ namespace SwayNotificationCenter.Widgets.Mpris {
pixbuf = yield new Gdk.Pixbuf.from_stream_async (
stream, album_art_cancellable);
} catch (Error e) {
- debug ("Could not download album art for %s. Using fallback...",
- source.media_player.identity);
+ debug ("Could not download album art for %s. Using fallback...\n\tURL: %s\n\tError: %s",
+ source.media_player.identity, url, e.message);
}
if (pixbuf != null) {
pixbuf = Functions.scale_round_pixbuf (pixbuf, |
as far as i'm concerned, it's working properly now. i didn't do any manipulations. just the system updates. |
Do you have gvfs installed? |
No |
Can you try with it installed? |
Yes, it's works. Today I received an update from AUR and it included the gvfs dependency. Thank you! |
Hi, I am having this same issue with
The |
as described in the title, I don't have the album covers in the mpris module, but they do appear in the notifications.
nothing similar found on the net or there: #157
I use this configuration: #183 @JannisPetschenka
Hyprland with arch and player ncspot. do I need a complement like uberzug++ or something else?
thank you for your work!
The text was updated successfully, but these errors were encountered: