Updated TV Shows
This commit is contained in:
parent
c91f026760
commit
35bf2f0e80
@ -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:
|
Standard tv shows should be located in season folders and named for each episode. My folder structure looks something like:
|
||||||
|
|
||||||
```
|
```
|
||||||
project
|
TV Shows
|
||||||
│ README.md
|
│
|
||||||
│ file001.txt
|
└───Series Title (year)
|
||||||
│
|
|
||||||
└───folder1
|
|
||||||
│ │ file011.txt
|
|
||||||
│ │ file012.txt
|
|
||||||
│ │
|
│ │
|
||||||
│ └───subfolder1
|
│ └───Season x
|
||||||
│ │ file111.txt
|
│ │ Series Title - S0xE0x - Episode Title - [Quality][MediaInfo AudioChannels].ext
|
||||||
│ │ file112.txt
|
│ │ ...
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user