mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-13 21:12:56 -04:00
Return TV metadata in DMAP response
This commit is contained in:
parent
66716841ea
commit
000e13b7ee
@ -300,18 +300,19 @@ static struct dmap_field_map dmap_fields[] =
|
||||
{ 0, DMAP_TYPE_BYTE, "aePP", "com.apple.itunes.is-podcast-playlist",
|
||||
-1, -1 },
|
||||
{ 0, DMAP_TYPE_BYTE, "aeMK", "com.apple.itunes.mediakind",
|
||||
-1, -1 },
|
||||
dbmfi_offsetof(media_kind), -1 },
|
||||
{ 0, DMAP_TYPE_BYTE, "aeMk", "com.apple.itunes.mediakind.lower",
|
||||
dbmfi_offsetof(media_kind), -1 },
|
||||
{ 0, DMAP_TYPE_STRING, "aeSN", "com.apple.itunes.series-name",
|
||||
-1, -1 },
|
||||
dbmfi_offsetof(tv_series_name),-1 },
|
||||
{ 0, DMAP_TYPE_STRING, "aeNN", "com.apple.itunes.network-name",
|
||||
-1, -1 },
|
||||
dbmfi_offsetof(tv_network_name),-1 },
|
||||
{ 0, DMAP_TYPE_STRING, "aeEN", "com.apple.itunes.episode-num-str",
|
||||
-1, -1 },
|
||||
dbmfi_offsetof(tv_episode_num_str),-1 },
|
||||
{ 0, DMAP_TYPE_INT, "aeES", "com.apple.itunes.episode-sort",
|
||||
-1, -1 },
|
||||
dbmfi_offsetof(tv_episode_sort),-1 },
|
||||
{ 0, DMAP_TYPE_INT, "aeSU", "com.apple.itunes.season-num",
|
||||
-1, -1 },
|
||||
|
||||
dbmfi_offsetof(tv_season_num), -1 },
|
||||
{ 0, 0, "", NULL,
|
||||
-1, -1 }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user