Media server: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* http://bbrks.me/rpi-minidlna-media-server/ | * http://bbrks.me/rpi-minidlna-media-server/ | ||
* https://help.ubuntu.com/community/MiniDLNA | * https://help.ubuntu.com/community/MiniDLNA | ||
* https://everbit.wordpress.com/2013/04/01/minidlna-on-the-raspberry-pi/ | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Line 21: | Line 22: | ||
Minidlna can not sync media files automatically. We need to run cron jobs to achieve it. | Minidlna can not sync media files automatically. We need to run cron jobs to achieve it. | ||
If we want to remove minidlna, we run | |||
<pre> | |||
sudo apt-get remove --auto-remove minidlna | |||
</pre> | |||
= Plex = | = Plex = |
Revision as of 17:34, 29 August 2015
The page is most likely designed for Raspberry Pi although the software can be installed on regular linux box too.
MiniDLNA/Upnp
- http://www.instructables.com/id/Raspberry-Pi-Media-Server-MiniDLNA/?ALLSTEPS
- http://bbrks.me/rpi-minidlna-media-server/
- https://help.ubuntu.com/community/MiniDLNA
- https://everbit.wordpress.com/2013/04/01/minidlna-on-the-raspberry-pi/
sudo apt-get install minidlna sudo nano /etc/fstab sudo nano /etc/minidlna.conf sudo service minidlna restart minidlna -R # refresh database sudo service minidlna force-reload
The setup took only 5 minutes.
Note that each subfolders under media_dir has to have a mode 775.
On Android BubbleUPnP, Go to Library > Your DLNA. Media -> Pictures -> Folders or Media -> Video -> Folders. The streaming is smooth compared to using say VLC/ES File Explorer to play media files.
Minidlna can not sync media files automatically. We need to run cron jobs to achieve it.
If we want to remove minidlna, we run
sudo apt-get remove --auto-remove minidlna
Plex
Photo Album
using Lychee, a free photo-management tool, which runs on your server or web-space.