-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cover does not - show URL is wrong #7
Comments
thank you,was really searching for this.hope the dev applies that :) |
Hi, Contributions are always welcome. Feel free to open a pull request with this change @dennistdk 👍 |
Hi, I solved the problem replace open.spotify.com - i.scdn.co sed "s/open.spotify.com/i.scdn.co/" |
Hey @betojsp, feel free to open a pull request with your change 👏 |
(linux newbie here) |
fixed in #14 |
Switched img_url code to fetch thumbnail_url from their oEmbed API using the trackid field. This could very well just be fixed by changing the hostname for img_url to `https://i.scdn.co/image/` as mentioned in issue Madh93#7, but using the api ensure more safety in case spotify decides to host their files on a different hostname.
Hi folks! id.sh imgurl.sh |
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:
The text was updated successfully, but these errors were encountered: