Skip to content

Commit 44d4071

Browse files
authored
Merge pull request #228 from rdswift/artist_country_variables
PICARD-3055: Add new `_albumartists_countries` and `_artists_countries` variables
2 parents d53c736 + ffa1a9a commit 44d4071

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

variables/variables_basic.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,18 @@ Some variables provide the :index:`MusicBrainz Identifier (MBID) <identifier; mu
2323

2424
A multi-value variable containing the names of the album's artists. These could be either "standardized" or "as credited" depending on whether the "Use standardized artist names" metadata option is enabled. (*since Picard 1.3*)
2525

26+
**_albumartists_countries**
27+
28+
A multi-value variable containing the country codes for all of the credited album artists, in the same order as the artists. Duplicate country codes will be shown if there are more than one artist from the same country. If a country code is not provided by the webservice the code "XX" will be used to indicate an unknown country. For example, if the first credited artist is from Great Britain and there are two other credited artists from Canada, the value would be "GB; CA; CA".
29+
2630
**_albumartists_sort**
2731

2832
A multi-value variable containing the sort names of the album's artists. (*since Picard 1.3*)
2933

34+
**_artists_countries**
35+
36+
A multi-value variable containing the country codes for all of the credited track artists, in the same order as the artists. Duplicate country codes will be shown if there are more than one artist from the same country. If a country code is not provided by the webservice the code "XX" will be used to indicate an unknown country. For example, if the first credited artist is from Great Britain and there are two other credited artists from Canada, the value would be "GB; CA; CA".
37+
3038
**_artists_sort**
3139

3240
A multi-value variable containing the sort names of the track's artists. (*since Picard 1.3*)

0 commit comments

Comments
 (0)