XBMC Community Forum
FileBot TV Renamer and Subtitle Downloader - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: FileBot TV Renamer and Subtitle Downloader (/showthread.php?tid=110302)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


FileBot TV Renamer and Subtitle Downloader - rednoah42 - 2011-09-17 06:08

FileBot is the ultimate TV Renamer and Subtitle Downloader. Instantly organize all your TV Shows and Movies. It just works. Easy.

FileBot is really smart about matching your episodes or movies with online data from sources like TVRage / AniDB / TheTVDB or OpenSubtitles / IMDb / TheMovieDB. The naming format and folder structure FileBot will apply to rename your media files is completely up to you. It's extremely powerful and customizable but at the same time really quite simple.

Fetching subtitles has never been easier neither. FileBot will automatically lookup subs from various sources and intelligently match them to your media files. Just drag your files in and FileBot will do the rest.

The GUI is extremely efficient, it's all just a matter of 2-3 drags/clicks. But if you're the really lazy kind, you can automate just about anything using the fully-featured cmdline interface.

Official website, forums and downloads:
http://www.filebot.net/

Here's a video demo:
http://www.youtube.com/watch?v=zcSFKiwFLZw

[Image: panel.rename.png][Image: panel.subtitle.png][Image: panel.sfv.png]


Check it out!~


- darknight670 - 2011-09-18 11:58

I am in awe. Installing now for the subtitles. I am currently using Subliminal by Diaoul if ou want to help him / take some of his code or whatever


- myron - 2011-09-26 19:58

looks really nice Smile
good work


Would it be possible to support "Multiple TV shows on DVD" as well?
They need a special naming on filesystem... (on the surrounding folders)
http://forum.xbmc.org/showthread.php?tid=55497&page=4#33

I'm thinking of:
(- setup series out folder)
- drag & drop .iso / video_ts folder (as is)
- enter Series
- go online and get episodes/seasons (maybe with DVD ordering seen on tvdb)
- promt a dialog, to allow the mapping of DVDs<-> multiple Episodes checkbox
- create, rename & move folder in above XBMC folder structure...

Big Grin


- rednoah42 - 2011-10-11 07:19

Changes Summary:
+ movie naming scheme
+ support move/rename in CLI
* support series startdate bindings for tv shows
* support release year binding {y} for movies and tv shows
* added binding for video {source} (DVDRip, BluRay, etc)
* added binding for release {group} (aXXo, etc)
* added simple binding for audio channels {af} (e.g. 6ch)
* added bindings for multi-part movies {pi}{pn}


- gobbledigook - 2011-10-11 17:55

thanx! will check it out... have a spanish guy moving in and want to grab spanish subs for.... well all my content Smile


- dwjp90 - 2011-11-01 14:53

This program is by far the best renaming tool i have used yet. It is very flexible and uses "fuzzy logic" if it has trouble with other episodes.

So far the only problems I have had with it were corrected by the creator quickly, or were the DB's error.

It's the only program I use for my renaming needs.


- rednoah42 - 2011-11-05 11:47

FileBot 2.2 is out now!~ Remember Remember the 5th of November~

+ added awesome new Groovy-based scripting interface
+ heavily improved matching for files without SxE/airdate marker or matching multiple tv shows at once
+ support move/rename to different volumes, i.e. physically move files (requires Java 7)
* improved search behaviour for AniDB, TheTVDB, Serienjunkies
* added language selection combobox in Episodes panel
* added {sdhd} binding, SD/HD depending on video resolution
* support {y} binding on Serienjunkies data
* support printing mediainfo via CLI


- wally007 - 2011-11-22 02:06

rednoah42 , thanks for very nice looking app. I'd like to use it for subtitles downloading with hazel ( i like how I can tell hazel to fire of at certain time , for example 24 hours after I file new TV show episode ).

For some reason I can not get your script to run once hazel initiates. Hazel runs only shell scripts and identifies file being processed as $1.

I've never heard of Groovy but I'm guessing it has something to do with it Smile and that's why script is not running. I used your folder sample, but i changes folder for file to no avail.


- rednoah42 - 2011-11-22 05:30

So what does hazel do exactly? On what OS? Linux? Just try running filebot manually in the console and see if it works. Make sure paths etc are set up. You can script filebot with bash no problem, it's just another command.

@see
http://filebot.sourceforge.net/forums/


- wally007 - 2011-11-22 19:18

Hazel http://www.noodlesoft.com/hazel.php is very flexible file/folder watching Mac OS app.

I'd like to run your subtitles script on all files identified by rules i set up in Hazel. So for example i'd set up to run your script every hour for 24 hours on new file that arrives in specified folder/subfolders. That way once subtitles are uploaded to opensubtitles.org script will download it.

I did not find any scripts on the forums that I could try to modify and scripts on the website are too generic. (mostly folder lookup scripts).

I guess it would take a lot of effort (parsing file name ($1)) with regular expressions etc ...