Re: Denon & Marantz Network Control Plugin
Posted: Thu Jan 19, 2017 12:58 pm
not better..
just a different way of going about it...
but I think you idea of doing the web UI would be an awesome addition as well... because I know the built in one is not up to snuff. (well so says the jibber jabber on the net)
I am still working on hammering down the best possible solution with the least amount of voodoo code but also not have to manually type every single thing in.. but I am thinking that is almost the way it is going to end up being because of their lousy API there is ny way to do any kind of matching because there are multiple things with the same command prefix that are unrelated. and Z2CV for zone 2 channel volume and just plain ol CV for main zone channel volume.. but then you have Z280 for the main volume for zone 2. and ZM80 for Zone Main volume
it's really stupid.
and the zones have no input designation. like the main zone does.
the only way to go about doing this i think is going to take a long ass time and a lot of typing to make a complete command/event/description/class/container dictionary
it's either that and keep the code simple to understand and read.. or code out a way to work through all that API crap (which would lend it's self to a real hard time debugging it). but also if things are added to the API it adds to the disaster. where as if i type out the 5000 + lines for the dictionary adding things would be far easier later...
just a different way of going about it...
but I think you idea of doing the web UI would be an awesome addition as well... because I know the built in one is not up to snuff. (well so says the jibber jabber on the net)
I am still working on hammering down the best possible solution with the least amount of voodoo code but also not have to manually type every single thing in.. but I am thinking that is almost the way it is going to end up being because of their lousy API there is ny way to do any kind of matching because there are multiple things with the same command prefix that are unrelated. and Z2CV for zone 2 channel volume and just plain ol CV for main zone channel volume.. but then you have Z280 for the main volume for zone 2. and ZM80 for Zone Main volume
it's really stupid.
and the zones have no input designation. like the main zone does.
the only way to go about doing this i think is going to take a long ass time and a lot of typing to make a complete command/event/description/class/container dictionary
it's either that and keep the code simple to understand and read.. or code out a way to work through all that API crap (which would lend it's self to a real hard time debugging it). but also if things are added to the API it adds to the disaster. where as if i type out the 5000 + lines for the dictionary adding things would be far easier later...