Kodi Community Forum
Release Picture Slideshow Screensaver - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Look and feel (https://forum.kodi.tv/forumdisplay.php?fid=178)
+---- Thread: Release Picture Slideshow Screensaver (/showthread.php?tid=154032)



RE: [Release] Picture Slideshow Screensaver - Karellen - 2017-05-05

(2017-04-29, 03:54)AnthonyB Wrote: A little more investigation into aforementioned issue.

.NEF files are Nikon's RAW file format (NEF = Nikon Electronic Format) and based on TIFF. Details on RAW files - https://en.wikipedia.org/wiki/Raw_image_format

Environment: Kodi 17.1 (Estuary Skin) running on Windows 10 x64 PC (Core i7, 16GB RAM). Picture Slideshow Screensaver Addon 4.2.1 from default repository.

So my assumption here is quite simply that FFmpeg used in Kodi (FFmpeg 3.1?) does not support .NEF file format. Does this look correct?

Full Debug log here - https://pastebin.ca/3804356

This should answer your question... http://forum.kodi.tv/showthread.php?tid=299034


RE: [Release] Picture Slideshow Screensaver - AnthonyB - 2017-05-06

(2017-05-05, 07:58)Karellen Wrote: This should answer your question... http://forum.kodi.tv/showthread.php?tid=299034

Ah. Perfect. It most certainly does.

In short. Coming to a build of Kodi 18 some time soon.


RE: [Release] Picture Slideshow Screensaver - Karellen - 2017-05-06

Thanks!!. Happy it was it sorted out.


RE: [Release] Picture Slideshow Screensaver - ronie - 2017-05-07

(2017-05-05, 07:40)Raytestrak Wrote: I've just moved to a Synology and it has the nasty habit of creating thumbs in my folder that I use a my screensaver, resulting in a really ugly slideshow. Is it possible to exclude folders (I know this has been asked before) or limit the slideshow to pictures of a minimum resolution?

yeah, this addon uses the advancedsettings file from kodi.
you can define folders to exclude there.
http://kodi.wiki/view/Advancedsettings.xml#pictureexcludes


RE: [Release] Picture Slideshow Screensaver - Raytestrak - 2017-05-12

(2017-05-07, 16:46)ronie Wrote:
(2017-05-05, 07:40)Raytestrak Wrote: I've just moved to a Synology and it has the nasty habit of creating thumbs in my folder that I use a my screensaver, resulting in a really ugly slideshow. Is it possible to exclude folders (I know this has been asked before) or limit the slideshow to pictures of a minimum resolution?

yeah, this addon uses the advancedsettings file from kodi.
you can define folders to exclude there.
http://kodi.wiki/view/Advancedsettings.xml#pictureexcludes

Sometimes things are so simple ... I'd already stopped indexing and the apps that create the folders on the NAS, this is way easier Rofl


RE: [Release] Picture Slideshow Screensaver - Poison77 - 2017-05-27

Hi Ronie. First thanks for your work. It's appreciated by many and this is my families fav part. Being able to watch a shuffle of our memories

So leads me to my prob. I used it for years no issue. Recently got new pc and new Kodi. I have the add on and pointed the source to my same folder and when it launches it just goes black screen...

Not sure how or why. I'd be happy to give you a bug log of needed. Just need you to tell me how, sorry and thanks

But I'm hoping it's just a bug right now or a simple fix

Looking forward to your assistance to get this feature back and running


RE: [Release] Picture Slideshow Screensaver - ronie - 2017-05-28

you can find info on how to create a debug log in our wiki:
http://kodi.wiki/index.php?title=Log_file


RE: [Release] Picture Slideshow Screensaver - Dave.B - 2017-06-02

@ronie,
Is it possible to add more options to the additional settings?

Image[/img]

Here are few suggestions:
1. Display weather (can be displayed on the top-left side).
2. Display clock (can be displayed on the top-right side).
3. music lyrics (During playback).

it can be nice to have all or some of the additional info while watching a slideshow.

Thanks.


RE: [Release] Picture Slideshow Screensaver - frink - 2017-06-24

Love this app...thanks for the continued support. I am looking for the option to select an Image Folder on a Network share. This used to be available in a previous version I believe, but now when I select the source Image Folder I only have two options "External Storage" and "Root Filesystem" both of which are just local to my device. I do not have the option to Add Source where I could select, say, and SMB:// drive. Am I missing something? TIA.


RE: [Release] Picture Slideshow Screensaver - teredactle - 2017-06-27

(2017-06-24, 13:21)frink Wrote: Love this app...thanks for the continued support. I am looking for the option to select an Image Folder on a Network share. This used to be available in a previous version I believe, but now when I select the source Image Folder I only have two options "External Storage" and "Root Filesystem" both of which are just local to my device. I do not have the option to Add Source where I could select, say, and SMB:// drive. Am I missing something? TIA.

What I found is that you need to create the folder first under the "pictures" section. Once it's done there it will be available as a target for the screen saver.


RE: [Release] Picture Slideshow Screensaver - teredactle - 2017-06-27

This thread is huge and I wasn't able to find an answer to this question.

Is it possible (dev wise) to make this screen saver so that it plays both photos and videos in the specific folder that it's scraping? I would love that.

Thanks


RE: [Release] Picture Slideshow Screensaver - jakeluck1 - 2017-07-16

This plugin works great as an art/gallery program! Thank you.

I would like to add the ability for the plugin makes a REST API call when loading/displaying a new image.

The goal is to send the file name/folder name/meta data to another server which can be queried later.
e.g. "Alexa, what's the name of the painting on the TV?"
- step one: read back the file name
- future: upload the picture to a reverse image search service for identification

Is this the right place to add the code or are there other hooks I should look first?


RE: [Release] Picture Slideshow Screensaver - ronie - 2017-07-16

(2017-07-16, 18:59)jakeluck1 Wrote: Is this the right place to add the code

yup, i think the best place to add your code is in gui.py, around line 284
https://github.com/XBMC-Addons/screensaver.picture.slideshow/blob/master/resources/lib/gui.py#L284


RE: [Release] Picture Slideshow Screensaver - jakeluck1 - 2017-07-17

Thanks for the tip, ronie!

Will send pull request when I get it working. It is good to be back doing xbmc dev again Cool


RE: [Release] Picture Slideshow Screensaver - jakeluck1 - 2017-07-18

ronie, would you please review and merge the pull request https://github.com/XBMC-Addons/screensaver.picture.slideshow/pull/7

I will publish the image server and alexa skill when they are ready.