Skip to content

Commit

Permalink
Update settings defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Sep 1, 2020
1 parent 26ac94b commit 474a36b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Javinizer/jvSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"scraper.movie.javlibraryzh": 0,
"scraper.movie.r18": 1,
"scraper.movie.r18zh": 0,
"scraper.multiThrottle": 5,
"match.minimumfilesize": 0,
"match.includedfileextension": [
".asf",
Expand All @@ -33,7 +32,7 @@
"sort.renamefile": 1,
"sort.maxtitlelength": 100,
"sort.create.nfo": 1,
"sort.create.nfoperfile": 0,
"sort.create.nfoperfile": 1,
"sort.download.actressimg": 0,
"sort.download.thumbimg": 1,
"sort.download.posterimg": 1,
Expand All @@ -55,8 +54,10 @@
"sort.metadata.nfo.firstnameorder": 0,
"sort.metadata.nfo.actresslanguageja": 0,
"sort.metadata.thumbcsv": 1,
"sort.metadata.thumbcsv.path": "",
"sort.metadata.thumbcsv.convertalias": 1,
"sort.metadata.genre.replace": 0,
"sort.metadata.genrecsv": 1,
"sort.metadata.genrecsv.path": "",
"sort.metadata.genre.ignore": [
"Featured Actress",
"Hi-Def"
Expand Down Expand Up @@ -107,12 +108,10 @@
"sort.metadata.priority.releasedate": [
"r18",
"javlibrary",
"dmm"
],
"sort.metadata.priority.runtime": [
"r18",
"javlibrary",
"dmm"
],
"sort.metadata.priority.series": [
"r18",
Expand All @@ -131,14 +130,15 @@
],
"location.input": "C:\\Downloads\\Unsorted",
"location.output": "C:\\Downloads\\Sorted",
"emby.url": "192.168.0.1:8096",
"emby.apiKey": "",
"emby.url": "http:\/\/192.168.0.1:8096",
"emby.apikey": "",
"javlibrary.baseurl": "http:\/\/www.javlibrary.com",
"javlibrary.username": "",
"javlibrary.sessioncookie": "",
"javlibrary.request.interval": 15,
"javlibrary.request.timeout": 90,
"admin.log": 1,
"admin.log.path": "x:\\git\\projects\\jav-organizer\\src\\javinizer\\jvLog.log",
"admin.log.level": "debug",
"admin.log.path": "",
"admin.log.level": "info",
"admin.update.check": 0
}

0 comments on commit 474a36b

Please sign in to comment.