Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

FileBot 4.6 (Open-Source Movie And Music Renaming App) Brings Fixes And Changes

$
0
0

As you may know, FileBot is an ultimate movie and music renamer, enabling the users to easily rename video and audio files. Also, it fetches subtitles and can be used from both, GUI and command-line.

Important features:

  • drag and drop support
  • support for renaming and moving a lot of files simultaneously
  • download episode info
  • fetch subtitles
  • auto detect names for Series/Anime and Movies

The latest version available is FileBot 4.6, which has been recently released, coming with changes and new features:

  • Show Getting Started and video tutorials on first startup
  • Improved Search & Lookup for OpenSubtitles
  • Use HTTPS for OpenSubtitles requests and remember password hash only
  • Fix Export Subtitles BOM issues
  • Added support for {info.certifications} and {info.productionCompanies}
  • Fix {group} mismatch issues

Install FileBot on Ubuntu

Installation instructions:

Because it only works with Oracle Java 8, you have to remove openjdk, add the PPA to your system, update the local repository index, install java8, download filebot and instal the filebot package.

Follow the instructions for your system’s architecture exactly, in order to get a successful installation.

How 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/filebot_4.6_i386.deb -O filebot_i386.deb
$ sudo gdebi filebot_i386.deb

Due to the fact that filebot was installed by root, we have to change the ownership from its config file:

$ sudo chown -R $USER:$USER ~/.filebot/

How 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/filebot_4.6_amd64.deb -O filebot_amd64.deb
$ sudo gdebi filebot_amd64.deb

Due to the fact that filebot was installed by root, we have to change the ownership from its config file:

$ sudo chown -R $USER:$USER ~/.filebot/

The installation instructions should work on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint 6, Peppermint 5, LXLE 14.04 and Linux Lite 2.

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249