Jump to content

Edit TV channel logo via API


anthonws

Recommended Posts

anthonws

I have a Vbox (DVB-T2) and I wanted to update icons in Emby based on the list that my provider makes available.

Have a list of URLs with PNG files (https://pastecode.io/s/hnduwrfd) that I will be storing in my NAS. File names are quite similar to the ones in Emby TV Channel List.

Is there a programmatic way to update logos? Any specific API endpoint for this?

I would gladly pay for some beers, to whoever scripts something (or helps me scripting it) :)

 

Thanks!

anthonws

Link to comment
Share on other sites

Hi, yes you can using the same API as regular library items:

/Items/{Id}/Images/{Type}

where Type is the image type, and the request contents would be the contents of the image file.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...