EbbLabs/python-tidal

HIRES naming inconsistency

Closed this issue · 4 comments

As discussed in this issue #255 TIDAL itself uses HI_RES but tidalapi still uses HIRES, despite the intention to change it to HI_RES (see #255 (comment)).

Was #255 closed on purpose without without renaming every occurrence of HIRES to HI_RES? Just asking to make sure, if I missed something.

References:

Yes, the intention was to change the naming so it corresponds to the naming used by tidal. But perhaps I overlooked some of them as I was mainly concerned about making sure the names followed python naming conventions.

Thanks for clarification. Can properly align the names? May I get you a PR?

Sure, PR is very welcome!

Got you a PR.