Chirmaya / BooruSlideshow

A Google Chrome extension for a slideshow of boorus.
https://github.com/Chirmaya/BooruSlideshow/raw/master/BooruSlideshow.zip
Other
41 stars 24 forks source link

shuffle #23

Closed kingangmar closed 4 years ago

kingangmar commented 6 years ago

a shuffle option would be awesome to have.

throwingfar commented 6 years ago

definitely support this concept. if it's possible.

DArrigoni commented 6 years ago

Only way I can imagine doing a real shuffle would be pulling the whole result set and shuffling that, which would be prohibitive for large result sets. Searching for all of touhou or something like that.

Not sure if any of the sites support some kind of random order option, although I doubt it because the client would need to call back with a search key that could recreate the search "random" search order in order to get the next page.

Would like this feature too but the limitation would be shuffling based on what's already loaded, which seems to be a lackluster approach.