aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/assets/media_items/album_art/art_nodes.json
blob: 434ed238d06670fd6c63da2f4d525c9e0cad10d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "FLAGS": "browsable",
  "BROWSABLE_HINT": "LIST",

  "METADATA": {
    "MEDIA_ID": "album_art/art_nodes",
    "DISPLAY_TITLE": "Album Art"
  },

  "CHILDREN": [
    {
      "FLAGS": "browsable",
      "PLAYABLE_HINT": "GRID",
      "METADATA": {
        "MEDIA_ID": "album_art/art_nodes nature 64",
        "DISPLAY_TITLE": "Nature 64"
      },
      "INCLUDE":"media_items/album_art/nature/art_nature_64.json"
    },
    {
      "FLAGS": "browsable",
      "PLAYABLE_HINT": "GRID",
      "METADATA": {
        "MEDIA_ID": "album_art/art_nodes nature 128",
        "DISPLAY_TITLE": "Nature 128"
      },
      "INCLUDE":"media_items/album_art/nature/art_nature_128.json"
    },
    {
      "FLAGS": "browsable",
      "PLAYABLE_HINT": "GRID",
      "METADATA": {
        "MEDIA_ID": "album_art/art_nodes nature 256",
        "DISPLAY_TITLE": "Nature 256"
      },
      "INCLUDE":"media_items/album_art/nature/art_nature_256.json"
    },
    {
      "FLAGS": "browsable",
      "PLAYABLE_HINT": "GRID",
      "METADATA": {
        "MEDIA_ID": "album_art/art_nodes nature 512",
        "DISPLAY_TITLE": "Nature 512"
      },
      "INCLUDE":"media_items/album_art/nature/art_nature_512.json"
    },
    {
      "FLAGS": "browsable",
      "PLAYABLE_HINT": "GRID",
      "METADATA": {
        "MEDIA_ID": "album_art/art_nodes nature 1024",
        "DISPLAY_TITLE": "Nature 1024"
      },
      "INCLUDE":"media_items/album_art/nature/art_nature_1024.json"
    }
  ]
}