SMFHacks.com

SMF Gallery Pro => Support => Feature Requests => Topic started by: bricktop on March 22, 2023, 07:50:41 pm

Title: Download Gallery Option
Post by: bricktop on March 22, 2023, 07:50:41 pm
I would like to see a download gallery option for this.
Give members the option to download a gallery if the owner allows it.
Create a zip and for lark galleries could chunk it together.

I would do it but I have no idea where to start on SMF's structure. All the PHP I have written has been my own structures.

Title: Re: Download Gallery Option
Post by: SMFHacks on March 23, 2023, 09:34:02 am
Would require chaneges in Usergallery2.template.php and Usergallery2.php if you are talking about the member galleries section.

The hardest part with this is it could take a long time to generate the zip file as it depends on how many images are in the gallery. You would probably need to make it a background task and limit notify the user when done. Also, probably want to set limits ie how many pictures/media can be downloaded at once otherwise the zip files can become huge if a member has a large gallery.
Title: Re: Download Gallery Option
Post by: Anwendungsfehler on January 19, 2024, 02:24:35 pm
What about a file containing the links to the files? Then a member could bulk download them by using jdownloader or similar tools...
Title: Re: Download Gallery Option
Post by: SMFHacks on January 19, 2024, 10:28:43 pm
Possibly a csv file with filenames and the image title.
We currently use somewhat random files for the filename to make it hard to find images.