node-hdhomerun icon indicating copy to clipboard operation
node-hdhomerun copied to clipboard

Project Status

Open chrisbroome opened this issue 7 years ago • 1 comments

I just wanted to see what the status of this project is. I see that @geertbongers made some updates to recognize newer tags. I had actually made the same updates in my fork, but in a more intrusive manner. Specifically I did the following:

  • switched var to const and let in files I touched
  • switched test framework from nodeunit to Jest
  • remove usage of globals in /protocol/protocol.js in favor defining them as constants (in a new file, /protocol/packet.js) and and actually exporting them
  • added support for tag 0x27 (39) as lineup_url

At this point, I think it makes the most sense to merge @geertbongers/master changes to be merged first. After that, I can easily add the lineup_url changes in a way that keeps with the current style.

More long term, what are the plans for maintaining this repo? I personally would like to make some of the changes I listed above, but I'm not going to do that only to have the core repo change out from under me. I'd love to hear your thoughts on this.

Finally, thanks for all your hard work on this. You definitely did all the heavy lifting here.

chrisbroome avatar Sep 16 '17 19:09 chrisbroome

Feel free to make whatever changes you like, and I'll merge them. It may make sense in the long run to hand over ownership of the npm package if you're open to that. I don't have any plans to continue work on this project myself.

mharsch avatar Sep 18 '17 12:09 mharsch