2017-08-10, 16:54
screensaver.kaster
Kaster is a chromecast-like (original) screensaver made for Kodi. It makes it possible to display beautiful pictures originally from the chromecast screensaver. In addition you can also add your own photos and costumize the information that is shown for each of your photos.
Preview:
[video=youtube]www.youtube.com/watch?v=UaAAl_lmFfU[/video]
Source code: https://github.com/enen92/screensaver.kaster
License: GPL-v2
Download: Official repository (soon)
Weather and clock
Weather information and the clock layout depend on the settings you have previously defined in Kodi itself. You must have a weather source enabled along with a weather location. The clock format depends on your regional settings.
Advanced instructions
The addon allows you to have 3 modes: Only google photos (1), Only my photos (2) and Google Photos + My photos (3). Each mode is explained below:
1) This mode will only display photos that were originally from the chromecast screensaver
2) This mode will display your own photos which you store on a local folder
3) This mode will shuffle your photos with the photos available from the chromecast screensaver and will randomly display them
To set a location for your photos define a folder in the addon settings:
If you wish to set information for each picture, the addon will look for a images.json file in the folder where you store your photos:
The contents of the images.json file must identify clearly each image (otherwise the information will be ignored):
As a result your photo will display custom information:
Hope you enjoy
Kaster is a chromecast-like (original) screensaver made for Kodi. It makes it possible to display beautiful pictures originally from the chromecast screensaver. In addition you can also add your own photos and costumize the information that is shown for each of your photos.
Preview:
[video=youtube]www.youtube.com/watch?v=UaAAl_lmFfU[/video]
Source code: https://github.com/enen92/screensaver.kaster
License: GPL-v2
Download: Official repository (soon)
Weather and clock
Weather information and the clock layout depend on the settings you have previously defined in Kodi itself. You must have a weather source enabled along with a weather location. The clock format depends on your regional settings.
Advanced instructions
The addon allows you to have 3 modes: Only google photos (1), Only my photos (2) and Google Photos + My photos (3). Each mode is explained below:
1) This mode will only display photos that were originally from the chromecast screensaver
2) This mode will display your own photos which you store on a local folder
3) This mode will shuffle your photos with the photos available from the chromecast screensaver and will randomly display them
To set a location for your photos define a folder in the addon settings:
If you wish to set information for each picture, the addon will look for a images.json file in the folder where you store your photos:
PHP Code:
[my-pictures-folder]
|------[subfolder]
|------------imagez.jpg
|------ images.json
|------ content_example_ibiza.jpg
|------ 238570.jpg
|------ imagex.jpg
|------ imagey.jpg
|------ moon.jpg
The contents of the images.json file must identify clearly each image (otherwise the information will be ignored):
PHP Code:
[{
"image" : "moon.jpg",
"line1" : "Drinking beer",
"line2" : "on the moon"
},
{
"image" : "238570.jpg",
"line1" : "This is line 1 for the image 238570.jpg",
"line2" : "This is line 2 for image 238570.jpg"
},
{
"image" : "content_example_ibiza.jpg",
"line1" : "Line 1 ibiza",
"line2" : "Line 2 ibiza"
},
{
"image" : "subfolder/imagez.jpg",
"line1" : "Line 1 imagez",
"line2" : "Line 2 imagez"
}]
As a result your photo will display custom information:
Hope you enjoy