First download and install Filebot from here: http://www.filebot.net/#download
Place the .deb in your home and run:
Next install Java: http://www.webupd8.org/2015/02/install-o...linux.html
Set the correct java:
Select "0"
You want to select /usr/lib/jvm/java-9-oracle/bin/java as Filebot doesn't work with OpenJDK.
Next install cover-thumbnailer:
Once installed, to edit the default cover thumb preview run:
Next open the Cover Thumbnailer app and make sure Others is selected.
![Click Image To Enlarge Image]()
Now install the script:
For Nemo
For Nautilus
For Caja
For other file browsers just add the script to the script folder.
To use right click on a folder with the media files and select Scripts > Video-Organizer
(Can take awhile to organize if you have a lot of files. You will end up with two folders inside the directory. Movies & TV Shows)
![Click Image To Enlarge Image]()
![Click Image To Enlarge Image]()
The script will also download the subs.
To be able to download the subs create an account at OpenSubtitles.org and add the account details to FileBot.
![Click Image To Enlarge Image]()
Old demo to give you idea on how it works:
TIP:
To generate thumbnails faster use ffmpegthumbnailer.
ppa:mc3man/trusty-media is for 14.04 only.
Then restart the file manager.
Example:
Place the .deb in your home and run:
Code:
sudo dpkg -i *.deb
Next install Java: http://www.webupd8.org/2015/02/install-o...linux.html
Set the correct java:
Code:
sudo update-alternatives --config java
Select "0"
You want to select /usr/lib/jvm/java-9-oracle/bin/java as Filebot doesn't work with OpenJDK.
Next install cover-thumbnailer:
Code:
sudo add-apt-repository ppa:flozz/flozz
sudo apt-get update
sudo apt-get install cover-thumbnailer
Once installed, to edit the default cover thumb preview run:
Code:
sudo mv /usr/share/cover-thumbnailer/other_fg.png /usr/share/cover-thumbnailer/other_fg.png.old
sudo wget http://pinguyos.com/files/other_fg.png -O /usr/share/cover-thumbnailer/other_fg.png
Next open the Cover Thumbnailer app and make sure Others is selected.

Now install the script:
For Nemo
Code:
wget http://pinguyos.com/files/Video-Organizer
chmod +x Video-Organizer
mv Video-Organizer ~/.gnome2/nemo-scripts
For Nautilus
Code:
wget http://pinguyos.com/files/Video-Organizer
chmod +x Video-Organizer
mv Video-Organizer ~/.local/share/nautilus/scripts
For Caja
Code:
wget http://pinguyos.com/files/Video-Organizer
chmod +x Video-Organizer
mv Video-Organizer ~/.config/caja/scripts
For other file browsers just add the script to the script folder.
To use right click on a folder with the media files and select Scripts > Video-Organizer
(Can take awhile to organize if you have a lot of files. You will end up with two folders inside the directory. Movies & TV Shows)


The script will also download the subs.
To be able to download the subs create an account at OpenSubtitles.org and add the account details to FileBot.

Old demo to give you idea on how it works:
TIP:
To generate thumbnails faster use ffmpegthumbnailer.
ppa:mc3man/trusty-media is for 14.04 only.
Code:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg ffmpegthumbnailer
Code:
ln -s /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer ~/.local/share/thumbnailers
Then restart the file manager.
Example:
Code:
nemo -q