mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Updated permissions plugin docs
This commit is contained in:
parent
8b08ec568c
commit
27f4732d3d
1 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ Permissions Plugin
|
|||
==================
|
||||
|
||||
The ``permissions`` plugin allows you to set file permissions for imported
|
||||
music files.
|
||||
music files and its directories.
|
||||
|
||||
To use the ``permissions`` plugin, enable it in your configuration (see
|
||||
:ref:`using-plugins`). Permissions will be adjusted automatically on import.
|
||||
|
|
@ -12,9 +12,10 @@ 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 are octal 644.
|
||||
desired permissions. The default flags for files are octal 644 and 755 for directories.
|
||||
|
||||
Here's an example::
|
||||
|
||||
permissions:
|
||||
file: 644
|
||||
dir: 755
|
||||
|
|
|
|||
Loading…
Reference in a new issue