Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Direct FileBot version 4.9.6 -=TeamOS=-

Mirkec

Uploader
Power User
Windows Modifier
✅ Verified Member
Member
Downloaded
57.6 GB
Uploaded
16 TB
Ratio
285.11
Seedbonus
329,011
Upload Count
83 (96)
Member for 6 years
PYdGeE.png


Review
FileBot is the ultimate tool for renaming and organizing user's movies, TV shows, or anime and downloading subtitles. It is smart, streamlined for simplicity and works. FileBot supports Windows, Linux, and Mac, plus there is a full-featured command-line interface for all sorts of automation.

The application will automatically match the user's files with information from various online databases. Besides automatic lookup, users will also be able to search and download subtitles, preview subtitles manually, and fix encoding problems (e.g., force UTF-8).

Use FileBot on the command-line. There is a simple CLI for core tasks like renaming media files and fetching subtitles as well as checking or creating SFV files. On top of that, users can use a scripting engine to define more complex automated processing. There are already shared scripts for various tasks that the user can run right away or further customize to his needs.


  • A simple user-interface tuned for drag-n-drop (no need to bother with file dialogs);
  • Platform-independent and straight-forward application deployment;
  • Powerful and full-featured cmd line interface and scripting interface for any automation;
  • Episode naming scheme;
  • Rename files;
  • Rename and move hundreds of media files in a matter of seconds;
  • Fetch episode info from TheTVDB, AniDB or TVmaze;
  • Accurate and robust and simply awesome file/episode matching logic;
  • Series/Anime/Movie name auto-detection;
  • Powerful and highly customizable episode naming scheme;
  • Supports language preferences for series and episode titles;
  • Supports movie identification and renaming via TheMovieDB;
  • Reverse rename files using internal history or the original torrent file;
  • Download subtitles;
  • Download subtitles from OpenSubtitles;
  • Advanced logic for matching files to most suitable subtitles;
  • Find exact subtitles on OpenSubtitles;
  • Upload subtitles with movie hash to OpenSubtitles;
  • Integrated subtitle viewer for srt, ass and sub files;
  • Transcode any subtitle as UTF-8 encoded srt;
  • Verify SFV files;
  • Easily create and verify sfv, md5, sha1, and sha256 files;
  • Aware of checksums that are embedded in the filename;
  • Directly compare two or more directory trees;
  • Auto-lookup of any existing file verification;
  • Identify and rename music using AcoustID audio-fingerprints and MusicBrainz info;
  • Extract files from the zip, multi-volume rar, and 7zip archives as well as ISO images.


What is new in version 4.9.5 Beta (Released on January 10, 2022):
  • Added Open / Reveal / Rename / Move to Trash / Set Attributes context menu;
  • Added autofill behaviour to Edit Match and Edit Name;
  • Added {sn} season name binding;
  • Added {mediaTags} embedded media tags binding;
  • Added {certification} and {info.certifications} bindings for TheMovieDB episode information;
  • Added Media table to Match Details view;
  • Improved Conflict resolution messages;
  • Improved support for {plex.id} style file paths;
  • Enhanced FileDialog implementation on Linux;
  • Support for updating the Last-Modified time stamp via --apply touch;
  • Support Open With menu on macOS;
  • Support -- stop option parser convention;
  • Experimental support for TheTVDBv4;
  • Experimental support Apple Silicon;
  • Support Java 17.

What is new in version 4.9.2 (Released on September 29, 2020):
  • Enable Dark Mode by default on Windows and macOS (depending on system settings);
  • Enhanced Progress Monitor and Dialog UI;
  • Enhanced native Desktop integration;
  • Enhanced configuration options for Presets;
  • Improved support for Export and Restore of User Data;
  • Improved support for multi-monitor environments;
  • Restore window bounds and window state on startup (and actively prevent off-screen windows);
  • Added {decade} convenience binding (e.g. 1970);
  • Added {anime} boolean binding (i.e. best guess based on database, genre, language, country, etc);
  • Improved support for 3-digit and 4-digit season numbers;
  • Improved support for DE-ASCII transliteration (e.g. ÄäÖöÜüß);
  • Enhanced file path validation on Linux (e.g. GVFS);
  • Enhanced xattr and crc32 in-memory cache invalidation;
  • Optimize History write operations;
  • Added -d option (i.e. Folder Mode);
  • Added -revert command default behaviour (i.e. revert most recent -rename operation);
  • Enhanced --q query expressions;
  • Enhanced --mapper capabilities;
  • Improved support for --mode interactive on Windows;
  • Improved support for @Files (e.g. BOM);
  • Improved support for hardlink deduplication;
  • Added support for macOS Big Sur.

What is new in version 4.9.1 (Released on April , 2020):
  • Added Edit Format/Edit Match/Edit Name context menu;
  • Added Smart Mode: Attributes matcher (i.e. xattr/exif/id3/atom);
  • Use F2 shortcut for Plain File Mode;
  • Use F3 shortcut for Local Xattr Mode;
  • Enable selected post-processing features via Filter ➔ Attributes ➔ Apply;
  • Enable clone (on macOS/apfs) and reflink (on Linux/btrfs) by default for all COPY operations;
  • Enhanced Selection Dialog with thumbnails and tooltips;
  • Enhanced Conflict Dialog with detailed explanations;
  • Enhanced manual search to support both search by name and lookup by id;
  • Improved support for mapping episode information between different databases and numbering schemes (e.g. via AnimeList or XEM);
  • Added {db} dynamic binding (e.g. map between TheTVDB and AniDB episode objects);
  • Added {vs} standard media {source} tag;
  • Enhance {primaryTitle} to yield AniDB x-jat (romanized Japanese) series name for TheTVDB episode objects;
  • Enhance {hours} to use Ratio (U+2236) instead of Colon (U+003A);
  • Added {historic} binding for looking up the original file path of {f} (e.g. useful for -exec post-processing commands);
  • Evaluate {closures} automatically in String.plus(Closure) constructs (e.g. {"[" + {n} + " " + {s00e00} + "]"});
  • Improved -mediainfo -exec pipeline;
  • Added -no-probe option to disable media parser (e.g. match files without reading file contents);
  • Added -no-index option to disable local media indices (i.e. improved support for low-memory devices);
  • Added -no-history and -clear-history options;
  • Support dynamic code evaluation via include and evaluate;
  • Support @file.groovy syntax in Format Editor and Preset Editor (e.g. @/path/to/MyFormat.groovy);
  • Added --apply option (e.g. --apply artwork nfo url metadata);
  • Added --mapper option (e.g. --mapper AnimeList.AniDB);
  • Allow *.groovy files as argument value for --format, --filter, --mapper and --file-filter options (e.g. --format /path/to/MyFormat.groovy);
  • Support movie hash lookup via --db OpenSubtitles;
  • Support -r and --file-filter for -script calls (i.e., select files before calling the script);
  • Support bash_completion.


System requirements:
OS: Microsoft Windows®XP, Windows® Vista, Windows® 7, Windows® 8, Windows® 8.1, Windows® 10 (both 32 & 64-bit).


Install notes:
1. Kindly read the "Readme.txt" file given in the download zip file;
2. Enjoy!


Screenshots:

PYdev9.png

PYdMpd.png

PYdidt.png



All credits go to Team DVT, who made and shared the keymaker with us!


File: dvt-FileBot-KeyMaker.jar
00/58
MD5: d7681083fa1e4173fba3dc273e87695b
SHA1: e06e4159077ca67cdbe805217cbabd09e437c59e
SHA256: f58fad3e2e8ad4c0cdd72f1e20428e4bfcac8d927ab0690a40eecd74ba6b4c77


Kind regards,
@Mirkec
in collaboration with TeamOS ;)


Download links - version 4.9.6 (Size: 101.10 MB):

 
Last edited by a moderator:

detroitdogg

✅ Verified Member
Member
Downloaded
341.2 GB
Uploaded
4.9 TB
Ratio
14.75
Seedbonus
1,232
Upload Count
0 (0)
Member for 9 years
Thanx for the update uploader. works great, just follow the instructions in the readme file and you-re good to go!!
 

guandms

Member
Downloaded
76.7 GB
Uploaded
993.9 GB
Ratio
12.96
Seedbonus
7,184
Upload Count
0 (0)
Member for 5 years
Thank you for this version, everything works perfectly.
 
Last edited:

teragerz

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
hello
I have a problem, my native language is Spanish, the series and movies are named with their original language but the file names with version 4.9.6 change title to my native language, it did not happen with version 4.9.4
can it be solved?
thanks
 

franco01

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 2 years
Someone with the portable version please, Thanks!
 

nuttz

Queen of the Water
✅ Verified Member
Member
Downloaded
208.5 GB
Uploaded
102.5 TB
Ratio
503.33
Seedbonus
406,066
Upload Count
56 (55)
Member for 8 years
Someone with the portable version please, Thanks!
got you coverd check pm and all ready had medicine inserted and virus scan report link sent as well it clean
 

Mirkec

Uploader
Power User
Windows Modifier
✅ Verified Member
Member
Downloaded
57.6 GB
Uploaded
16 TB
Ratio
285.11
Seedbonus
329,011
Upload Count
83 (96)
Member for 6 years
got you coverd check pm and all ready had medicine inserted and virus scan report link sent as well it clean
Link to virus report is attached to all threads on TeamOS forum. In my threads in two places.
 

nuttz

Queen of the Water
✅ Verified Member
Member
Downloaded
208.5 GB
Uploaded
102.5 TB
Ratio
503.33
Seedbonus
406,066
Upload Count
56 (55)
Member for 8 years
Link to virus report is attached to all threads on TeamOS forum. In my threads in two places.
person could not get Medicines to work so sent him pm with my portable version with medicine all ready inserted as well as the link for the virus check on my files and your link now shows
 

Richard_dn

✅ Verified Member
Member
Downloaded
696.6 GB
Uploaded
14 TB
Ratio
20.65
Seedbonus
309
Upload Count
0 (0)
Member for 10 years
got you coverd check pm and all ready had medicine inserted and virus scan report link sent as well it clean
Oh Mate could I Grab the portable too Please
 

ManaTool

Member
Downloaded
1.7 GB
Uploaded
5.3 GB
Ratio
3.17
Seedbonus
15,910
Upload Count
0 (0)
Member for 3 years
person could not get Medicines to work so sent him pm with my portable version with medicine all ready inserted as well as the link for the virus check on my files and your link now shows
It was incorrectly flagged as malware by Microsoft, if you re-ran the virustotal check iw showed nothing.
QZydEq.png


Why should anyone took some pre-patched file or anything potentially dangerous from PM ? You can just download 4.9.6 portable version straight from filebot official website and use Medicines included in Mirkec post.
Even if someone have problems with it, they should try to fix it by themselves or ask for the help so they will know what to try in future... but whatever.
Another thing should be noted: If you run Medicines as administrator(through admin cmd/ps you can Medicines file in program files too)

Anyway, thanks for your share Mirkec!
 

Richard_dn

✅ Verified Member
Member
Downloaded
696.6 GB
Uploaded
14 TB
Ratio
20.65
Seedbonus
309
Upload Count
0 (0)
Member for 10 years
It was incorrectly flagged as malware by Microsoft, if you re-ran the virustotal check iw showed nothing.
QZydEq.png


Why should anyone took some pre-patched file or anything potentially dangerous from PM ? You can just download 4.9.6 portable version straight from filebot official website and use Medicines included in Mirkec post.
Even if someone have problems with it, they should try to fix it by themselves or ask for the help so they will know what to try in future... but whatever.
Another thing should be noted: If you run Medicines as administrator(through admin cmd/ps you can Medicines file in program files too)

Anyway, thanks for your share Mirkec!
Pm is from a verified Member that's is good enough for me, how do you think uploaders check a file? Virus scan ? or Decompile every file? every file could be a risk its how you manage the risk that matters

and thanks for the Share its a Very handy Program works great
 
Last edited:

NobleWolf

Member
Downloaded
196.9 GB
Uploaded
33.9 TB
Ratio
176.17
Seedbonus
547,264
Upload Count
0 (0)
Member for 4 years
Cheers man, much appreciated as usual
 
Downloaded
374.5 GB
Uploaded
3.8 TB
Ratio
10.33
Seedbonus
8,507
Upload Count
0 (0)
Member for 4 years
I can't believe my eyes I am forever in debt man :inlove:
 

nuttz

Queen of the Water
✅ Verified Member
Member
Downloaded
208.5 GB
Uploaded
102.5 TB
Ratio
503.33
Seedbonus
406,066
Upload Count
56 (55)
Member for 8 years
Pm is from a verified Member that's is good enough for me, how do you think uploaders check a file? Virus scan ? or Decompile every file? every file could be a risk its how you manage the risk that matters

and thanks for the Share its a Very handy Program works great
thank you was glad to be of help what gets me is when non verified members first open mouth and lets belly rumble allowing mouth to dribble dodo when they should first check my statements
 

dprofesor

Member
Downloaded
5.7 GB
Uploaded
5 GB
Ratio
0.88
Seedbonus
106
Upload Count
0 (0)
Member for 4 years
thankyou for the great work mate!
 

mmacader

Member
Downloaded
12.7 GB
Uploaded
8.4 GB
Ratio
0.66
Seedbonus
1,095
Upload Count
0 (0)
Member for 6 years
Thanks a lot. . . .
 

Johange

Member
Downloaded
9.8 GB
Uploaded
284.5 GB
Ratio
28.95
Seedbonus
6,308
Upload Count
0 (0)
Member for 3 years
no waaay!!!!! thanks bro, love u :3
 

Brian Johnston

✅ Verified Member
Member
Downloaded
363.3 GB
Uploaded
412.2 GB
Ratio
1.13
Seedbonus
3,689
Upload Count
0 (0)
Member for 9 years
Most appreciated file, many thanks
 

bbbork

Member
Downloaded
39.3 GB
Uploaded
43 GB
Ratio
1.09
Seedbonus
1,786
Upload Count
0 (0)
Member for 2 years
wow human you are the favorite of all my human
 

xReckless

Member
Downloaded
42.8 GB
Uploaded
15.9 GB
Ratio
0.37
Seedbonus
102
Upload Count
0 (0)
Member for 4 years
Dumb question but how do i open jar file
 
Top