Skip to content

RMNO21/Mort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mort - TV & Movie Organizer

Python

Mort is a Python script to organize your TV shows and movies. It scans specified directories for .mkv files, detects TV shows based on season and episode patterns, and moves files into a structured folder hierarchy while keeping the original filenames intact.


image

Features

  • Detects TV shows using SxxExx format.
  • Detects movies.
  • Moves TV shows into structured folders: TV Shows/Show Name/Season XX/.
  • Moves movies into a separate Movies/ folder.
  • Preserves original filenames.
  • Case-insensitive show name detection.
  • Supports multiple source directories.

Requirements

  • Python 3.6 or higher.
  • Works on Windows, macOS, and Linux.
  • No external dependencies.

Installation

  1. Clone the repository:
git clone https://github.com/RMNO21/Mort.git
  1. Navigate into the repository:
cd Mort

Usage

  1. Run the script:
python mort.py
  1. Input source directories one by one, typing done when finished.
  2. Enter the destination folder to move the files.
  3. The script will organize all .mkv files into TV Shows and Movies folders, preserving original filenames.

License

This project is licensed under the GNU General Public License v3.0.


About

Sort your mkv files and grouping TV-shows / Movies automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages