# 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: ``` TV Shows │ └───Series Title (year) │ │ │ └───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 │ │ ... │ ```