jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.
GNU General Public License v3.0
83 stars 43 forks source link

Lock movie specific values to not being updated automatically #14

Open Bloodsoul opened 7 years ago

Bloodsoul commented 7 years ago

Sometimes IMDb delivers data, which one will specifically decide to overwrite it with own data or leave blank. When automatically updating the movie collection from IMDb, that movie specific data should not be updated.

As an example, there are some (mostly older) movies, that have more than one or two names in a single language. The fetched name is correct, but maybe one will decide to use an other name he recognizes the most. This could also help with foreign movies where the title is written in non-latin characters.

When updating a specific movie manually, maybe there is a possibility to display a diff-like view, where the user could decide which data to keep.

jreklund commented 7 years ago