mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
docs(previews): mp3 previews disabled by default
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
@@ -13,7 +13,6 @@ The following image shows some examples of previews of various file types.
|
||||
By default, Nextcloud can generate previews for the following filetypes:
|
||||
|
||||
* Images files
|
||||
* Cover of MP3 files
|
||||
* Text documents
|
||||
|
||||
.. note:: Nextcloud can also generate previews of other file types (such as PDF, SVG,
|
||||
|
||||
@@ -245,7 +245,6 @@ Nextcloud to use Imaginary by editing your ``config.php`` file:
|
||||
.. code:: php
|
||||
|
||||
'enabledPreviewProviders' => [
|
||||
'OC\Preview\MP3',
|
||||
'OC\Preview\TXT',
|
||||
'OC\Preview\MarkDown',
|
||||
'OC\Preview\OpenDocument',
|
||||
|
||||
@@ -44,4 +44,10 @@ But if you need to set a new custom value you need now to use the system configu
|
||||
Monitoring: Counting of active users
|
||||
------------------------------------
|
||||
|
||||
Starting with Nextcloud 31.0.6 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.
|
||||
Starting with Nextcloud 31.0.6 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.
|
||||
|
||||
Previews
|
||||
--------
|
||||
|
||||
Starting with Nextcloud 31.0.10, the preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons.
|
||||
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
|
||||
|
||||
@@ -26,3 +26,9 @@ System address book
|
||||
During the upgrade to Nextcloud 32 the system address book might become disabled if the amount of system users exceeds the default limit of 5000 users. This is to prevent performance issues. You can re-enable the system address book using the command line or administration interface.
|
||||
|
||||
For more information about the system address book, see the documentation. :ref:`System Address Book <system-address-book>`
|
||||
|
||||
Previews
|
||||
--------
|
||||
|
||||
Starting with Nextcloud 32.0.1, the preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons.
|
||||
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
|
||||
|
||||
@@ -9,3 +9,9 @@ System requirements
|
||||
* PHP 8.1 is no longer supported.
|
||||
|
||||
If you configured restrictions on which domains can be contacted on the internet, you need to add connectivity.nextcloud.com to the allowlist, as it’s now used by default to test internet connectivity instead of www.nextcloud.com. You can also configure any other URL to use in the configuration instead. See :ref:`connections_to_remote_servers`.
|
||||
|
||||
Previews
|
||||
--------
|
||||
|
||||
The preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons.
|
||||
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
|
||||
|
||||
@@ -49,16 +49,16 @@ streaming, and it doesn't work in your Web browser, it may be a browser issue. S
|
||||
File controls
|
||||
-------------
|
||||
|
||||
Nextcloud can display thumbnail previews for image files, MP3 covers,
|
||||
and text files, if this enabled by your server administrator. Hover your cursor
|
||||
over a file or folder to expose the controls for the following operations:
|
||||
Nextcloud can display thumbnail previews for various file types, such as images, audio files, and text files.
|
||||
The specific types supported are up to the server administrator.
|
||||
Hover your cursor over a file or folder to expose the controls for the following operations:
|
||||
|
||||
Favorites
|
||||
Click the star to the left of the file icon to mark it as a favorite:
|
||||
|
||||
|
||||
.. figure:: ../images/files_page-1.png
|
||||
:alt: Marking Favorite files.
|
||||
|
||||
|
||||
You can also quickly find all of your favorites with the Favorites filter on the left
|
||||
sidebar.
|
||||
|
||||
@@ -179,5 +179,5 @@ Creating or connecting to a Federation Share link
|
||||
-------------------------------------------------
|
||||
|
||||
Federated Cloud Sharing allows you to mount file shares from remote Nextcloud
|
||||
servers, and manage them just like a local share. See :doc:`federated_cloud_sharing`
|
||||
servers, and manage them just like a local share. See :doc:`federated_cloud_sharing`
|
||||
to learn to how to create and connect to new Federated Cloud shares.
|
||||
|
||||
Reference in New Issue
Block a user