Skip to content

Commit

Permalink
[Docs] Franchise - Add video showing Automatic Collection disabling (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII authored Jan 22, 2025
1 parent 00cb463 commit ac0cc39
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Binary file added docs/defaults/images/automatic_collections.mp4
Binary file not shown.
8 changes: 8 additions & 0 deletions docs/defaults/movie/franchise.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ your library.

Supported Library Types: Movie

It is important to disable Plex's in-built Automatic Collections if you are using this Default file. Please see the below video showing how to do this.

<video controls>
<source src="../../images/automatic_collections.mp4" type="video/mp4">
</video>

You'll also need to delete any Collections created automatically by Plex prior to Kometa running this file. You can use the [`delete_collections` operation](../../config/operations.md#delete-collections) to do this, or any other method.

## <a id="collection_section"></a>Collections

| Collection | Key | Description |
Expand Down
7 changes: 6 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,9 @@ details[class="quicklink annotate"] > p .md-annotation span span::before {
color: var(--md-default-fg-color--light);
}

.highlight.no-copy .md-clipboard { display: none; }
.highlight.no-copy .md-clipboard { display: none; }

.md-typeset video {
height: auto;
max-width: 75%;
}

0 comments on commit ac0cc39

Please sign in to comment.