mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-14 19:32:23 +00:00
sync
This commit is contained in:
@@ -64,15 +64,7 @@ in {
|
|||||||
return f' [{atype}]'
|
return f' [{atype}]'
|
||||||
'';
|
'';
|
||||||
first_artist = "albumartist.split(', ',1)[0:1][0]";
|
first_artist = "albumartist.split(', ',1)[0:1][0]";
|
||||||
|
|
||||||
clean_albumtype = ''
|
|
||||||
raw_type = album.get('MUSICBRAINZ_ALBUMTYPE', '')
|
|
||||||
if '; ' in raw_type:
|
|
||||||
return raw_type.replace('; ', '')
|
|
||||||
return raw_type
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
albumtypes = {
|
albumtypes = {
|
||||||
bracket = "[]";
|
bracket = "[]";
|
||||||
|
|||||||
Reference in New Issue
Block a user