Skip to content

graph90/jellyfin-imdb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jellyfin-imdb-cli

A simple Python CLI tool to quickly fetch IMDb IDs for movies and shows, making it easier to fix metadata issues in Jellyfin.

Features

  • Fetch IMDb ID by exact title
  • Interactive search with multiple matches (--list)
  • Year filter (--year YYYY)
  • Lightweight and fast (only requires Python and requests)

Requirements

  • Python 3
  • OMDb API key (get a free key from OMDb)
  • Python dependency: [requests]

Install requests with: pip3 install requests

Examples:

  • python3 jellyfin-imdb-cli.py "Breaking Bad"

  • python3 jellyfin-imdb-cli.py "Batman" --list

  • python3 jellyfin-imdb-cli.py "Batman" --list --year 2005

🍻 Support / Tip Jar

This project is free and will always be free — enjoy! 🙂
If it saved you time or made Jellyfin a little better, and you’d like to buy me a beer (totally optional), you can tip using open source money:

  • Bitcoin (on-chain): bc1qxzgdwc9pgggram8jtnhsmrhdk5pvw8tx6h7qmj
  • Bitcoin Lightning: cloudyhubcap91@walletofsatoshi.com
  • Monero (XMR): 4BHHdsAN5FCYgj65PyG6DP7P4H3xgNcxUKtnSddmwM7aV5CQbEz37L3NrN68UAeNm3B7PL9TeaJwYAkjQqFdc8go7gz9ymK

About

Quickly fetch IMDb IDs for shows and movies to fix Jellyfin metadata.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages