Skip to content
Discussion options

You must be logged in to vote

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.

#!/usr/bin/env python3
import os
import time
import requests
from guessit import guessit
from datetime import datetime, timezone

# ─── CONFIGURATION ─────────────────────────────────────────────────────────────

# Folder to scan (recursively) for movie files, without trailing slash
DOWNLOAD_DIR = "/your/directory/without/trailing/slash"

# Your Movary Jellyfin webhook URL. Available at https://movary.example.com/settings/integrations/jellyfin
WEBHOOK_URL = (
    "https://movary.example…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@giovi321
Comment options

@giovi321
Comment options

@leepeuker
Comment options

@leepeuker
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by giovi321
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants