Posts: 30
Joined: Apr 2012
Reputation:
2
Enzpol
Junior Member
Posts: 30
2019-09-22, 10:11
(This post was last modified: 2019-09-22, 10:13 by Enzpol.)
Nice work chrissix and rschiks!!
They look awesome.
Do you have any ideas on how best to get the file size down? I've tried to create a gif, but have only managed to get it down to 2.5mb. Unfortunately I'm limited to free online programs, which likely aren't ideal.
Also, if anybody uses MySQL like myself, I have managed to get these working with a dirty hack by editing the skin.
My main machine holds Kodi and all the media, but I have MySQL to other computers (this won't work if your movies are stored on a remote drive).
In your preferred skin, find the image container that is relevant to the poster/fanart display - likely to include $INFO[ListItem.Icon]
Copy the image control and paste it again directly after, so you have two images overlapping each other.
Change the location of the 2nd image controls texture to <texture>$INFO[ListItem.FolderName,N:\Movies\,\animatedposter.gif]<\texture> changing N:\Movies\ to your local drive location.
This is also assuming that you have movies in individual folders.
It's obviously not ideal as it overlays the original poster with the animated poster, but at least it works!!