mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add more OpenSubsonic fields
- mediaType - musicBrainzId (Child)
This commit is contained in:
parent
f0e25c251d
commit
f580c5b8bc
25 changed files with 115 additions and 74 deletions
|
@ -15,14 +15,6 @@
|
|||
"track": 1,
|
||||
"year": 1985,
|
||||
"genre": "Rock",
|
||||
"genres": [
|
||||
{
|
||||
"name": "rock"
|
||||
},
|
||||
{
|
||||
"name": "progressive"
|
||||
}
|
||||
],
|
||||
"coverArt": "1",
|
||||
"size": 8421341,
|
||||
"contentType": "audio/flac",
|
||||
|
@ -33,8 +25,18 @@
|
|||
"duration": 146,
|
||||
"bitRate": 320,
|
||||
"isVideo": false,
|
||||
"mediaType": "song",
|
||||
"musicBrainzId": "4321",
|
||||
"bpm": 127,
|
||||
"comment": "a comment"
|
||||
"comment": "a comment",
|
||||
"genres": [
|
||||
{
|
||||
"name": "rock"
|
||||
},
|
||||
{
|
||||
"name": "progressive"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"id": "1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue