Re: General question
Jan Seynaeve <[email protected]> Tue, 17 Nov 2009 16:29:05 +0100
| Newsgroups | gmane.comp.horde.ansel |
|---|---|
| Message-ID | <[email protected]> |
Wow, that's a whole bunch of reply, thx. Some remarks back ;-) i don't think it's that impossible for using the FTP-folder (or any local folder) for the original pic. I'm sure Ansel makes a lot of other stuff out of the original (thumb, view for the page, ...). In fact, if i look at my VFS (which i put to disk), for each photo you have directories faces/full/mini/screen/thumb. You could replace the pic under 'full' by a link to the original one in the FTP folder and of course make the others as usual. I can imagine this approach would be a bit harder if VFS is set to SQL, but i don't think it's impossible i will surely check out the 'recursive_import.php', this is just what one would need to import pics from an ftp folder without keeping the ftp folder for the original. One could just make that script available trough the GUI of ansel ... i might even have a look at it, although i have only limited knowledge about the horde structure, it should be interesting learning a bit more about it ;-) WebDAV indeed could also be interesting, must have a look how that one works ... Cheers, Jan. PS.: any idea when horde4 will be released? I'd like to try it, but i'm not so into GIT for the moment :) [Show Quoted Text - 170 lines][Hide Quoted Text] Date: Mon, 16 Nov 2009 14:57:59 +0100 From: Jan Seynaeve <[email protected]> To: [email protected] Subject: [ansel] General question Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Hello, I just installed Ansel in my Horde3-webmail edition and must say I like it. I was just wondering if there are any plans for having "locale file system" as a possibility for uploading photo's (well, it wouldn't be exactly uploading anymore, but you get the point). This way, one can use (s)ftp or whatever other method to bulk upload files to the server and then 'locally' choose which photoos he'd like in the album. Maybe also with an option to copy the photo over or just use a link to the original file, so the user/admin can decide whether to clear out the ftp directory or not. And while we're on it, any plans for video support? Cheers, J ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------ Message: 2 Date: Mon, 16 Nov 2009 09:53:20 -0500 From: "Michael J. Rubinsky" <[email protected]> To: [email protected] Subject: Re: [ansel] General question Message-ID: <20091116095320.Horde.sog4g8cccg00@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes Quoting Jan Seynaeve <[email protected]>: Hello, I just installed Ansel in my Horde3-webmail edition and must say I like it. I was just wondering if there are any plans for having "locale file system" as a possibility for uploading photo's (well, it wouldn't be exactly uploading anymore, but you get the point). This way, one can use (s)ftp or whatever other method to bulk upload files to the server and then 'locally' choose which photoos he'd like in the album. Maybe also with an option to copy the photo over or just use a link to the original file, so the user/admin can decide whether to clear out the ftp directory or not. If I understand you correctly, you want to be able to FTP images to the server running Ansel, and have some mechanism in Ansel to choose what images to add to your galleries from that directory - and possibly serve the images directly out of the FTP directory? The first point would be a nightmare to maintain, if it was even possible. There are lots of issues with that approach. The second point wouldn't work at all with how Ansel generates the image views and uses the Virtual File System. There *is* a FTP driver for VFS, but Ansel would still need to generate the images that you see, it hardly ever uses the original image for display purposes. If you are looking for ways to make uploading easier, there are a number of other options though. First, if you *do* have your image files on the same box as Ansel, and have command line access to that box, there is a php script in the ansel/scripts folder called 'recursive_import.php' that will do a batch "upload" to ansel. If your images are on a different box, you can use the 'remote_import.php' script to do the same thing. If you are on windows, Ansel supports XPPublish. On the Mac, there is an apple script interface to the command line scripts "AnselPublish.scpt" that lets you drop a folder of images onto the script icon to upload to the ansel server. If you use iPhoto or Aperture on OS X 10.1 or greater, there are export plugins available in our horde-hatchery git repository that are fairly close to being stable (it's what I use almost exclusively for uploading to Ansel). And while we're on it, any plans for video support? Yup, for Horde 4 / Ansel 2. http://bugs.horde.org/ticket/7661 -- Thanks, mike -- The Horde Project (www.horde.org) [email protected] ------------------------------ Message: 3 Date: Mon, 16 Nov 2009 16:23:38 +0100 From: Jan Schneider <[email protected]> To: [email protected] Subject: Re: [ansel] General question Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Zitat von "Michael J. Rubinsky" <[email protected]>: Quoting Jan Seynaeve <[email protected]>: Hello, I just installed Ansel in my Horde3-webmail edition and must say I like it. I was just wondering if there are any plans for having "locale file system" as a possibility for uploading photo's (well, it wouldn't be exactly uploading anymore, but you get the point). This way, one can use (s)ftp or whatever other method to bulk upload files to the server and then 'locally' choose which photoos he'd like in the album. Maybe also with an option to copy the photo over or just use a link to the original file, so the user/admin can decide whether to clear out the ftp directory or not. If I understand you correctly, you want to be able to FTP images to the server running Ansel, and have some mechanism in Ansel to choose what images to add to your galleries from that directory - and possibly serve the images directly out of the FTP directory? The first point would be a nightmare to maintain, if it was even possible. There are lots of issues with that approach. The second point wouldn't work at all with how Ansel generates the image views and uses the Virtual File System. There *is* a FTP driver for VFS, but Ansel would still need to generate the images that you see, it hardly ever uses the original image for display purposes. If you are looking for ways to make uploading easier, there are a number of other options though. First, if you *do* have your image files on the same box as Ansel, and have command line access to that box, there is a php script in the ansel/scripts folder called 'recursive_import.php' that will do a batch "upload" to ansel. If your images are on a different box, you can use the 'remote_import.php' script to do the same thing. If you are on windows, Ansel supports XPPublish. On the Mac, there is an apple script interface to the command line scripts "AnselPublish.scpt" that lets you drop a folder of images onto the script icon to upload to the ansel server. If you use iPhoto or Aperture on OS X 10.1 or greater, there are export plugins available in our horde-hatchery git repository that are fairly close to being stable (it's what I use almost exclusively for uploading to Ansel). Finally, there is also a WebDAV interface which may assemble the closest of what you want, since you can use any WebDAV-capable file browser to upload files. Though I'm honestly not sure how stable this interface is, atm. Btw, Michael, all these options should be documented in a central place like the wiki or the online help. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- ansel mailing list - Join the hunt: http://horde.org/bounties/#ansel Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]