https://github.com/mattmcmanis/tanto
Media Library File Name Formatter
https://github.com/mattmcmanis/tanto
batch files formatter media multimedia rename video
Last synced: 7 months ago
JSON representation
Media Library File Name Formatter
- Host: GitHub
- URL: https://github.com/mattmcmanis/tanto
- Owner: MattMcManis
- License: gpl-3.0
- Created: 2018-04-14T06:07:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T20:26:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T01:46:13.787Z (9 months ago)
- Topics: batch, files, formatter, media, multimedia, rename, video
- Language: C#
- Homepage:
- Size: 210 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Tantō
Media Library Formatter
* [Overview](#overview)
* [Guide](https://github.com/MattMcManis/Tanto/wiki/Guide)
* [Downloads](#downloads)
* [Installation](#installation)
* [Build](#build)
## Overview
Batch Format Media File Names
I built this program to standardize the file naming in my media library.

---
#### Simplify
Before: `Example.Title.01.The.Episode.Name.(1080p).[x265].mp4`
After: `Example Title S01E01 The Episode Name.mp4`
---
#### Standardize
Before: `Example Title - 01 - The Episode Name.mp4`
After: `Eample.Title.S01E01.The.Episode.Name.1080p.HEVC-AAC.mp4`
---
#### Customize
Before: `Example.Title.01.The.Episode.Name.(1080p).[x265].mp4`
After: `Example Title (2018) - S01E01 - The Episode Name - 1080p HEVC.mp4`
---
#### Caution
>This program will rename your files. Clicking the Preview button will open a Window to confirm rename changes before making them. You can ruin your filenames and ordering if a mistake is made. This program is in alpha and may have bugs.
## Guide
https://github.com/MattMcManis/Tanto/wiki/Guide
## Downloads
#### Releases
https://github.com/MattMcManis/Tanto/releases#### Requires
[Microsoft .NET Framework 4.5.2](https://www.microsoft.com/net/download/dotnet-framework-runtime/net452)
## Installation
Tanto is portable and can be run from any location on the computer.1. Extract `Tanto.zip` to a location of your choice.
2. Run the program `Tanto.exe` or create a shortcut on the Desktop.
## Build
Visual Studio 2015
WPF, C#, XAML
Visual C++ 19.0 Compiler
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VTUE7KQ8RS3DN)
Thank you for your support.