Skip to content

Instantly share code, notes, and snippets.

@obviyus
Last active May 31, 2017 11:42
Show Gist options
  • Save obviyus/af686f9f15287d64e1baaa128b5a7381 to your computer and use it in GitHub Desktop.
Save obviyus/af686f9f15287d64e1baaa128b5a7381 to your computer and use it in GitHub Desktop.
A filebot script to automatically gather necessary data for downloaded media
TIMEOUT 30
filebot -script fn:amc --def music=n --conflict auto --def subtitles=en --def artwork=y --def extras=y --def gmail=your_gmail_id:your_gmail_password --def reportError=y --def clean=y --def movieFormat="Path_to_your_movies_folder/{n} ({y})/{n} ({y})" seriesFormat="Path_to_your_TV_folder/{n}/Season {s}/{n} - {s00e00} - {t}" --action move -non-strict "Path_where_downloads_are_kept"
pause
@obviyus
Copy link
Author

obviyus commented May 31, 2017

You'll have to replace all the placeholders with valid values.

Example:
For movieFormat, an ideal path would be: C:/Users/Videos/Movies/{n} ({y})/{n} ({y})

Similarly, I'd suggest using an app password for Gmail rather than your actual password. Check here for instructions on how to do so.

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