FileBot movie and music renamer or Linux Ubuntu. Install FileBot 4.6.1 on Ubuntu 15.10, Ubuntu 14.04, Ubuntu 15.04, Ubuntu 14.10. FileBot 4.6.1 is an open-source movie and music renaming app or Linux Ubuntu Systems. FileBot 4.6.1 can rename video and audio files and also download subtitles. FileBot supports Windows, Linux and Mac, plus there’s a full-featured command-line interface for all sorts of automation.
FileBot 4.6.1 features:
FileBot 4.6.1 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
Install FileBot on Ubuntu
Run the following commands to install FileBot on 32 bit Ubuntu systems:
$ sudo apt-get purge openjdk*
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer gdebi
$ wget sourceforge.net/projects/filebot/files/filebot/FileBot_4.6.1/filebot_4.6.1_i386.deb -O filebot_i386.deb
$ sudo gdebi filebot_i386.deb
Run the following commands to install FileBot on 64 bit Ubuntu systems:
$ sudo apt-get purge openjdk*
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer gdebi
$ wget sourceforge.net/projects/filebot/files/filebot/FileBot_4.6.1/filebot_4.6.1_amd64.deb -O filebot_amd64.deb
$ sudo gdebi filebot_amd64.deb
Now run the command given below to change the ownership:
$ sudo chown -R $USER:$USER ~/.filebot/
Please note that FileBot only works with Oracle Java 8 and you will have to remove openjdk.