Skip to content

Commit

Permalink
Add missing scraper setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Sep 1, 2020
1 parent 450c04b commit 00640f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Javinizer/jvSettings.json
@@ -1,8 +1,11 @@
{
"location.input": "C:\\Downloads\\Unsorted",
"location.output": "C:\\Downloads\\Sorted",
"scraper.movie.dmm": 1,
"scraper.movie.jav321": 0,
"scraper.movie.javbus": 0,
"scraper.movie.javbusja": 0,
"scraper.movie.javbuszh": 0,
"scraper.movie.javlibrary": 1,
"scraper.movie.javlibraryja": 0,
"scraper.movie.javlibraryzh": 0,
Expand Down Expand Up @@ -128,8 +131,6 @@
"sort.metadata.priority.trailerUrl": [
"r18"
],
"location.input": "C:\\Downloads\\Unsorted",
"location.output": "C:\\Downloads\\Sorted",
"emby.url": "http:\/\/192.168.0.1:8096",
"emby.apikey": "",
"javlibrary.baseurl": "http:\/\/www.javlibrary.com",
Expand All @@ -139,6 +140,5 @@
"javlibrary.request.timeout": 90,
"admin.log": 1,
"admin.log.path": "",
"admin.log.level": "info",
"admin.update.check": 0
"admin.log.level": "info"
}

0 comments on commit 00640f3

Please sign in to comment.