mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"artist": {
|
|
"english": "{s} [artist] {artist}"
|
|
},
|
|
"album": {
|
|
"english": "{s} [album] {artist} - {album}"
|
|
},
|
|
"track": {
|
|
"english": "{s} [track] {artist} - {track} (from {album})"
|
|
}
|
|
}
|