Skip to content

Instantly share code, notes, and snippets.

#!/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 subti