plegall / Piwigo-write_metadata

3 stars 4 forks source link

info - Save Piwigo image rating information to Files ( XMP rating ) #14

Closed TimoJohn closed 3 years ago

TimoJohn commented 3 years ago

Hi, I did some small modifications to have image rating copied into local files:

  1. Enhance Select: buy ( img.rating_score ) SELECT img.name, img.comment, img.author, img.date_creation, GROUP_CONCAT(tags.name) AS tags, img.path, img.representative_ext, img.rating_score FROM '.IMAGES_TABLE.' AS img

  2. output the selected ratings: // set Rating
    $command.= ' -rating='.$row['rating_score'];

main.inc with image rating.php.zip