NAS: Unterschied zwischen den Versionen
Zovi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „= DroboFS = == Install Apps == http://www.droboports.com/app-repository/ and scroll down to DroboFS apps == minidlna install == Edit the File \\ip\Dr…“) |
Zovi (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
== Install Apps == | == Install Apps == | ||
http://www.droboports.com/app-repository/ and scroll down to DroboFS apps | http://www.droboports.com/app-repository/ and scroll down to DroboFS apps | ||
+ | |||
+ | Download the App and copy it to smb://DROBO.IP/DroboApps/ | ||
+ | |||
+ | Reboot the Drobo ...thats it | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == sudo root == | ||
+ | install it and call it via: | ||
+ | /mnt/DroboFS/Shares/DroboApps/sudo/bin/sudo su - | ||
+ | |||
+ | |||
Zeile 27: | Zeile 40: | ||
or how ever your Shares named. | or how ever your Shares named. | ||
− | + | Start Stop minidlna | |
− | + | Switch to sudo root | |
− | + | # cd /mnt/DroboFS/Shares/DroboApps | |
− | /mnt/DroboFS/Shares/DroboApps/ | + | # minidlna/service.sh stop |
+ | # minidlna/service.sh start |
Version vom 4. April 2019, 00:08 Uhr
Inhaltsverzeichnis
DroboFS
Install Apps
http://www.droboports.com/app-repository/ and scroll down to DroboFS apps
Download the App and copy it to smb://DROBO.IP/DroboApps/
Reboot the Drobo ...thats it
sudo root
install it and call it via:
/mnt/DroboFS/Shares/DroboApps/sudo/bin/sudo su -
minidlna install
Edit the File
\\ip\DroboApps\minidlna\etc\minidlna.conf
or
vi /mnt/DroboFS/Shares/DroboApps/minidlna/etc/minidlna.conf
and change the default vars:
media_dir=A,/mnt/DroboFS/Shares/Media/Music media_dir=V,/mnt/DroboFS/Shares/Media/Movies
to
media_dir=V,/mnt/DroboFS/Shares/Serien-Dokus/Serien media_dir=V,/mnt/DroboFS/Shares/Serien-Dokus/Dokus
or how ever your Shares named.
Start Stop minidlna Switch to sudo root
# cd /mnt/DroboFS/Shares/DroboApps # minidlna/service.sh stop # minidlna/service.sh start