TVRename 2.1.1 alpha 2

sstteevvee

26-01-2009 16:12:42

Here's an alpha version if you're feeling brave... Download here. The main new feature is the command line options.

- reorganised the preferences dialog
- option for the automatic export of renaming, missing, and finding and organising lists (see preferences dialog)
- .mkv was in "find extensions" twice
- "&" and "and" now ignored for matching show names when finding & organising
- export missing list is back viewtopic.php?p=671#p671
- export of renaming and finding&organising lists, too. Go to the tab with the list you want to export, then hit Ctrl+E or go File->Export.
- added regexs to bug report
- tweaked the regex that would see "2008" as season 20, episode 8. Now only works on 1 digits seasons, side-stepping the problem. (you need to have the default set of regexs to get this - won't apply to existing setups).
- doing force refresh on a show will request a bypass of any proxies/caches when the data is re-fetched
- command line arguments viewtopic.php?f=4&t=116
  1. /experimental - enable half-finished experimental features (RSS reading, uTorrent save-to setting, and Tools->Actors)[/*:m]
  2. /hide - hide the TVRename window and notification icon while operations are carried out (implies /quit)[/*:m]
  3. /quit - quit tvrename when done[/*:m]
  4. /missingcheck - do a missing check [/*:m]
  5. /exportmissingxml <filename> - export the missing list as XML to the specified filename[/*:m]
  6. /exportmissingcsv <filename> - export the missing list as CSV to the specified filename[/*:m]
  7. /renamingcheck - do a renaming check[/*:m]
  8. /exportrenamingxml <filename> - export the renaming list as XML to the specified filename[/*:m]
  9. /renamingdo - carry out the renaming actions[/*:m]
  10. /fnocheck - do a finding & organising check (make sure you do a /missingcheck first!)[/*:m]
  11. /exportfnoxml <filename> - export the finding & organising list XML to the specified filename[/*:m]
  12. /fnodo - do the finding & organising actions (need to do a /fnocheck first)[/*:m][/list:u]With the exception of the first three arguments, they are carried out in the order specified, so make sure you put them in a 'sensible' order, considering their side-effects, or requirements on each other. e.g. you have to do "/missingcheck" before "/exportmissingxml", otherwise you'll get an empty list saved.