Skip to content

moeoverflow/mach3-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

666cd13 · Apr 7, 2022

History

21 Commits
Mar 29, 2019
Mar 17, 2018
Mar 22, 2018
Mar 17, 2018
Apr 7, 2022
Mar 17, 2018
Apr 2, 2020
Mar 29, 2019

Repository files navigation

Mach3_Cli

Recursively parse and index subtitle text for future use.

A fun project for anime fans.

PyPI: mach3

Installation

$ pip3 install mach3_cli

Or clone the project and run:

$ pip3 install .

Usage

$ mach3 [option] <argument>

options:
[-i --index] : Index subtitles in the directory
[-s --search] : Search for lines from an index database in the current directory
                Note: The database has to be in the current directory!

argument:

When indexing: the directory to index
When searching: the search query

What it does:

Ever wanted to find a specific anime quote? Mach3 indexes your subtitle files, makes individual lines searchable & can even open the video at that line!

  • Recursively finds all .ass files in the directory given.
  • Parses the .ass files, regex-process the text
  • Stores the text in a SQLite database
    • Silently converts encoding to UTF-8 without changing the original subtitle files
  • (When searching) Queries from the SQLite database
  • Opens the mpv player at the line you specify

Open-source libraries used:

Packages

No packages published

Languages