Announcement: Our new CyberLink Feedback Forum has arrived! Please transfer to our new forum to provide your feedback or to start a new discussion. The content on this CyberLink Community forum is now read only, but will continue to be available as a user resource. Thanks!
CyberLink Community Forum
where the experts meet
| Advanced Search >
Very late to the game here, but here's a nice finding

I'm on v10, and that's using a SQLLite database format for the .PHD file (Can't speak for other versions, but YMMV)

You can get (free) tools to view and edit what's in the database. I'm using https://sqlitebrowser.org/

Follow these steps:
1) Close photodirector, Back up the PHD file and subdirectories
2) Install and start the SQLLite DB browser
3) Open the .phd file with the DB browser app
4) Select "Browse Data" > Table:File
5) Use filters to find and edit any broken paths in the "RobustRepresentation" column
6) If there are a lot then you can bulk-update. Use the "Execute SQL" tab with something like
Update File set RobustRepresentation = "c:\Path\to\folder\" || FileName
7) Write Changes, close database
Open photodirector
Go to:   
Powered by JForum 2.1.8 © JForum Team