Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

d4rk5eed/torrent_unpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torrent_unpacker

##About This application assigned to extract downloaded torrents on synology to predefined directory

##Usage bundle install

  1. Create db directory (for example ~/.torrent_unpacker/database.sql)
  2. Create config (for example ~/.torrents_unpacker/config.yml)
  3. Fill the config with torrents info:
the_big_bang_theory:
        source: '/home/torrents/The.Big.Bang.Theory'
        dest: '/var/videos/the big bang theory'
        start_item: 'S01E01'
walking_dead:
        source: '/home/torrents/Walking.Dead'
        dest: '/var/videos/walking dead'

start_item param specifies episode which unpacking will start from. 4. Execute app with lib/torrents_unpacker.rb -d ~/.torrent_unpacker/database.sql -c ~/.torrents_unpacker/config.yml 5. Alternative way of execution java -jar torrent_unpacker.jar -c <config> -d <database>

TODO

  1. Make an executable - Done as ruby executable script
  2. Make command line params -c <config> -d <database> - Done
  3. Make initial episode as config param - Done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages