David Gray

Results 24 comments of David Gray

There is already limited support for pvr (I believe switching channels/stations only). When it was implemented the JSON API had next to nil PVR support. I no longer have time...

Please, when done send a PR and I will review it. I didn't even know sickrage existed until now..

I would be happy to review, but I won't have an opportunity until the weekend. @gugahoi ping me on the weekend so I remember.

without testing, In theory it looks sound. Again, please ping me on the weekend.

I could only see this being a problem when compiling an exe. It looks like the file is not being used by the lib anyways and could be removed. (untested...

just browsing thru the code there is 1 thing that is a show stopper. in maraschino/models.py we are unable to add new fields to a db table. XBMCServer will need...

pickletype lets you define dicts, lists and so on. So with pickletype you can have server.data['hostname'] for example. If any new field needs to be added in the future we...

100% agree with mrkipling. I will get a chance to test later today to make sure nothing is broken.

This was a PITA to get working at all. I managed to get a plex server added after a tweak to https://github.com/mrkipling/maraschino/pull/285/files#L4R1182 it should be: mediaServer = MediaServer.query.get(server_id) After i...