-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdata.json
More file actions
71 lines (71 loc) · 2.53 KB
/
Copy pathdata.json
File metadata and controls
71 lines (71 loc) · 2.53 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
{
"profile": {
"name": "Your Name",
"bio": "Digital creator & content curator. Welcome to my online space where I share my passions and connect with you!",
"image": "YOUR_PROFILE_IMAGE_URL_HERE"
},
"links": [
{
"title": "Instagram",
"url": "https://instagram.com/yourusername",
"icon": "fab fa-instagram"
},
{
"title": "Twitter",
"url": "https://twitter.com/yourusername",
"icon": "fab fa-twitter"
},
{
"title": "YouTube",
"url": "https://youtube.com/yourchannel",
"icon": "fab fa-youtube"
},
{
"title": "Website",
"url": "https://yourwebsite.com",
"icon": "fas fa-globe"
},
{
"title": "TikTok",
"url": "https://tiktok.com/@yourusername",
"icon": "fab fa-tiktok"
},
{
"title": "Pinterest",
"url": "https://pinterest.com/yourusername",
"icon": "fab fa-pinterest"
},
{
"title": "GitHub",
"url": "https://github.com/yourusername",
"icon": "fab fa-github"
},
{
"title": "LinkedIn",
"url": "https://linkedin.com/in/yourusername",
"icon": "fab fa-linkedin"
}
],
"music": {
"title": "Your Song Title",
"artist": "Artist Name",
"albumArt": "YOUR_ALBUM_ART_URL_HERE",
"audioFile": "YOUR_AUDIO_FILE_URL.mp3",
"duration": 180,
"timeSync": [
{ "time": 0, "text": "Intro music..." },
{ "time": 5, "text": "First verse line 1\nBaris terjemahan" },
{ "time": 10, "text": "First verse line 2\nBaris terjemahan" },
{ "time": 15, "text": "First verse line 3\nBaris terjemahan" },
{ "time": 20, "text": "First verse line 4\nBaris terjemahan" },
{ "time": 25, "text": "Pre-chorus line 1\nBaris terjemahan" },
{ "time": 30, "text": "Pre-chorus line 2\nBaris terjemahan" },
{ "time": 35, "text": "Chorus line 1\nBaris terjemahan" },
{ "time": 40, "text": "Chorus line 2\nBaris terjemahan" },
{ "time": 45, "text": "Chorus line 3\nBaris terjemahan" },
{ "time": 50, "text": "Chorus line 4\nBaris terjemahan" },
{ "time": 55, "text": "Post-chorus\nBaris terjemahan" },
{ "time": 60, "text": "Second verse line 1\nBaris terjemahan" }
]
}
}