google / python-temescal

Python control for LG speaker systems
Apache License 2.0
22 stars 17 forks source link

New equalizer setting #2

Closed teldri closed 4 years ago

teldri commented 4 years ago

I´ve been playing around with this library and a "LG SL10YG" soundbar. Seems like LG added another equalizer setting, setting number 18. In the LG soundbar app it´s called "DTS:X" (not to confuse with "DTS Virtual:X" ...)

equalisers = ["Standard", "Bass", "Flat", "Boost", "Treble and Bass", "User", "Music", "Cinema", "Night", "News", "Voice", "ia_sound", "Adaptive Sound Control", "Movie", "Bass Blast", "Dolby Atmos", "DTS Virtual X", "Bass Boost Plus"]

should be extended to something like that:

equalisers = ["Standard", "Bass", "Flat", "Boost", "Treble and Bass", "User", "Music", "Cinema", "Night", "News", "Voice", "ia_sound", "Adaptive Sound Control", "Movie", "Bass Blast", "Dolby Atmos", "DTS Virtual X", "Bass Boost Plus", "DTS X"]

Would have made a quick pull request but reading and creating that CLA whatever something stopped me.

Would be nice to see that new equalizer setting implemented.

mjg59 commented 4 years ago

Merged in #3 , thanks!