Open Ninelpienel opened 10 months ago
I agree with this feature. If it doesn't get implemented there is an easy way to enable it. I'm doing this on docker but if you're running the script directly, just fork the repo and make the changes there and periodically sync the fork.
docker cp ./custom_mappings_schema.json plexanisync:/plexanisync
docker exec -dit plexanisync sh -c "sed -i 's/season.seasonNumber > 0/season.seasonNumber >= 0/g' /plexanisync/plexanisync/plexmodule.py"
Now restart the container and season 0 mappings will work. If you remove the container or the image gets updated, make sure to redo them both.
I've been changing the files to make this work, but it would be really nice if this could be implemented by default
Maybe require that specials are mapped to an AniList ID as per a single specials episode 4
, or episode range 4-6
? Instead of using the start
feature here
Hey, I read that you don't want to support specials because various sites have different entries for them, but I have my own order and would like to assign the custom mappings manually myself. Can you add that specials can be activated in the settings and then it's possible to map them as season 0?