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 - Flest - 2015-04-03 (2015-04-03, 00:06)ronie Wrote: people store their pictures in 10,000 different ways. what do you mean? Artwork downloader- standard plugin it creates a "extrafanart" folder in a folder with the movie 1 choose random from the database 2 check "extrafanart" in the folder with the movie os.path.exists(path) True - choose random fanart from "extrafanart" False - show fanart from database Maybe I do not understand something? but I have found a solution: copy all in one folder RE: [Release] Picture Slideshow Screensaver - DrJogalog - 2015-04-03 I think I know what this means as I raised the same query earlier in the thread. I believed it was working in the end and replied suggesting so but then found out later it wasn't and got sidetracked... I never came back to it. I think as you have suggested, the 'standard' fanart is stored in userdata and referenced somewhere in the default databases. This is what the slideshow uses. There is also the 3rd party plugin for 'extrafanart' which creates a \extrafanart\ subdirectory in each and every individual movie folder and puts the images in there (provided there was some artwork to download etc). Given the names of these files are some kind of GUID, I suspect them to also be stored in a database, but are probably in a a db or table that is used just by the add-on etc. If I fnd where these references are stored in the database, would it possible to also include these in the screensaver slideshow? It woyld be good if it could use both stores at the same time. Fanart+extrafanart etc. I completely understand if you don't want to develop this option but if you don't ask, you don't get. :-) Thanks! RE: [Release] Picture Slideshow Screensaver - Robotica - 2015-04-16 (2015-03-26, 08:05)CaptainKen Wrote:(2015-03-25, 22:18)leviran1 Wrote: Had setup Kodi for first time this week on model B+ 512Mb rpi. Probably Kodi is using a background thread for cashing. Ideally, there should be a setting with max. amount of memory to be used for caching. Maybe the cleancache addon (?) can help? RE: [Release] Picture Slideshow Screensaver - Robotica - 2015-04-16 edit RE: [Release] Picture Slideshow Screensaver - ronie - 2015-04-22 as requested several times, the addon now updated the list of available pictures every 30 minutes. this is useful for people who use this addon as a photoframe and keep it running for a very long time. please test it and let me know if it's working as expected: screensaver.picture.slideshow-2.1.0.zip RE: [Release] Picture Slideshow Screensaver - Lethargus - 2015-04-28 Trying to use this on Kodi 14.2 on an Amazon Fire TV with the source as a folder I have shared out over SMB on my file server. Unfortunately, it seems I can only add locally stored directories as source? Or am I missing some simple way to use a SMB shared folder as the image source directory? Edit: I found if I go to file manager and add the shared directory as a source I can then choose it as a Picture Add-On for the image directory source in this screensaver. However, when I try to start a preview of the screensaver it says index created and then I just see spinning white dots on the screen for... forever I think. I've let it sit for ~10 minutes and it keeps doing that. RE: [Release] Picture Slideshow Screensaver - ronie - 2015-04-28 (2015-04-28, 23:15)Lethargus Wrote: Trying to use this on Kodi 14.2 on an Amazon Fire TV with the source as a folder I have shared out over SMB on my file server. Unfortunately, it seems I can only add locally stored directories as source? Or am I missing some simple way to use a SMB shared folder as the image source directory? 1937658 (post) RE: [Release] Picture Slideshow Screensaver - Lethargus - 2015-04-28 You posted your reply as I was editing my post. I'm not sure if it's because I'm using an Amazon Fire TV or what, but under Pictures I can only add add-ons, there's nowhere to add my shared directory. Which is odd cause I don't have that issue with Videos or Music... Edit: Got it working. It seems adding as a source worked, but I had too many images in the folder. Trimming it down to only 300 has it working fine. Sorry to bother. RE: [Release] Picture Slideshow Screensaver - buddylee7 - 2015-05-11 Would be cool if it could pull pictures from Dropbox so if you have family members that use the screen saver they can all pull from the same location. When pulling pull the copies and store them locally and periodically check to see if any have been added or removed from drop box. Also if it could play video RE: [Release] Picture Slideshow Screensaver - ronie - 2015-05-11 (2015-05-11, 16:52)buddylee7 Wrote: Would be cool if it could pull pictures from Dropbox so if you have family members that use the screen saver they can all pull from the same location. When pulling pull the copies and store them locally and periodically check to see if any have been added or removed from drop box. Also if it could play video wouldn't it be possible to use your local dropbox folder? then there would be no need to download anything. the addon already checks for updates/removals every 30mins. [Release] Picture Slideshow Screensaver - buddylee7 - 2015-05-11 Did not realize there was one. I'll check it out. Thx RE: [Release] Picture Slideshow Screensaver - DrJogalog - 2015-05-11 (2015-04-03, 08:14)DrJogalog Wrote: I think I know what this means as I raised the same query earlier in the thread. I believed it was working in the end and replied suggesting so but then found out later it wasn't and got sidetracked... I never came back to it. I guess its not an option then? :-( RE: [Release] Picture Slideshow Screensaver - ronie - 2015-05-11 (2015-05-11, 19:43)DrJogalog Wrote:(2015-04-03, 08:14)DrJogalog Wrote: I think I know what this means as I raised the same query earlier in the thread. I believed it was working in the end and replied suggesting so but then found out later it wasn't and got sidetracked... I never came back to it. extrafanart isn't stored in the db. RE: [Release] Picture Slideshow Screensaver - DrJogalog - 2015-05-11 (2015-05-11, 20:34)ronie Wrote: extrafanart isn't stored in the db.Yeah, I cannot find it anywhere. It must just work direct from the files themselves. Could just work from a specified folder etc but it means I would have to remove the \Games\, \Music\ and \Photos\ subdirectories from the \Media\ parent directory and it wouldn't show the movie/tvshow name in the screensaver either. Or would it... Thanks for checking Ronie. RE: [Release] Picture Slideshow Screensaver - ronie - 2015-05-11 nope, it will display the filename in that case. |