-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add imgur support and Amazon Music Support #83
Comments
There is currently "remote arts" which attempts what imagur does. I do not have any plans to integrate that at this time. Amazon music was looked into, but seeing how your referenced link uses the same api as I do, there is nothing I can do better than it, and amazon music was unreliable and hard to test. is it better now? |
but is there a way to get amazon music rpc working the way you currently have it but with imgur api image fetching. |
What do you mean by "imgur api image fetching"? Is that different than what I already have, and if so, please elaborate. |
you can use the imgur api and imgur api key to have the cover art be pulled from imgur like this does https://github.com/Radiicall/jellyfin-rpc |
and also this has better song detection then your rpc for amazon music https://github.com/cytsai1008/bezos-presence |
I just realized that you are the author of #72 as well. please revisit it as nothing has changed. maybe amazon music has changed, but there is nothing more I will do on that front. As for imgur: please explain to me in words what you would like. Stop sending me url's and explain what MDRP needs to do that it can't already do. |
The imgur part in the Jellyfin RPC is simply to host the images of the movies externally instead of setting up port forwarding. The current MDRP fetches the images from an API and caches the URL to that file, making Imgur unnecessary.
For Amazon Music, in |
add imgur support so that you can make cover arts work even if the music player doesn't send them like this does using imgur api key https://github.com/Radiicall/jellyfin-rpc and also add amazon music support like this has https://github.com/cytsai1008/bezos-presence but improve artist and song name detection
The text was updated successfully, but these errors were encountered: