Skip to content

Commit bd2c317

Browse files
Merge pull request #69 from dstaley/ds.fix/metadata-properties
2 parents 1cde0b4 + a132122 commit bd2c317

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/paths/library/metadata/[ratingKey]/get-meta-data-by-rating-key.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@ get:
8484
librarySectionKey:
8585
type: string
8686
example: /library/sections/1
87+
grandparentTitle:
88+
type: string
89+
description: The name of the album artist for the track when audio, and the name of the TV show for the episode when video.
90+
parentTitle:
91+
type: string
92+
description: The name of the album for the track when audio, and the name of the season for the episode when TV show.
93+
originalTitle:
94+
type: string
95+
description: The orginal untranslated name of the media item when non-english.
96+
index:
97+
type: integer
98+
description: The index starting from 0 of this media item in the MetaData array.
99+
parentIndex:
100+
type: integer
101+
description: The parent index starting from 0 of this media item in the parent MetaData array.
87102
contentRating:
88103
type: string
89104
example: PG-13

0 commit comments

Comments
 (0)