Jump to content

API for update ExternalUrls and RemoteTrailers


Lucai66

Recommended Posts

Hello, I have problem with API.

GET http://localhost:8096/emby/Users/65df060bd/Items/590773/?&api_key=65df060bd get JSON with movie and then I moddified fields ExternalUrls a RemoteTrailers like this

 

    "ExternalUrls": [
        {
            "Name""MyCustomURL",
            "Url""https://www.linkto.com/tt2438644"
        }
    ],
    "RemoteTrailers": [
        {
            "Name": "Test"
            "Url""https://www.file.com/file.mp4"
        }
return 1
I tried to change TItle for test purpose - it is ok, Emby detected it. Thank you
Link to comment
Share on other sites

Hi, external urls isn't stored anywhere at this stage. It is built on the fly and therefore can't be edited, although this could change in future updates.

We can look at making remote trailers editable.

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