aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/assets/media_items/untagged.json
blob: fd8f5f52eadc91d6d6b504cec465c2eabde06426 (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
{
  "FLAGS": "browsable",

  "METADATA": {
    "MEDIA_ID": "untagged",
    "DISPLAY_TITLE": "Untagged media items"
  },

  "CHILDREN": [
    {
      "METADATA": {
        "MEDIA_ID": "untagged normal 10s song",
        "DISPLAY_TITLE": "A normal 10s song with a long title. A normal 10s song with a long title. A normal 10s song with a long title. ",
        "DURATION": 10000
      }
    },
    {
      "METADATA": {
        "MEDIA_ID": "untagged normal 1H song",
        "DISPLAY_TITLE": "A normal 1H song",
        "ARTIST": "Artist",
        "ALBUM":"Album",
        "DURATION": 3600000
      }
    }
  ]
}