Skip to content

Commit

Permalink
Add ReadyMedia config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Sep 21, 2024
1 parent e197721 commit 4cb9833
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/software/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,21 @@ Stream your shared media to any DLNA/UPnP capable device.

![ReadyMedia logo](../assets/images/dietpi-software-media-readymedia.jpg){: width="351" height="341" loading="lazy"}

=== "Access to ReadyMedia status"
=== "Access to the web interface"

The web interface is accessible via port **8200**:

- URL: `http://<your.IP>:8200`

=== "Configuration"

You can configure ReadyMedia with its config file: `/etc/minidlna.conf`
To apply changes, restart the service:

```sh
systemctl restart minidlna
```

=== "Transfer media files to DietPi"

Make sure you have one of DietPi's [File Servers](file_servers.md) installed.
Expand All @@ -688,12 +697,13 @@ Stream your shared media to any DLNA/UPnP capable device.
- Video: `/mnt/dietpi_userdata/Video`, `/Video` from NFS/Samba
- Images: `/mnt/dietpi_userdata/Pictures`, `/Pictures` from NFS/Samba

=== "Refresh the ReadyMedia database"
=== "Refresh the database"

The database can be refreshed with this command:
The database can be refreshed with these commands:

```sh
rm -r /mnt/dietpi_userdata/.MiniDLNA_Cache/* && systemctl restart minidlna
rm -R /mnt/dietpi_userdata/.MiniDLNA_Cache/*
systemctl restart minidlna
```

***
Expand Down

0 comments on commit 4cb9833

Please sign in to comment.