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.
- Detects TV shows using
SxxExxformat. - 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.
- Python 3.6 or higher.
- Works on Windows, macOS, and Linux.
- No external dependencies.
- Clone the repository:
git clone https://github.com/RMNO21/Mort.git- Navigate into the repository:
cd Mort- Run the script:
python mort.py- Input source directories one by one, typing
donewhen finished. - Enter the destination folder to move the files.
- The script will organize all
.mkvfiles intoTV ShowsandMoviesfolders, preserving original filenames.
This project is licensed under the GNU General Public License v3.0.