By @KasaiDot
I think about a sort of update for the site.
With any season, we have new shows, but leftovers too, right?
Why did we didn't show that?
we must think about a feature for it.
for me it's look like that:
{
"name": "name",
"group": "fansub group",
"lbl_tv": "TV",
"lbl_ova": "OAV/ONA/Special",
"lbl_movie": "Movie",
"message": "This list is empty! <br>Don't hesitate to submit a PR.",
"tv": [{
"name": "Anime A",
"image": "URL from MAL of the Anime A",
"group": [{
"status": "release",
"detail": [{
"name": "SUBS 1",
"url": "URL of the SUBS 1"
}]
}]
}, {
"name": "Anime B",
"image": "URL from MAL of the Anime B",
"group": [{
"status": "simulcast",
"detail": [{
"name": "simulcast 2",
"url": "URL of the simulcast 2"
}]
}, {
"status": "dropped",
"detail": [{
"name": "fansub drop 1"
}, {
"name": "fansub drop 2 in co-subbing with fansub drop 1",
"url": "and its URL"
}]
}]
}],
"ova": [{
"name": "Anime C",
"image": "URL from MAL of the Anime C",
"group": [{
"status": "release",
"detail": [{
"name": "SUBS 1",
"url": "URL of the SUBS 1"
}, {
"name": "SUBS 2 in co-subbing with SUBS 1"
}]
}]
}, {
"name": "Anime D",
"image": "URL from MAL of the Anime D",
"group": [{
"status": "planned",
"detail": [{
"name": "fansub plan 4"
}]
}, {
"status": "simulcast",
"detail": [{
"name": "simulcast 3"
}]
}]
}],
"movie": [{
"name": "movie 1",
"image": "URL from MAL of the movie 1",
"group": [{
"status": "release",
"detail": [{
"name": "release group 1",
"url": "URL of the release group 1"
}]
}]
}, {
"name": "movie 2",
"image": "URL from MAL of the movie 2",
"group": [{
"status": "release",
"detail": [{
"name": "fansub D"
}]
}]
}],
"leftlovers": [{
"name": "leftover 2",
"image": "URL from MAL of the leftlover 2",
"group": [{
"status": "release",
"detail": [{
"name": "fansub D"
}]
}]
}]
}
what did you think about it?
Maybe it's better if it's in the "tv" tag?
By @KasaiDot
I think about a sort of update for the site.
With any season, we have new shows, but leftovers too, right?
Why did we didn't show that?
we must think about a feature for it.
for me it's look like that:
{ "name": "name", "group": "fansub group", "lbl_tv": "TV", "lbl_ova": "OAV/ONA/Special", "lbl_movie": "Movie", "message": "This list is empty! <br>Don't hesitate to submit a PR.", "tv": [{ "name": "Anime A", "image": "URL from MAL of the Anime A", "group": [{ "status": "release", "detail": [{ "name": "SUBS 1", "url": "URL of the SUBS 1" }] }] }, { "name": "Anime B", "image": "URL from MAL of the Anime B", "group": [{ "status": "simulcast", "detail": [{ "name": "simulcast 2", "url": "URL of the simulcast 2" }] }, { "status": "dropped", "detail": [{ "name": "fansub drop 1" }, { "name": "fansub drop 2 in co-subbing with fansub drop 1", "url": "and its URL" }] }] }], "ova": [{ "name": "Anime C", "image": "URL from MAL of the Anime C", "group": [{ "status": "release", "detail": [{ "name": "SUBS 1", "url": "URL of the SUBS 1" }, { "name": "SUBS 2 in co-subbing with SUBS 1" }] }] }, { "name": "Anime D", "image": "URL from MAL of the Anime D", "group": [{ "status": "planned", "detail": [{ "name": "fansub plan 4" }] }, { "status": "simulcast", "detail": [{ "name": "simulcast 3" }] }] }], "movie": [{ "name": "movie 1", "image": "URL from MAL of the movie 1", "group": [{ "status": "release", "detail": [{ "name": "release group 1", "url": "URL of the release group 1" }] }] }, { "name": "movie 2", "image": "URL from MAL of the movie 2", "group": [{ "status": "release", "detail": [{ "name": "fansub D" }] }] }], "leftlovers": [{ "name": "leftover 2", "image": "URL from MAL of the leftlover 2", "group": [{ "status": "release", "detail": [{ "name": "fansub D" }] }] }] }what did you think about it?
Maybe it's better if it's in the
"tv"tag?