-
Notifications
You must be signed in to change notification settings - Fork 257
Support album art mutation #38
Comments
This is a pretty straightforward 2-part protocol. First, upload an image:
response: json Then, use modifyentries to set |
I was having trouble updating the album art via the webpage and went looking to see if there was a way to do this programmatically (or see what was going wrong if there was really an error). Thanks for figuring this out! I saw in the readme that album art manipulation was "coming soon". Is there anything I can do to help? |
I'm pretty set on the protocol right now, so all that's left to do is declare the calls and expose them with the api. If you're feeling adventurous, feel free to take a stab at contributing: recent changes have made the protocol interface a lot nicer. The first step would be making a new WcCall (maybe If you're not comfortable working on it: no problem. I'll get back in touch when I've got something you can test out. I don't have an ETA right now, but expect news within a week or so (I've got a few things this is waiting on). |
This is implemented in 4bb85a9. It's not working just yet, since Music seems to be broken at the moment...I'll come back to this once I can change album art on the website successfully. |
Wow, I can't believe this problem has gone on for so long. Thanks for finding these links. |
fyi, it looks like the web site is working again |
Great; thanks for letting me know. |
Ok, I've finally got this working in 2c19848. It's not heavily tested yet, but it seems to work. |
Album art can be changed through the web interface, and should be a fairly straightforward feature to add. I don't have the time to implement it, though.
The text was updated successfully, but these errors were encountered: