Code Monkey home page Code Monkey logo

Comments (7)

tavogorriak avatar tavogorriak commented on May 28, 2024 3

Hi folks!
Spotify changes some url, with this changes you can see the covers again:

id.sh
#!/bin/bash
id=dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata' | grep spotify/track/ | cut -d "/" -f5 | cut -d '"' -f1 | sed -n '1p'
echo $id

imgurl.sh
#!/bin/bash
imgurl=dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata' | egrep -A 1 "artUrl" | egrep -v "trackid"| cut -b 44- | cut -d '"' -f 1
echo $imgurl

screenshot

from conky-spotify.

betojsp avatar betojsp commented on May 28, 2024 1

Hi, I solved the problem replace open.spotify.com - i.scdn.co

sed "s/open.spotify.com/i.scdn.co/"

from conky-spotify.

napca avatar napca commented on May 28, 2024

thank you,was really searching for this.hope the dev applies that :)

from conky-spotify.

Madh93 avatar Madh93 commented on May 28, 2024

Hi,

Contributions are always welcome. Feel free to open a pull request with this change @dennistdk 👍

from conky-spotify.

Madh93 avatar Madh93 commented on May 28, 2024

Hey @betojsp, feel free to open a pull request with your change 👏

from conky-spotify.

highonskooma avatar highonskooma commented on May 28, 2024

(linux newbie here)
the covers are loading correctly into /conky-spotify/covers and /conky-spotify/current.
but the widget is missing the album image. This message appears after running conky -c conky-spotify-small:
rm: cannot remove 'wget-log': No such file or directory
any help? the rest seems to be working fine.

from conky-spotify.

BarkleyIII avatar BarkleyIII commented on May 28, 2024

(linux newbie here)
the covers are loading correctly into /conky-spotify/covers and /conky-spotify/current.
but the widget is missing the album image. This message appears after running conky -c conky-spotify-small:
rm: cannot remove 'wget-log': No such file or directory
any help? the rest seems to be working fine.

fixed in #14

from conky-spotify.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.