Skip to content

Commit

Permalink
Update Ampache docs
Browse files Browse the repository at this point in the history
- Default admin username changed to "dietpi"
- Default admin password changed to global software password
- Do not suggest to use file execute permissions for Samba mounts
- Ampache is now at v6
- Add links to official website etc
  • Loading branch information
MichaIng committed Nov 27, 2023
1 parent 1eeca41 commit 75523e4
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/software/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ Also Installs:
=== "Access to the web interface"

- URL: `http://<your.IP>/ampache`
- Username: `admin`
- Password: `dietpi`
- Username: `dietpi` (DietPi v8.24 and earlier: `admin`)
- Password: `<your global password>` (default: `dietpi`)

=== "Transfer media files to DietPi"

Expand Down Expand Up @@ -729,7 +729,7 @@ Also Installs:

In case the the NFS client has no write permissions, this needs to be done at the NFS server.

- For Samba, edit `/etc/fstab` and add or set the mount options `file_mode=0775,dir_mode=0775`. Important is the last digit of each mode, which indicates read (and execute) permissions for all users. Stricter modes, still working with Ampache, would be: `file_mode=0644,dir_mode=0755`
- For Samba, edit `/etc/fstab` and add or set the mount options `file_mode=0644,dir_mode=0755`. Important is the last digit of each mode, which indicates read (and execute) permissions for all users.
Then remount the the Samba share for the change to take effect:

```sh
Expand All @@ -738,7 +738,7 @@ Also Installs:

=== "Configuration"

Since Debian Bullseye (Ampache v5), the main configuration file is located at:
Since Debian Bullseye (Ampache v6), the main configuration file is located at:

```
/mnt/dietpi_userdata/ampache/config/ampache.cfg.php
Expand All @@ -754,7 +754,7 @@ Also Installs:

E.g. to allow .m4a playback:

- Since Debian Bullseye (Ampache v5):
- Since Debian Bullseye (Ampache v6):

```sh
G_CONFIG_INJECT 'transcode_m4a[[:blank:]]' 'transcode_m4a = allowed' /mnt/dietpi_userdata/ampache/config/ampache.cfg.php
Expand All @@ -768,14 +768,21 @@ Also Installs:

More info: <https://github.com/ampache/ampache/wiki/Transcoding>

=== "Update Ampache"
=== "Update"

To update Ampache to the current version, execute

```sh
dietpi-software reinstall 40
```

***

Official website: <https://ampache.org/>
Official documentation: <https://github.com/ampache/ampache/wiki>
Source code: <https://github.com/ampache/ampache>
License: [AGPLv3](https://github.com/ampache/ampache/blob/develop/LICENSE.md)

## Emby

A web interface media streaming server. Think Kodi, but using any device with a web browser.
Expand Down

0 comments on commit 75523e4

Please sign in to comment.