mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
feat: Adds Audio Channel Metadata - #1036
This commit is contained in:
parent
0079a9b938
commit
e12a14a87d
14 changed files with 115 additions and 12 deletions
|
@ -27,6 +27,7 @@ type MediaFile struct {
|
|||
Suffix string `structs:"suffix" json:"suffix"`
|
||||
Duration float32 `structs:"duration" json:"duration"`
|
||||
BitRate int `structs:"bit_rate" json:"bitRate"`
|
||||
Channels int `structs:"channels" json:"channels"`
|
||||
Genre string `structs:"genre" json:"genre"`
|
||||
Genres Genres `structs:"-" json:"genres"`
|
||||
FullText string `structs:"full_text" json:"fullText"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue