Closed mr-suw closed 6 years ago
I have now released a new version that automatically downloads a image/poster from IMDb in case there aren't one stored. I have also made "Download from IMDb" available from the "Title -> Edit -> Update" page. In case you want to download a new poster (override) and fetch new information.
This should work with "Update all" function, but haven't been tested.
Hi,
The issue happens as follows:
The issue does not happen for new added movies. Here cover is fetched from source and is stored as a jpg-file below movies directory.
My installation of php4dvd is as follow:
My relevant configuration options: $settings["photo"]["movies"] = "./movies/"; $settings["photo"]["covers"] = $settings["photo"]["movies"]."covers/";
current access rights of movies and covers (access with all rwx rights does also run in this issue) /var/www/php4dvd# ls -al movies/ drwxr-xr-x 3 www-data www-data 4096 Okt 4 08:28 . drwxr-xr-x 12 www-data www-data 4096 Okt 3 17:41 .. drwxr-xr-x 2 www-data www-data 4096 Okt 3 16:48 covers -rw-r--r-- 1 www-data www-data 33 Okt 3 16:48 index.php
What may I do to fix it?