Skip to content

script to add all torrents from an ultrastar feed to transmission

Notifications You must be signed in to change notification settings

VichoReyes/ultrastar-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultrastar RSS adder

This script will add all torrents from an http://ultrastar-es.org RSS feed to transmission, using its RPC interface.

Usage

The simplest invocation is

ULTRASTAR_RSS="<your rss url here>" ultrastar

or, if you want these torrents to be added to a specific folder different from your default transmission folder,

ULTRASTAR_RSS="<your rss url here>" ULTRASTAR_TARGET="$HOME/Music/Ultrastar" ultrastar

Installing

go get -u git.sr.ht/~vicentereyes/ultrastar

Needed configuration

If you get a connection refused error, it's probably because transmission isn't running, or because it doesn't have remote access enabled. Go to Edit->Preferences->Remote->Allow remote access and leave the rest as default.

About

script to add all torrents from an ultrastar feed to transmission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages