PasTim wrote: 
> It may be simple for those who understand such stuff well, but I
> wouldn't have a clue where to start :-)

Assuming the following:
- web server will run on the same server as LMS
- busybox is installed (it usually is)
- files needed go into /home/user/www (can be any dir)

Code:
--------------------
    
  mkdir /home/user/www; cd /home/user/www
  wget -O Index.aspx "http://opml.radiotime.com/Index.aspx?partnerId=16";
  
--------------------

edit /home/user/www/httpd.conf

Code:
--------------------
    
  A:127.0.0.1
  D:*
  
  .aspx:text/xml
  
--------------------

edit /etc/hosts

Code:
--------------------
    
  127.0.0.1 opml.radiotime.com
  
--------------------


start server:

Code:
--------------------
    
  sudo busybox httpd -p 80 -h /home/user/www -c /home/user/www/httpd.conf
  
--------------------


Test without network:

Code:
--------------------
    
  wget "http://opml.radiotime.com/Index.aspx?partnerId=16";
  
--------------------



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=107956

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to