Hallo!
Ich habe auf android bubble upnp und möchte auch den server auf der synology installieren, weil der synology medienserver die files beim automatisierten Download nicht indiziert, erst nachdem ich sie händisch verschoben habe indiziert er sie.
Anleitung von Bubble sieht so aus:
1. Install Java (see the guide above, or use http://pcloadletter.co.uk/2011/08/23...-for-synology/)
2. Download the Linux package of BubbleUPnP Server and extract it
3. Modify launch.sh (thanks to abgestumpft, the following code is courtesy of him for the biggest part):
Code:
#!/bin/sh
#remove old logfile
rm /var/bubbleupnpserver/BubbleUPnPServer.log
#Change directory is needed, otherwise BubbleUPnPServer will use configuration.xml in root director (/).
cd /var/bubbleupnpserver
#Start the BubbleUPnPServer
/opt/java/ejre1.7.0/bin/java -jar BubbleUPnPServer.jar >> /var/bubbleupnpserver/BubbleUPnPServer.log 2>> /var/bubbleupnpserver/BubbleUPnPServer.log &
Note that you need to adjust the JAVA path according to your version...
4. Put a file with the following script into /usr/syno/etc/rc.d/ to have BubbleUPnP Server started automatically at every reboot:
Code:
#!/bin/sh
sh /var/bubbleupnpserver/launch.sh
Java hab ich soweit installiert....die packages acuh runtergeladen, nur wie richte ich den rest denn nun ein? einfach ein directory mit putty erstellen und das zeug reinkopieren?
Punkt 4 ist auch unklar....."Put a file...." ja was heisst das ? welches file muss ich hier erstellen?!?
Binn etwas überfragt....
bitte um Hilfe!
Ich habe auf android bubble upnp und möchte auch den server auf der synology installieren, weil der synology medienserver die files beim automatisierten Download nicht indiziert, erst nachdem ich sie händisch verschoben habe indiziert er sie.
Anleitung von Bubble sieht so aus:
1. Install Java (see the guide above, or use http://pcloadletter.co.uk/2011/08/23...-for-synology/)
2. Download the Linux package of BubbleUPnP Server and extract it
3. Modify launch.sh (thanks to abgestumpft, the following code is courtesy of him for the biggest part):
Code:
#!/bin/sh
#remove old logfile
rm /var/bubbleupnpserver/BubbleUPnPServer.log
#Change directory is needed, otherwise BubbleUPnPServer will use configuration.xml in root director (/).
cd /var/bubbleupnpserver
#Start the BubbleUPnPServer
/opt/java/ejre1.7.0/bin/java -jar BubbleUPnPServer.jar >> /var/bubbleupnpserver/BubbleUPnPServer.log 2>> /var/bubbleupnpserver/BubbleUPnPServer.log &
Note that you need to adjust the JAVA path according to your version...
4. Put a file with the following script into /usr/syno/etc/rc.d/ to have BubbleUPnP Server started automatically at every reboot:
Code:
#!/bin/sh
sh /var/bubbleupnpserver/launch.sh
Java hab ich soweit installiert....die packages acuh runtergeladen, nur wie richte ich den rest denn nun ein? einfach ein directory mit putty erstellen und das zeug reinkopieren?
Punkt 4 ist auch unklar....."Put a file...." ja was heisst das ? welches file muss ich hier erstellen?!?
Binn etwas überfragt....
bitte um Hilfe!