Code Monkey home page Code Monkey logo

conky-spotify's Introduction

Good Morning! ๐Ÿ‘‹

In case I don't see ya

conky-spotify's People

Contributors

arefu avatar barkleyiii avatar harrymckillen avatar harsh2204 avatar highonskooma avatar johnsonglent avatar lipebol avatar madh93 avatar ydallilar avatar zedfmario avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

conky-spotify's Issues

cover.sh fails if no wget-log exists

(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.

Originally posted by @highonskooma in #7 (comment)

Cover does not - show URL is wrong

Seems Spotify moved the URL where the covers are being fetched from. The meta data shows it as open.spotify.com/image, but it returns an 404 causing the covers not to show.
A temp. fix could be changing scripts/imgurl.sh to:

#!/bin/bash
baseurl="https://i.scdn.co/image/"
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 "artUrl"| cut -b 75- | cut -d '"' -f 1`
echo $baseurl$imgurl

Fetches covers but only displays the cover when first starting conky

The script is clearly working as it will fetch the cover for the currently playing song in Spotify when Conky is started. The covers folder will also update on every song change, however conky defaults to the blank album art as soon as the song changes even though the new cover is in the current folder.
Screenshot from 2020-12-17 10-05-48

cover not working

Hi,

Great tool you have made, but sadly does the cover not work here?
how can I fix that?

Cover do not appear

For some reason, the cover do not appear, although the place holder image does. Would you have any idea what should I look at to fix this?

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.