'use strict';

module.exports = {
    database: {
        host: '127.0.0.1',
        user: 'user',
        password: 'password',
        database: 'traxxx',
    },
    web: {
        port: 5000,
    },
    include: [
        '21sextury',
        'blowpass',
        'brazzers',
        'julesjordan',
        ['kink', [
            'boundgangbangs',
            'brutalsessions',
            'devicebondage',
            'everythingbutt',
            'familiestied',
            'fuckingmachines',
            'hogtied',
            'publicdisgrace',
            'sexandsubmission',
            'theupperfloor',
            'waterbondage',
        ]],
        'legalporno',
        'mofos',
        'naughtyamerica',
        'pervcity',
        ['private', [
            'analintroductions',
            'iconfessfiless',
            'missionasspossible',
            'russianfakeagent',
            'sexonthebeach',
            'tightandteen',
            'blacksonsluts',
            'privatefetish',
            'privatemils',
            'russianteenass',
            'privatestars',
        ]],
        'realitykings',
        'vixen',
        'xempire',
    ],
    fetchAfter: [3, 'months'],
    columns: [
        {
            value: 'date',
            format: 'MMM DD, YYYY',
            width: 14,
        },
        {
            value: 'network',
            width: 15,
        },
        {
            value: 'site',
            width: 25,
        },
        {
            value: 'shootId',
            width: 15,
        },
        {
            value: 'title',
            width: 80,
        },
        {
            value: 'actors',
            width: 60,
        },
        {
            value: 'rating',
            width: 30,
        },
    ],
    photoPath: '/mnt/stor/Pictures/traxxx',
    filename: {
        dateFormat: 'DD-MM-YYYY',
        actorsJoin: ', ',
        slash: '_',
        subpatterns: {
            siteName: '{siteName} - ',
            sceneDate: ', {sceneDate}',
            sceneId: ' {sceneId}',
        },
        pattern: '{siteName}{sceneTitle} ({sceneActors}{sceneDate}{sceneId})',
    },
};