Skip to content

Instantly share code, notes, and snippets.

@aielwaste
Last active May 22, 2019 05:24
Show Gist options
  • Save aielwaste/7e2108e55da9b4199c176880c44d94e4 to your computer and use it in GitHub Desktop.
Save aielwaste/7e2108e55da9b4199c176880c44d94e4 to your computer and use it in GitHub Desktop.
Filebot Presets [Windows 10]

FILEBOT PRESETS WINDOWS

Movies

Files Section

  • Input Folder: D:\Downloads\qBittorrent\Movies
  • Includes: minutes > 60 && !file.isEpisode() && ext =~ /(?i)mp4|(?i)m4v|(?i)mkv|(?i)avi|(?i)wmv/

Format Section

  • Expression:
D:\Videos\Movies\{n.ascii().replaceAll(/[:|]/, " - ").replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'").upperInitial()} ({y})\{n.ascii().replaceAll(/[:|]/, " - ").replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'").upperInitial()} ({y})

Options Section

  • Datasource: TheMovieDB
  • Episode Order: N/A
  • Language: English
  • Match Mode: Opportunistic
  • Rename Action: Rename

TV

Files Section

  • Input Folder: D:\Downloads\qBittorrent\TV
  • Includes: file.isEpisode() && ext =~ /(?i)mp4|(?i)m4v|(?i)mkv|(?i)avi|(?i)wmv/

Format Section

  • Expression:
Z:\{n.ascii().upperInitial().replaceAll(/[:|]/, " - ")}\{'/Season '+s.pad(2)}\{n.ascii().upperInitial().replaceAll(/[:|]/, " - ")} - {'S'+s.pad(2)}E{e.pad(2)} - {t.ascii().replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'").replaceAll(/[:|]/, " - ").upperInitial()}

Options Section

  • Datasource: TheTVDB
  • Episode Order: Airdate Order
  • Language: English
  • Match Mode: Opportunistic
  • Rename Action: Rename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment