• 1
  • 22
  • 23
  • 24(current)
  • 25
  • 26
  • 123
Animated Movie Posters
good one .
Thanks

i'll wait for the updater my pi2
Reply
(2016-02-24, 23:49)Nikolo Wrote: good one .
Thanks

I'll wait for the update my pi2

Don't use it your Pi2, it will crash your machine.
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
(2016-02-24, 23:45)zag Wrote: Animated Gif support is only available in v16 Jarvis as per the 1st post in this thread Wink

Might be worth to mention, that this doesnt work if you put that gif on a NAS...
Reply
No issue with Window Server
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
Issue is already known Wink

http://forum.kodi.tv/showthread.php?tid=249273
Reply
(2016-02-25, 17:33)movie78 Wrote:
(2016-02-24, 23:49)Nikolo Wrote: good one .
Thanks

I'll wait for the update my pi2

Don't use it your Pi2, it will crash your machine.


Didn't see it writen anyware.

And why put the gif on a NAS is not a good idea as kodi can see the file content ?
Reply
The database with animated gifs Kyra for Kodi is using is available for everyone.
I have added over 170 animated covers and 280 backgrounds from movies to it (and more be added. I still have around 200 on my HD to process). Every animated gif is renamed to it's imdb number (themoviedb.org number is also available). The original as an resized version is available.

Since I only use it in the app, the database is in json format. You can find it at this location: http://www.consiliumb.com/animatedgifs/movies.json

An entry looks like this:

Image

You can construct the url to the image using the baseURL (http://www.consiliumb.com/animatedgifs) and the image name:

An example (resized version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0.gif

An example (original version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0_original.gif

I could upload a .zip file but it will be around 1.2 GB in size. Quite a lot to download.

I have downloaded those gifs from everywhere. If data is incorrect or you are the creator, just leave me a message and I will correct it.
If you have an addition, please let me know.

I hope I can make some people happy, there are really a lot of cool animated gifs made!
Proud owner of comics42.shop 
Reply
(2016-02-28, 15:00)rschiks Wrote: The database with animated gifs Kyra for Kodi is using is available for everyone.
I have added over 170 animated covers and 280 backgrounds from movies to it (and more be added. I still have around 200 on my HD to process). Every animated gif is renamed to it's imdb number (themoviedb.org number is also available). The original as an resized version is available.

Since I only use it in the app, the database is in json format. You can find it at this location: http://www.consiliumb.com/animatedgifs/movies.json

An entry looks like this:

Image

You can construct the url to the image using the baseURL (http://www.consiliumb.com/animatedgifs) and the image name:

An example (resized version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0.gif

An example (original version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0_original.gif

I could upload a .zip file but it will be around 1.2 GB in size. Quite a lot to download.

I have downloaded those gifs from everywhere. If data is incorrect or you are the creator, just leave me a message and I will correct it.
If you have an addition, please let me know.

I hope I can make some people happy, there are really a lot of cool animated gifs made!

Nicely done, thanks!
Reply
(2016-02-28, 15:00)rschiks Wrote: The database with animated gifs Kyra for Kodi is using is available for everyone.
I have added over 170 animated covers and 280 backgrounds from movies to it (and more be added. I still have around 200 on my HD to process). Every animated gif is renamed to it's imdb number (themoviedb.org number is also available). The original as an resized version is available.

Since I only use it in the app, the database is in json format. You can find it at this location: http://www.consiliumb.com/animatedgifs/movies.json

An entry looks like this:

Image

You can construct the url to the image using the baseURL (http://www.consiliumb.com/animatedgifs) and the image name:

An example (resized version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0.gif

An example (original version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0_original.gif

I could upload a .zip file but it will be around 1.2 GB in size. Quite a lot to download.

I have downloaded those gifs from everywhere. If data is incorrect or you are the creator, just leave me a message and I will correct it.
If you have an addition, please let me know.

I hope I can make some people happy, there are really a lot of cool animated gifs made!

great job on this.


maybe i am missing something though but aren't most of these pretty much unusable because of how low the resolution is? i tried a few and they are insanely pixelated.
Reply
How would I add it?
Reply
(2016-03-01, 06:02)knives of ice Wrote: great job on this.


maybe i am missing something though but aren't most of these pretty much unusable because of how low the resolution is? i tried a few and they are insanely pixelated.

For each animated gif there are two versions. A resized version (which I use in the app) and the original (non resized version).

An example (resized version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0.gif

An example (original version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0_original.gif

I don't think they are meant to be displayed full screen (although the original versions look fine full screen on an iPhone 6 or iPad Air).
The resized version for a poster is 124x178 pixels and a background is 316x178 pixels.
Proud owner of comics42.shop 
Reply
(2016-03-01, 06:12)Karnage11 Wrote: How would I add it?

This database just contains links to animated gifs.
Proud owner of comics42.shop 
Reply
(2016-02-28, 15:00)rschiks Wrote: The database with animated gifs Kyra for Kodi is using is available for everyone.
I have added over 170 animated covers and 280 backgrounds from movies to it (and more be added. I still have around 200 on my HD to process). Every animated gif is renamed to it's imdb number (themoviedb.org number is also available). The original as an resized version is available.

Since I only use it in the app, the database is in json format. You can find it at this location: http://www.consiliumb.com/animatedgifs/movies.json

An entry looks like this:

Image

You can construct the url to the image using the baseURL (http://www.consiliumb.com/animatedgifs) and the image name:

An example (resized version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0.gif

An example (original version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0_original.gif

I could upload a .zip file but it will be around 1.2 GB in size. Quite a lot to download.

I have downloaded those gifs from everywhere. If data is incorrect or you are the creator, just leave me a message and I will correct it.
If you have an addition, please let me know.

I hope I can make some people happy, there are really a lot of cool animated gifs made!

Good job.

A video tutorial will be very helpful.
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
(2016-03-01, 16:32)movie78 Wrote: Good job.

A video tutorial will be very helpful.

I personally don't think this is the way to go. This weekend I will add another 150 backgrounds. The database will grow very fast. First searching in a json file, construct a link and then download it. Not very user friendly.
I think a website is much better :-)
You can then search for a movie, see the animated gifs and if there's an API to talk to, it will be a lot easier for apps.

Something the TheLogoDB.com. That would be perfect!

I have no idea if there's someone who could help with that.
A domain name and hosting space I can take care of.
Proud owner of comics42.shop 
Reply
(2016-03-01, 08:01)rschiks Wrote:
(2016-03-01, 06:02)knives of ice Wrote: great job on this.


maybe i am missing something though but aren't most of these pretty much unusable because of how low the resolution is? i tried a few and they are insanely pixelated.

For each animated gif there are two versions. A resized version (which I use in the app) and the original (non resized version).

An example (resized version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0.gif

An example (original version):

Code:
http://www.consiliumb.com/animatedgifs/tt1074638_poster_0_original.gif

I don't think they are meant to be displayed full screen (although the original versions look fine full screen on an iPhone 6 or iPad Air).
The resized version for a poster is 124x178 pixels and a background is 316x178 pixels.


ok great, so for someone like myself who is only using these on a 65" tv setup they really aren't high res enough to use it seems. there are a few that still look good though.
Reply
  • 1
  • 22
  • 23
  • 24(current)
  • 25
  • 26
  • 123

Logout Mark Read Team Forum Stats Members Help
Animated Movie Posters13