ComicOPDS/test.json

130 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2022-06-07 14:14:28 +02:00
[
{
2023-01-19 22:22:04 +01:00
"Amazons": [
2022-06-07 16:28:58 +02:00
{
2023-01-19 22:22:04 +01:00
"SQL": "(series = 'Nubia & the Amazons' and issue in ('1','2','3','4','5','6')) or (series like 'Trial of the Amazons%' and issue in ('1','2')) or (series = 'Wonder Woman' and issue in ('785','786','787'))"
2022-06-07 16:28:58 +02:00
}
]
2023-01-19 22:22:04 +01:00
},
{
2022-06-07 21:07:28 +02:00
"Letter 44": [
{
"title": "",
"volume": "",
"publisher": "",
"series": "Letter 44",
"issue": ""
}
]
2023-01-19 22:22:04 +01:00
},
{
"Man 2020 or 2019": [
2022-06-07 14:14:28 +02:00
{
"title": "Man",
"volume": [
"2020",
"2019"
],
"publisher": "",
"series": "",
"issue": ""
}
]
2023-01-19 22:22:04 +01:00
},
{
"DC BAT": [
2022-06-07 16:28:58 +02:00
{
"title": "",
"volume": "",
"publisher": "DC Comics",
2023-01-19 22:22:04 +01:00
"series": "Bat",
2022-06-07 16:28:58 +02:00
"issue": ""
}
]
2023-01-19 22:22:04 +01:00
},
{
"Marvel": [
{
"title": "",
"volume": "",
"publisher": "marvel",
"series": "",
"issue": ""
}
]
2023-01-19 22:22:04 +01:00
},
{
2022-06-07 14:14:28 +02:00
"Girl": [
{
2023-01-19 22:22:04 +01:00
"title": [
"girl",
"man",
"World"
],
2022-06-07 14:14:28 +02:00
"volume": "",
"publisher": "",
"series": "girl",
"issue": ""
}
]
2023-01-19 22:22:04 +01:00
},
{
2023-01-15 10:37:05 +01:00
"number 1": [
2022-06-07 14:14:28 +02:00
{
"title": "",
"volume": "",
"publisher": "",
2023-01-15 10:37:05 +01:00
"series": "",
2023-01-19 22:22:04 +01:00
"issue": [
"1"
]
2023-01-15 10:37:05 +01:00
}
]
2023-01-19 22:22:04 +01:00
},
2023-01-15 10:37:05 +01:00
{
"Aquaman": [
{
2023-01-19 22:22:04 +01:00
"title": [
"Tyrant King",
"The Deluge Act Three",
"Warhead Part One",
"Black Mantra"
],
2023-01-15 10:37:05 +01:00
"volume": "",
"publisher": "",
"series": "",
"issue": ""
2022-06-07 14:14:28 +02:00
}
]
2023-01-19 22:22:04 +01:00
},
2022-06-07 14:14:28 +02:00
{
2023-01-19 22:22:04 +01:00
"2020-2022 DC Comics": [
2022-06-07 14:14:28 +02:00
{
"title": "",
2023-01-19 22:22:04 +01:00
"volume": [
"2020",
"2022"
],
"publisher": "DC Comics",
"series": [
"Batman",
"Detective Comics"
],
"issue": "",
"limit": 50
}
]
},
{
"New Series 2023": [
{
"title": "",
"volume": "2023",
2022-06-07 14:14:28 +02:00
"publisher": "",
2023-01-19 22:22:04 +01:00
"series": "",
"issue": "1",
"limit": 30
2022-06-07 14:14:28 +02:00
}
]
}
2023-01-19 22:22:04 +01:00
]