Want to develop plug in... need guidance
Not sure if this is the right place to post this, so please move it to the correct location if it is not.
Let me start off by saying that this is an awesome application, great job so far.
I would like to start developing plug-ins and need a better understanding of how the Serviio framework is constructed. I looked at the api documentation, but it does not have what I am looking for (although it is useful for other things). What I am looking for is override documentation for particular classes. what I would like to do is add the following abilities to Serviio:
Ability to use other db engines besides derby and allow segregation of the db service (mysql, sql server mainly)
Allow for the altering of presentation interface so it is/can be completely customized (moving the categories to the db instead of hard coded in the .jar, which I presume it is as I can't find any scheme for categories. Have yet to look at the stored procedures or views for this)
ability to use flowplayer on ipad & iphone http://flowplayer.org/plugins/javascript/ipad.html
add the ability to modify certain fields within the db (like ONLINE_IDENTIFIERS field and CONTENTENT_TYPE. The reason for this is that I have encountered problems with some movies that show correctly in the folder view of the mediabrowser, but don't display in the movies section due to content_type being unknown. have already verified that this works on my own system)
I'm sure I'll come up with more after I get some of these completed. I do know I can extend the classes, but any override help would be useful.
Thanks,
Karnith