Ignore:
Timestamp:
Jan 5, 2012, 6:49:36 PM (12 years ago)
Author:
RMM
Message:

added infos to the README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Synchronize_local_directory/README

    r12844 r12845  
    11This is a beta version!!!
     2
     3--------------------------------------
     4 General infos
     5--------------------------------------
    26
    37- When the plugin needs to create severall 1000 new thumbnails, it can happen, that it time outs.
    48Just execute it again. It won't recreate thumbnails which already exist.
    59
    6 - It doesn't create thumbnails of movies yet. Actually that's a bit complicated to to, since piwigo (for what ever reason) expects movies not to be in the pwg_high dir, but in the websized dir.
     10- It doesn't create thumbnails of movies yet. Actually that's a bit complicated to do, since piwigo (for what ever reason)
     11expects movies not to be in the pwg_high dir, but in the websized dir. So we'd also need to symlink the movie file itself.
     12
     13- If files or directories are deleted in the source directory, they won't be deleted in the piwigo gallery. (that would be about 1-3 lines of code to implement, if anybody wishes it ;-))
     14
     15
     16----------------------------------------
     17 Get it working
     18----------------------------------------
    719
    820- adjust in synchronlizeLocaldirectory.php the variables "sync_source_dir" and "piwigo_gallery_dir"
     21- enable the plugin in piwigo.
     22- Then click in the piwigo administration on the menu entry: "plugins/synchronize local directory".
     23- Now wait for a while. If there are a lot of images go and grab a beer and return later.
     24- If you get a timeout. Click again on this entry. Until you don't get a timeout anymore but you get back to the admin screen.
     25- Then use the piwigo "quick local synchronization" to add the new images to the database.
Note: See TracChangeset for help on using the changeset viewer.