-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Movies not showing as available #3790
Comments
Hi! |
Ok, my main question is, should this movie be available or not for you? |
Hi @tidusjar, I made some progress on this by loading the movies folder independently and that seemed to let it pick them all up. So my solution was: Fresh install, then when connecting the server, load each folder one by one - movies first! That's stopped the errors in the log querying the 'tv' path on movies and its now showing my available movies. (This movie should show as available yes) For some reason however, its now showing every other movie as 'Pending Approval' - but only in the long view (pics below) The other view seems to work fine (this detail just doesn't exist on the boxed view) - and once you click into the detail it shows correctly both ways. detail windows shows as expected Also - when clicking into a movie that's been requested and fulfilled, the option to deny remains persistent even when its picked it back up and is showing as available? Not sure if that's expected behaviour as denying at this point I'm guessing wouldn't do anything? I understand v4 is under heavy development at the moment - Its looking amazing and these additional points certainly aren't app breaking for a pre-release - but hopefully they are helpful for the dev work going into it. Thanks! |
Thanks, The new grid view has already been fixed, I only added that yesterday :D Glad people are using the latest features! Regarding the Deny button, what was the request status for Project Power? |
Fixed! |
Describe the bug
Movies are showing as available on the 'Discover' screen, but not when clicked into or searched for. (see images)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All available movies to show as available and not have the option to re-request available titles
Screenshots
Logs (Logs directory where Ombi is located)
Desktop (please complete the following information):
Ombi Version (please complete the following information):
Additional context
Log shows API calls failing as its querying the 'tv' path instead of 'movie' - confirmed API works if I manually check with 'movie' in browser.
The text was updated successfully, but these errors were encountered: