Skip to content

Commit

Permalink
feat: add some song emotion names
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Jun 29, 2024
1 parent 2ecc275 commit eb488e8
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 additions & 1 deletion data/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/InuInu2022/cevio-casts/main/model/schema.json",
"version": "1.23.1",
"version": "1.23.2",
"casts": [
{
"id": "CTV-JPF-A",
Expand Down Expand Up @@ -945,6 +945,34 @@
"1.0.0"
],
"hasEmotions": true,
"emotions": [
{
"id": "0",
"names": [
{
"lang": "Japanese",
"display": "感情"
},
{
"lang": "English",
"display": "Emotion"
}
]
},
{
"id": "1",
"names": [
{
"lang": "Japanese",
"display": "感情"
},
{
"lang": "English",
"display": "Emotion"
}
]
}
],
"spSymbols": [
{
"id": "bounceuppitch",
Expand Down Expand Up @@ -1077,6 +1105,34 @@
"1.0.0"
],
"hasEmotions": true,
"emotions": [
{
"id": "0",
"names": [
{
"lang": "Japanese",
"display": "感情"
},
{
"lang": "English",
"display": "Emotion"
}
]
},
{
"id": "1",
"names": [
{
"lang": "Japanese",
"display": "感情"
},
{
"lang": "English",
"display": "Emotion"
}
]
}
],
"spSymbols": [
{
"id": "bounceuppitch",
Expand Down Expand Up @@ -1143,6 +1199,34 @@
"1.0.2"
],
"hasEmotions": true,
"emotions": [
{
"id": "0",
"names": [
{
"lang": "Japanese",
"display": "ラップ"
},
{
"lang": "English",
"display": "Rap"
}
]
},
{
"id": "1",
"names": [
{
"lang": "Japanese",
"display": "ラップ"
},
{
"lang": "English",
"display": "Rap"
}
]
}
],
"spSymbols": [
{
"id": "bounceuppitch",
Expand Down

0 comments on commit eb488e8

Please sign in to comment.