Tools and other software FileBot - The ultimate TV Renamer and Subtitle Downloader (2 Viewers)

rednoah

Portal Pro
December 18, 2011
83
58
I have no idea! I just copied & pasted it from Episodes panel. :D
 

MrCrabs

Portal Pro
January 21, 2010
884
129
Braunschweig
Home Country
Germany Germany
AW: Re: FileBot - The ultimate TV Renamer and Subtitle Downloader

That's because FileBot uses DVD sort order, which doesn't mach your files that are probably in airdate sort order. Just use Serienjunkies source instead.

Serienjunkies doesn't list spongebob, yet.
But how come that there are three first episodes in the first season? It shows the first three episodes as episode 1.
 

rednoah

Portal Pro
December 18, 2011
83
58
Re: AW: Re: FileBot - The ultimate TV Renamer and Subtitle Downloader

It's listed as 1x1.1, 1x1.2, 1x1.3, ... my best guess it that they are trying to indicate its a multi part episode 1 or something. Next release will allow you to select sort order.
 

rednoah

Portal Pro
December 18, 2011
83
58
FileBot 2.5 is out! Get it here!

This release adds lots of new things requested by the community like support for disk folders, configurable episode sort order (Airdate vs DVD) and improved movie detection and episode matching.

New features:
+ Support renaming/moving of disk folders (BR, DVD, VCD, etc)
+ Improved movie auto-detection / matching
+ Improved support for date-based shows
+ Customizable episode sort order (Airdate, DVD, Absolute)
+ {info} binding for all sorts of series / movie info like director, genres, certification, rating, etc
+ Support ascii-conversion in naming scheme {.ascii()}
+ Java 6 backwards-compatibility for scripting (filebot -script ...)

Noteworty new naming scheme bindings:
Check it out! Now you can do stuff like this here.
Code:
{n} ({y}) by {director} [{genres[0]}, {certification}, {rating}]
=> The Terminator (1984) by James Cameron [Action, PG-13, 8.5]

Thanks to everybody that reported issues and helped with testing!
 

rednoah

Portal Pro
December 18, 2011
83
58
FileBot 2.6 is out! Get it here!

This release integrates 7zip right out of the box so you can extract files from pretty much any kind of archive. New cmdline options for linking/copying files instead of moving and how to handle existing files. Also quite a few little enhancements to movie/series auto-detection and episode matching.

New features:
+ 7-Zip native integration for extracting files from archives
--> supports 7-Zip, Zip, Rar, Tar, Split, Lzma, Iso, HFS, GZip, Cpio, BZip2, Z, Arj, Chm, Lhz, Cab, Nsis, Deb, Rpm, Udf
+ Improved movie/episode auto-detection and matching
+ New CLI -rename option for how to organize files into a new folder structure: --action move|copy|keeplink|symlink|hardlink|test
--> linking requires Java 7
+ New CLI -rename option for how to handle existing files: --conflict override|skip|fail
+ New CLI -extract action and extract() scripting function
+ Various improvements for the FileBot/Groovy Scripting Environment

Noteworty new scripts:
* Sample Script: extract rars, fetch subtitles, move episode files one by one
* Sort out TV Download Folder
* Sort out Tivo Recordings
 

MrCrabs

Portal Pro
January 21, 2010
884
129
Braunschweig
Home Country
Germany Germany
I encountered a problem with special episodes. In my case filebot renames a special episode like "s05 - special 3", but TVSeries needs Specials to be named like "s00e03", so all specials in a series numbered as 0. Is it possible to integrate that into filebot somehow?
 

rednoah

Portal Pro
December 18, 2011
83
58
Well, it's the 3rd Season 5 special. So how FileBot names things by default. You can do any customization in the naming scheme, like default any special to S0 etc

{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
 

rednoah

Portal Pro
December 18, 2011
83
58
FileBot 2.61 is out! Get it here!

This minor update adds support for multi-episode files and some cmdline features.

New features:
+ Support multi-episode files
+ -get-missing-subtitles per language
+ --filter option to customize episode matching
 

Users who are viewing this thread

Top Bottom