HIRES naming inconsistency
Closed this issue · 4 comments
exislow commented
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:
tehkillerbee commented
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.
exislow commented
Thanks for clarification. Can properly align the names? May I get you a PR?
tehkillerbee commented
Sure, PR is very welcome!
exislow commented
Got you a PR.