מוזיקה
סוג שם: MusicRelease
מרחיב את MusicPlaylist
שם |
סוג |
תיאור |
CatalogNumber |
טקסט |
מספר הקטלוג של פריט התוכן. |
מיוחס |
ארגון או אדם |
הקבוצה שאליה מיוחסים פריט התוכן הזה אם היא שונה מהאומנית. לדוגמה, 'אדום וכחול' מיוחסת ל'להקה של סטפני גרמנטה', אבל לליידי גאגא. |
משך |
משך הקורס |
משך הזמן של הפריט (סרט, הקלטת אודיו, אירוע וכו') בפורמט תאריך ISO 8601. |
musicReleaseFormat |
MusicReleaseFormatType |
הפורמט של הגרסה הזו (סוג מדיית ההקלטה שבה נעשה שימוש, למשל: דיסק קומפקטי, מדיה דיגיטלית, LP וכו'). |
תווית |
ארגון |
התווית שהנפיקה את הגרסה. |
שחרור |
אלבום מוזיקה |
האלבום שהוא הפצה שלו. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-04 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-04 (שעון UTC)."],[[["`MusicRelease` extends `MusicPlaylist` and stores information about a specific music release, such as an album or single."],["It includes details like catalog number, release format, record label, and the album it is a release of."],["`MusicRelease` can specify the artist or group credited for the release, which might differ from the performer."],["It also provides the duration of the release and allows linking to the associated album using the `releaseOf` property."]]],["The `MusicRelease` type, extending `MusicPlaylist`, details information about a music release. Key data includes the release's `catalogNumber`, `creditedTo` (organization or person), and `duration` in ISO 8601 format. It also specifies the `musicReleaseFormat` (e.g., CD, digital), the `recordLabel`, and the `releaseOf`, referencing the associated `MusicAlbum`. These fields provide comprehensive details about the specific version of the music release.\n"]]