mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
Add comments pertaining to the type, codectype and description fields
Better document the type, codectype and description fields, noting they equivalent DAAP fields and usage/restrictions.
This commit is contained in:
parent
10037ff7cf
commit
8dce7ee0f3
@ -68,7 +68,7 @@ typedef struct media_file_info {
|
||||
char *album; /* TALB */
|
||||
char *genre; /* TCON */
|
||||
char *comment; /* COMM */
|
||||
char *type;
|
||||
char *type; /* daap.songformat */
|
||||
char *composer; /* TCOM */
|
||||
char *orchestra; /* TPE2 */
|
||||
char *conductor; /* TPE3 */
|
||||
@ -101,8 +101,9 @@ typedef struct media_file_info {
|
||||
uint32_t got_id3;
|
||||
uint32_t id;
|
||||
|
||||
char *description; /* long file type */
|
||||
char *description; /* daap.songdescription */
|
||||
char *codectype; /* song.codectype */
|
||||
/* codectype will be encoded as a short int, no more than 4 chars */
|
||||
|
||||
uint32_t item_kind; /* song or movie */
|
||||
uint32_t data_kind; /* dmap.datakind (asdk) */
|
||||
|
Loading…
Reference in New Issue
Block a user