smoon 10 Posted July 18, 2024 Posted July 18, 2024 Hey there I am working on a little tool to manage and work on my media. I was able to add "Update Librarys" as a function to my tool, but i wanted to know if there is a also a way to trigger detecting episode intros and start the thubnail image extraction via the API? As far as I can see I dit not see/find anything about that in the REST API Doc. BR smoon
Solution adminExitium 355 Posted July 19, 2024 Solution Posted July 19, 2024 If you have both Generate video preview thumbnails & Generate intro video markers in the library options set to as a scheduled task and when media is added then you shouldn't need to do anything extra. As a worst case scenario, you could always run the specified scheduled task for each of them via the API. 1
smoon 10 Posted July 21, 2024 Author Posted July 21, 2024 12 hours ago, Luke said: HI, has this helped? Hey Luke, sorry, i was out until today. So, I´ll check that, but yeah, that could be a solution.
smoon 10 Posted July 21, 2024 Author Posted July 21, 2024 That helped, I can now trigger the ScheduledTasks. Another question that bothers me bit: Is it possible to trigger an Update of a single Library instead of updating all Libraries at once using the API? Regarding to the REST-API Documentation I can only use "/Library/Refresh" to trigger an Update of all Libraries. I would really appreciate it if it would be possible to just update a single Library. As example with a String like this: /Library/Refresh/{id}. Should I open a new topic for this?
Luke 42077 Posted July 21, 2024 Posted July 21, 2024 10 hours ago, smoon said: That helped, I can now trigger the ScheduledTasks. Another question that bothers me bit: Is it possible to trigger an Update of a single Library instead of updating all Libraries at once using the API? Regarding to the REST-API Documentation I can only use "/Library/Refresh" to trigger an Update of all Libraries. I would really appreciate it if it would be possible to just update a single Library. As example with a String like this: /Library/Refresh/{id}. Should I open a new topic for this?
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