Updated TV Shows

This commit is contained in:
Frederik Baerentsen 2021-03-02 19:50:31 +01:00
parent c91f026760
commit 35bf2f0e80

View File

@ -14,20 +14,30 @@ Standard shows are what most people would watch on TV. This includes shows like
Standard tv shows should be located in season folders and named for each episode. My folder structure looks something like:
```
project
│ README.md
│ file001.txt
└───folder1
│ │ file011.txt
│ │ file012.txt
TV Shows
└───Series Title (year)
│ │
│ └───subfolder1
│ │ file111.txt
│ │ file112.txt
│ └───Season x
│ │ Series Title - S0xE0x - Episode Title - [Quality][MediaInfo AudioChannels].ext
│ │ ...
```
An example would be:
```
TV Shows
└───Friends (1991)
│ │
│ └───Season 1
│ │ Friends - S01E01 - The One Where Monica Gets a Roommate - [Bluray-1080p][x265 AAC 5.1].mkv
│ │ ...
└───Game of Thrones (2011)
│ │
│ └───Season 1
│ │ Game of Thrones - S01E01 - Winter Is Coming - [Bluray-1080p][x265 AAC[EN+FR+ES] [EN+FR+ES+PT+PL+NL+DA+FI+NB+SV] 5.1].mkv
│ │ ...
└───folder2
│ file021.txt
│ file022.txt
```
```