batch move images

Asenath

Joined: 2005-06-04
Posts: 14
Posted: Wed, 2005-07-20 23:16

Hi all!

I set up a gallery for a friend and she created sub-galleries in it AFTER uploading all the images and she had to move every single image into the subcategory... is there a way to select multiple images and move them all into a different folder?

Ty

Nicole

 
rhapsody
rhapsody's picture

Joined: 2002-12-20
Posts: 9
Posted: Thu, 2005-07-21 00:14

go into the album containing all the photos,
choose "move album" from menu -> this is a bit annoying it should be "move photos"

here is the place.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2005-07-21 02:31

Actually you do select "Move Photo". When logged in either click on an image to get the image's actions on the sidebar or click on the drop-down below the image's thumb nail. Then select "Move Photo". A new screen will appear where you can select any images in that album to move into another album.

 
leslienord

Joined: 2003-09-08
Posts: 75
Posted: Fri, 2007-12-21 21:22

When I try this - it only lets me move that one image. I get a dropdown menu to select where to move it but it's just that image. I have hundreds of images that need to be moved from one folder to another. One at a time is getting old.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2007-12-21 21:36
Quote:
I get a dropdown menu to select

Version?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
DEinspanjer

Joined: 2008-01-03
Posts: 4
Posted: Thu, 2008-01-03 18:22

My wife's Eye-Fi works fantastically with our Gallery server, but it creates new albums for each day the photos were taken. After I tag the items, I move them into their proper albums. This process is a bit slow and clumsy (I frequently get lock timeout errors). Is there any way I can quickly get the images in these tiny albums all together to tag and then move to their proper places?

 
SoulEvil

Joined: 2008-02-27
Posts: 28
Posted: Sat, 2008-03-01 06:44

Hi,
I have samething.
With move photo page will allow to mass move items (photo) to another album. But i don't know which file have query for this module. Because in this current it just only show 15 items for each page, and i need to mod this query to show more.
Or anyone have any hint to mod it that allow have text box to enter how many items for each page ?

Thank you :)

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2008-03-01 07:00
Quote:
But i don't know which file have query for this module.

I don't understand. What file and what query?

nivekiam wrote:
Actually you do select "Move Photo". When logged in either click on an image to get the image's actions on the sidebar or click on the drop-down below the image's thumb nail. Then select "Move Photo". A new screen will appear where you can select any images in that album to move into another album.

I see this a intuitive and not requiring and extra module or query.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
SoulEvil

Joined: 2008-02-27
Posts: 28
Posted: Sat, 2008-03-01 09:14

Hi,
So suprise for your fast support :)

My mean is. In move item page show 15 items in album that waitting for your check (checkbox) to move to another album
To load this page must have a SQL query like SELECT * FROM table WHERE .. LIMIT 15 to load items and show it on page.

I need to know which file for this SQL query that i can mod it to show more items for each page (like 50 items/page)

Sorry my english is poor :)

 
Forshaw

Joined: 2008-03-01
Posts: 2
Posted: Sat, 2008-03-01 14:57
SoulEvil wrote:
Hi,
I have samething.
With move photo page will allow to mass move items (photo) to another album. But i don't know which file have query for this module. Because in this current it just only show 15 items for each page, and i need to mod this query to show more.
Or anyone have any hint to mod it that allow have text box to enter how many items for each page ?

Thank you :)

I agre with you .

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2008-03-01 17:08

I don't know.
Use the User interface to move items. Don't interact with the DB directly.
Try this if I understand what you are after:
edit
moduels/core/ItemMove.inc
$form['numPerPage'] = 15;

Dave

 
SoulEvil

Joined: 2008-02-27
Posts: 28
Posted: Sat, 2008-03-01 23:52

Thank you.
That's exactly what'm i luking 4 ;).

It'll be better if have anyways to make a option form allow enter numPerPage (like option in Site Admin - General) w/o edit core file.

Watever, so thax you.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2008-03-02 05:43

There is lots of things that could be a config option then you would have 34 pages of config options making the codebase even bigger that is is already. The vast majority of users find that 15 is enough, especially for deleting items.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
webmayin

Joined: 2005-10-16
Posts: 26
Posted: Mon, 2010-04-19 17:36

Is there a function to copy photos instead of move? I want to share some photos in two different albums without uploading twice.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Mon, 2010-04-19 19:17

http://codex.gallery2.org/Gallery2:Modules:replica
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
webmayin

Joined: 2005-10-16
Posts: 26
Posted: Wed, 2010-04-21 03:54

I love this forum. Thank you so much for saving me unnecessary grief. I hope it helps others as well.