Lucai66 0 Posted January 26, 2022 Posted January 26, 2022 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" } ], POST http://localhost:8096/emby/Items/590773/?&api_key=65df060bd return 1 I tried to change TItle for test purpose - it is ok, Emby detected it. Thank you
Luke 42077 Posted January 26, 2022 Posted January 26, 2022 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now