GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - 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 2019 (https://forum.kodi.tv/forumdisplay.php?fid=293) +----- Thread: GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" (/showthread.php?tid=341402) |
GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - gargnishith - 2019-02-27 Hello, My name is Nishth Garg. I am a second year undergraduate student of Indian Institute of Technology, Kharagpur. I have a good knowledge of python, C++, and MySql, Sqlite3. I have done several projects in my college of open source which uses python, flask, Sqlite3. I want to work on the project of "Add a picture library". I have a certain set of ideas that I would like to discuss regarding the Project. Thanking you Nishith Garg RE: GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - h.udo - 2019-02-27 Welcome gargnishith. Looking forward to hear your ideas so we can start discussing. RE: GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - gargnishith - 2019-02-27 Hello Sir, Is it ok to directly work on my proposal or will i have to firstly use to with organisation by solving any issue of the organisation on github. Thanking you Nishith Garg RE: GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - h.udo - 2019-02-27 Not mutually exclusive. You should work on your proposal and get acquainted with our codebase at the same time. That's the important part. However, if you decide you have the time and inclination to tackle a bug or small task, go for it but it's not mandatory, just a bonus. RE: GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - RockerC - 2019-03-01 A tip to engage the community could be to ask @garbear same specific questions on ideas and suggestions in this older thread here => https://forum.kodi.tv/showthread.php?tid=141169 Also see the comments and follow the links posted by jjd-uk here => https://forum.kodi.tv/showthread.php?pid=2703347#pid2703347 (2018-02-13, 13:09)jjd-uk Wrote: I'm not one of the Team devs but here are some potential pointers for you. This as @garbear once (or several times) in the past made started coding photo libraries for Kodi but abandoned that development for reasons. IIRC, one thing I read that @garbear wrote as a showstopper was that Kodi's existing databases did not use ORM (Object-relational mapping)? RE: GSoC Project 2019 : Intersted in working on the idea of "Add a picture library" - Razze - 2019-03-05 (2019-03-01, 16:25)RockerC Wrote: IIRC, one thing I read that @garbear wrote as a showstopper was that Kodi's existing databases did not use ORM (Object-relational mapping)?Might be misleading. We were hoping to get ODB which is an ORM merged at some point https://github.com/xbmc/xbmc/tree/feature_odb So having that would enable having it way easier to actually do the picture library |