Grupa muzyczna
Nazwa typu: MusicGroup
Rozszerza element PerformingGroup
Nazwa |
Typ |
Opis |
album |
Album |
Album muzyczny |
albumy |
Album |
Kolekcja albumów muzycznych. |
Gatunek |
tekstowy. |
Gatunek utworu lub grupy kreacji. |
członek_grupy_muzycznej |
Person |
być członkiem grupy muzycznej, na przykład Jan, Paweł, Jerzy lub Ringo. |
monitoruj |
ItemList lub MusicRecording |
Nagranie muzyczne (utwór) – zwykle jest to jeden utwór. Jeśli element ItemList jest podany, lista powinna zawierać elementy typu MusicRecording. |
trasy |
Nagrywanie muzyki |
Nagranie muzyczne (utwór) – zwykle jest to jeden utwór. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-04 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-04 UTC."],[[["`MusicGroup` extends the `PerformingGroup` type and provides properties specific to musical groups."],["It includes details like albums, genre, members (`musicGroupMember`), and individual tracks or a collection of tracks."],["Tracks can be represented using `MusicRecording` for single songs or `ItemList` for a collection of `MusicRecording` items."],["Key properties include `album`, `albums`, `genre`, `musicGroupMember`, `track`, and `tracks`, providing comprehensive information about the music group."]]],["The `MusicGroup` type, extending `PerformingGroup`, includes properties for describing musical entities. Key information includes `album` and `albums` to define music albums. `genre` specifies the music genre. `musicGroupMember` details individual members, while `track` and `tracks` properties provide ways to list individual music recordings, using `MusicRecording` types or an `ItemList` of `MusicRecording` instances.\n"]]