Importing existing media
/
└── data/
├── tv/
│ ├── Rick and Morty # WILL be imported
│ ├── Stranger Things (2016) {tvdb_12345} [x265] # WILL be imported
│ ├── Breaking Bad (2008) [tmdbid-1396] # WILL be imported
│ ├── .The Office (2013) # WILL NOT
│ └── my-custom-library/
│ └── The Simpsons # WILL NOT be imported
└── movie/
└── Oppenheimer (2023) # WILL be imported/
└── data/
├── tv/
│ ├── .Rick and Morty # RENAMED
│ ├── Rick and Morty (2013) [tmdbid-60625] # IMPORTED
│ ├── .Stranger Things (2016) {tvdb_12345} # RENAMED
│ ├── Stranger Things (2016) [tmdbid-66732] # IMPORTED
│ ├── .The Office (2013) # IGNORED
│ ├── .Breaking Bad (2008) [tmdbid-1396] # RENAMED
│ ├── Breaking Bad (2008) [tmdbid-1396] # IMPORTED
│ └── my-custom-library/
│ └── The Simpsons # IGNORED
└── movie/
├── .Oppenheimer (2023) # RENAMED
└── Oppenheimer (2023) [tmdbid-872585] # IMPORTEDMore criteria for importing
Miscellaneous information
Last updated