Skip to content

Instantly share code, notes, and snippets.

@rodrigobarona
Last active October 1, 2015 21:31
Show Gist options
  • Save rodrigobarona/8cf9351b56421d3253e9 to your computer and use it in GitHub Desktop.
Save rodrigobarona/8cf9351b56421d3253e9 to your computer and use it in GitHub Desktop.
Filebot AMC for Plex / XBMC / Kodi
#!/bin/bash
/usr/local/bin/filebot -script fn:amc --output "/Volumes/MediaCenter/" --log-file "/Volumes/MediaCenter/amc.log" --def subtitles=es --action move --conflict override -non-strict --def music=y artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
@rodrigobarona
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment