All Projects → piejanssens → Premiumizer

piejanssens / Premiumizer

Licence: mit
Download manager for premiumize.me cloud downloads

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Premiumizer

Radarr
A fork of Sonarr to work with movies à la Couchpotato.
Stars: ✭ 5,707 (+4695.8%)
Mutual labels:  torrent, usenet
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+48.74%)
Mutual labels:  torrent, usenet
Gdht
A distributed self-host DHT torrent search suite
Stars: ✭ 86 (-27.73%)
Mutual labels:  torrent
Deepnudecli
DeepNude Command Line Version With Watermark Removed
Stars: ✭ 112 (-5.88%)
Mutual labels:  torrent
Ssbc
手撕包菜网站
Stars: ✭ 1,382 (+1061.34%)
Mutual labels:  torrent
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+972.27%)
Mutual labels:  torrent
Enime
Desktop application for anime fans :D
Stars: ✭ 104 (-12.61%)
Mutual labels:  torrent
Lunik Torrent
Web torrent downloader and cloud storage.
Stars: ✭ 79 (-33.61%)
Mutual labels:  torrent
Dfi
Peer-to-peer torrent indexing
Stars: ✭ 118 (-0.84%)
Mutual labels:  torrent
Betanin
beets based mitm of your torrent client and music player
Stars: ✭ 101 (-15.13%)
Mutual labels:  torrent
Bit Torrent
📁 🌎 BitTorrent client built with Python + asyncio
Stars: ✭ 111 (-6.72%)
Mutual labels:  torrent
Deluge Filebottool
A plugin to integrate simple FileBot functionality into Deluge
Stars: ✭ 98 (-17.65%)
Mutual labels:  torrent
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+974.79%)
Mutual labels:  torrent
Cliflix
Watch anything instantaneously, just write its name.
Stars: ✭ 1,439 (+1109.24%)
Mutual labels:  torrent
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Stars: ✭ 1,268 (+965.55%)
Mutual labels:  torrent
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+1381.51%)
Mutual labels:  usenet
Fragments
Moved to GNOME GitLab -> https://gitlab.gnome.org/haecker-felix/Fragments
Stars: ✭ 80 (-32.77%)
Mutual labels:  torrent
Whitewash Torrent
为了对付河蟹,洗白你的种子!
Stars: ✭ 95 (-20.17%)
Mutual labels:  torrent
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (-14.29%)
Mutual labels:  torrent
Pimpmyutorrent
A little handy tool to turn off μTorrent ads with a single click. (well, okay, two, you need to grant pair permissions)
Stars: ✭ 118 (-0.84%)
Mutual labels:  torrent

Premiumizer

Premiumizer is a download management tool for premiumize.me cloud downloads.

  • Web interface to manage premiumize.me downloads: cloud Torrent & Nzb and Filehosts links
  • Category based automatic downloader of finished cloud tasks to local file system
  • Picks up new taks through black hole
  • Integrates with nzbToMedia (post processing)

About premiumize.me

Premiumize.me combines anonymous cloud torrent downloads, usenet and premium hosters in one subscription. Cloud torrent downloads are cached, meaning if some other premiumize.me member downloaded the torrent through premiumize.me before, you can immediately download the files from that torrent over HTTPS at top speeds.

Get your account right here.

How does this thing work?

This tool will monitor your download tasks on premiumize.me. Once the download in the cloud finishes and the download task has a category that needs to be automatically downloaded premiumizer will start downloading all the files to your local premiumizer server. Download tasks without a category will not be automatically downloaded to the local server. You can add/change a category whilst it's downloading through the web interface, but third party tools like CouchPotato and SickRage will automatically submit download tasks with a specific category.

When enabled, premiumizer can inform nzbToMedia whenever the local download is finished. Categories can be setup through the web interface's setup page.

Web Interface

By default, premiumizer's web interface listens on port 5000. When premiumizer is running you can access it at http://localhost:5000/

Installation

Requirements

Required: Git & Python 3 (with pip) Optional: virtualenv & NzbToMedia version 10.14+

Synology

Follow Docker instructions.

Windows

Installer

PremiumizerInstaller

Open services.msc & edit Premiumizer service to logon using your account that is an administrator.

Manual

  1. Install Git
  2. Install Python Check Add Python to PATH
  3. WIN+R cmd
git clone https://github.com/piejanssens/premiumizer.git C:\Premiumizer
python -m pip install --upgrade pip
python -m pip install -r c:\Premiumizer\requirements.txt
python C:\Premiumizer\premiumizer\premiumizer.py

Unix / macOS

  1. Install Python 3 (e.g. using brew)
  2. Open Terminal
$ brew install python3
$ git clone https://github.com/piejanssens/premiumizer.git premiumizer
$ cd premiumizer
$ pip install virtualenv
$ virtualenv -p /usr/local/bin/python3 env
$ source env/bin/activate
$ pip install -r requirements.txt
$ python premiumizer/premiumizer.py

Docker

Supported Architectures

Based on this approach, we support amd64, arm32v7 & arm64v8.

Our image has a multiarch manifest, so by pulling piejanssens/premiumizer:latest it should retrieve the correct image for your arch, but you can also pull specific arch via tags.

Architecture Tag
x86-64 amd64
arm64 arm64v8
armhf arm32v7

General

You need to set the correct PUID and PGID equal to the user that has rw access to the mounted volumes.

Command line
docker run \
  --name premiumizer \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/London \
  -p 5000:5000 \
  -v /path/to/conf:/conf \
  -v /path/to/blackhole:/blackhole \
  -v /path/to/downloads:/downloads \
  --restart unless-stopped \
  piejanssens/premiumizer
docker-compose
---
version: "3.6"
services:
  premiumizer:
    image: piejanssens/premiumizer
    container_name: premiumizer
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - /path/to/conf:/conf
      - /path/to/blackhole:/blackhole
      - /path/to/downloads:/downloads
    ports:
      - 5000:5000
    restart: unless-stopped

Synology DSM

  1. Create a folder using File Station where Premiumizer can store its config and logs (e.g. /volume1/docker/premiumizer)
  2. Identify (or create) the locations for blackhole and downloads that Premiumizer will use
  3. SSH into your syno and figure out the PUID and PGID of the user that has access to these folders
  4. Open Docker app
  5. Under 'Registry': Download the piejanssens/premiumizer image
  6. Under 'Image': Select the image and click 'launch'
  7. Map a port of your chosing to '5000' (e.g. Chosing 5555 to 5000, means your Premiumizer will be accessible through 5555)
  8. Map your blackhole folder to '/blackhole'
  9. Map your downloads folder to '/downloads'
  10. Map your premiumizer conf folder to '/conf'
  11. Set the following environment variables -- PUID (see step 3.) -- PGID (see step 3.) -- TZ (e.g. Europe/London)
Updating
  1. Under 'Container': Stop the container
  2. Under 'Container': Action -> Clear
  3. Under 'Registry': Download the piejanssens/premiumizer image (this will pull in the latest image)
  4. Under 'Container': Start the container

Updating

Update from the settings page / enable automatic updates Update button & changes will be displayed when an update is available.

Settings

Once you can access the premiumizer web interface make sure you head over to the settings page.

Development

Want to contribute? Great! Just fork the github repo, do some awesome stuff and create a pull request.

Report issues or feature enhancements/requests on the Issues page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].