salts633 / PhotoFrame

A python/browser based digital photo frame
GNU General Public License v3.0
0 stars 1 forks source link

Allow the user to select multiple albums to show photos from #6

Open salts633 opened 4 years ago

salts633 commented 4 years ago

4 allowed users to select an album to show photos from, a more complete solution would be for users to be able to select a number of albums and for the code to select photos randomly from all of them. In this case the code probably should only record each photo once, i.e. if a photo is in two albums it should not be twice as likely to be chosen. This can probably be achieved by storing the ids from the google api in a set.