This Python script helps you organize your anime files based on a specific naming convention: [GroupName] Anime Name S#- S##E##.mkv
. The script detects the anime name and season number (if available) from each file name and organizes them into respective directories. If there's no season number, it places the files directly into the main anime directory.
- Organize by Anime Name: Files are categorized by the extracted anime name.
- Season Subfolders: Files with season numbers (
S#
orS##E##
) are placed in corresponding season subdirectories.
- Clone the repository.
- Navigate to the directory.
- Place
.mkv
files in the same directory. - Run the script:
Anime-Sorting-Hat.py
. - Verify the organized directories.
- Anime files should follow:
[GroupName] Anime Name - S##E##.mkv
or[GroupName] Anime Name S# - ##.mkv
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to modify the content to better suit your project or add additional sections as needed.