Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # $1 = input path ex. "/mnt/storage-a/downloads"
  2.  
  3. filebot -script fn:amc $1 \
  4. -non-strict \
  5. --def "seriesFormat=/mnt/storage-a/tv/{plex.tail}" \
  6. --def "movieFormat=/mnt/storage-a/movies/{plex.tail}" \
  7. --log-file amc.log \
  8. --action move \
  9. --conflict auto \
  10. --def storeReport=y \
  11. --def ignore="\.sync" \
  12. --def ignore="\.bts"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement