Script solution for fetching cover art of movies for movie.php
Open
Backend - Database/PHP
High
Scripting
- Dominant language
- PHP
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Movies displayed on the movie.php page is limited by the number of storage cover arts.
This could be downloaded manually, and inserted into the database, but that would take quite a while.
A cleaner solution would be to create a script/function that fetches the cover art of a movie on IMDB, save it locally and then write the location to the empty slot in the movie rows in the insert.sql file.
The cleanest solution would be a automatic script that doesn't require user input, and instead determines which movie covers to fetch, based on the empty field in the insert.sql file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.