Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
drew-man
Visitor

Screensaver images from server

I'm new to developing in Roku and haven't gotten very far with my first project. I'm looking for a way to load images into the sample Simple Screen saver . from a server xml file containing the urls of the images.
This seemed like it'd be a simple project but I'm getting stumped as to how I would go about getting the image urls from the xml into m.pictures

Any help is appreciated!
0 Kudos
1 REPLY 1
npsimons
Reel Rookie

Re: Screensaver images from server

Hey, I found your post because I want to do the exact same thing. I post my photos to a web server I control, generating thumbnails and smaller versions, then create an XML file for use by XScreenSaver's Carousel module (here's a video of it (not mine): https://youtu.be/IyqWkGVrFIY). XScreenSaver is open source, you might want to check that out: https://www.jwz.org/xscreensaver/download.html or direct to the getimage script (not the official repo, just something I found): https://github.com/jay-snyder/xscreensaver-5.36/blob/master/driver/xscreensaver-getimage-file Carousel is what I prefer for computers, but for a bigger screen attached to a Roku, I would want something like what the Roku and Apple TV already does, and XScreenSaver has those modules too, but I'm sure the downloading and processing of the images is all the same code in the background for all the modules. I am a developer as well, but my time is very limited. I will try and get back to you if I figure anything more out, but I figured I'd throw in my two bits and give you some encouragement.
0 Kudos