player filters! favourites! stats!
also, small fixes/improvements, new ryuji feature: "if in array", "if not in array"
This commit is contained in:
44
host_info.json.example
Normal file
44
host_info.json.example
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"listings": [
|
||||
{
|
||||
"name": "senpai-wa-otokonoko",
|
||||
"type": "manga",
|
||||
"favourites": {
|
||||
"listing": true,
|
||||
"chapters": ["c001"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "shiitake-simulation",
|
||||
"type": "manga"
|
||||
},
|
||||
{
|
||||
"name": "bocchi-the-boulder",
|
||||
"type": "anime",
|
||||
"favourites": {
|
||||
"listing": true,
|
||||
"chapters": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "yoroshiku",
|
||||
"type": "music"
|
||||
},
|
||||
{
|
||||
"name": "not-buna",
|
||||
"type": "music",
|
||||
"favourites": {
|
||||
"listing": false,
|
||||
"chapters": ["aira"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "arizona-philips",
|
||||
"type": "music",
|
||||
"favourites": {
|
||||
"listing": true,
|
||||
"chapters": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user