Premiumizer is a download management tool for premiumize.me cloud downloads, which allows automatic downloading to your personal computer/server.
Enjoying it so far? Great! If you want to show your appreciation, feel free to:
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.
Premiumizer will monitor 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 computer where premiumizer is running. Download tasks without a category will not be automatically downloaded locally. Categories can be setup through the web interface's setup page.
When enabled, premiumizer can inform nzbToMedia whenever the local download is finished.
By default, premiumizer's web interface listens on port 5000. When premiumizer is running you can access it at http://localhost:5000/
We have provide images for amd64
& arm64v8
. If you have a different architecture, you can build this yourself using our Dockerfile.
You need to set the correct PUID and PGID equal to the user that has rw access to the mounted volumes.
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
Open services.msc & edit Premiumizer service to logon using your account that is an administrator.
Required: Git & Python 3 (with pip)
git clone https://github.com/piejanssens/premiumizer.git C:\Premiumizer
python -m pip install --upgrade pip
python -m pip install -pywin32
python -m pip install -r c:\Premiumizer\requirements.txt
python C:\Premiumizer\premiumizer\premiumizer.py
$ brew install python3
$ git clone https://github.com/piejanssens/premiumizer.git premiumizer
$ cd premiumizer
$ pip install -r requirements.txt
$ python premiumizer/premiumizer.py
Update from the settings page / enable automatic updates Update button & changes will be displayed when an update is available.
Once you can access the premiumizer web interface make sure you head over to the settings page.
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