mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
Add more dmap atoms
This commit is contained in:
parent
8dfea7dee3
commit
4db218b07d
@ -117,6 +117,7 @@ DAAP_ITEMS taglist[] = {
|
|||||||
{ 0x05, "aeAI", "com.apple.iTunes.itms-artistid" },
|
{ 0x05, "aeAI", "com.apple.iTunes.itms-artistid" },
|
||||||
{ 0x05, "aeSI", "com.apple.iTunes.itms-songid" },
|
{ 0x05, "aeSI", "com.apple.iTunes.itms-songid" },
|
||||||
{ 0x05, "aeSF", "com.apple.iTunes.itms-storefrontid" },
|
{ 0x05, "aeSF", "com.apple.iTunes.itms-storefrontid" },
|
||||||
|
|
||||||
/* iTunes 5.0+ */
|
/* iTunes 5.0+ */
|
||||||
{ 0x01, "ascr", "daap.songcontentrating" },
|
{ 0x01, "ascr", "daap.songcontentrating" },
|
||||||
{ 0x05, "f" "\x8d" "ch", "dmap.haschildcontainers" }, /* wtf - content codes says it's 1 */
|
{ 0x05, "f" "\x8d" "ch", "dmap.haschildcontainers" }, /* wtf - content codes says it's 1 */
|
||||||
@ -129,7 +130,9 @@ DAAP_ITEMS taglist[] = {
|
|||||||
{ 0x01, "MPTY", "org.mt-daapd.playlist-type" },
|
{ 0x01, "MPTY", "org.mt-daapd.playlist-type" },
|
||||||
{ 0x0C, "MAPR", "org.mt-daapd.addplaylist" },
|
{ 0x0C, "MAPR", "org.mt-daapd.addplaylist" },
|
||||||
{ 0x0C, "MAPI", "org.mt-daapd.addplaylistitem" },
|
{ 0x0C, "MAPI", "org.mt-daapd.addplaylistitem" },
|
||||||
|
{ 0x0C, "MDPR", "org.mt-daapd.delplaylist" },
|
||||||
|
{ 0x0C, "MDPI", "org.mt-daapd.delplaylistitem" },
|
||||||
|
{ 0x0C, "MEPR", "org.mt-daapd.editplaylist" },
|
||||||
{ 0x00, NULL, NULL }
|
{ 0x00, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user