-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update for Trakt to use FanartHandler ClearArt paths for Movies #1
Conversation
…earing on page navigation when options selected
Instead of a hack on xml pages to get clearart to work I will add a check for clearart from the xml reader for these values: |
There is an issue currently getting the #TVSeries.Series.ID value in FanartHandler when using TVSeries plugin. I will investigate tomorrow. |
|
I freed myself up a little and looked at the changes in more detail, I think the comments above will help us complete these changes and improve FH. |
Why are you referencing this function? To read if there is clearart? |
As far as I remember, this function indicates to FH in which windows it is worth looking for Fanart and in which it is not, and you can simply ignore them. |
The function looks for genres, studio and awards. ClearArtMusic might work but will need to test. |
We should add by analogy, Music will not work for Movie. Those. you need to do the same but in the Movie section. I could do it, but I don't know when I'll have free time. |
I am creating the ClearArtMusic now. |
Well, it already exists... ??? |
Sorry, I meant ClearArtMovie. I have created it and tested and it's working. |
Looks good, I'll make some optimizations, and do a test Build, check, if everything is good, release it. |
Co-authored-by: KJ-Cox <[email protected]>
Utils update to allow MovingPictures to display ClearArt when opened through Trakt Movie categories.
FanartSelectedOther updates:
Aadd IMDBID for Trakt.
Change IsSelectedVideo to false for Trakt movie pages so the ClearArt images don't clear after a movie is selected.
Clear ClearArt images when page navigation selected in Trakt.
This requires MePo update to work.