DEV Community

sandor
sandor

Posted on

🎬 CineFlow: A Self-Hosted Workflow to Automate Jellyfin + Jackett + Transmission

If you're into home servers, automation, or just want a more lightweight alternative to things like Overseerr or Sonarr/Radarr, you might find this useful.

🚀 What Is CineFlow?

CineFlow is a self-hosted automation tool that:

  • Fetches trending movies and series from TMDB
  • Searches for torrents using Jackett
  • Adds them to Transmission for download
  • Reads your Jellyfin library and lets you “mark” items as favorites → auto-downloads them
  • Stores all data locally — no database required

It’s lightweight, Docker-based, and runs on flat files using Python + YAML-based workflows.

🔗 GitHub
https://github.com/szilab/CineFlow

Top comments (0)