-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, I have been maintaining a similar One Pace addon here at - https://github.com/vasujain275/onepace-stremio-v2 for the past year.
Today, while refactoring my code, I noticed your addon. If I'm not mistaken, you are using GitHub Actions to update metadata JSON files with the newest episode hashes. I am currently taking a different approach by storing the episodes' data in a JavaScript object. Although I'm a beginner in JavaScript, I thought of an optimization: querying the One Pace backend only once per day and storing the data in a MongoDB/Redis instance. I believe Redis would be more suitable for faster load times, especially since we don't have a lot of data, just around ~300kb.
I don't want us to duplicate efforts unnecessarily. Instead, I propose that we collaborate on this and build it together. You can DM me on Twitter - @vasujain275
