Skip to content

Commit

Permalink
Docs/changelog for permissions (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 20, 2014
1 parent 671d8d6 commit e33ba24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
1.3.10 (in development)
-----------------------

Changelog goes here!
* A new :doc:`/plugins/permissions` makes it easy to fix permissions on music
files as they are imported. Thanks to :user:`xsteadfastx`. :bug:`1098`


1.3.9 (November 17, 2014)
Expand Down
8 changes: 5 additions & 3 deletions docs/plugins/permissions.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
Permissions Plugin
==================

The ``permissions`` plugin allows you to set file permissions after they got written.
The ``permissions`` plugin allows you to set file permissions for imported
music files.

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

Configuration
-------------

To configure the plugin, make an ``permissions:`` section in your configuration
file. You need to use **octal modes** to configure permissions.
file. The ``file`` config value therein uses **octal modes** to specify the
desired permissions. The default flags are octal 644.

Here's an example::

Expand Down

0 comments on commit e33ba24

Please sign in to comment.