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.5 Beta -=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



Virus free! No virus signature! 100% clean!
All credits go to Team DVT, who made and shared the keymaker with us!


File:
00/58
MD5: d7681083fa1e4173fba3dc273e87695b
SHA1: e06e4159077ca67cdbe805217cbabd09e437c59e
SHA256: f58fad3e2e8ad4c0cdd72f1e20428e4bfcac8d927ab0690a40eecd74ba6b4c77


Kind regards,
@Mirkec
in collaboration with TeamOS ;)


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



 

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 one :)
 

Thibor69

✅ Verified Member
Member
Downloaded
624.8 GB
Uploaded
2.6 TB
Ratio
4.28
Seedbonus
30,128
Upload Count
0 (0)
Member for 5 years
This is an AWESOME program. I have been using it for years and I pay for it. Nothing else like it out there. Works great for Plex servers.

Thanks !
 

PsyTom

Power User
✅ Verified Member
Member
Downloaded
1.4 TB
Uploaded
502.1 TB
Ratio
367.69
Seedbonus
1,662,990
Upload Count
0 (0)
Member for 3 years
thank you for sharing this wonderful app, very useful.
 

Dondochakka

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
Thanks man you are the best!
 

mr666

Member
Downloaded
652.3 GB
Uploaded
26.7 TB
Ratio
41.89
Seedbonus
1,212,959
Upload Count
0 (0)
Member for 6 years
great share bro, thank you for your hard work
 

teragerz

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
thanks for the update ;) i try know
 

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
Thank you for this update. this program keeps my plex server nice and tidy
 
Downloaded
64.9 GB
Uploaded
109.4 GB
Ratio
1.68
Seedbonus
545
Upload Count
0 (0)
Member for 4 years
Thank you for the release :)
 

ilsaggio

Member
Downloaded
507.3 MB
Uploaded
5 GB
Ratio
10.09
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
thx !!! work fine, thank you
 
Top