openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.13k stars 133 forks source link

AirPlay bit flags #27

Closed systemcrash closed 3 years ago

TheSpookyCat commented 3 years ago

As mentioned in #29, I have used tested & use this and did not have any issues whatsoever.

The naming of the features is a little inconvenient and unhelpful to someone like myself who does not understand the full feature set, so if I had one thing I could change it would be that.

systemcrash commented 3 years ago

OK - I stayed as close as possible to the original bit-masks in use up until now. This PR clarifies what each bit in the masks does (hopefully), which makes changing flags much more easy and convenient for everyone.

systemcrash commented 3 years ago

As mentioned in #29, I have used tested & use this and did not have any issues whatsoever.

The naming of the features is a little inconvenient and unhelpful to someone like myself who does not understand the full feature set, so if I had one thing I could change it would be that.

OK - thanks for the data point. I'll get this mashed in for us 😄