2013-07-30, 09:51 AM
Figured I'd start a thread with some status updates/progress/ramblings of what I'm working on, just to get feedback, let people know what I'm up to, to vent
2012 Blu-Ray player, screen saver kicks in, ive got no code to turn this on/off, its just automatic
2013 TV, screen saver never kicks in, hmmmm. why the heck not?
AngularJS debugging the error messages can be a PITA since its compiling everything then saying error on line 0 with no actual indication as what is wrong... really annoying. Cant test in real browser to see, as samsung emulator (which crashes and really hard to debug with) loads a bunch of samsung specific stuff to make it work. This is my biggest problem with this development.
Started adding mini guide like in mediaportal
Made a wrapper class for remote, which has methods for ChannelUp/Down etc and returns true if pushed depending on keycode and player type, so "Blue" returns true for channel up if from bluray player, but false for tv. Modelling tv/bluray buttons off the 2013 remote and 2012 remote I have (trying to get the same button positions to do the same thing, eg "Repeat" on the bluray player ive made "Guide" since the buttons are in the same place).
2012 is way slower than 2013. really really really slower. means I need to do some work here.
playing around getting generic video playback working as well (to possibly support "Videos")
2012 Blu-Ray player, screen saver kicks in, ive got no code to turn this on/off, its just automatic
2013 TV, screen saver never kicks in, hmmmm. why the heck not?
AngularJS debugging the error messages can be a PITA since its compiling everything then saying error on line 0 with no actual indication as what is wrong... really annoying. Cant test in real browser to see, as samsung emulator (which crashes and really hard to debug with) loads a bunch of samsung specific stuff to make it work. This is my biggest problem with this development.
Started adding mini guide like in mediaportal
Made a wrapper class for remote, which has methods for ChannelUp/Down etc and returns true if pushed depending on keycode and player type, so "Blue" returns true for channel up if from bluray player, but false for tv. Modelling tv/bluray buttons off the 2013 remote and 2012 remote I have (trying to get the same button positions to do the same thing, eg "Repeat" on the bluray player ive made "Guide" since the buttons are in the same place).
2012 is way slower than 2013. really really really slower. means I need to do some work here.
playing around getting generic video playback working as well (to possibly support "Videos")