8000 GitHub - rojspencer/TransProc: Process file downloads from Transmission
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rojspencer/TransProc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION: 

A post-download script to process videos and/or music downloaded with Transmission (running as a daemon) on Linux.

If video, the script calls HandbrakeCLI to convert the video to mp4  (mostly for use on a Roku).

After move/conversion the original transmission download is deleted and removed from the queue.

INSTALLATION:

Assuming Transmission Daemon is installed and configured:

mkdir /var/lib/transmission/bin

cp [scirpt files] /var/lib/transmission/bin/

edit /var/lib/transmission/.config/transmission/settings.json 
set the following 2 lines:

	"script-torrent-done-enabled": true,
	"script-torrent-done-filename": "/var/lib/transmission/bin/convert",

edit /var/lib/transmission/bin/convert
	* Set the email addresses the script should send notices to
	* Set the MEDIADIR variable -- where you want the converted videos/music to be moved to.
		* ensure directory structure already exists


About

Process file downloads from Transmission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0