Skip to content

pgillan145/delugeonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delugeonal

A set of scripts and libraries for controlling and organizing a torrent/media infrastructure.

Current (barely) supported software/sites:

Usage

Add torrent files from a particular directory to your torrent client:

    $ delugeonal --add $HOME/Downloads

Check for torrents that can/should be removed from your torrent client:

    $ delugeonal --cleanup --verbose

Scan the rss feed for your configured torrent site and download torrents for any files that aren't present on your media server:

    $ delugeonal --rss --yes

Move downloaded media files from the default download directory and add them to the proper media server directory:

    $ delugeonal --move_media

Search for torrents:

    $ delugeonal --search "archer s09e02"

Find missing episodes for a particular show and search for them on your configured media sites.

    $ delugeonal --fill "central park" --verbose

Note that not all services need to be running on the same machine. Your torrent client may be running on one machine, your media server may be running on a seperate on another, where you may may also search for and download torrent/magent files.

Installation

    $ pip3 install delugeonal

Configuration

Edit a Copy of sample-config and save it to one of these three locations:

    $HOME/delugeonal.conf
    $HONE/.config/delugeonal/delugeonal.conf
    /etc/delugeonal.conf

... or set the $DELUGEONAL_CONF environment variable:

    $ export DELUGEONAL_CONF=/place/i/put/the/configuration.file

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages