Major refactor, cleand up site scrape module, fixed and cleaned up release scrape module. Removed old CLI code

This commit is contained in:
2019-11-16 03:33:36 +01:00
parent b07f88d023
commit b489c8fc33
35 changed files with 595 additions and 847 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
database: 'traxxx',
},
web: {
host: '0.0.0.0',
port: 5000,
},
include: [
@@ -86,15 +87,4 @@ module.exports = {
path: './',
thumbnailSize: 320, // width for 16:9 will be exactly 576px
},
filename: {
dateFormat: 'DD-MM-YYYY',
actorsJoin: ', ',
slash: '_',
subpatterns: {
siteName: '{siteName} - ',
sceneDate: ', {sceneDate}',
sceneId: ' {sceneId}',
},
pattern: '{siteName}{sceneTitle} ({sceneActors}{sceneDate}{sceneId})',
},
};