All Downloads are FREE. Search and download functionalities are using the official Maven repository.

harvest.watcher.json Maven / Gradle / Ivy

The newest version!
{
    "harvester": {
        "type": "workflow-harvester",
        "workflow-harvester": {
            "force-storage": "false",
            "force-update": "true"
        }
    },

    "renderTypes": {
        "media": {
            "fileTypes": ["mp3","mp4","m4a","wav","wma","wmv","mpg","mpeg",
                          "mov","wav","aiff","png","jpg","jpeg","gif","bmp"],
            "harvestQueue": ["aperture"],
            "indexOnHarvest": ["true"],
            "renderQueue": ["ffmpeg", "ice2"]
        },
        "documents": {
            "fileTypes": ["mp3","mp4","m4a","wav","wma","wmv","mpg","mpeg",
                          "mov","wav","aiff","odp","ppt","pptx","pdf","tex",
                          "svg","ods","xls","xlsx","odt","doc","docx","png",
                          "jpg","jpeg","gif","bmp","cml"],
            "harvestQueue": ["aperture"],
            "indexOnHarvest": ["true"],
            "renderQueue": ["ice2"]
        },
        "speed": {
            "fileTypes": [],
            "harvestQueue": [],
            "indexOnHarvest": ["false"],
            "renderQueue": ["aperture"]
        }
    },

    "transformer": {
        "harvestQueue": ["aperture"],
        "indexOnHarvest": "true",
        "renderQueue": ["ffmpeg", "ice2", "ims"]
    },

    "indexer": {
        "script": {
            "type": "python",
            "rules": "local-files.py"
        },
        "params": {
            "repository.name": "Local Files",
            "repository.type": "Local File System"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy