Just a Custom Mapping file for PlexAniSync
-
Rename custom_mappings.yaml.example to
custom_mappings.yaml
-
Open the file in a text editor, remove the whole code and paste this:
remote-urls:
- https://raw.githubusercontent.com/Ninelpienel/Schplex-Custom-Mappings/main/schplex_custom_mappings.yaml
- Save the file.
Done!
"minimum": 1
to
"minimum": 0
lambda season: season.seasonNumber > 0 and season.viewedLeafCount > 0,
to
lambda season: season.seasonNumber >= 0 and season.viewedLeafCount > 0,