diff --git a/Media Organizing/TV Shows.md b/Media Organizing/TV Shows.md new file mode 100644 index 0000000..ba36688 --- /dev/null +++ b/Media Organizing/TV Shows.md @@ -0,0 +1,33 @@ +# TV Shows + +When organizing TV Shows I have three different types of shows, which would need their individual namingscheme. +These types are: + +- Standard +- Daily +- Anime + +## Standard + +Standard shows are what most people would watch on TV. This includes shows like `Friends` and miniseries like `Band of Brothers`. Most of my TV Shows fall in the *Standard* category, which i ripped from DVDs or Blu-Rays in order to save them. I've had some bad experiences with disks, where they stopped working after some years, so now i rip all my physical media as a backup. + +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 +│ │ +│ └───subfolder1 +│ │ file111.txt +│ │ file112.txt +│ │ ... +│ +└───folder2 + │ file021.txt + │ file022.txt +``` \ No newline at end of file