feat: multilanguage album type parsing

- new album types: Audiobook, Show
This commit is contained in:
ThetaDev 2022-11-01 18:10:28 +01:00
parent abfd630a04
commit 45e2d3c7c7
15 changed files with 2354 additions and 32 deletions

View file

@ -9,7 +9,7 @@ MusicAlbum(
cover: "[cover]",
artists: [],
artists_txt: "George Orwell & Dirk Jacobs",
album_type: Album,
album_type: Audiobook,
year: Some(2022),
by_va: false,
tracks: [

View file

@ -14,7 +14,7 @@ MusicAlbum(
),
],
artists_txt: "Kingdom Force",
album_type: Album,
album_type: Show,
year: Some(2022),
by_va: false,
tracks: [