Skip to content

Light torrent-based PVR (personal video recorder) allowing you to download your favorite TV shows automatically using EZTV or ShowRSS

Notifications You must be signed in to change notification settings

tabital0/Aushowmatic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aushowmatic

Aushowmatic is a light torrent-based PVR (personal video recorder). I'm currently using it on Raspbian but it should work on all distributions based on Debian.

Note: It's using showRSS (showrss.info) and EZTV (eztv.ag) as source. Subtitles providers are OpenSubtitles (opensubtitles.org) and Addic7ed (addic7ed.com).

Screenshot

Contents

Requirements

  • PHP >= 5.6 with cURL support
  • transmission-daemon
  • transmission-remote

Installation

Step 1:

Clone the repository with Git:

git clone https://github.com/slelorrain/Aushowmatic.git

And configure by editing .env (at least TRANSMISSION_CMD and TRANSMISSION_WEB)

Step 2:

Install Composer (optional if you already have it):

curl -s http://getcomposer.org/installer | php

Install dependencies:

php composer.phar install

Step 3:

Edit your crontab with:

crontab -e

And add a rule looking like this one (check at least the path):

0 */8 * * * php /var/www/Aushowmatic/_cron.php

(in this case, the script will be called every 8 hours. Modify according to your needs.)

Step 4:

Check that your server application have write access on ./resources/feeds/*. If not, you must update permissions.

Step 5 (optional):

If you want to be able to execute systems commands (like start Kodi, poweroff or reboot) by sudo, you have to add some permissions by editing /etc/sudoers:

www-data ALL=NOPASSWD: /usr/bin/kodi, /sbin/poweroff, /sbin/reboot

WARNING: THIS IS NOT RECOMMENDED IF YOUR DEVICE IS ACCESSIBLE FROM WAN

License

Released under the WTFPL license.

Thanks

@PXgamer, @zadkiel87

forthebadge

About

Light torrent-based PVR (personal video recorder) allowing you to download your favorite TV shows automatically using EZTV or ShowRSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.6%
  • Hack 0.4%