Movie Ratings Admin

Update Movie Ratings

This will fetch accurate IMDb and Rotten Tomatoes ratings for popular movies using the OMDb API. The process may take a few minutes to complete.

About the Ratings Update

The ratings update process works as follows:

  1. Fetch popular movies from TMDB API
  2. For each movie, get the IMDb ID from TMDB
  3. Use the IMDb ID to fetch ratings from OMDb API
  4. Store the updated ratings in Vercel KV storage
  5. Apply these ratings to movies shown in the app

This process runs automatically every day at 12:00 AM MST (7:00 AM UTC) via a Vercel Cron job. You can also trigger it manually using the button above.