Klammer wrote: 
> I put the url into the tunein Radio URL and hit play, is this wrong? I
> don't have any favourites stored and LMS isn't reading the updated
> menu.opml which I installed.
> 
> Attached the log file which was found in /volume1/tmp (hooray!)
> 
> Thanks
The problem with your menu.opml may be access rights.  Not knowing much
about your operating system version I'm hesitant to suggest ways to
check and fix it. however the text below shows the result of an 'ls -la'
command in the BBCiPlayer directory on my system.  menu.opml has the
same '-rw-r--r--' pattern and user name (squeezeboxserver) and user
group (nogroup) as other files.  If yours do not look the same as other
files in the directory, you have an access rights problem.   You user
name and group may be different from mine, but all should be the same as
each other on one system.


Code:
--------------------
    
  /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer$ ls -la
  total 140
  drwxr-xr-x  3 squeezeboxserver nogroup  4096 Feb 16 15:06 .
  drwxr-xr-x 20 squeezeboxserver nogroup  4096 Feb 13 11:49 ..
  -rw-r--r--  1 squeezeboxserver nogroup  9998 Nov  7  2011 BBCMSParser.pm
  -rw-r--r--  1 squeezeboxserver nogroup  1372 Oct 26  2011 BBCPlaylistParser.pm
  -rw-r--r--  1 squeezeboxserver nogroup  6979 Jan 23 21:12 BBCXMLParser.pm
  drwxr-xr-x  3 squeezeboxserver nogroup  4096 Jan 24 20:43 HTML
  -rw-r--r--  1 squeezeboxserver nogroup   564 Jan 24 10:06 install.xml
  -rw-r--r--  1 squeezeboxserver nogroup 13451 Jan 23 21:12 iPlayer.pm
  -rw-r--r--  1 squeezeboxserver nogroup 27412 Feb 16 15:06 menu.opml
  -rw-r--r--  1 squeezeboxserver nogroup  2047 Aug 20  2012 Plugin.pm
  -rw-rw-r--  1 squeezeboxserver nogroup  7642 Aug 20  2012 RadioVis.pm
  -rw-r--r--  1 squeezeboxserver nogroup 34897 Jan 12  2014 RTMP.pm
  -rw-r--r--  1 squeezeboxserver nogroup  1116 Aug 20  2012 Settings.pm
  -rw-r--r--  1 squeezeboxserver nogroup  2168 Aug 20  2012 strings.txt
  /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer$ 
  
--------------------


command chown changes the owner of the file.  So 


Code:
--------------------
    
  sudo chown squeezeboxserver:nogroup menu.opml
    
Code:
--------------------
        
    
    changes the owner and group to squeezeboxserver and nogroup
    
    Then:
    
        
Code:
--------------------
            
      sudo chmod 644 menu.opml
      
--------------------
        
    
    changes the access rights to -rw-r--r--  (read and write access to the 
owner, read for everyone else).



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp (Beta - derived from squeezelite) to
Musical Fidelity M1 CLiC and Marantz CR603 UPnP renderers.  Squeezelite
to PC sound.  Minimserver (server) and upplay (control point) to same
amps & to upmpdcli/mpd PC renderers.  Meridian USB Explorer DAC from PCs
to speakers/headphones.  Wireless Xubuntu 14.04 laptop controls
LMS/upplay via Firefox.   Have a Touch with EDO, and a spare, but don't
use.
------------------------------------------------------------------------
PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to