Skip to content

Langmans/showrss-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowRSS PHP

This is tool that adds torrents to Deluge/Transmission from your ShowRSS feed. After downloading is complete, it will be moved and sorted to a directory of your choice.

This is under heavy development, do not use if you don't know what you're doing!

Requirements:

  • Git
  • PHP 5.3+ with pdo_sqlite support.
  • composer
    • You can also download composer.phar to the project directory.
    • If you are on windows, you can download an executable that installs composer for you that adds the composer bin directory to the environment (%PATH%)

Install:

Run the following commands in your terminal:

git clone https://github.com/rubenvincenten/showrss-php.git
composer install
vendor\bin\doctrine orm:schema-tool:update --force
php cronjob.php

After this, default configuration will be available in config/. Add your ShowRss user_id there.

Next, use Task Scheduler (windows) or Cron Tab to schedule updating. ShowRSS by default updates every half hour. You can also set up a task/cron script for when you login or boot your computer/server.

Upgrading:

Assuming you used git to checkout:

git pull
composer update
vendor\bin\doctrine orm:schema-tool:update --force

About

showrss to torrent client cronjob / tv show sorter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages