Currently if label area is set to a city, there's no way to return the country information, MusicBrainz doesn't supply it. What could work and I saw someone recommending it on some forums, is to walk up the area tree from the city location to the country location and get the country.
Is this something that we're interested doing inside of this library? If yes, I already have a working code and I can contribute it here, making it possible for me to entirely migrate my own projects towards this library.
If not, I will also understand it. After all, such lookup is a bit more than just a set of bindings over the REST API, which is what this library currently is.
Currently if label area is set to a city, there's no way to return the country information, MusicBrainz doesn't supply it. What could work and I saw someone recommending it on some forums, is to walk up the area tree from the city location to the country location and get the country.
Is this something that we're interested doing inside of this library? If yes, I already have a working code and I can contribute it here, making it possible for me to entirely migrate my own projects towards this library.
If not, I will also understand it. After all, such lookup is a bit more than just a set of bindings over the REST API, which is what this library currently is.