diff --git a/plugins/multisrc/madara/filters/novelninja.json b/plugins/multisrc/madara/filters/novelninja.json new file mode 100644 index 000000000..459807004 --- /dev/null +++ b/plugins/multisrc/madara/filters/novelninja.json @@ -0,0 +1,160 @@ +{ + "filters": { + "genre[]": { + "type": "Checkbox", + "label": "Genre", + "value": [], + "options": [ + { + "label": "Action", + "value": "action" + }, + { + "label": "Adventure", + "value": "adventure" + }, + { + "label": "Childhood Friend", + "value": "childhood-friend" + }, + { + "label": "Comedy", + "value": "comedy" + }, + { + "label": "Drama", + "value": "drama" + }, + { + "label": "Economic Thriller", + "value": "economic-thriller" + }, + { + "label": "Fantasy", + "value": "fantasy" + }, + { + "label": "Harem", + "value": "harem" + }, + { + "label": "Isekai", + "value": "isekai" + }, + { + "label": "Kingdom Buidling", + "value": "kingdom-buidling" + }, + { + "label": "Otome Game", + "value": "otome-game" + }, + { + "label": "Production / Producer", + "value": "production-producer" + }, + { + "label": "Reincarnation", + "value": "reincarnation" + }, + { + "label": "Romance", + "value": "romance" + }, + { + "label": "School Life", + "value": "school-life" + }, + { + "label": "Sci-Fi", + "value": "sci-fi" + }, + { + "label": "Slice of Life", + "value": "slice-of-life" + } + ] + }, + "op": { + "type": "Switch", + "label": "having all selected genres", + "value": false + }, + "author": { + "type": "Text", + "label": "Author", + "value": "" + }, + "artist": { + "type": "Text", + "label": "Artist", + "value": "" + }, + "release": { + "type": "Text", + "label": "Year of Released", + "value": "" + }, + "adult": { + "type": "Picker", + "label": "Adult content", + "value": "", + "options": [ + { + "label": "All", + "value": "" + }, + { + "label": "None adult content", + "value": "0" + }, + { + "label": "Only adult content", + "value": "1" + } + ] + }, + "status[]": { + "type": "Checkbox", + "label": "Status", + "value": [], + "options": [ + { + "label": "OnGoing", + "value": "on-going" + }, + { + "label": "Completed", + "value": "end" + }, + { + "label": "Canceled", + "value": "canceled" + }, + { + "label": "On Hold", + "value": "on-hold" + }, + { + "label": "Upcoming", + "value": "upcoming" + } + ] + }, + "m_orderby": { + "type": "Picker", + "label": "Order by", + "value": "", + "options": [ + { + "label": "Relevance", + "value": "" + }, + { + "label": "Latest", + "value": "latest" + } + ] + } + } +} \ No newline at end of file diff --git a/plugins/multisrc/madara/sources.json b/plugins/multisrc/madara/sources.json index e3b5c7f75..a757a9004 100644 --- a/plugins/multisrc/madara/sources.json +++ b/plugins/multisrc/madara/sources.json @@ -631,5 +631,13 @@ "lang": "English", "useNewChapterEndpoint": true } + }, + { + "id": "novelninja", + "sourceSite": "https://novelninja.xyz/", + "sourceName": "Novel Ninja", + "options": { + "useNewChapterEndpoint": true + } } ] diff --git a/public/static/multisrc/madara/novelninja/icon.png b/public/static/multisrc/madara/novelninja/icon.png new file mode 100644 index 000000000..cbb238614 Binary files /dev/null and b/public/static/multisrc/madara/novelninja/icon.png differ