Skip to content

File monitor, auto-indexer and subtitles downloader for Synology DiskStation NAS. Supports push notifications like Pushover and Pushbullet.

Notifications You must be signed in to change notification settings

smartycoder/DSVideoMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSVideoMonitor

File monitor, auto-indexer and subtitles downloader (using subliminal) for Synology DiskStation NAS. Supports push notifications like Pushover and Pushbullet.

Install

  1. Install Python (if you haven't already) from the DiskStation package manager.
  2. SSH into your DiskStation as root (e.g. ssh [email protected])
  3. Download and unpack ZIP file:
    wget https://github.com/smartycoder/DSVideoMonitor/archive/master.zip
    unzip master.zip
  4. Copy files to /var/packages/dsvideomonitor/:
    cp -r DSVideoMonitor-master/* /var/packages/dsvideomonitor/
  5. Run setup: python /var/packages/dsvideomonitor/setup.py install
  6. Copy file /var/packages/dsvideomonitor/S99dsvideomonitor.sh to /usr/syno/etc/rc.d/
    cp /var/packages/dsvideomonitor/S99dsvideomonitor.sh /usr/syno/etc/rc.d/
  7. Run command: chmod +x /usr/syno/etc/rc.d/S99dsvideomonitor.sh
  8. Run command: /usr/syno/etc/rc.d/S99dsvideomonitor.sh start

Settings

Modify dsvideomonitor.py and set your own settings.
video_folder = "/volume1/video/"
patterns = [".avi", ".mkv"]
languages = ["slv", "eng"]
run_indexer = True
notifier = PushbulletClient()
notifier.set_api_key("YOUR_KEY")

About

File monitor, auto-indexer and subtitles downloader for Synology DiskStation NAS. Supports push notifications like Pushover and Pushbullet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published