TeHashX
Very Senior Member
Minidlna v1.1.3 ready with the following changelog:
2. Enter chrooted debian
3. Copy paste this commands:
4. Exit debian
5. Start minidlna
6. Enjoy your media
1. Stop minidlna1.1.3 - Released 05-June-2014
--------------------------------
- Enhance log level settings.
- Fix Samsung browsing when root_container is set.
- Add Clang compiling support.
- Fix compiling on systems without iconv.
- Add merge_media_dirs option, to revert to the old behavior.
- Add Asus O!Play client support.
- Fix Broken SSDP multicast membership addition.
- Fix crash bug with an emtpy filter argument.
- Accept SMI subtitles in addition to SRT.
- Add BubbleUPnP detection and enable subtitle support.
- Allow the user to specify an arbitrary root container.
- Add libavcodec > 54 / libav 10 compatibility.
- Get embedded cover art from video files with recent libavformat versions.
- Disable Samsung DCM10 capability, as it breaks compatibility with new models.
- Add subtitle support for NetFront™ Living Connect middleware-based clients.
Code:
/opt/etc/init.d/S99debian stop
Code:
mount -o bind /dev/ /mnt/[COLOR="Red"]sda1[/COLOR]/debian/dev/
mount -o bind /proc/ /mnt/[COLOR="red"]sda1[/COLOR]/debian/proc/
mount -o bind /sys/ /mnt/[COLOR="red"]sda1[/COLOR]/debian/sys/
chroot /mnt/[COLOR="red"]sda1[/COLOR]/debian /bin/bash
Code:
dpkg -r minidlna
rm -r /opt/minidlna
cd /var/tmp
wget -c -O minidlna_1.1.3-1_armel.deb http://goo.gl/J9wO5u --no-check-certificate
dpkg -i minidlna_1.1.3-1_armel.deb
wget -c -O minidlna.conf http://goo.gl/H04xW2 --no-check-certificate
cp -r minidlna.conf /etc
chmod 777 /etc/minidlna.conf
Code:
exit
Code:
/opt/etc/init.d/S99debian start
Last edited: