SNC is a C# project to modify series episodes names and adding episode titles to them.
- the result is in this form: 'SeriesName.Sx.Ex.EpisodeTitle' in which 'x' indicate an integer number starting from 1
- the words are separated with '.' in naming
you just need to have .NET which is available from this link:
run next line in your terminal in the folder where .csproj located:
dotnet run <Path To The Series Folder> <IMDB Id> <Season Number>Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
