mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
18 lines
453 B
ReStructuredText
18 lines
453 B
ReStructuredText
Permissions Plugin
|
|
==================
|
|
|
|
The ``permissions`` plugin allows you to set file permissions after they got written.
|
|
|
|
To use the ``permissions`` plugin, enable it in your configuration (see
|
|
:ref:`using-plugins`).
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
To configure the plugin, make an ``permissions:`` section in your configuration
|
|
file. You need to use **octal modes** to configure permissions.
|
|
|
|
Here's an example::
|
|
|
|
permissions:
|
|
file: 644
|