add mp4 templates

This commit is contained in:
LooseSeal2
2019-07-21 00:27:50 -07:00
parent 9bf9d8baf0
commit 497b7169ab
8 changed files with 230 additions and 154 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_sourcefolder)" = "deluge_extracted" ] ; then
/bin/rm -rf $radarr_moviefile_sourcefolder
fi