Skip to content
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

Little information in movie listing #328

Open
tatankat opened this issue Jun 4, 2022 · 2 comments
Open

Little information in movie listing #328

tatankat opened this issue Jun 4, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@tatankat
Copy link
Contributor

tatankat commented Jun 4, 2022

Describe the bug
Since a few releases back, in (at least) the movie listing, only the title and an image is shown for the entries. Once you start playback, additional information is loaded.

To Reproduce
Open a movie listing. See information, start playback of one, see updated listing.

Expected behavior
I am not sure if this is a feature, a bug or a missing feature. It may have been decided it was best this way.
I would expect it shows as much information for non-played items as for the played items, which means additionally (at least) the description and the total time (and possibly the fanart).

Additional information
I don't think any additional information is relevant.

@michaelarnauts
Copy link
Collaborator

When make a request to the VTM Go API for a listing of movies or series, we only get back a name and a picture. When you click it, it makes another request that provides more detailed information.

In the past, I had a background service that queried ALL movies and services in VTM Go and kept a local cache, so we could show more information in the overviews, but had other drawbacks, and I ended up removing it when I had to do a rework of the authentication. I might add this back in the future, but no guarantees.

Some part of this code is still in the add-on, it still creates a cache, and uses it in the overview, but it doesn't do a full scan anymore. When there is an issue with the parsing of a movie/series, the cache can get corrupted, and you will see an empty item. This will be fixed by this PR: #327

@dagwieers dagwieers added the enhancement New feature or request label Sep 10, 2022
@Glennmen
Copy link

I would also like to see more information.
Now because of the limited information my Trakt addon is not able to find the correct movies/shows. With the VRT Nu addon it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants