ComicOPDS/test.json

88 lines
1.9 KiB
JSON
Raw Normal View History

2022-06-07 14:14:28 +02:00
[
{
2022-06-07 16:28:58 +02:00
"SQL TEST": [
{
"SQL": "(series like '%Aqua%' or series like '%girl%') and issue in ('1','2','5','10') and title not like '%Annual%'"
}
]
2022-06-07 21:07:28 +02:00
},{
"Letter 44": [
{
"title": "",
"volume": "",
"publisher": "",
"series": "Letter 44",
"issue": ""
}
]
2022-06-07 16:28:58 +02:00
},{
2022-06-07 14:14:28 +02:00
"Man 2020,2019": [
{
"title": "Man",
"volume": [
"2020",
"2019"
],
"publisher": "",
"series": "",
"issue": ""
}
]
},
{
2022-06-07 16:28:58 +02:00
"DC (BAT)": [
{
"title": "",
"volume": "",
"publisher": "DC Comics",
"series": "Bat",
"issue": ""
}
]
},{
"Marvel": [
{
"title": "",
"volume": "",
"publisher": "marvel",
"series": "",
"issue": ""
}
]
},
2022-06-07 14:14:28 +02:00
{
"Girl": [
{
"title": ["girl","man","World"],
2022-06-07 14:14:28 +02:00
"volume": "",
"publisher": "",
"series": "girl",
"issue": ""
}
]
},
{
"Aquaman": [
{
"title": "",
"volume": "",
"publisher": "",
"series": "aquaman",
"issue": ["2","3","5","10","22"]
}
]
}
,
{
"Girl series": [
{
"title": "",
"volume": "",
"publisher": "",
"series": "girl",
"issue": "2"
}
]
}
]