GSoC18 - Better Profile Support Proposal - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: GSoC (https://forum.kodi.tv/forumdisplay.php?fid=299) +----- Forum: GSOC 2018 (https://forum.kodi.tv/forumdisplay.php?fid=284) +----- Thread: GSoC18 - Better Profile Support Proposal (/showthread.php?tid=330119) |
GSoC18 - Better Profile Support Proposal - IbrahimFathy - 2018-03-25 Better Profile Support Name: Ibrahim Fathy Abdelmageed Elsayed Eissa forum/e-mail: IbrahimFathy/[email protected] Summary: Kodi profile support does not support multiple users in a perfect way, data and configurations are not separated among different profiles, just for example. And the profile codes doesn’t support adding more features easily. How will I achieve this: First, I will split metadata from userdata in the database tables in the seek of, for example, making watched state/count profile dependent. Then I will redesign the storage logic on the db end and then design and implement a framework, in C++, that provides a standard interface for user data and profiles. as Poplap and Dave Hand supposed. Then I will redesign the unclear parts of Profile code that make it hard to modify. What will the project focus on: Profile Support, DataBase Handling. Benefits: Users with multiple profiles will gain the advantage of separate addons and separate data. Developers will be able to add more featrures easily. Goals:
What does it touch in Kodi: Profile system, userdata, database, settings, addons Requirements: C++ coding experience, DB, access to multiple Kodi installations for testing. Possible mentors: RE: Better Profile Support Proposal - Razze - 2018-03-25 Hey there, nice to have you here! RE: GSoC18 - Better Profile Support Proposal - IbrahimFathy - 2018-03-25 Hi, Any Comments? RE: GSoC18 - Better Profile Support Proposal - Razze - 2018-03-26 Sure, I would hope for a more detailed proposal. And also a timeline when you will be doing what. RE: GSoC18 - Better Profile Support Proposal - jjd-uk - 2018-03-27 There was a previous GSOC project accepted to provide better profile support however the student had to drop out very early on due to personal issues arising preventing any work on it being done, so I don't believe any coding got underway but in case there's anything useful in the discussions regarding ideas for what might be required see: https://forum.kodi.tv/showthread.php?tid=222006 https://forum.kodi.tv/showthread.php?tid=220295 RE: GSoC18 - Better Profile Support Proposal - IbrahimFathy - 2018-03-27 Thanks for your interest @Razze @jjd-uk , I'd read both of them and I've built my proposal on some of their ideas. I've updated the draft with my final proposal, I'd like to hear feedback from you guys. thanks <3 . RE: GSoC18 - Better Profile Support Proposal - wil.fortune - 2018-10-09 I am particularly interested in Goal #2. It's often confusing, particularly with TV Shows, to know where you've left off if multiple users are watching the same show within the same general timespan (possibly from different devices). With the way that Profiles are currently implemented, I was under the impression that separate DBs needed to be maintained per Profile. And since I did not want to do that, I didn't invest much more time learning about them. Regardless, I hope you are progressing well with this proposal and encourage you to continue RE: GSoC18 - Better Profile Support Proposal - Razze - 2018-10-10 As did not happen for gsoc the current plan is to rip out profiles completely and reintroduce them after that (so kodi 19+) |