1{ 2 "FLAGS": "browsable", 3 "BROWSABLE_HINT": "GRID_CATEGORY", 4 5 "METADATA": { 6 "MEDIA_ID": "album_art/art_nodes", 7 "DISPLAY_TITLE": "Album Art" 8 }, 9 10 "CHILDREN": [ 11 { 12 "FLAGS": "browsable", 13 "PLAYABLE_HINT": "GRID", 14 "METADATA": { 15 "MEDIA_ID": "album_art/art_nodes nature 64", 16 "DISPLAY_TITLE": "Nature 64" 17 }, 18 "INCLUDE":"media_items/album_art/nature/art_nature_64.json" 19 }, 20 { 21 "FLAGS": "browsable", 22 "PLAYABLE_HINT": "GRID", 23 "METADATA": { 24 "MEDIA_ID": "album_art/art_nodes nature 128", 25 "DISPLAY_TITLE": "Nature 128" 26 }, 27 "INCLUDE":"media_items/album_art/nature/art_nature_128.json" 28 }, 29 { 30 "FLAGS": "browsable", 31 "PLAYABLE_HINT": "GRID", 32 "METADATA": { 33 "MEDIA_ID": "album_art/art_nodes nature 256", 34 "DISPLAY_TITLE": "Nature 256" 35 }, 36 "INCLUDE":"media_items/album_art/nature/art_nature_256.json" 37 }, 38 { 39 "FLAGS": "browsable", 40 "PLAYABLE_HINT": "GRID", 41 "METADATA": { 42 "MEDIA_ID": "album_art/art_nodes nature 512", 43 "DISPLAY_TITLE": "Nature 512" 44 }, 45 "INCLUDE":"media_items/album_art/nature/art_nature_512.json" 46 }, 47 { 48 "FLAGS": "browsable", 49 "PLAYABLE_HINT": "GRID", 50 "METADATA": { 51 "MEDIA_ID": "album_art/art_nodes nature 1024", 52 "DISPLAY_TITLE": "Nature 1024" 53 }, 54 "INCLUDE":"media_items/album_art/nature/art_nature_1024.json" 55 }, 56 { 57 "FLAGS": "browsable", 58 "PLAYABLE_HINT": "GRID", 59 "METADATA": { 60 "MEDIA_ID": "album_art/art_nodes nature files", 61 "DISPLAY_TITLE": "Nature files" 62 }, 63 "INCLUDE":"media_items/album_art/nature/art_nature_files.json" 64 }, 65 { 66 "FLAGS": "browsable", 67 "PLAYABLE_HINT": "GRID", 68 "METADATA": { 69 "MEDIA_ID": "album_art/art_nodes nature self updating", 70 "DISPLAY_TITLE": "Nature self updating" 71 }, 72 "SELF_UPDATE_MS": "2000", 73 "INCLUDE":"media_items/album_art/nature/art_nature_512.json" 74 } 75 ] 76}