Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/others.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ Other

Sound notifications
-------------------
Starting in version 0.8.5, Picasso supports sound notifications. In Render and SPINNA, these can be selected in the ``File`` menu in the menu bar. The available files are read from the ``resources/notification_sounds`` folder. ``.mp3`` and ``.wav`` files are supported. Default sound notification is saved automatically when manually changed.
Starting in version 0.8.5, Picasso supports sound notifications. In Render and SPINNA, these can be selected in the ``File`` menu in the menu bar. The available files are read from the ``notification_sounds`` folder. ``.mp3`` and ``.wav`` files are supported. Default sound notification is saved automatically when manually changed.

Custom notifications
~~~~~~~~~~~~~~~~~~~~
To add custom notification sounds, copy the sound files (``.mp3`` or ``.wav``) to the ``resources/notification_sounds`` folder. Depending on how you installed Picasso, this folder can be found in different locations:
To add custom notification sounds, copy the sound files (``.mp3`` or ``.wav``) to the ``notification_sounds`` folder. Depending on how you installed Picasso, this folder can be found in different locations:

GitHub
------
If you cloned the GitHub repository, you can add sound notifications by following these steps:

- Find the directory where you cloned the GitHub repository with Picasso.
- Go to ``picasso/resources/notification_sounds``.
- Go to ``picasso/notification_sounds``.
- Copy the sound files to this folder.

PyPI
Expand Down