player filters! favourites! stats!

also, small fixes/improvements, new ryuji feature: "if in array", "if not in array"
This commit is contained in:
Jon Dough
2024-01-16 14:52:28 +05:30
parent 28aed59070
commit b2283a33f9
10 changed files with 149 additions and 22 deletions

44
host_info.json.example Normal file
View 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": []
}
}
]
}