![]() |
|
albumZipStream - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: albumZipStream (/thread-9246.html) Pages:
1
2
|
albumZipStream - Phase2 - 2011-11-14 Hi, I wrote a little plugin that is able to create zip-files on the fly while streaming them. Other than that the functionality is the same as Zenphoto's album-zip. Advantage over the built in functionality is, that download starts immediately. You don't have to wait for zip file to be created before it is sent, but unlike using persistent archives it is always up to date. There is a small drawback though. As the zip-file is still being created while getting sent, there won't be a filesize given. So resuming the download and estimated time till completion inside your browser/download manager won't work. Requirements: Usage:
Download: albumZipStream - acrylian - 2011-11-15 Thanks, new plugins are always welcome. But please create a page with some info we can link to from our extensions section. We don't like to directly link to 3rd party tools as that looks as if it is by us and linking to a forum post is not that good as well. Please see: albumZipStream - Phase2 - 2011-11-15 ok. I created a SF-project under: not much information on it yet, though. Could you please edit the download-link in my first post so it points to the sourceforge project? albumZipStream - acrylian - 2011-11-15 Thanks, that's better and even easier for you regarding possible updates. I will edit the link and also add an entry to our extensions section. albumZipStream - fxk - 2012-01-24 Hi, I have problems with this plugin ... Why could that be? albumZipStream - sbillard - 2012-01-24 check to be sure that you did drop the plugin into the folder correctly. There should be the main file in the root of the folder. Probably it is not there, otherwise you would get something displayed. albumZipStream - fxk - 2012-01-25 Hmm - I didn't think, there are so many ways of dropping a file somewhere I did everything again just now and realized, that the plugin consists of the plugin-php file PLUS an extra subfolder. Both these elements need to go into the "plugins"-folder .... got it, thanks albumZipStream - fxk - 2012-01-25 Ok, new problem When I click the link "Download a zip file of this album" in the album "test"(just like i want it) the download begins and I get a zip file named "test.zip", size is 5.7 MB which makes sense. Problem: Various tools can't explain me, why and what this is ... Thanks albumZipStream - Phase2 - 2012-01-25 After some googleing I found out that there are lots of entries regarding .zip files becoming .cpgz on Mac OSX using the default Mac unzipper. could you pls confirm that you're using OSX and unzipper? albumZipStream - fxk - 2012-01-25 Hey - great.
that's it. Thanks a lot!!! albumZipStream - Phase2 - 2012-01-25 Ok. I've implemented a small change, that will hopefully fix your bug. I'm not able to verify though as I don't have a Mac to try the fix. Please download the fix from: http://sourceforge.net/projects/albumzipstream/files/test/albumZipStream-Fix_OSX.zip/download replace the files and report back. albumZipStream - fxk - 2012-01-26 Thanks for your effort, albumZipStream - Phase2 - 2012-01-26 not what i was hoping to hear... I have uploaded some sample zip-files to: https://sourceforge.net/projects/albumzipstream/files/test/Sample%20Zips/ maybe you can try which of them cause problems on your mac and which, if any, work. That would really help me to narrow down the problem. albumZipStream - fxk - 2012-01-26 Sure!!! I checked - I tried a few hours ago on a Ubuntu machine of a friend, just to check and she also couldn't unzip the zip-archive from my homepage. (http://photos.project22.org/test-2/) Thanks very much for your assistance. Cheers albumZipStream - acrylian - 2012-01-27 I just tried on Mac OS X 10.7.2 and I could neither expand it with the built in tool nor with "The Unarchiver" that normally gets to open "everything". albumZipStream - Phase2 - 2012-01-27 Thanks. your input and espacially your link are of great help. I've uploaded another build to: http://sourceforge.net/projects/albumzipstream/files/test/albumZipStream-Fix_OSX.zip/download which will hopefully fix the problem. Edit: just for those interested in technical info: there were 2 problems.
albumZipStream - Phase2 - 2012-01-27 seems i've missed a notice. albumZipStream - fxk - 2012-01-29 YEAAAAH Many many thanks from here for your efforts in making this a very useful plugin. Great THANKS albumZipStream - Phase2 - 2012-01-29 Nice to hear. You're welcome. albumZipStream - themisters - 2012-09-08 I have installed this plugin and added the printAlbumZipStream(); to my album.php... it shows up just fine... the issue originally was a gettext() call to undefined..... I recompiled apache with gettext which solved that issue, now the issue I have is that when you hit the link I get the url as 404 not found. The url is actually strange as it is domain.com/plugins/zp-core/setup.php?autorun=gallery . Not sure why it is looking for zpcore folder in the plugins folder to begin with.... You can see y example on this test site....http://boatsandho.es/index.php?album=test3/ it is the second download zip link as the first is a another test and failing with the native print album zip |