Do you have LMS scanning for media to (movies and photos ) that makes
the database larger .

And yes you can point the cache to another location .

On linux you edit:

/etc/sysconfig/squeezeboxserver

Notes, stop LMS edit sysconfig ,but beware of that LMS does not move the
old pre-existing stuff it creates a new cache folder on your chosen
location at the next start-up . You may stop LMS again after that and
move over the old stuff,
or do that in advance (backup this before doing anything )

An exampe my own sysconfig , I have not moved my cache but done other
things


Code:
--------------------
    
  # Edit this to suit your setup
  SQUEEZEBOX_USER="squeezeboxserver"
  SQUEEZEBOX_HOME="/usr/libexec"
  SQUEEZEBOX_CFG_DIR="/var/lib/squeezeboxserver/prefs"
  SQUEEZEBOX_LOG_DIR="/var/log/squeezeboxserver"
  SQUEEZEBOX_CACHE_DIR="/var/lib/squeezeboxserver/cache"
  SQUEEZEBOX_CHARSET="utf8"
  SQUEEZEBOX_ARGS="--daemon --nosb1slimp3sync --noupnp 
--prefsdir=$SQUEEZEBOX_CFG_DIR --logdir=$SQUEEZEBOX_LOG_DIR 
--cachedir=$SQUEEZEBOX_CACHE_DIR --charset=$SQUEEZEBOX_CHARSET"
  
--------------------




More instructions on what can be done .


Code:
--------------------
    
  Usage: $0 [--diag] [--daemon] [--stdio]
  [--logdir <logpath>]
  [--logfile <logfilepath|syslog>]
  [--user <username>]
  [--group <groupname>]
  [--httpport <portnumber> [--httpaddr <listenip>]]
  [--cliport <portnumber> [--cliaddr <listenip>]]
  [--priority <priority>]
  [--prefsdir <prefspath> [--pidfile <pidfilepath>]]
  [--perfmon] [--perfwarn=<threshold> | --perfwarn <warn options>]
  [--checkstrings] [--charset <charset>]
  [--noweb] [--notranscoding] [--nosb1slimp3sync] [--nostatistics] [--norestart]
  [--logging <logging-spec>] [--noinfolog | --nodebuglog]
  
  --help           => Show this usage information.
  --cachedir       => Directory for Squeezebox Server to save cached music and 
web data
  --diag           => Use diagnostics, shows more verbose errors.
  Also slows down library processing considerably
  --logdir         => Specify folder location for log file
  --logfile        => Specify a file for error logging.  Specify 'syslog' to 
log to syslog.
  --noLogTimestamp => Don't add timestamp to log output
  --daemon         => Run the server in the background.
  This may only work on Unix-like systems.
  --stdio          => Use standard in and out as a command line interface 
  to the server
  --user           => Specify the user that server should run as.
  Only usable if server is started as root.
  This may only work on Unix-like systems.
  --group          => Specify the group that server should run as.
  Only usable if server is started as root.
  This may only work on Unix-like systems.
  --httpport       => Activate the web interface on the specified port.
  Set to 0 in order disable the web server.
  --httpaddr       => Activate the web interface on the specified IP address.
  --cliport        => Activate the command line interface TCP/IP interface
  on the specified port. Set to 0 in order disable the 
  command line interface server.
  --cliaddr        => Activate the command line interface TCP/IP 
  interface on the specified IP address.
  --prefsdir       => Specify the location of the preferences directory
  --pidfile        => Specify where a process ID file should be stored
  --quiet          => Minimize the amount of text output
  --playeraddr     => Specify the _server's_ IP address to use to connect 
  to Slim players
  --priority       => set process priority from -20 (high) to 20 (low)
  --streamaddr     => Specify the _server's_ IP address to use to connect
  to streaming audio sources
  --nodebuglog     => Disable all debug-level logging (compiled out).
  --noinfolog      => Disable all debug-level & info-level logging (compiled 
out).
  --norestart      => Disable automatic restarts of server (if performed by 
external script) 
  --nosetup        => Disable setup via http.
  --noserver       => Disable web access server settings, but leave player 
settings accessible.
  Settings changes are not preserved.
  --noweb          => Disable web interface. JSON-RPC, Comet, and artwork web 
APIs are still enabled.
  --nosb1slimp3sync=> Disable support for SliMP3s, SB1s and associated 
synchronization
  --nostatistics   => Disable the TracksPersistent table used to keep to 
statistics across rescans (compiled out).
  --notranscoding  => Disable transcoding support.
  --noupnp         => Disable UPnP subsystem
  --perfmon        => Enable internal server performance monitoring
  --perfwarn       => Generate log messages if internal tasks take longer than 
specified threshold
  --failsafe       => Don't load plugins
  --checkstrings   => Enable reloading of changed string files for plugin 
development
  --charset        => Force a character set to be used, eg. utf8 on Linux 
devices
  which don't have full utf8 locale installed
  --dbtype         => Force database type (valid values are MySQL or SQLite)
  --logging        => Enable logging for the specified comma separated 
categories
  
--------------------


You can use these args for Windows to ,but I don't know how a windows
user may explain further .


------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=96355

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

Reply via email to