From 35bf2f0e806bf8acd531a35818d6149d6c875e7e Mon Sep 17 00:00:00 2001 From: Frederik Baerentsen Date: Tue, 2 Mar 2021 19:50:31 +0100 Subject: [PATCH] Updated TV Shows --- Media Organizing/TV Shows.md | 38 +++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/Media Organizing/TV Shows.md b/Media Organizing/TV Shows.md index ba36688..c5c1419 100644 --- a/Media Organizing/TV Shows.md +++ b/Media Organizing/TV Shows.md @@ -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 -``` \ No newline at end of file +```