summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/res/raw/music_consumption_example.json
blob: 0da65c32d1d492c06fc666bc650a6e6c9d892581 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "songs": [
    {
      "number": 1,
      "duration": "2:54",
      "title": "Blue Mood",
      "description": "Duke Ellington & His Famous Orchestra",
      "image": "card_image_music_01",
      "file": "track_01"
    },
    {
      "number": 2,
      "duration": "3:20",
      "title": "I Saw Stars",
      "description": "Patrick Et Son Orchestre De Danse",
      "image": "card_image_music_02",
      "file": "track_02"
    },
    {
      "number": 3,
      "duration": "2:46",
      "title": "Laura",
      "description": "Dave Brubeck Trio",
      "image": "card_image_music_03",
      "file": "track_03"
    },
    {
      "number": 4,
      "duration": "3:27",
      "title": "September Song",
      "description": "Dave Brubeck Trio",
      "image": "card_image_music_07",
      "file": "track_04"
    },
    {
      "number": 5,
      "duration": "3:46",
      "title": "Squeeze Me",
      "description": "Dave Brubeck Trio",
      "image": "card_image_music_08",
      "file": "track_05"
    },
    {
      "number": 6,
      "duration": "0:22",
      "title": "Constellation",
      "description": "Charlie Parker",
      "image": "card_image_music_09",
      "file": "track_06"
    },
    {
      "number": 7,
      "duration": "2:54",
      "title": "Satin Doll (1952)",
      "description": "Duke Ellington & His Famous Orchestra",
      "image": "card_image_music_10",
      "file": "track_07"
    },
    {
      "number": 8,
      "duration": "3:26",
      "title": "Solitude",
      "description": "Duke Ellington & His Famous Orchestra",
      "image": "card_image_music_11",
      "file": "track_08"
    },
    {
      "number": 9,
      "duration": "3:10",
      "title": "The Mooche",
      "description": "Duke Ellington & His Famous Orchestra",
      "image": "card_image_music_12",
      "file": "track_09"
    }
  ]
}