Created
July 11, 2016 15:16
-
-
Save jetbalsa/8d6f806c36ee2d6a6b935ee644d5fc66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
filebot -script fn:amc --output "/mnt/plex" --filter "age < 14" --def "ut_label=TV" --action symlink --conflict auto -non-strict "/mnt/media/showrss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/mnt/plex" --def "ut_label=Movies" --action symlink --conflict auto -non-strict "/mnt/media/movierss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/mnt/plex" --filter "age < 14" --def "ut_label=Anime" --action symlink --conflict auto -non-strict "/mnt/media/animerss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/mnt/plex" --def "ut_label=TV" --action symlink --conflict auto -non-strict "/mnt/media/tv/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/mnt/plex" --def "ut_label=Anime" --action symlink --conflict auto -non-strict "/mnt/media/anime/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/mnt/plex" --def "ut_label=Movies" --action symlink --conflict auto -non-strict "/mnt/media/movies/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment