Skip to content

Ninelpienel/Schplex-Custom-Mappings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 

Repository files navigation

Just a Custom Mapping file for PlexAniSync

To use this file, do this:

  1. Rename custom_mappings.yaml.example to custom_mappings.yaml

  2. 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
  1. Save the file.

Done!

To enable the sync function for specials, change the lines of the following files:

"minimum": 1

to

"minimum": 0
lambda season: season.seasonNumber > 0 and season.viewedLeafCount > 0,

to

lambda season: season.seasonNumber >= 0 and season.viewedLeafCount > 0,

About

Just a Custom Mapping file for PlexAniSync.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published