waffiqaziz / BAZZ-Movies

Movies Catalog Android App
https://waffiqaziz.github.io/bazzmovies
Apache License 2.0
1 stars 0 forks source link

Sugestion: tv/movie recommendation should match with the genre #19

Open waffiqaziz opened 3 months ago

waffiqaziz commented 3 months ago

Issue: When selecting a specific genre for TV or movie recommendations, the recommended content does not align with the selected genre. Irrelevant titles from other genres appear instead of content matching the chosen category.

Steps to Reproduce:

  1. Select any movies and it will open the detail page.
  2. Scroll down to see the recommendation.
  3. Notice that several recommendations do not belong to the selected genre.

Expected Behavior: The recommended content should exclusively belong to the selected genre.

Actual Behavior: Content from unrelated genres appears in the recommendations, leading to irrelevant suggestions.

waffiqaziz commented 2 months ago

Based on discussions from here, here, and here, recommendations are currently generated based on content users have rated and added to their favorites.

The improvement is still on TMDB's to-do list, as noted here

Update: Already done but the result still not fixed the issue

waffiqaziz commented 5 days ago

Others solution use similiar endpoint to get similar list based on genres and keywords here and here.