fxsth / pledo

pledo - Plex downloader. An alternative to PlexRipper
MIT License
17 stars 3 forks source link

Movie list totally empty #22

Closed cyrinux closed 1 year ago

cyrinux commented 1 year ago

Hi ! I start using https://metamanager.wiki/en/latest/ recently, and since, my movie list is totally empty in pledo (with last version 1.3.0 also)). I don't touch TV show library and this one is still OK.

I can't find interesting log, hint, trace to know what is the problem. I have this line that say there is 0 movie, its wrong.

pledo | Syncing movies: Found 0 movies in library Movies from server REDACTED

Is it possible that now my movie "entry" are too huge, contains too much metadata?

Do you have any idea for debugging this?

Thanks

fxsth commented 1 year ago

Strange, this is kind of similiar to #13. Your assumption could be possible, the sync requests movies and tv shows in batches, with a batch size of 200 movies with one request. Maybe this exceeds plex media servers limits on movies with too much metadata. I'll think about a different, more dynamic approach.

fxsth commented 1 year ago

Metadata sync is now in smaller batches and kind of concurrently, so it shouldn't even be slower than before. Do you mind do try the new version 1.3.1 again?

cyrinux commented 1 year ago

It works ! Thanks 💯 🥇