Skip to content

Commit

Permalink
write new and old format json
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 8, 2023
1 parent 5a5e59c commit 402a0b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions MServer-Config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ senderIncluded:
#- KIKA
- DW
#- BR
#- PHOENIX

# If set the server will be awake after the crawler run and restarts the run after the given amount.
#schedules:
Expand Down Expand Up @@ -52,7 +53,7 @@ filmlistSaveFormats:

# The paths where which filmlist should be safed to.
filmlistSavePaths:
# JSON: target/filmlists/filmliste.json
JSON: target/filmlists/filmliste.json
OLD_JSON: target/filmlists/filmliste_old.json
# JSON_COMPRESSED_XZ: target/filmlists/filmliste.json.xz
# OLD_JSON_COMPRESSED_XZ: target/filmlists/filmliste_old.json.xz
Expand All @@ -64,8 +65,8 @@ filmlistSavePaths:
# The paths where which diff film list should be safed to.
# If not set no difference film lists will be safed.
filmlistDiffSavePaths:
# JSON: target/filmlists/filmliste_diff.json
# OLD_JSON: target/filmlists/filmliste_old_diff.json
JSON: target/filmlists/filmliste_diff.json
OLD_JSON: target/filmlists/filmliste_old_diff.json
# JSON_COMPRESSED_XZ: target/filmlists/filmliste_diff.json.xz
# OLD_JSON_COMPRESSED_XZ: target/filmlists/filmliste_old_diff.json.xz
# JSON_COMPRESSED_GZIP: target/filmlists/filmliste_diff.json.gz
Expand All @@ -76,12 +77,12 @@ filmlistDiffSavePaths:
#Sets if a filmlist hash file should be written
writeFilmlistHashFileEnabled: true
#The filmlist hash file path
filmlistHashFilePath: target/filmlists/filmlist.hash
filmlistHashFilePath: target/filmlists/filmlist.hash.xx

#Sets if a filmlist id file should be written
writeFilmlistIdFileEnabled: true
#The fimlist id file path
filmlistIdFilePath: target/filmlists/filmlist.id
filmlistIdFilePath: target/filmlists/filmlist.id.xx


# import additional filmlist sources
Expand Down

0 comments on commit 402a0b8

Please sign in to comment.