Re: [SlimDevices: Plugins] Squeezeplay font replacement problem

2014-03-11 Thread ply3908

The screen size can be select from Settings  Screen  Select Skin.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=100739

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] SoftSqueeze - win8

2014-03-10 Thread ply3908

Thank you Jan.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=97924

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Squeezeplay font replacement problem

2014-03-10 Thread ply3908

I can't install any 3rd party app to squeezeplay myself. I just cop the
FreeSans.ttf and FreeSansBold.ttf files from the SB which has Font
Replacer app installed to the squeezeplay.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=100739

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] SoftSqueeze - win8

2014-03-07 Thread ply3908

Softsqueeze 3.9b2 works on Windows 8 for me.  Make sure install it with
administrator.  I like the remote feature of it.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=97924

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Converting an old PC to VortexBox

2012-09-10 Thread ply3908

2004 computer should be able to boot from USB devices,  You can install
Vortexbox on a USB thumb drive
(http://www.amazon.com/SanDisk-Cruzer-SDCZ33-008G-B35-Flash-Drive/dp/B005FYNSUA/ref=sr_1_34?s=pcie=UTF8qid=1347303637sr=1-34).
You music can be on USB external drive or NAS.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=96347

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Converting an old PC to VortexBox

2012-09-07 Thread ply3908

The computer is fine for Vortexbox but 9 year old drive will not last
for long if keep it on 24/7.I installed Vortexbox on a thumb drive
for my HP ProLiant  MicroServer.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=96347

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2012-08-09 Thread ply3908

msimmo,

To make things simple.  Just install LMS.  You do not have to change the
port#.  The LMS will use 9002 if 9000 is being used by Twonky.  You can
move the cache folder later anytime. So follow PaulBC #3 instruction:

Change to a public directory:
Code:

cd /DataVolume/shares/Public

Update debian packages:
Code:

aptitude update

Download LMS 7.7.2 (or an older or nightly build of your choice):
Code:

wget
http://downloads.slimdevices.com/LogitechMediaServer_v7.7.2/logitechmediaserver_7.7.2_all.deb

Install LMS:
Code:

dpkg -i logitechmediaserver_7.7.2_all.deb

Reboot MBL after the installation is done.  The try to access the LMS
via http://192.168.1.20:9002.  Good luck



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2012-08-01 Thread ply3908

You can start the twonky daemon with the follow command or simply reboot
the MBL:
/etc/init.d/twonky start

Did you enable the twonky service via the web interface?



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2012-08-01 Thread ply3908

The instruction is posted by PaulBC on
http://www.mailinglistarchive.com/html/plugins@lists.slimdevices.com/2012-05/msg00405.html.


In preparation for installing Logitech Media Server on a My Book Live
Duo, I read through this thread, and the others it references, several
times to understand what has worked, and what has not.  For my, and
others, reference, I've collected the successful steps below.  I take
no
credit for the content, other than collecting it all in one spot. 
Also,
this is not an exhaustive step-by-step guide, I assume the reader is
familiar with basic linux commands and the vi editor.

1) ENABLE SSH VIA HTTP://MYBOOKLIVE/UI/SSH

2) DISABLE MEDIA STREAMING ON THE SETTINGS / MEDIA PAGE OR CHANGE
TWONKY'S PORT FROM 9000 TO 8000:

Stop twonky:  
Code:

/etc/init.d/twonky stop


Edit the ini file:  
Code:

vi /CacheVolume/twonkymedia/twonkymedia-server.ini


Change the httpport variable:  
Code:

httpport=8000


Start twonky:  
Code:

/etc/init.d/twonky start



3) INSTALL LOGITECH MEDIA SERVER

Change to a public directory:  
Code:

cd /DataVolume/shares/Public


Update debian packages:  
Code:

aptitude update


Download LMS 7.7.2 (or an older or nightly build of your choice):  
Code:

wget 
http://downloads.slimdevices.com/LogitechMediaServer_v7.7.2/logitechmediaserver_7.7.2_all.deb


Install LMS:  
Code:

dpkg -i logitechmediaserver_7.7.2_all.deb



4) MOVE THE LMS CACHE DIRECTORY TO A PUBLIC FOLDER

Stop LMS: 
Code:

/etc/init.d/logitechmediaserver stop


Move the default cache directory: 
Code:

mv /var/lib/squeezeboxserver/cache
/DataVolume/cache/squeezeboxserver


Backup server.prefs file:  
Code:

cp /var/lib/squeezeboxserver/prefs/server.prefs 
/var/lib/squeezeboxserver/prefs/server.prefs.bak


Edit server.prefs file: 
Code:

vi /var/lib/squeezeboxserver/prefs/server.prefs 


Change cachedir variable to new location 
Code:

cachedir: /DataVolume/cache/squeezeboxserver


Change librarycachedir to new location: 
Code:

librarycachedir: /DataVolume/cache/squeezeboxserver


Change dbsource variable to new location: 
Code:

dbsource:
dbi:SQLite:dbname=/DataVolume/cache/squeezeboxserver/library.db


Start LMS: 
Code:

/etc/init.d/logitechmediaserver start



5) CONNECT TO LMS AND CONFIGURE VIA HTTP://MYBOOKLIVE:9000/


LMS was up and running for me after step 3, with a successful scan of
my
5000 song library.  I went ahead with step 4 just to ensure I don't run
into disk space problems in the future.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2012-06-26 Thread ply3908

JoaPuck wrote: 
 Hi guys,
 
 Maybe someone can help me out. I'm trying to change twonky 7.0.8 special
 port 9000 to 8000. I need port 9000 for logitech squeezebox server.
 These post mention /CacheVolume/twonkymedia/twonkymedia-server.ini 
 for the ini file. But, strange enough, there is no twonkymedia folder in
 my /CacheVolume anymore. By the way, Twonky is running on port 9000
 without problems.
 Does anyone know how to change ports now?

I have twonky 5 and I do see the
/CacheVolume/twonkymedia/twonkymedia-server.ini file.  You can use the
find command to look for where the is twonkymedia-server.ini located. 
But when I install LMS, it assigned a different port number (I think
9001) when 9000 is being used by twonky.  After LMS installed, you can
change the LMS port number to a different number via the LMS web
interface (Settings  Advanced  Network).



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2012-04-03 Thread ply3908

No sure why you can't move the directory.  Did you login as root?

You can try copy the directory, then remove the old one as follow:

/etc/init.d/squeezeboxserver stop (stop the daemon)
cd /var/lib (navigate to the /var/lib directory)
cp -R --preserve=mode,ownership,timestamps squeezeboxserver
/DataVolume/cache/ ( copy /var/lib/squeezeboxserver to
/DataVolume/cache/squeezeboxserver)
rm -rf squeezeboxserver  (remove the squeezeboxserver directory after
copy)
ln -s /DataVolume/cache/squeezeboxserver (make a shortcut)
/etc/init.d/squeezeboxserver start (start the daemon)


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2012-03-27 Thread ply3908

Here is a simpler way to move the libary cache directory:

/etc/init.d/squeezeboxserver  stop 
(stop the daemon)
cd /var/lib
(navigate to the /var/lib directory)
mv squeezeboxserver  /DataVolume/cache/  ( move
/var/lib/squeezeboxserver to /DataVolume/cache/squeezeboxserver)
ln -s /DataVolume/cache/squeezeboxserver  (make
a shortcut)   
/etc/init.d/squeezeboxserver  start
(start the daemon)


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2011-11-07 Thread ply3908

Did you un-install the older version before upgrade?  Can you post the
detail of your errors you have when upgrading?

I installed LMS 7.7 on Ubuntu 10.4 w/o problem.  Did not install it on
MBL though.


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2011-10-12 Thread ply3908

MalcolmBarr;661205 Wrote: 
 This thread has been really helpful (thanks Gabbel!), and I have now
 Squeezebox server running almost perfectly on my WD mybook live.
 
 When I scan my music library, the scan seems to work okay until the
 pre-caching artwork stage, where it seems to get stuck even though the
 scan is ongoing. Is this a bug in 7.6.1 others have come across?
 
 Can I ask two more related questions.
 
 (a) What is the procedure to upgrade squeezebox sever when a new
 version is available?
 (b) how does one remove the installation completely if one wants to?
 
 Thanks for any replies in advance

(b) To uninstall the squeezeserver:

/etc/init.d/squeezeboxserver stop
apt-get remove --purge squeezeboxserver

(a) To upgrade the squeezeserver:

Uninstall the current version and install the newer version.


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2011-09-22 Thread ply3908

EmKa;658958 Wrote: 
 I solved the same problem by just stopping squeezebox server, deleting
 the cache folder and starting the server again:
 
  
Code:

  
   /etc/init.d/squeezeboxserver stop
   cd /var/lib/squeezeboxserver/cache
   rm -Rf *
   /etc/init.d/squeezeboxserver start
   

  
 -Warning: Be careful with the rm - this really deletes everything in
 and below the current directory.-

Alternatively. You can just delete the library.* files.  Better yet, 
back them up by renaming them or moving them to a different folder.


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2011-08-18 Thread ply3908

Just got the MyBookLive #TB (for $170).  Went directly to Gabbel's
instructions.  Works like a charm.  You don't even need the manual or
the CD.  Just wish the MBL has more memory...  Thanks much Gabbel!

Halliwells - If you still have problems.  You may want to post the
errors for each steps you run into. So others can help you.


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2011-08-18 Thread ply3908

Few people already posted that Vortexbox only run on x86 based
processor.  The MBL has ARM processor so it will not work.  I don't
think MBL has enough power for ripping anyway.


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] WD MyBook Live NAS

2011-08-12 Thread ply3908

Why not just install Vortexbox (http://vortexbox.org/about/) on MyBook
Live?  You need to use a USB CD drive for installation.  I don't know
if the NAS powerful enough for ripping tho.


-- 
ply3908

ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins