Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 645 Bytes

permissions.rst

File metadata and controls

21 lines (15 loc) · 645 Bytes

Permissions Plugin

The permissions plugin allows you to set file permissions for imported music files and its directories.

To use the permissions plugin, enable it in your configuration (see using-plugins). Permissions will be adjusted automatically on import.

Configuration

To configure the plugin, make an permissions: section in your configuration file. The file config value therein uses octal modes to specify the desired permissions. The default flags for files are octal 644 and 755 for directories.

Here's an example:

permissions:
    file: 644
    dir: 755