OscarDogar / MetaDataRenamer

A metadata renamer to remove or replace titles and metadata names of audio tracks, subtitles and images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta Data Renamer

A metadata renamer to remove or replace titles and metadata names of audio tracks, subtitles and images.

Requirements

  • Install MKVToolNix
  • Install requirements.txt
  • Add MKVToolNix path to windows.

Example

Using VLC to view available subtitles. In this case we will change the name of this subtitles by changing the string test to new name.

image

  1. We need to change the .env KEYWORDS to the keywords we want to change.

    KEYWORDS = "test"

  2. When we run the program, it will ask for the path where the files are located, and then the name we want to replace the KEYWORDS with.

    2.1. The path will look something like this: C:\Users\myuser\Videos\

    2.2. After that, the replace string in this case will be: new name

  3. Then the program will start and change all matches to the new name.

image

  1. This works for audio, titles, subtitles and attachments.

About

A metadata renamer to remove or replace titles and metadata names of audio tracks, subtitles and images.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%