Skip to content

Commit

Permalink
WIP: docs: add media page detailing NFO generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Sep 5, 2024
1 parent 1ece428 commit b4ea719
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/info/media.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Jellyfin

## Movies

Folder structure

```
Movies
- My Movie (YYYY)
- My Movie (YYYY).imdb # contains imdb id
- My Movie (YYYY).mp4
...
```

Then run

```sh
kodi-nfo-gen --fanart download --overwrite --verbose --recursive --dir Movies/
```

Ensure that any `.nfo` files are changed to `movie.nfo`

## TV Shows

```
Shows
- My Show (YYYY)
- Season 01
- My Show S01E01.mp4
- My Show (YYYY).imdb
```

Then run

```sh
kodi-nfo-gen --episodes --fanart download --overwrite --verbose --recursive --dir Shows/
```

0 comments on commit b4ea719

Please sign in to comment.