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

Movies starting with special characters get removed from the database #13

Closed Bloodsoul closed 7 years ago

Bloodsoul commented 7 years ago

I got some issue with movies, that start with special characters such as dots, quotation marks or brackets.

It seems that updating all movies or the update process to 3.6.1 has removed all movies starting with one of them from the database. I try to figure out if I can reproduce it, when I manage to re-add them. They are still in the cache directory.

Bloodsoul commented 7 years ago

And they are back again. I have no idea, where they went, and how they came back. Could this come from an already running update process?

jreklund commented 7 years ago

There were no changes done to the database structure in 3.6.1. Only what value to store for Parental Guidance and how to grab it from $_COOKIE/$_GET.

"Update all" can change titles (not delete), if you have changed the default language of imdbphp. Then it will grab the best match.

Bloodsoul commented 7 years ago

Then I'm just stupid today. Nevermind this wrong issue. I already closed it. :)

jreklund commented 7 years ago

No problem. :-) It always asks for database upgrade, even thought there ain't none.