Ron F. wrote: 
> I see that now ... working again in master.
> 
> I am wondering a bit, what do other people use for pulling a master
> branch version? I am using either the command line or GitEye.

I use subversion to update the MaterialSkin directly without the need to
copy it from git.  As git does not make it easy to clone just one
folder.

On the lms settings information page find a plugins folder that's not in
the cache folder, so for me I use /opt/logitechmediaserver/Plugins


Code:
--------------------
    Plugin Folders   /opt/logitechmediaserver/cache/InstalledPlugins/Plugins, 
/opt/logitechmediaserver/Plugins
--------------------


First time only you need to checkout the github MaterialSkin folder
inside the Plugins folder

cd /opt/logitechmediaserver/Plugins
svn checkout
https://github.com/CDrummond/lms-material/trunk/MaterialSkin
restart LMS

Afterward to pull updates

cd /opt/logitechmediaserver/Plugins/MaterialSkin
svn up
restart LMS



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to