小弟問題是這樣,為了有效率整理硬碟裡面滿滿的照片,目前分類方式是用lightroom按年份,月份整理後加上tags
但是用lightroom發佈到Piwigo以後,Piwigo硬是沒辦法讀取相片的中繼資料...
我已經有把中繼資料完整寫入檔案了,如果是用Zenphoto這套軟體可以很順利的讀取出tags..
網路上找了中英文也沒有找到能解決我的問題的方法,PO在這請大神求教了
不過昨天我終於在官方的論壇上找到解答了,這邊轉貼如下,或許哪一天會有人需要吧!?
You don't need any plugin for this.
3) install + activate the LocalFiles Editor plugin.
4) open [Administration > Plugins > LocalFiles Editor > Local config] and paste:
Code:
<?php
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
'keywords' => '2#025',
);
?>
And then perform a metadata synchronization on your photo (from the photo administration page for example)
內文搜尋

X