bpwhelan / EmbyAniSync

Sync Emby anime library to AniList
GNU General Public License v3.0
11 stars 3 forks source link

Investigate 1 Emby api call for both Series and Seasons #10

Open bpwhelan opened 10 months ago

bpwhelan commented 10 months ago

This would likely only be a small optimization if any, but could be nice to narrow it down to 1 call and let the script do work instead of the disk.

bpwhelan commented 10 months ago

This would make more sense if "Season" was part of the "Series" Object so it would be easy to match them, but as is I would have to loop through EVERYTHING twice, or filter... Not sure if worth it.