Skip to content

PauliusLozys/titles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titles command line tool

Allows to easily organize a bunch of files into their specific folders/seasons.


Moved files are organized accordingly:

OUTPUT_DIR/SHOW_NAME/SEASON/EPISODE_FILE

If the tool doesn't detect what season episode belongs to it will default to Season 1.

If the tool can't match Regex for title, error will be displayed and file ignored.


Format tool searches for examples

Tool works best with common eztv or nyaa site torrent file formats.

Doom.Patrol.S02E05.1080p.HEVC.x265-MeGusta[eztv.re].mkv -> OUTPUT_DIR/Doom Patrol/Season 2/Doom.Patrol.S02E05.1080p.HEVC.x265-MeGusta[eztv.re].mkv
[ASW] Arknights - Reimei Zensou - 08 [1080p HEVC][EA45AE4C].mkv -> OUTPUT_DIR/Arknights  Reimei Zensou/Season 1/[ASW] Arknights - Reimei Zensou - 08 [1080p HEVC][EA45AE4C].mkv

Usage help

titles -h
Usage of titles:
  -b string
        blacklisted directories separated by ','. Example: './dir1,./dir2'
  -d    do a dry run without affecting files
  -e string
        file extension to look for separated by ',' (default ".mkv,.mp4")
  -i string
        input directory (default ".")
  -m    try to match already existing folder in the output directory using case-insensitive regex (default true)
  -o string
        output directory (default "./output")
  -r    recursively search for all files

Running with Task

Just build

task build

Build and run

task run

Installing with Task

Installing

task install

About

TV/Anime title parsing package and CLI organizer tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages