Last active
May 31, 2017 11:42
-
-
Save obviyus/af686f9f15287d64e1baaa128b5a7381 to your computer and use it in GitHub Desktop.
A filebot script to automatically gather necessary data for downloaded media
This file contains hidden or 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.