CrazyOldWizard / TV-Show-Sorter

Sorts TV shows into folders based on name and season number
MIT License
1 stars 0 forks source link
file-sorting kodi media-library media-server plex plex-library plex-media-server season-number sorter tv-series tv-shows

TV Show Sorter

This is a c# program that will create a folder structure based off of the name of the show, then the season number.

Installation

Usage

This tool would sort the following episodes in the root directory... (*This also will sort folders if named in the same format)

└───TV_Shows
        Breaking Bad s01e01.mkv
        Breaking Bad s01e02.mkv
        Breaking Bad s01e03.mkv
        Breaking Bad s02e01.mkv
        Breaking Bad s02e02.mkv
        Breaking Bad s02e03.mkv

and create a folder structure like the example below.

└───TV_Shows
    └───Breaking Bad
        ├───Season 01
        │       Breaking Bad s01e01.mkv
        │       Breaking Bad s01e02.mkv
        │       Breaking Bad s01e03.mkv
        │
        └───Season 02
                Breaking Bad s02e01.mkv
                Breaking Bad s02e02.mkv
                Breaking Bad s02e03.mkv

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.