- Moderator
- #221
@Anthony Vaughan
Now getting information about the film goes something like this:
When viewing the movie information, we immediately see all the data, including the list of actors and their roles. When selecting any actor, if the information about him in the database, we show it, if not, we try to find it on the Internet using the grabber. As soon as the information is shown to the user, the list of movies in which the actor was involved is updated.
Now getting information about the film goes something like this:
- A new file appears in the movie directory.
- Scan everything with the installed grabber based on the file name.
- We get a list from all the grabbers.
- If Fuzzy match is on, look for matches, if there is a match, begin to get information about the movie.
- If Fuzzy match is off or there is no match, display the list of available grabbers to the user.
- We get information about the movie, load the fanart, cover art, and get a list of actors and their roles.
- If set to get information about the actors, we get information about each actor.
When viewing the movie information, we immediately see all the data, including the list of actors and their roles. When selecting any actor, if the information about him in the database, we show it, if not, we try to find it on the Internet using the grabber. As soon as the information is shown to the user, the list of movies in which the actor was involved is updated.