Joren V
Joren V
> `/api/v3/movie/lookup?term=tmdb:123` is good for getting the metadata to add a new movie to the library, but for fetching data from users' library I would recommend using `/api/v3/movie?tmdbId=92959` to prevent...
> Regarding your change, on this line you need to add a new method that uses the old lookup method if you want to add a new movie, since the...
Closing the issue, the fix was released in release 2.1.0.
Hey, thanks for the PR! I'm first going to release a smaller 2.1.1 release that addresses https://github.com/jorenn92/Maintainerr/issues/1250 & https://github.com/jorenn92/Maintainerr/issues/1242, since this broke after 2.1.0. (Probably later today). After that i'll...
I'm not completely satisfied with how the design looks on mobile. In the past, I kept the button text short to prevent the buttons from appearing too large on smaller...
> I agree with all of those things. As I have done before when making the Maintainerr.info website, I am not good with mobile. My main goal was clarification in...
> How do you feel about these changes? I swapped the test and save buttons so that left-to-right is Save first and then Test. I completely removed the text about...
Are the episodes actually watched? Or just marked as watched? Plex doesn’t generate watch records when you mark an item as watched.
Are you testing this with the server owner by any chance? I’ve tracked the issue down to how Plex manages the owner's account ID. For some reason, the owner’s ID...
@zenxedo @rickzim, my bad—I may have overlooked the 'Viewed by' rule for movies and only applied the fix for shows. This should now be resolved for movies as well after...