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

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Thanks for the link :)
    I think I will then sick to manual updates. I don't want to install a package manager only for updating filebot xD
    But keep up the good work :)
     

    rednoah

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

    This is a new minor release brings lots of improvements in almost all aspects. It'll run smoother than ever! Also, there's the new Presets feature that'll help you automate some repetitive tasks.

    Features:
    * Added support user-defined Presets for repetitive tasks
    * Added support for TVmaze (replacing TVRage)
    * Improved support for OpenSubtitles and subtitle matching
    * Improved movie/episode auto-detection
    * Improved ID3 Tags music mode

    Changes:
    * Improved cache behaviour
    * Improved support for Chinese & Brazilian languages
    * Added helper function String.asciiQuotes() for normalizing various quotation marks
    * Added {model} binding for querying the entire rename model
    * Added convenience binding {ny} for "Name (Year)" formats
    * Added bindings {info.budget}, {info.revenue} and {info.popularity} to the movie info object
    * Changed String.sortName() default behaviour
    * Support --filter as Groovy-based file filter in filebot -mediainfo calls
    * Use Apache Commons VFS2 and junrar to reduce native dependencies on some platforms
    * Support $JAVA_OPTS convention in all filebot.sh scripts
    * Update to FanartTV API v3
    * Codesign Windows NSIS and MSI installers
    * Publish sha256 checksums for all release files
    * Updated Chocolatey install scripts with sha1 checksums
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Feature Request:

    In the installer give option to setup a right click context menu in file explorer called Send To FileBot. I like to manually use filebot to rename files. Currently I have to open file explorer and filebot, then drag files from file explorer to filebot. This would be significantly more convenient.
     

    rednoah

    Portal Pro
    December 18, 2011
    83
    58
    Making your own "Send To" link is actually quite easy. Just copy the `filebot.launcher.exe` link, add `--mode Rename` and `%1` (to pass in the argument) to the link exec path and you'll have made your very own Send To starter. ;)
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Thanks, I got it working

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Open in FileBot\command]
    @="C:\\Program Files\\FileBot\\filebot.launcher.exe --mode Rename %1"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Open in FileBot\command]
    @="C:\\Program Files\\FileBot\\filebot.launcher.exe --mode Rename %1"
     
    Last edited:

    Users who are viewing this thread

    Top Bottom