Skip to content

A simple, easy-to-use and self-hosted jellyfin media uploader straight to your jellyfin volume folders.

Notifications You must be signed in to change notification settings

Osama-Yusuf/jellyfin-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jellyfin-uploader

A simple, easy-to-use and self-hosted jellyfin media uploader straight to your jellyfin volume folders. Upload media from anywhere on your device or from other devices on your network or you can expose it and upload media from anywhere in the world (Not recommended, unless you know what you're doing).

⭐ Features

  • Upload videos straight to jellyfin volume
  • Selecting which folder inside the jellyfin volume do you want to save (movies, series, courses, etc)
  • Uploading progres bar

🔧 How to Install

Requirements:

Basic

  • To run the jellyfin uploader on top of docker just clone the repo and deploy it with docker-compose as follows:
        git clone https://github.com/Osama-Yusuf/jellyfin-uploader.git
        cd jellyfin-uploader
        docker-compose up -d --build
  • To run the jellyfin uploader without docker, using your host python to run it do the following steps:
        git clone https://github.com/Osama-Yusuf/jellyfin-uploader.git
        cd jellyfin-uploader
        RUN pip3 install --no-cache-dir -r requirements.txt
        flask run # Or python3 app.py 

jellyfin-uploader is now running on http://localhost:5005

About

A simple, easy-to-use and self-hosted jellyfin media uploader straight to your jellyfin volume folders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published