הרכב מוזיקלי
סוג שם: MusicGroup
מרחיב את PerformingGroup
שם |
סוג |
תיאור |
album |
אלבום מוזיקה |
אלבום מוזיקה. |
אלבומים |
אלבום מוזיקה |
אוסף של אלבומי מוזיקה. |
ז'אנר |
טקסט |
הז'אנר של היצירה או הקבוצה של הקריאייטיבים. |
חבר בלהקה |
אדם |
חברי להקת מוזיקה — לדוגמה, ג'ון, פול, ג'ורג' או רינגו. |
'מסלול' |
ItemList או MusicRecording |
הקלטת מוזיקה (טראק) – בדרך כלל שיר אחד. אם מוקצית רשימת פריטים, הרשימה צריכה להכיל פריטים מסוג MusicRecording. |
מסלולים |
הקלטת מוזיקה |
הקלטת מוזיקה (טראק) – בדרך כלל שיר אחד. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-04 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]