Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Install project
run: uv sync --locked --dev --all-extras --managed-python
- name: Run prek
run: uv run prek run -a --skip ty
run: uv run prek run -a
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ _Jellyfin Collections are not yet supported._
## Notes

- When running a sync/show/collection/movie it will keep downloading sets until all the needed posters are found.
- **Show:** Poster and Backdrop
- **Season:** Poster
- **Episode:** Title Card
- **Collection:** Poster and Backdrop
- **Movie:** Poster and Backdrop
- **Show, Collection, Movie:** Poster, Backdrop, Logo (and Album/SquareArt only on Plex)
- **Season:** Poster, Backdrop
- **Episode:** TitleCard, Backdrop
- To enable support for Collections in Plex, each Collection needs to have a label with its tmdb-id, in the format of `tmdb-<number>`\
If using Kometa, refer to [this comment](https://github.com/Buried-In-Code/Mediux-Posters/issues/12#issuecomment-2622002859) to have Kometa add these labels.

Expand Down
Loading
Loading