traxxx/config/default.js

58 lines
1.2 KiB
JavaScript
Raw Normal View History

'use strict';
module.exports = {
include: [
'julesjordan',
['kink', [
'boundgangbangs',
'brutalsessions',
'devicebondage',
'everythingbutt',
'familiestied',
'fuckingmachines',
'hogtied',
'publicdisgrace',
'sexandsubmission',
'theupperfloor',
'waterbondage',
]],
'legalporno',
'pervcity',
'xempire',
],
columns: [
{
value: 'date',
format: 'MMM DD, YYYY',
width: 14,
},
{
value: 'site',
width: 20,
},
{
value: 'title',
width: 100,
},
{
value: 'actors',
width: 60,
},
{
value: 'rating',
width: 30,
},
],
filename: {
dateFormat: 'DD-MM-YYYY',
actorsJoin: ', ',
slash: '_',
subpatterns: {
siteName: '{siteName} - ',
sceneDate: ', {sceneDate}',
sceneId: ' {sceneId}',
},
pattern: '{siteName}{sceneTitle} ({sceneActors}{sceneDate}{sceneId})',
},
};