ryot icon indicating copy to clipboard operation
ryot copied to clipboard

[FEATURE REQUEST] - Recommendations

Open ghost opened this issue 2 years ago • 5 comments

Implement a recommendation system based on users' tracked activities. For example, if a user enjoys a particular genre of books, Ryot can suggest similar books or authors they might like.

ghost avatar May 25 '23 18:05 ghost

I do not want Ryot to be a recommendation system, only a tracking system. That being said maybe we can have integration with third party APIs that can handle recommendation.

IgnisDa avatar May 25 '23 18:05 IgnisDa

You are right, this is better left to an API otherwise it would require a lot of data that could only be gathered by someone who made a public website using this program, and it would require user permissions, and the algorithm to find similarities would be very complex. If I encounter an API that recommends media I'll be sure to write it down here.

ghost avatar May 25 '23 19:05 ghost

Thanks for your suggestions! Closing.

IgnisDa avatar May 26 '23 01:05 IgnisDa

I have decided to implement this 😅.

IgnisDa avatar Aug 24 '23 15:08 IgnisDa

I now plan to add a new recommendations section on the dashboard.

Notes to self:

  • Seed the recommendations using the current date (select title from metadata order by md5(title || 'usr_2G2UTC2Q1auY') limit 5)
  • Following APIs support recommendations:

IgnisDa avatar Dec 10 '23 09:12 IgnisDa

Released as part of Ryot Pro.

IgnisDa avatar Jun 21 '24 05:06 IgnisDa