ififfy / flipflip

Random slideshow of local images. Electron app for Mac/Windows/Linux
MIT License
159 stars 43 forks source link

Remote Sources #76

Closed StarrHelixx closed 5 years ago

StarrHelixx commented 5 years ago

Sources to Implement:

We can use RipMe as as reference for code to scrape these sites if needed.

StarrHelixx commented 5 years ago

I've made the initial changes and pushed a new branch v2.0_Work

ififfy commented 5 years ago

One thing to look out for is how the image loading queue interacts with the remote source loading queue, and whether it causes any weird side effects in the player. Gooninator would behave weirdly if you had a long delay (~10s) where it would load 100 images really quick from the first tumblr API page, and then show them to you really slowly, so it would take ages to see a wider variety.

StarrHelixx commented 5 years ago

Reddit works now! 😁