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:
|
||||
|
||||
```
|
||||
project
|
||||
│ README.md
|
||||
│ file001.txt
|
||||
TV Shows
|
||||
│
|
||||
└───folder1
|
||||
│ │ file011.txt
|
||||
│ │ file012.txt
|
||||
└───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
|
||||
```
|
Loading…
Reference in New Issue
Block a user