-
I read the API documentation and it seems like it is not possible to import a movie via API (maybe via tmdb ID). Is there any other way to do it? Did I understand the documentation correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey, you are right, there is currently no way to add a new movie to Movary via the API (we want to add it). Beside manually adding new movies via the UI and importing from third party services, you can add new movies via a CSV import on the Settings web UI. Go to |
Beta Was this translation helpful? Give feedback.
-
As a temporary workaround while the API to add movies is implemented, I wrote this simple python script to add movies exploiting the jellyfin webhook.
|
Beta Was this translation helpful? Give feedback.
-
I have created an API endpoint to add new movies at |
Beta Was this translation helpful? Give feedback.
As a temporary workaround while the API to add movies is implemented, I wrote this simple python script to add movies exploiting the jellyfin webhook.
You'll need to run first
pip install guessit requests
.