-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
126 lines (126 loc) · 3.74 KB
/
users.json
File metadata and controls
126 lines (126 loc) · 3.74 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"username": "Walter1901",
"passwordHash": "06dTlVxOLmWRnpIAa0PRfA\u003d\u003d:IAjpQAgZP4mUpIthM0HTbrkX9VzpIUTiQ3glVCQ1NFk\u003d",
"accountType": "premium",
"sharePlaylistsPublicly": true,
"playlists": [
{
"name": "Summer2025",
"type": "standard",
"songs": [
{
"title": "Tung Tung Tung Sahur",
"artist": "W W",
"album": "Various Artists",
"genre": "Mixed",
"duration": 180,
"filePath": "mp3/W W - Tung Tung Tung Sahur.mp3"
},
{
"title": "Ciel",
"artist": "GIMS",
"album": "Le Fléau",
"genre": "French Rap",
"duration": 195,
"filePath": "mp3/GIMS - Ciel (Official Lyrics Video).mp3"
},
{
"title": "NINAO",
"artist": "GIMS",
"album": "Le Fléau",
"genre": "French Rap",
"duration": 200,
"filePath": "mp3/GIMS - NINAO (Official Lyrics Vidéo).mp3"
},
{
"title": "Mussulo",
"artist": "Dj Aka-m e Dj Malvado Feat Dody",
"album": "Afro House Collection",
"genre": "Electronic",
"duration": 210,
"filePath": "mp3/Dj Aka-m e Dj Malvado Feat Dody - Mussulo.mp3"
},
{
"title": "Mood",
"artist": "Keblack",
"album": "Appartement 105",
"genre": "French R\u0026B",
"duration": 185,
"filePath": "mp3/Keblack - Mood (Clip Officiel).mp3"
},
{
"title": "Melrose Place",
"artist": "Keblack Ft. Guy2Bezbar",
"album": "Tout va bien",
"genre": "French Rap",
"duration": 220,
"filePath": "mp3/Keblack Ft. Guy2Bezbar - Melrose Place (Clip Officiel).mp3"
}
]
}
],
"followedUsers": [
"Walter"
]
},
{
"username": "Walter",
"passwordHash": "pIogrzrpB4CpHFbG8sy9Sw\u003d\u003d:eIJW5QH0fHAxgsuskBalg1tOaXE9RJLREN7ZEV2Fpnw\u003d",
"accountType": "free",
"sharePlaylistsPublicly": true,
"playlists": [
{
"name": "Summer2025",
"type": "collaborative",
"owner": "Walter",
"collaborators": [],
"songs": [
{
"title": "Mussulo",
"artist": "Dj Aka-m e Dj Malvado Feat Dody",
"album": "Afro House Collection",
"genre": "Electronic",
"duration": 210,
"filePath": "mp3/Dj Aka-m e Dj Malvado Feat Dody - Mussulo.mp3"
},
{
"title": "NINAO",
"artist": "GIMS",
"album": "Le Fléau",
"genre": "French Rap",
"duration": 200,
"filePath": "mp3/GIMS - NINAO (Official Lyrics Vidéo).mp3"
},
{
"title": "Ciel",
"artist": "GIMS",
"album": "Le Fléau",
"genre": "French Rap",
"duration": 195,
"filePath": "mp3/GIMS - Ciel (Official Lyrics Video).mp3"
},
{
"title": "Mood",
"artist": "Keblack",
"album": "Appartement 105",
"genre": "French R\u0026B",
"duration": 185,
"filePath": "mp3/Keblack - Mood (Clip Officiel).mp3"
},
{
"title": "Melrose Place",
"artist": "Keblack Ft. Guy2Bezbar",
"album": "Tout va bien",
"genre": "French Rap",
"duration": 220,
"filePath": "mp3/Keblack Ft. Guy2Bezbar - Melrose Place (Clip Officiel).mp3"
}
]
}
],
"followedUsers": [
"Walter1901"
]
}
]