diff options
author | Loic Dachary <loic@dachary.org> | 2016-01-14 11:55:18 +0100 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-01-22 11:10:45 -0800 |
commit | 63b5959fd456cbb6529286c46336a318e2b15289 (patch) | |
tree | 3898c4c2032dec49f8a8f1eba6d6a39839ebb9bd /docs/source | |
parent | 64c035b39fe76bf07d8b12152d1f14574c9e4677 (diff) | |
download | mediagoblin-63b5959fd456cbb6529286c46336a318e2b15289.tar.lz mediagoblin-63b5959fd456cbb6529286c46336a318e2b15289.tar.xz mediagoblin-63b5959fd456cbb6529286c46336a318e2b15289.zip |
Fix #947 - media_type configuration files location
Document the location of the config_spec.ini files for media_types.
Signed-off-by: Loic Dachary <loic@dachary.org>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index 70857c2d..38770638 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -69,6 +69,14 @@ The file-extension-based approach is used before the sniffing-based approach, if the file-extension-based approach finds a match, the sniffing-based approach will be skipped as it uses far more processing power. +Configuring Media Types +======================= + +Each media type has a ``config_spec.ini`` file with configurable +options and comments explaining their intended side effect. For +instance the ``video`` media type configuration can be found in +``mediagoblin/media_types/video/config_spec.ini``. + Video ===== |