FileBot / News: Recent posts

Announcements and Releases • Re: Deployment issues on Windows

Updated 3.1 with r1292 to fix 7zip and ShellAPI native integration issues.

Statistics: Posted by rednoah — Sat Nov 03, 2012 3:49 pm


link

Posted by SourceForge Robot 2012-11-03

Announcements and Releases • FileBot 3.1

FileBot 3.1 Get it here!

This release brings lots improvements for especially for fully-automated processing, improved series lookup and episode matching especially for ambiguous cases. Other enhancements include better support for renaming of movie folders (rather than files), OMDb/IMDb bindings for naming expressions, ed2k support in SFV panel, and storing rename-metadata in extended attributes (if supported by the platform and filesystem).

Features:
+ Use Link-Drop modifier to drop folders into 'Original Files' allow processing of movie folders
+ Enhanced TheTVDB series lookup (combine online search with local index)
+ Improved episode matching (same-name-different series problem, specials)
+ Use OMDb data (unofficial IMDb API) for the {imdb} binding
+ Set File Creation Date to episode/movie airdate/year on rename if supported by the platform
+ Store rename data as user-defined filesystem attributes if supported by the platform (EAs, xattr, etc)
+ Support ed2k hash algorithm in SFV panel
+ Set -Dunixfs=true via cmdline option -unixfs

Changes / Fixed Issues:
* Various adjustments for Mac
* Fixed various 32/64-bit msi installer issues
* Many other bugfixes and adjustments

Scripts:
* utorrent-postprocess works better than ever!

【猫咪小姐】2012-11-01... read more

Posted by SourceForge Robot 2012-11-01

FileBot 3.0

  • (Windows XP, Vista, 7+) Use native shell operations for MOVE and COPY
  • Support all rename actions (move, copy, hardlink, ...) in GUI as well as cmdline
  • New absolute rename mode that doesn't preserve file extension
  • Improved movie/series auto-detection and episode matching
  • Rainbow highlighting of folder structure
  • Double-Click list entry to reveal file location or open movie page
  • Improved subtitle auto-matching (esp. for movies)
Posted by rednoah 2012-08-13

Announcements and Releases • FileBot 3.0

FileBot 3.0

Features:
+ [Windows XP, Vista, 7+] Use native shell operations for MOVE and COPY
+ Support all rename actions (move, copy, hardlink, ...) in GUI as well as cmdline
+ New absolute rename mode that doesn't preserve file extension
+ Improved movie/series auto-detection and episode matching
+ Rainbow highlighting of folder structure
+ Double-Click list entry to reveal file location or open movie page
+ Improved subtitle auto-matching (esp. for movies)

Changes / Fixed Issues:
* Update/Fix Subscene scraper
* Update/Fix Sublight (needs to be configured via filebot fn:configure.login)
* {vf} now rounds to standard tags like 1080p, 720p, 480p, etc; {hpi} will give you exact values
* New binding {collection} for movie sets
* Make sure to ignore IMDb video game type search results
* Treat folders that contain 'movie.nfo' as disk folder, i.e. rename/move folder as a whole, rather than individual files
* Lots of bugfixes and other improvements

Scripting:
* Bundle Groovy 2.0 with all dependencies for AntBuilder and @Grape
* Changed cmdline syntax for passing in variables (e.g. --def name=value)
* Support for passing in Closure as RenameAction (e.g. replace rename with scp/ftp to remote location or any other custom logic)
* Updated cleaner.groovy, watcher.groovy, housekeeping.groovy, etc with extra default functionality

uTorrent / deluge Integration:
* Force movie/tv/anime mode via the torrent label
* Improved movie-vs-series auto-detection
* Only extract archives that contain video files
* Adhere to XBMC naming conventions when saving artwork
* Support FanartTV for extra artwork
* More data for generated nfo files
* Support Plex notifications
* Support email notifications out of the box
* Allow the script to crash on error via --conflict fail... read more

Posted by SourceForge Robot 2012-08-11

FileBot 2.64 is out!

This update brings lots of enhancements for movie detection and cmdline mode.

Changes:
Lots of tweaks and improvements for movie detection
Ignore clutter files like samples/trailers/etc
Hide "Override Extension" feature (can still be activated for the current session via right-click Rename button)
Added "series X episode Y" as known SxE pattern
Cmdline: use TheTVDB and TheMovieDB as default if --db is not set
Cmdline: --q option in -rename series mode supports "A | B | C" syntax for manually forcing multiple tv shows
Cmdline: tweaked series auto-detection
Cmdline: --output in -rename mode is resolved against current working dir (as opposed to --format which is resolved against the folder of the file to be renamed)
Cmdline: fixed PermGen memory leak that happened when calling rename(...) alot
DEB: use SVG application icon and setup /usr/bin/filebot via postinst/prerem properly
Portable: fix bash startup script
WebStart: don't create webstart desktop shortcut automatically (still can do it manually via Java control panel)
* IPKG: New ipkg packages for embedded devices

Posted by rednoah 2012-06-24

Announcements and Releases • Re: FileBot 2.64 is out !!

FileBot 2.64 is out! Get it here!

This update brings lots of enhancements for movie detection and cmdline mode.

Changes:
* Lots of tweaks and improvements for movie detection
* Ignore clutter files like samples/trailers/etc
* Hide "Override Extension" feature (can still be activated for the current session via right-click Rename button)
* Added "series X episode Y" as known SxE pattern
* Cmdline: use TheTVDB and TheMovieDB as default if --db is not set
* Cmdline: --q option in -rename series mode supports "A | B | C" syntax for manually forcing multiple tv shows
* Cmdline: tweaked series auto-selection
* Cmdline: --output in -rename mode is resolved against current working dir (as opposed to --format which is resolved against the folder of the file to be renamed)
* Cmdline: fixed PermGen memory leak that happened when calling rename(...) alot
* DEB: use SVG application icon and setup /usr/bin/filebot via postinst/prerem properly
* Portable: fix bash startup script
* WebStart: don't create webstart desktop shortcut automatically (still can do it manually via Java control panel)
* IPKG: New ipkg packages for embedded devices... read more

Posted by SourceForge Robot 2012-06-24

2.62 is out !!

Another minor release with various small improvments and bugfixes.

Posted by rednoah 2012-05-02

Announcements and Releases • Re: FileBot 2.62 is released !!

FileBot 2.62 is out! Get it here!

This minor update brings lots of enhancements for cmdline scripting and lots general improvements suggested in the forums.

New features:
* Lots of bugfixes and improvments that came up in the forums
* Various improvements for headless cmdline mode
* Scripting: pass variables via -Xname=value arguments
* Scripting: more -script input options besides File/URL:
=> stdin via -script "system:in"
=> pass inline via -script "script:expression"
=> easily call shared script via "fn:name"

µTorrent Integration:
There's a new example script for processing completed downloads using µTorrents "Run this program when torrent finishes" feature. The script will extract archives, handle movies/tvshows, fetch subtitles, copy-rename files, fetch artwork/nfo files and finally make xbmc rescan the video library.

Best of all, it'll take less then a minute to set all that up:
viewtopic.php?f=4&t=5#p802... read more

Posted by SourceForge Robot 2012-05-02

Announcements and Releases • Re: FileBot 2.61 is released !!

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

Statistics: Posted by rednoah — Fri Mar 30, 2012 3:16 am... read more

Posted by SourceForge Robot 2012-03-30

Announcements and Releases • FileBot 2.6 is released !!

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... read more

Posted by SourceForge Robot 2012-03-11