-
-
Save The-OMG/6ce8d04ec427172f7f2a375c812add55 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 "/home/orion/orionsbelt/plex" --filter "age < 14" --def "ut_label=TV" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/showrss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --def "ut_label=Movies" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/movierss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --filter "age < 14" --def "ut_label=Anime" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/animerss/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --def "ut_label=TV" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/tv/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --def "ut_label=Anime" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/media/anime/" --log-file amc.log --def excludeList=/home/deluge/amclist --def subtitles=en | |
filebot -script fn:amc --output "/home/orion/orionsbelt/plex" --def "ut_label=Movies" --action symlink --conflict auto -non-strict "/home/orion/orionsbelt/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