Piwigo如何顯示出lightroom中備註的tags?

小弟問題是這樣,為了有效率整理硬碟裡面滿滿的照片,目前分類方式是用lightroom按年份,月份整理後加上tags
但是用lightroom發佈到Piwigo以後,Piwigo硬是沒辦法讀取相片的中繼資料...

我已經有把中繼資料完整寫入檔案了,如果是用Zenphoto這套軟體可以很順利的讀取出tags..

網路上找了中英文也沒有找到能解決我的問題的方法,PO在這請大神求教了
2015-12-28 8:46 發佈
這問題好像很冷門~_~

不過昨天我終於在官方的論壇上找到解答了,這邊轉貼如下,或許哪一天會有人需要吧!?

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
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?