Skip to content

Instantly share code, notes, and snippets.

@The-OMG
Forked from jetbalsa/filebot script
Last active August 22, 2016 20:38
Show Gist options
  • Save The-OMG/6ce8d04ec427172f7f2a375c812add55 to your computer and use it in GitHub Desktop.
Save The-OMG/6ce8d04ec427172f7f2a375c812add55 to your computer and use it in GitHub Desktop.
#!/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