summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-23 12:30:19 +0000
committernia <nia@pkgsrc.org>2020-05-23 12:30:19 +0000
commit7092a8e04bbd26bdb27265622abc79f7ad8f08d4 (patch)
tree8f5016b00ff5b42794450f5ee1548d29d20aa985
parentf6ebf788e343d21968810a63537480b6f0f70ffd (diff)
downloadpkgsrc-7092a8e04bbd26bdb27265622abc79f7ad8f08d4.tar.gz
audio: Remove squeezeboxserver
- The package does not build due to a hard requirement on mysql55. - The product line this package supports was discontinued in 2012. - The package itself has not been touched since import in 2010. - The package comes with a big scary box of warnings at the top indicating woe on anyone who might want to touch it.
-rw-r--r--audio/Makefile3
-rw-r--r--audio/squeezeboxserver/DESCR3
-rw-r--r--audio/squeezeboxserver/Makefile200
-rw-r--r--audio/squeezeboxserver/PLIST1707
-rw-r--r--audio/squeezeboxserver/distinfo7
-rw-r--r--audio/squeezeboxserver/files/Custom.pm108
-rw-r--r--audio/squeezeboxserver/files/squeezeboxserver.sh26
-rw-r--r--audio/squeezeboxserver/patches/patch-aa13
8 files changed, 1 insertions, 2066 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 3eadb442813..c472e498a79 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.603 2020/05/23 10:51:00 nia Exp $
+# $NetBSD: Makefile,v 1.604 2020/05/23 12:30:19 nia Exp $
#
COMMENT= Audio tools
@@ -430,7 +430,6 @@ SUBDIR+= spiralloops
SUBDIR+= spiralsynth
SUBDIR+= splay
SUBDIR+= sptk
-SUBDIR+= squeezeboxserver
SUBDIR+= strawberry
SUBDIR+= streamripper
SUBDIR+= streamtuner
diff --git a/audio/squeezeboxserver/DESCR b/audio/squeezeboxserver/DESCR
deleted file mode 100644
index 4ac94c17745..00000000000
--- a/audio/squeezeboxserver/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-SqueezeboxServer is the software behind Logitech's networked audio players such
-as the Squeezebox. It streams music to the device over the network from your
-local computer.
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
deleted file mode 100644
index 92a9d3d2586..00000000000
--- a/audio/squeezeboxserver/Makefile
+++ /dev/null
@@ -1,200 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2019/11/02 21:09:17 rillig Exp $
-
-# To the poor soul who wants to update this package:
-#
-# This package is not an easy one. The software depends on a lot of PERL
-# modules, and even includes patches for a number of them.
-#
-# That said, it comes kind of stand alone, because it includes all its
-# dependencies in the CPAN directory of the archive. But of course, a number
-# of said dependencies come with native code modules, and Logitech doesn't
-# provide NetBSD binaries for those.
-#
-# The "noCPAN" tag in the archive's file name doesn't mean that the directory
-# is absent, but rather that it contains no binaries.
-#
-# In order to make the software work, I had to define a few rules. The PERL
-# modules that use native code had to come from pkgsrc. There's no way around
-# that.
-#
-# The other rule is that if a module is patched (i.e., partly found under the
-# lib/ directory of the archive), it has to come fully from the archive
-# (otherwise there are versioning issues that immediately rise up).
-#
-# That said, you want to use pkgsrc modules as often as you can, but AnyEvent
-# and Log had to be from the archive for the reasons I underlined, and that's
-# why only those two directories are copied from the CPAN directory of the
-# archive.
-#
-# Now, it seems that the SqueezeboxServer is still rather picky about its
-# dependencies (for instance, the current version depends on exactly version
-# 0.82 of p5-Audio-Scan), so while it works with the modules from pkgsrc as I
-# am writing those lines, I expect a future update of a package to break the
-# expectations of the SqueezeboxServer.
-#
-# Finally, note that the flac/faad binaries that come with the usual
-# distribution of the SqueezeboxServer are patched to work better with it. The
-# versions found in pkgsrc don't have those patches; they could be imported,
-# though.
-#
-# On that note, good luck!
-#
-# -- cube
-
-DISTNAME= ${PRODUCT:tl:S/_v/-/}-noCPAN
-PKGNAME= ${DISTNAME:S/-noCPAN//}
-PKGREVISION= 17
-CATEGORIES= audio
-MASTER_SITES= http://downloads.slimdevices.com/${PRODUCT}/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.logitechsqueezebox.com/
-COMMENT= Server for the family of networked audio players by Logitech
-
-EXTRACT_SUFX= .tgz
-
-PRODUCT= SqueezeboxServer_v7.5.1
-PRODUCTREV= 30836
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-noCPAN//}-${PRODUCTREV}-noCPAN
-
-RESTRICTED= Firmwares and some other components cannot be redistributed
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-LICENSE= squeezeboxserver-license
-
-# Database server
-MYSQL_VERSIONS_ACCEPTED= 55
-.include "../../mk/mysql.buildlink3.mk"
-.include "${MYSQL_PKGSRCDIR:S/-client$/-server/}/buildlink3.mk"
-
-# Audio converters
-DEPENDS+= wavpack-[0-9]*:../../audio/wavpack
-DEPENDS+= sox-[0-9]*:../../audio/sox
-DEPENDS+= flac-[0-9]*:../../audio/flac
-DEPENDS+= faad2-[0-9]*:../../audio/faad2
-
-# Perl modules with native code
-DEPENDS+= p5-Audio-Scan>=0.84:../../audio/p5-Audio-Scan
-DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor
-#DEPENDS+= {perl>=5.10.0,p5-Compress-Raw-Zlib-[0-9]*}:../../devel/p5-Compress-Raw-Zlib
-DEPENDS+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql
-DEPENDS+= p5-DBI>=1.608:../../databases/p5-DBI
-DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-DEPENDS+= p5-EV>=3.8:../../devel/p5-EV
-DEPENDS+= p5-Encode-Detect-[0-9]*:../../textproc/p5-Encode-Detect
-DEPENDS+= p5-GD>=2.41:../../graphics/p5-GD
-DEPENDS+= p5-HTML-Parser>=3.60:../../www/p5-HTML-Parser
-DEPENDS+= p5-JSON-XS>=2.232:../../converters/p5-JSON-XS
-DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
-DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
-DEPENDS+= p5-XML-Parser>=2.36:../../textproc/p5-XML-Parser
-DEPENDS+= p5-YAML-Syck>=1.05:../../textproc/p5-YAML-Syck
-
-# Perl modules without native code
-DEPENDS+= p5-Cache-Cache>=1.04:../../devel/p5-Cache-Cache
-DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
-DEPENDS+= p5-Class-ISA>=0.36nb2:../../devel/p5-Class-ISA
-DEPENDS+= p5-Class-Inspector>=1.16:../../devel/p5-Class-Inspector
-DEPENDS+= p5-Data-Compare-[0-9]*:../../devel/p5-Data-Compare
-DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
-DEPENDS+= p5-Data-URIEncode>=0.11:../../www/p5-Data-URIEncode
-DEPENDS+= p5-DBIx-Class>=0.08109:../../databases/p5-DBIx-Class
-DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
-DEPENDS+= p5-File-BOM>=0.13:../../devel/p5-File-BOM
-DEPENDS+= p5-File-Next>=1.02:../../devel/p5-File-Next
-DEPENDS+= p5-File-ReadBackwards-[0-9]*:../../textproc/p5-File-ReadBackwards
-DEPENDS+= p5-File-Slurp>=9999.09:../../devel/p5-File-Slurp
-DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which
-DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String
-DEPENDS+= p5-JSON-XS-VersionOneAndTwo>=0.31:../../converters/p5-JSON-XS-VersionOneAndTwo
-DEPENDS+= p5-Math-VecStat>=0.08:../../math/p5-Math-VecStat
-DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
-DEPENDS+= p5-Proc-Background>=1.08:../../devel/p5-Proc-Background
-DEPENDS+= p5-SQL-Abstract>=1.56:../../databases/p5-SQL-Abstract
-DEPENDS+= p5-Text-Unidecode>=0.04:../../textproc/p5-Text-Unidecode
-DEPENDS+= p5-Tie-Cache-LRU>=0.21:../../devel/p5-Tie-Cache-LRU
-DEPENDS+= p5-Tie-Cache-LRU-Expires-[0-9]*:../../devel/p5-Tie-Cache-LRU-Expires
-DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
-DEPENDS+= p5-Tie-LLHash>=1.003:../../devel/p5-Tie-LLHash
-DEPENDS+= p5-Tie-RegexpHash>=0.13:../../devel/p5-Tie-RegexpHash
-DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
-DEPENDS+= p5-URI-Find-[0-9]*:../../www/p5-URI-Find
-DEPENDS+= p5-UUID-Tiny-[0-9]*:../../devel/p5-UUID-Tiny
-DEPENDS+= p5-XML-Simple>=2.15:../../textproc/p5-XML-Simple
-
-# Optional
-#DEPENDS+= p5-Locale-Hebrew-[0-9]*:../../somewhere/p5-Locale-Hebrew
-
-REPLACE_PERL= slimserver.pl scanner.pl
-
-USE_TOOLS+= pax sed
-
-SBS_USER?= slimuser
-SBS_GROUP?= ${SBS_USER}
-PKG_USERS_VARS+= SBS_USER
-PKG_GROUPS_VARS+= SBS_GROUP
-PKG_USERS+= ${SBS_USER}:${SBS_GROUP}
-PKG_GROUPS+= ${SBS_GROUP}
-
-SBS_LIBSUBDIR= lib/squeezeboxserver
-SBS_SHARESUBDIR= share/squeezeboxserver
-INSTALLATION_DIRS+= ${SBS_LIBSUBDIR} ${SBS_SHARESUBDIR} libexec
-OWN_DIRS+= ${SBS_VARDIR}
-OWN_DIRS_PERMS+= ${SBS_LOGDIR} ${SBS_USER} ${SBS_GROUP} 0755
-OWN_DIRS_PERMS+= ${SBS_PREFSDIR} ${SBS_USER} ${SBS_GROUP} 0755
-OWN_DIRS_PERMS+= ${SBS_CACHEDIR} ${SBS_USER} ${SBS_GROUP} 0755
-
-PKG_SYSCONFSUBDIR= squeezeboxserver
-SBS_LIBDIR= ${PREFIX}/${SBS_LIBSUBDIR}
-SBS_SHAREDIR= ${PREFIX}/${SBS_SHARESUBDIR}
-SBS_LOGDIR= ${VARBASE}/log/squeezeboxserver
-SBS_VARDIR= ${VARBASE}/lib/squeezeboxserver
-SBS_PREFSDIR= ${SBS_VARDIR}/prefs
-SBS_CACHEDIR= ${SBS_VARDIR}/cache
-
-SBS_GOTOSHARE= Firmware Graphics HTML IR MySQL SQL \
- Changelog* Installation.txt License* \
- convert.conf modules.conf revision.txt strings.txt \
- types.conf
-SBS_GOTOLIB= CPAN/AnyEvent CPAN/Log lib Plugins Slim \
- slimserver.pl scanner.pl
-
-SBS_COPY= SBS_GOTOSHARE SBS_SHARESUBDIR \
- SBS_GOTOLIB SBS_LIBSUBDIR
-
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= pre-build
-SUBST_MESSAGE.paths= Configuring default pkgsrc paths
-SUBST_FILES.paths= Slim/Utils/OS/Custom.pm
-SUBST_VARS.paths= PREFIX PKG_SYSCONFDIR SBS_SHAREDIR SBS_LOGDIR \
- SBS_PREFSDIR SBS_CACHEDIR SBS_LIBDIR
-
-CONF_FILES+= ${SBS_SHAREDIR}/types.conf ${PKG_SYSCONFDIR}/types.conf \
- ${SBS_SHAREDIR}/modules.conf ${PKG_SYSCONFDIR}/modules.conf \
- ${SBS_SHAREDIR}/convert.conf ${PKG_SYSCONFDIR}/convert.conf
-
-BUILD_DEFS+= VARBASE SBS_USER SBS_GROUP
-
-RCD_SCRIPTS= squeezeboxserver
-FILES_SUBST+= SBS_LIBDIR=${SBS_LIBDIR} SBS_USER=${SBS_USER} SBS_GROUP=${SBS_GROUP}
-FILES_SUBST+= SBS_VARDIR=${SBS_VARDIR} PERL5=${PERL5}
-
-CHECK_INTERPRETER_SKIP= ${SBS_LIBSUBDIR}/lib/* ${SBS_LIBSUBDIR}/CPAN/* \
- ${SBS_SHARESUBDIR}/HTML/*
-
-do-configure:
- cp ${.CURDIR}/files/Custom.pm ${WRKSRC}/Slim/Utils/OS/Custom.pm
-
-do-build:
- chmod -R +rX ${WRKSRC}
-
-do-install:
-.for _list_ _dir_ in ${SBS_COPY}
- cd ${WRKSRC} && ${FIND} ${${_list_}} -type f ! -name '*.orig' 2>/dev/null | \
- pax -rw -pm ${DESTDIR}${PREFIX}/${${_dir_}}
-.endfor
-
-.include "../../lang/perl5/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/squeezeboxserver/PLIST b/audio/squeezeboxserver/PLIST
deleted file mode 100644
index ef9492f7814..00000000000
--- a/audio/squeezeboxserver/PLIST
+++ /dev/null
@@ -1,1707 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:04:58 jperkin Exp $
-lib/squeezeboxserver/CPAN/AnyEvent/AIO.pm
-lib/squeezeboxserver/CPAN/AnyEvent/Debug.pm
-lib/squeezeboxserver/CPAN/AnyEvent/Handle.pm
-lib/squeezeboxserver/CPAN/AnyEvent/Impl/EV.pm
-lib/squeezeboxserver/CPAN/AnyEvent/Socket.pm
-lib/squeezeboxserver/CPAN/AnyEvent/Strict.pm
-lib/squeezeboxserver/CPAN/AnyEvent/TLS.pm
-lib/squeezeboxserver/CPAN/AnyEvent/Util.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/Buffer.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/DBI.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/File.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/Limit.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/RRDs.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/Screen.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/ScreenColoredLevels.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/Socket.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/String.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/Synchronized.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/TestArrayBuffer.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/TestBuffer.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Appender/TestFileCreeper.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Config.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Config/BaseConfigurator.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Config/DOMConfigurator.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Config/PropertyConfigurator.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Config/Watch.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/DateFormat.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/FAQ.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Filter.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Filter/Boolean.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Filter/LevelMatch.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Filter/LevelRange.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Filter/StringMatch.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/ConsoleAppender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/FileAppender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/JDBCAppender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/NTEventLogAppender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/RollingFileAppender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/SyslogAppender.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/JavaMap/TestBuffer.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Layout.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Layout/NoopLayout.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Layout/PatternLayout.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Layout/PatternLayout/Multiline.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Layout/SimpleLayout.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Level.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/MDC.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/NDC.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Resurrector.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Util.pm
-lib/squeezeboxserver/CPAN/Log/Log4perl/Util/Semaphore.pm
-lib/squeezeboxserver/Slim/Buttons/Alarm.pm
-lib/squeezeboxserver/Slim/Buttons/Block.pm
-lib/squeezeboxserver/Slim/Buttons/BrowseDB.pm
-lib/squeezeboxserver/Slim/Buttons/BrowseTree.pm
-lib/squeezeboxserver/Slim/Buttons/BrowseUPnPMediaServer.pm
-lib/squeezeboxserver/Slim/Buttons/Common.pm
-lib/squeezeboxserver/Slim/Buttons/GlobalSearch.pm
-lib/squeezeboxserver/Slim/Buttons/Home.pm
-lib/squeezeboxserver/Slim/Buttons/Information.pm
-lib/squeezeboxserver/Slim/Buttons/Input/Bar.pm
-lib/squeezeboxserver/Slim/Buttons/Input/Choice.pm
-lib/squeezeboxserver/Slim/Buttons/Input/List.pm
-lib/squeezeboxserver/Slim/Buttons/Input/Text.pm
-lib/squeezeboxserver/Slim/Buttons/Input/Time.pm
-lib/squeezeboxserver/Slim/Buttons/Playlist.pm
-lib/squeezeboxserver/Slim/Buttons/Power.pm
-lib/squeezeboxserver/Slim/Buttons/RemoteTrackInfo.pm
-lib/squeezeboxserver/Slim/Buttons/ScreenSaver.pm
-lib/squeezeboxserver/Slim/Buttons/Search.pm
-lib/squeezeboxserver/Slim/Buttons/Settings.pm
-lib/squeezeboxserver/Slim/Buttons/SqueezeNetwork.pm
-lib/squeezeboxserver/Slim/Buttons/Synchronize.pm
-lib/squeezeboxserver/Slim/Buttons/TrackInfo.pm
-lib/squeezeboxserver/Slim/Buttons/Volume.pm
-lib/squeezeboxserver/Slim/Buttons/XMLBrowser.pm
-lib/squeezeboxserver/Slim/Control/Commands.pm
-lib/squeezeboxserver/Slim/Control/Jive.pm
-lib/squeezeboxserver/Slim/Control/Queries.pm
-lib/squeezeboxserver/Slim/Control/Request.pm
-lib/squeezeboxserver/Slim/Control/Stdio.pm
-lib/squeezeboxserver/Slim/Control/XMLBrowser.pm
-lib/squeezeboxserver/Slim/DO_NOT_INSTALL_YOUR_PLUGINS_HERE.txt
-lib/squeezeboxserver/Slim/Display/Boom.pm
-lib/squeezeboxserver/Slim/Display/Display.pm
-lib/squeezeboxserver/Slim/Display/EmulatedSqueezebox2.pm
-lib/squeezeboxserver/Slim/Display/Graphics.pm
-lib/squeezeboxserver/Slim/Display/Lib/Fonts.pm
-lib/squeezeboxserver/Slim/Display/Lib/TextVFD.pm
-lib/squeezeboxserver/Slim/Display/NoDisplay.pm
-lib/squeezeboxserver/Slim/Display/Squeezebox2.pm
-lib/squeezeboxserver/Slim/Display/SqueezeboxG.pm
-lib/squeezeboxserver/Slim/Display/Text.pm
-lib/squeezeboxserver/Slim/Display/Transporter.pm
-lib/squeezeboxserver/Slim/Formats.pm
-lib/squeezeboxserver/Slim/Formats/AIFF.pm
-lib/squeezeboxserver/Slim/Formats/APE.pm
-lib/squeezeboxserver/Slim/Formats/FLAC.pm
-lib/squeezeboxserver/Slim/Formats/MP3.pm
-lib/squeezeboxserver/Slim/Formats/Movie.pm
-lib/squeezeboxserver/Slim/Formats/Musepack.pm
-lib/squeezeboxserver/Slim/Formats/Ogg.pm
-lib/squeezeboxserver/Slim/Formats/Playlists.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/ASX.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/Base.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/CUE.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/M3U.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/PLS.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/WPL.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/XML.pm
-lib/squeezeboxserver/Slim/Formats/Playlists/XSPF.pm
-lib/squeezeboxserver/Slim/Formats/RemoteMetadata.pm
-lib/squeezeboxserver/Slim/Formats/RemoteMetadata/YALP.pm
-lib/squeezeboxserver/Slim/Formats/RemoteStream.pm
-lib/squeezeboxserver/Slim/Formats/WMA.pm
-lib/squeezeboxserver/Slim/Formats/Wav.pm
-lib/squeezeboxserver/Slim/Formats/WavPack.pm
-lib/squeezeboxserver/Slim/Formats/XML.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/Account.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/Advanced.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/Diagnostics.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/InitialSettings.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/Music.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/Settings.pm
-lib/squeezeboxserver/Slim/GUI/ControlPanel/Status.pm
-lib/squeezeboxserver/Slim/Hardware/BacklightLED.pm
-lib/squeezeboxserver/Slim/Hardware/IR.pm
-lib/squeezeboxserver/Slim/Hardware/TriLED.pm
-lib/squeezeboxserver/Slim/Hardware/mas3507d.pm
-lib/squeezeboxserver/Slim/Hardware/mas35x9.pm
-lib/squeezeboxserver/Slim/Menu/AlbumInfo.pm
-lib/squeezeboxserver/Slim/Menu/ArtistInfo.pm
-lib/squeezeboxserver/Slim/Menu/Base.pm
-lib/squeezeboxserver/Slim/Menu/FolderInfo.pm
-lib/squeezeboxserver/Slim/Menu/GenreInfo.pm
-lib/squeezeboxserver/Slim/Menu/GlobalSearch.pm
-lib/squeezeboxserver/Slim/Menu/PlaylistInfo.pm
-lib/squeezeboxserver/Slim/Menu/SystemInfo.pm
-lib/squeezeboxserver/Slim/Menu/TrackInfo.pm
-lib/squeezeboxserver/Slim/Menu/YearInfo.pm
-lib/squeezeboxserver/Slim/Music/Artwork.pm
-lib/squeezeboxserver/Slim/Music/Import.pm
-lib/squeezeboxserver/Slim/Music/Info.pm
-lib/squeezeboxserver/Slim/Music/MusicFolderScan.pm
-lib/squeezeboxserver/Slim/Music/PlaylistFolderScan.pm
-lib/squeezeboxserver/Slim/Music/TitleFormatter.pm
-lib/squeezeboxserver/Slim/Networking/Async.pm
-lib/squeezeboxserver/Slim/Networking/Async/DNS.pm
-lib/squeezeboxserver/Slim/Networking/Async/HTTP.pm
-lib/squeezeboxserver/Slim/Networking/Async/Socket.pm
-lib/squeezeboxserver/Slim/Networking/Async/Socket/HTTP.pm
-lib/squeezeboxserver/Slim/Networking/Async/Socket/HTTPS.pm
-lib/squeezeboxserver/Slim/Networking/Async/Socket/UDP.pm
-lib/squeezeboxserver/Slim/Networking/Discovery.pm
-lib/squeezeboxserver/Slim/Networking/Discovery/Players.pm
-lib/squeezeboxserver/Slim/Networking/Discovery/Server.pm
-lib/squeezeboxserver/Slim/Networking/IO/Select.pm
-lib/squeezeboxserver/Slim/Networking/Select.pm
-lib/squeezeboxserver/Slim/Networking/SimpleAsyncHTTP.pm
-lib/squeezeboxserver/Slim/Networking/SliMP3/Protocol.pm
-lib/squeezeboxserver/Slim/Networking/SliMP3/Stream.pm
-lib/squeezeboxserver/Slim/Networking/Slimproto.pm
-lib/squeezeboxserver/Slim/Networking/SqueezeNetwork.pm
-lib/squeezeboxserver/Slim/Networking/SqueezeNetwork/Players.pm
-lib/squeezeboxserver/Slim/Networking/SqueezeNetwork/PrefSync.pm
-lib/squeezeboxserver/Slim/Networking/SqueezeNetwork/Stats.pm
-lib/squeezeboxserver/Slim/Networking/UDP.pm
-lib/squeezeboxserver/Slim/Networking/UPnP/ControlPoint.pm
-lib/squeezeboxserver/Slim/Player/Boom.pm
-lib/squeezeboxserver/Slim/Player/CapabilitiesHelper.pm
-lib/squeezeboxserver/Slim/Player/Client.pm
-lib/squeezeboxserver/Slim/Player/Disconnected.pm
-lib/squeezeboxserver/Slim/Player/HTTP.pm
-lib/squeezeboxserver/Slim/Player/Pipeline.pm
-lib/squeezeboxserver/Slim/Player/Player.pm
-lib/squeezeboxserver/Slim/Player/Playlist.pm
-lib/squeezeboxserver/Slim/Player/ProtocolHandlers.pm
-lib/squeezeboxserver/Slim/Player/Protocols/File.pm
-lib/squeezeboxserver/Slim/Player/Protocols/HTTP.pm
-lib/squeezeboxserver/Slim/Player/Protocols/MMS.pm
-lib/squeezeboxserver/Slim/Player/Protocols/SqueezePlayDirect.pm
-lib/squeezeboxserver/Slim/Player/Receiver.pm
-lib/squeezeboxserver/Slim/Player/ReplayGain.pm
-lib/squeezeboxserver/Slim/Player/SB1SliMP3Sync.pm
-lib/squeezeboxserver/Slim/Player/SLIMP3.pm
-lib/squeezeboxserver/Slim/Player/SoftSqueeze.pm
-lib/squeezeboxserver/Slim/Player/Song.pm
-lib/squeezeboxserver/Slim/Player/SongStreamController.pm
-lib/squeezeboxserver/Slim/Player/Source.pm
-lib/squeezeboxserver/Slim/Player/SqueezePlay.pm
-lib/squeezeboxserver/Slim/Player/SqueezeSlave.pm
-lib/squeezeboxserver/Slim/Player/Squeezebox.pm
-lib/squeezeboxserver/Slim/Player/Squeezebox1.pm
-lib/squeezeboxserver/Slim/Player/Squeezebox2.pm
-lib/squeezeboxserver/Slim/Player/StreamingController.pm
-lib/squeezeboxserver/Slim/Player/Sync.pm
-lib/squeezeboxserver/Slim/Player/TranscodingHelper.pm
-lib/squeezeboxserver/Slim/Player/Transporter.pm
-lib/squeezeboxserver/Slim/Plugin/Amazon/HTML/EN/plugins/Amazon/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Amazon/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Amazon/install.xml
-lib/squeezeboxserver/Slim/Plugin/Amazon/strings.txt
-lib/squeezeboxserver/Slim/Plugin/AppGallery/HTML/EN/plugins/AppGallery/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/AppGallery/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/AppGallery/install.xml
-lib/squeezeboxserver/Slim/Plugin/AppGallery/strings.txt
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/HTML/EN/plugins/AudioScrobbler/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/HTML/EN/plugins/AudioScrobbler/settings/player.html
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/PlayerSettings.pm
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/install.xml
-lib/squeezeboxserver/Slim/Plugin/AudioScrobbler/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Base.pm
-lib/squeezeboxserver/Slim/Plugin/CLI/HTML/EN/plugins/CLI/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/CLI/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/CLI/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/CLI/install.xml
-lib/squeezeboxserver/Slim/Plugin/CLI/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Classical/HTML/EN/plugins/Classical/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Classical/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Classical/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Classical/install.xml
-lib/squeezeboxserver/Slim/Plugin/Classical/strings.txt
-lib/squeezeboxserver/Slim/Plugin/DateTime/HTML/EN/plugins/DateTime/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/DateTime/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/DateTime/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/DateTime/install.xml
-lib/squeezeboxserver/Slim/Plugin/DateTime/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Deezer/HTML/EN/plugins/Deezer/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Deezer/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Deezer/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Deezer/install.xml
-lib/squeezeboxserver/Slim/Plugin/Deezer/strings.txt
-lib/squeezeboxserver/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/DigitalInput/HTML/EN/plugins/DigitalInput/list.html
-lib/squeezeboxserver/Slim/Plugin/DigitalInput/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/DigitalInput/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/DigitalInput/install.xml
-lib/squeezeboxserver/Slim/Plugin/DigitalInput/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Extensions/HTML/EN/plugins/Extensions/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/Extensions/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Extensions/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/Extensions/install.xml
-lib/squeezeboxserver/Slim/Plugin/Extensions/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Facebook/HTML/EN/plugins/Facebook/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Facebook/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Facebook/install.xml
-lib/squeezeboxserver/Slim/Plugin/Facebook/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/Default/plugins/Favorites/html/Favorites.js
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/EN/html/images/favorites.png
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/EN/html/images/favorites_remove.png
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/favcontrol.html
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/html/favorites.js
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/index.html
-lib/squeezeboxserver/Slim/Plugin/Favorites/HTML/EN/plugins/Favorites/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/Favorites/Opml.pm
-lib/squeezeboxserver/Slim/Plugin/Favorites/OpmlFavorites.pm
-lib/squeezeboxserver/Slim/Plugin/Favorites/Playlist.pm
-lib/squeezeboxserver/Slim/Plugin/Favorites/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Favorites/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/Favorites/SqueezeNetwork.pm
-lib/squeezeboxserver/Slim/Plugin/Favorites/install.xml
-lib/squeezeboxserver/Slim/Plugin/Favorites/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Flickr/HTML/EN/plugins/Flickr/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Flickr/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Flickr/install.xml
-lib/squeezeboxserver/Slim/Plugin/Flickr/strings.txt
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/Default/default.opml
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/HTML/EN/plugins/InfoBrowser/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/install.xml
-lib/squeezeboxserver/Slim/Plugin/InfoBrowser/strings.txt
-lib/squeezeboxserver/Slim/Plugin/InternetRadio/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/InternetRadio/install.xml
-lib/squeezeboxserver/Slim/Plugin/InternetRadio/strings.txt
-lib/squeezeboxserver/Slim/Plugin/JiveExtras/HTML/EN/plugins/JiveExtras/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/JiveExtras/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/JiveExtras/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/JiveExtras/install.xml
-lib/squeezeboxserver/Slim/Plugin/JiveExtras/strings.txt
-lib/squeezeboxserver/Slim/Plugin/LMA/HTML/EN/plugins/LMA/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/LMA/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/LMA/install.xml
-lib/squeezeboxserver/Slim/Plugin/LMA/strings.txt
-lib/squeezeboxserver/Slim/Plugin/LastFM/HTML/Default/html/images/btn_lastfm_ban.gif
-lib/squeezeboxserver/Slim/Plugin/LastFM/HTML/Default/html/images/btn_lastfm_love.gif
-lib/squeezeboxserver/Slim/Plugin/LastFM/HTML/EN/plugins/LastFM/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/LastFM/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/LastFM/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/LastFM/install.xml
-lib/squeezeboxserver/Slim/Plugin/LastFM/strings.txt
-lib/squeezeboxserver/Slim/Plugin/LineIn/HTML/EN/plugins/LineIn/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/LineIn/HTML/EN/plugins/LineIn/set.html
-lib/squeezeboxserver/Slim/Plugin/LineIn/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/LineIn/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/LineIn/install.xml
-lib/squeezeboxserver/Slim/Plugin/LineIn/strings.txt
-lib/squeezeboxserver/Slim/Plugin/LineOut/HTML/EN/plugins/LineOut/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/LineOut/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/LineOut/install.xml
-lib/squeezeboxserver/Slim/Plugin/LineOut/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Live365/HTML/EN/plugins/Live365/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Live365/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Live365/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Live365/install.xml
-lib/squeezeboxserver/Slim/Plugin/Live365/strings.txt
-lib/squeezeboxserver/Slim/Plugin/MP3tunes/HTML/EN/plugins/MP3tunes/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/MP3tunes/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/MP3tunes/install.xml
-lib/squeezeboxserver/Slim/Plugin/MP3tunes/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Mediafly/HTML/EN/plugins/Mediafly/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Mediafly/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Mediafly/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Mediafly/install.xml
-lib/squeezeboxserver/Slim/Plugin/Mediafly/strings.txt
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/ClientSettings.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/Common.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/mixerlink.html
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_mix.html
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_moods.html
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/musicmagic_pwdlist.html
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/settings/mipclient.html
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/settings/musicmagic.html
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/Importer.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/PlayerSettings.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/install.xml
-lib/squeezeboxserver/Slim/Plugin/MusicMagic/strings.txt
-lib/squeezeboxserver/Slim/Plugin/MyApps/HTML/EN/plugins/MyApps/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/MyApps/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/MyApps/install.xml
-lib/squeezeboxserver/Slim/Plugin/MyApps/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Napster/HTML/EN/plugins/Napster/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Napster/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Napster/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Napster/install.xml
-lib/squeezeboxserver/Slim/Plugin/Napster/strings.txt
-lib/squeezeboxserver/Slim/Plugin/NetTest/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/NetTest/install.xml
-lib/squeezeboxserver/Slim/Plugin/NetTest/strings.txt
-lib/squeezeboxserver/Slim/Plugin/OPMLBased.pm
-lib/squeezeboxserver/Slim/Plugin/OPMLGeneric/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/OPMLGeneric/install.xml
-lib/squeezeboxserver/Slim/Plugin/OPMLGeneric/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Pandora/HTML/Default/html/images/btn_thumbs_down.gif
-lib/squeezeboxserver/Slim/Plugin/Pandora/HTML/Default/html/images/btn_thumbs_up.gif
-lib/squeezeboxserver/Slim/Plugin/Pandora/HTML/EN/plugins/Pandora/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Pandora/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Pandora/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Pandora/install.xml
-lib/squeezeboxserver/Slim/Plugin/Pandora/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Podcast/HTML/EN/plugins/Podcast/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/Podcast/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Podcast/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/Podcast/install.xml
-lib/squeezeboxserver/Slim/Plugin/Podcast/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Queen/HTML/EN/plugins/Queen/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Queen/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Queen/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Queen/install.xml
-lib/squeezeboxserver/Slim/Plugin/Queen/strings.txt
-lib/squeezeboxserver/Slim/Plugin/RS232/HTML/EN/plugins/RS232/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/RS232/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/RS232/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/RS232/install.xml
-lib/squeezeboxserver/Slim/Plugin/RS232/strings.txt
-lib/squeezeboxserver/Slim/Plugin/RSSNews/HTML/EN/plugins/RSSNews/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/RSSNews/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/RSSNews/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/RSSNews/install.xml
-lib/squeezeboxserver/Slim/Plugin/RSSNews/strings.txt
-lib/squeezeboxserver/Slim/Plugin/RadioTime/Metadata.pm
-lib/squeezeboxserver/Slim/Plugin/RadioTime/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/RadioTime/install.xml
-lib/squeezeboxserver/Slim/Plugin/RadioTime/strings.txt
-lib/squeezeboxserver/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/RandomPlay/HTML/EN/plugins/RandomPlay/list.html
-lib/squeezeboxserver/Slim/Plugin/RandomPlay/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/RandomPlay/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/RandomPlay/install.xml
-lib/squeezeboxserver/Slim/Plugin/RandomPlay/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Rescan/HTML/EN/plugins/Rescan/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/Rescan/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Rescan/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/Rescan/install.xml
-lib/squeezeboxserver/Slim/Plugin/Rescan/strings.txt
-lib/squeezeboxserver/Slim/Plugin/RhapsodyDirect/HTML/EN/plugins/RhapsodyDirect/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/RhapsodyDirect/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/RhapsodyDirect/install.xml
-lib/squeezeboxserver/Slim/Plugin/RhapsodyDirect/strings.txt
-lib/squeezeboxserver/Slim/Plugin/SN/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/SN/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/SN/install.xml
-lib/squeezeboxserver/Slim/Plugin/SN/strings.txt
-lib/squeezeboxserver/Slim/Plugin/SavePlaylist/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/SavePlaylist/install.xml
-lib/squeezeboxserver/Slim/Plugin/SavePlaylist/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Sirius/HTML/EN/plugins/Sirius/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Sirius/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Sirius/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Sirius/install.xml
-lib/squeezeboxserver/Slim/Plugin/Sirius/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Slacker/HTML/Default/html/images/btn_slacker_ban.gif
-lib/squeezeboxserver/Slim/Plugin/Slacker/HTML/Default/html/images/btn_slacker_fav.gif
-lib/squeezeboxserver/Slim/Plugin/Slacker/HTML/Default/html/images/btn_slacker_fav_on.gif
-lib/squeezeboxserver/Slim/Plugin/Slacker/HTML/EN/plugins/Slacker/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Slacker/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Slacker/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Slacker/install.xml
-lib/squeezeboxserver/Slim/Plugin/Slacker/strings.txt
-lib/squeezeboxserver/Slim/Plugin/SlimTris/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/SlimTris/install.xml
-lib/squeezeboxserver/Slim/Plugin/SlimTris/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Snow/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Snow/install.xml
-lib/squeezeboxserver/Slim/Plugin/Snow/strings.txt
-lib/squeezeboxserver/Slim/Plugin/SongScanner/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/SongScanner/install.xml
-lib/squeezeboxserver/Slim/Plugin/SongScanner/strings.txt
-lib/squeezeboxserver/Slim/Plugin/Sounds/HTML/EN/plugins/Sounds/html/images/icon.png
-lib/squeezeboxserver/Slim/Plugin/Sounds/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Sounds/ProtocolHandler.pm
-lib/squeezeboxserver/Slim/Plugin/Sounds/install.xml
-lib/squeezeboxserver/Slim/Plugin/Sounds/strings.txt
-lib/squeezeboxserver/Slim/Plugin/TT/Clients.pm
-lib/squeezeboxserver/Slim/Plugin/TT/Prefs.pm
-lib/squeezeboxserver/Slim/Plugin/TT/README
-lib/squeezeboxserver/Slim/Plugin/Visualizer/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/Visualizer/install.xml
-lib/squeezeboxserver/Slim/Plugin/Visualizer/strings.txt
-lib/squeezeboxserver/Slim/Plugin/iTunes/Common.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/HTML/EN/plugins/iTunes/settings/itunes.html
-lib/squeezeboxserver/Slim/Plugin/iTunes/Importer.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/Importer/Artwork.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/Importer/Artwork/OSX.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/Importer/Artwork/Win32.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/iTunes/install.xml
-lib/squeezeboxserver/Slim/Plugin/iTunes/strings.txt
-lib/squeezeboxserver/Slim/Plugin/xPL/HTML/EN/plugins/xPL/settings/basic.html
-lib/squeezeboxserver/Slim/Plugin/xPL/Plugin.pm
-lib/squeezeboxserver/Slim/Plugin/xPL/Settings.pm
-lib/squeezeboxserver/Slim/Plugin/xPL/install.xml
-lib/squeezeboxserver/Slim/Plugin/xPL/strings.txt
-lib/squeezeboxserver/Slim/Schema.pm
-lib/squeezeboxserver/Slim/Schema/Age.pm
-lib/squeezeboxserver/Slim/Schema/Album.pm
-lib/squeezeboxserver/Slim/Schema/Comment.pm
-lib/squeezeboxserver/Slim/Schema/Contributor.pm
-lib/squeezeboxserver/Slim/Schema/ContributorAlbum.pm
-lib/squeezeboxserver/Slim/Schema/ContributorTrack.pm
-lib/squeezeboxserver/Slim/Schema/DBI.pm
-lib/squeezeboxserver/Slim/Schema/Debug.pm
-lib/squeezeboxserver/Slim/Schema/Genre.pm
-lib/squeezeboxserver/Slim/Schema/GenreTrack.pm
-lib/squeezeboxserver/Slim/Schema/MetaInformation.pm
-lib/squeezeboxserver/Slim/Schema/PageBar.pm
-lib/squeezeboxserver/Slim/Schema/Playlist.pm
-lib/squeezeboxserver/Slim/Schema/PlaylistTrack.pm
-lib/squeezeboxserver/Slim/Schema/Progress.pm
-lib/squeezeboxserver/Slim/Schema/RemotePlaylist.pm
-lib/squeezeboxserver/Slim/Schema/RemoteTrack.pm
-lib/squeezeboxserver/Slim/Schema/Rescan.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Age.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Album.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Base.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Contributor.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Genre.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Playlist.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/PlaylistTrack.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Track.pm
-lib/squeezeboxserver/Slim/Schema/ResultSet/Year.pm
-lib/squeezeboxserver/Slim/Schema/Storage.pm
-lib/squeezeboxserver/Slim/Schema/Track.pm
-lib/squeezeboxserver/Slim/Schema/TrackPersistent.pm
-lib/squeezeboxserver/Slim/Schema/Year.pm
-lib/squeezeboxserver/Slim/Utils/Accessor.pm
-lib/squeezeboxserver/Slim/Utils/Alarm.pm
-lib/squeezeboxserver/Slim/Utils/Cache.pm
-lib/squeezeboxserver/Slim/Utils/DateTime.pm
-lib/squeezeboxserver/Slim/Utils/Errno.pm
-lib/squeezeboxserver/Slim/Utils/Favorites.pm
-lib/squeezeboxserver/Slim/Utils/Firmware.pm
-lib/squeezeboxserver/Slim/Utils/IPDetect.pm
-lib/squeezeboxserver/Slim/Utils/ImageResizer.pm
-lib/squeezeboxserver/Slim/Utils/Light.pm
-lib/squeezeboxserver/Slim/Utils/Log.pm
-lib/squeezeboxserver/Slim/Utils/MemoryUsage.pm
-lib/squeezeboxserver/Slim/Utils/Misc.pm
-lib/squeezeboxserver/Slim/Utils/MySQLHelper.pm
-lib/squeezeboxserver/Slim/Utils/Network.pm
-lib/squeezeboxserver/Slim/Utils/OS.pm
-lib/squeezeboxserver/Slim/Utils/OS/Custom.pm
-lib/squeezeboxserver/Slim/Utils/OS/Debian.pm
-lib/squeezeboxserver/Slim/Utils/OS/Linux.pm
-lib/squeezeboxserver/Slim/Utils/OS/OSX.pm
-lib/squeezeboxserver/Slim/Utils/OS/ReadyNAS.pm
-lib/squeezeboxserver/Slim/Utils/OS/RedHat.pm
-lib/squeezeboxserver/Slim/Utils/OS/SlimService.pm
-lib/squeezeboxserver/Slim/Utils/OS/SqueezeOS.pm
-lib/squeezeboxserver/Slim/Utils/OS/Suse.pm
-lib/squeezeboxserver/Slim/Utils/OS/Synology.pm
-lib/squeezeboxserver/Slim/Utils/OS/Unix.pm
-lib/squeezeboxserver/Slim/Utils/OS/Win32.pm
-lib/squeezeboxserver/Slim/Utils/OSDetect.pm
-lib/squeezeboxserver/Slim/Utils/PerfMon.pm
-lib/squeezeboxserver/Slim/Utils/PerlRunTime.pm
-lib/squeezeboxserver/Slim/Utils/PluginDownloader.pm
-lib/squeezeboxserver/Slim/Utils/PluginManager.pm
-lib/squeezeboxserver/Slim/Utils/Prefs.pm
-lib/squeezeboxserver/Slim/Utils/Prefs/Base.pm
-lib/squeezeboxserver/Slim/Utils/Prefs/Client.pm
-lib/squeezeboxserver/Slim/Utils/Prefs/Namespace.pm
-lib/squeezeboxserver/Slim/Utils/Prefs/OldPrefs.pm
-lib/squeezeboxserver/Slim/Utils/Progress.pm
-lib/squeezeboxserver/Slim/Utils/SQLHelper.pm
-lib/squeezeboxserver/Slim/Utils/SQLiteHelper.pm
-lib/squeezeboxserver/Slim/Utils/Scanner.pm
-lib/squeezeboxserver/Slim/Utils/Scanner/Remote.pm
-lib/squeezeboxserver/Slim/Utils/Scheduler.pm
-lib/squeezeboxserver/Slim/Utils/ServiceManager.pm
-lib/squeezeboxserver/Slim/Utils/ServiceManager/OSX.pm
-lib/squeezeboxserver/Slim/Utils/ServiceManager/Win32.pm
-lib/squeezeboxserver/Slim/Utils/SoundCheck.pm
-lib/squeezeboxserver/Slim/Utils/Strings.pm
-lib/squeezeboxserver/Slim/Utils/Text.pm
-lib/squeezeboxserver/Slim/Utils/Timers.pm
-lib/squeezeboxserver/Slim/Utils/UPnPMediaServer.pm
-lib/squeezeboxserver/Slim/Utils/Unicode.pm
-lib/squeezeboxserver/Slim/Utils/Update.pm
-lib/squeezeboxserver/Slim/Utils/Validate.pm
-lib/squeezeboxserver/Slim/Utils/Versions.pm
-lib/squeezeboxserver/Slim/Web/Cometd.pm
-lib/squeezeboxserver/Slim/Web/Cometd/Manager.pm
-lib/squeezeboxserver/Slim/Web/Graphics.pm
-lib/squeezeboxserver/Slim/Web/HTTP.pm
-lib/squeezeboxserver/Slim/Web/HTTP/CSRF.pm
-lib/squeezeboxserver/Slim/Web/HTTP/ClientConn.pm
-lib/squeezeboxserver/Slim/Web/JSONRPC.pm
-lib/squeezeboxserver/Slim/Web/Pages.pm
-lib/squeezeboxserver/Slim/Web/Pages/BrowseDB.pm
-lib/squeezeboxserver/Slim/Web/Pages/BrowseTree.pm
-lib/squeezeboxserver/Slim/Web/Pages/Common.pm
-lib/squeezeboxserver/Slim/Web/Pages/EditPlaylist.pm
-lib/squeezeboxserver/Slim/Web/Pages/History.pm
-lib/squeezeboxserver/Slim/Web/Pages/Home.pm
-lib/squeezeboxserver/Slim/Web/Pages/LiveSearch.pm
-lib/squeezeboxserver/Slim/Web/Pages/Playlist.pm
-lib/squeezeboxserver/Slim/Web/Pages/Progress.pm
-lib/squeezeboxserver/Slim/Web/Pages/Search.pm
-lib/squeezeboxserver/Slim/Web/Pages/Status.pm
-lib/squeezeboxserver/Slim/Web/Settings.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Alarm.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Audio.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Basic.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Display.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Menu.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Remote.pm
-lib/squeezeboxserver/Slim/Web/Settings/Player/Synchronization.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Basic.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Behavior.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Debugging.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/FileSelector.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/FileTypes.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Index.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Network.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Performance.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Plugins.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Security.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Software.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/SqueezeNetwork.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Status.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/TextFormatting.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/UserInterface.pm
-lib/squeezeboxserver/Slim/Web/Settings/Server/Wizard.pm
-lib/squeezeboxserver/Slim/Web/Setup.pm
-lib/squeezeboxserver/Slim/Web/Template/Context.pm
-lib/squeezeboxserver/Slim/Web/Template/NoWeb.pm
-lib/squeezeboxserver/Slim/Web/Template/SkinManager.pm
-lib/squeezeboxserver/Slim/Web/UPnPMediaServer.pm
-lib/squeezeboxserver/Slim/Web/XMLBrowser.pm
-lib/squeezeboxserver/Slim/bootstrap.pm
-lib/squeezeboxserver/lib/AnyEvent.pm
-lib/squeezeboxserver/lib/AnyEvent/DNS.pm
-lib/squeezeboxserver/lib/AnyEvent/Impl/PerfMonEV.pm
-lib/squeezeboxserver/lib/Audio/APETags.pm
-lib/squeezeboxserver/lib/CGI/Cookie.pm
-lib/squeezeboxserver/lib/Cache/FileBackend.pm
-lib/squeezeboxserver/lib/Class/Accessor/Grouped.pm
-lib/squeezeboxserver/lib/DBIx/Migration.pm
-lib/squeezeboxserver/lib/Log/Dispatch.pm
-lib/squeezeboxserver/lib/Log/Dispatch/Base.pm
-lib/squeezeboxserver/lib/Log/Dispatch/Output.pm
-lib/squeezeboxserver/lib/Log/Dispatch/Syslog.pm
-lib/squeezeboxserver/lib/Log/Log4perl/Logger.pm
-lib/squeezeboxserver/lib/MP3/Info.pm
-lib/squeezeboxserver/lib/MPEG/Audio/Frame.pm
-lib/squeezeboxserver/lib/Net/UPnP/Service.pm
-lib/squeezeboxserver/lib/README
-lib/squeezeboxserver/lib/Template/Provider.pm
-lib/squeezeboxserver/scanner.pl
-lib/squeezeboxserver/slimserver.pl
-share/squeezeboxserver/Changelog.html
-share/squeezeboxserver/Changelog1.html
-share/squeezeboxserver/Changelog2.html
-share/squeezeboxserver/Changelog3.html
-share/squeezeboxserver/Changelog4.html
-share/squeezeboxserver/Changelog5.html
-share/squeezeboxserver/Changelog6.html
-share/squeezeboxserver/Changelog7.html
-share/squeezeboxserver/Firmware/boom.version
-share/squeezeboxserver/Firmware/boom_30.bin
-share/squeezeboxserver/Firmware/boom_50.bin
-share/squeezeboxserver/Firmware/receiver.version
-share/squeezeboxserver/Firmware/receiver_65.bin
-share/squeezeboxserver/Firmware/squeezebox.version
-share/squeezeboxserver/Firmware/squeezebox2.version
-share/squeezeboxserver/Firmware/squeezebox2_130.bin
-share/squeezeboxserver/Firmware/squeezebox_10.bin
-share/squeezeboxserver/Firmware/squeezebox_40.bin
-share/squeezeboxserver/Firmware/transporter.version
-share/squeezeboxserver/Firmware/transporter_80.bin
-share/squeezeboxserver/Graphics/CODE2000.HTM
-share/squeezeboxserver/Graphics/CODE2000.TTF
-share/squeezeboxserver/Graphics/FreeSans.ttf
-share/squeezeboxserver/Graphics/blockanimateSB2.1.font.bmp
-share/squeezeboxserver/Graphics/blockanimateSBG.1.font.bmp
-share/squeezeboxserver/Graphics/corefonts.bin
-share/squeezeboxserver/Graphics/full.2.font.bmp
-share/squeezeboxserver/Graphics/full_n.2.font.bmp
-share/squeezeboxserver/Graphics/high.2.font.bmp
-share/squeezeboxserver/Graphics/huge.2.font.bmp
-share/squeezeboxserver/Graphics/large.2.font.bmp
-share/squeezeboxserver/Graphics/light.1.font.bmp
-share/squeezeboxserver/Graphics/light.2.font.bmp
-share/squeezeboxserver/Graphics/light_n.1.font.bmp
-share/squeezeboxserver/Graphics/light_n.2.font.bmp
-share/squeezeboxserver/Graphics/logo.font.bmp
-share/squeezeboxserver/Graphics/logoSB2.2.font.bmp
-share/squeezeboxserver/Graphics/medium.1.font.bmp
-share/squeezeboxserver/Graphics/medium.2.font.bmp
-share/squeezeboxserver/Graphics/small.1.font.bmp
-share/squeezeboxserver/Graphics/small.2.font.bmp
-share/squeezeboxserver/Graphics/standard.1.font.bmp
-share/squeezeboxserver/Graphics/standard.2.font.bmp
-share/squeezeboxserver/Graphics/standard_n.1.font.bmp
-share/squeezeboxserver/Graphics/standard_n.2.font.bmp
-share/squeezeboxserver/Graphics/threeline.1.font.bmp
-share/squeezeboxserver/Graphics/threeline.2.font.bmp
-share/squeezeboxserver/Graphics/threeline.3.font.bmp
-share/squeezeboxserver/HTML/Classic/cmdwrappers_Classic
-share/squeezeboxserver/HTML/Classic/helpfooter.html
-share/squeezeboxserver/HTML/Classic/helpheader.html
-share/squeezeboxserver/HTML/Classic/html/images/alpha_spacer.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_add.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_delete.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_delete_white.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_down.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_edit.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_favorite.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_favorite_remove.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_first.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_last.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_mix.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_mmmix.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_next.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_play.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_prev.gif
-share/squeezeboxserver/HTML/Classic/html/images/b_up.gif
-share/squeezeboxserver/HTML/Classic/html/images/topbar.gif
-share/squeezeboxserver/HTML/Classic/index.html
-share/squeezeboxserver/HTML/Classic/pagefooter.html
-share/squeezeboxserver/HTML/Classic/pageheader.html
-share/squeezeboxserver/HTML/Classic/playlist.html
-share/squeezeboxserver/HTML/Classic/skinconfig.yml
-share/squeezeboxserver/HTML/Classic/slimserver.css
-share/squeezeboxserver/HTML/Classic/status_header.html
-share/squeezeboxserver/HTML/Classic/status_list.html
-share/squeezeboxserver/HTML/Classic/status_needs_upgrade.html
-share/squeezeboxserver/HTML/Classic/status_noclients.html
-share/squeezeboxserver/HTML/Classic/upnpinfo.html
-share/squeezeboxserver/HTML/Default/ajaxProgress.txt
-share/squeezeboxserver/HTML/Default/browsedb.html
-share/squeezeboxserver/HTML/Default/cmdwrappers_Default
-share/squeezeboxserver/HTML/Default/helpfooter.html
-share/squeezeboxserver/HTML/Default/helpheader.html
-share/squeezeboxserver/HTML/Default/home.html
-share/squeezeboxserver/HTML/Default/html/Browse.js
-share/squeezeboxserver/HTML/Default/html/Help.js
-share/squeezeboxserver/HTML/Default/html/Home.js
-share/squeezeboxserver/HTML/Default/html/Main.js
-share/squeezeboxserver/HTML/Default/html/Settings.js
-share/squeezeboxserver/HTML/Default/html/Wizard.js
-share/squeezeboxserver/HTML/Default/html/docs/help.html
-share/squeezeboxserver/HTML/Default/html/ext/ext-browse.js
-share/squeezeboxserver/HTML/Default/html/images/albumlist0.gif
-share/squeezeboxserver/HTML/Default/html/images/albumlist0_on.gif
-share/squeezeboxserver/HTML/Default/html/images/albumlist1.gif
-share/squeezeboxserver/HTML/Default/html/images/albumlist1_on.gif
-share/squeezeboxserver/HTML/Default/html/images/albumlist2.gif
-share/squeezeboxserver/HTML/Default/html/images/albumlist2_on.gif
-share/squeezeboxserver/HTML/Default/html/images/b_add.gif
-share/squeezeboxserver/HTML/Default/html/images/b_delete.gif
-share/squeezeboxserver/HTML/Default/html/images/b_down.gif
-share/squeezeboxserver/HTML/Default/html/images/b_edit.gif
-share/squeezeboxserver/HTML/Default/html/images/b_favorite.gif
-share/squeezeboxserver/HTML/Default/html/images/b_favorite_remove.gif
-share/squeezeboxserver/HTML/Default/html/images/b_first.gif
-share/squeezeboxserver/HTML/Default/html/images/b_last.gif
-share/squeezeboxserver/HTML/Default/html/images/b_mmmix.gif
-share/squeezeboxserver/HTML/Default/html/images/b_next.gif
-share/squeezeboxserver/HTML/Default/html/images/b_play.gif
-share/squeezeboxserver/HTML/Default/html/images/b_previous.gif
-share/squeezeboxserver/HTML/Default/html/images/b_queue.gif
-share/squeezeboxserver/HTML/Default/html/images/b_search.gif
-share/squeezeboxserver/HTML/Default/html/images/b_up.gif
-share/squeezeboxserver/HTML/Default/html/images/background.png
-share/squeezeboxserver/HTML/Default/html/images/blank.png
-share/squeezeboxserver/HTML/Default/html/images/btn_help.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_info.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_next.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_pause.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_play.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_player_toggle_col.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_player_toggle_exp.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_playlist_clear.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_playlist_save.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_power.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_power_on.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_previous.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_repeat_off.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_repeat_playlist.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_repeat_song.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_settings.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_shuffle_album.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_shuffle_off.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_shuffle_song.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_undock.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_volume_decrease.gif
-share/squeezeboxserver/HTML/Default/html/images/btn_volume_increase.gif
-share/squeezeboxserver/HTML/Default/html/images/cover.png
-share/squeezeboxserver/HTML/Default/html/images/details.gif
-share/squeezeboxserver/HTML/Default/html/images/disclosure_home.gif
-share/squeezeboxserver/HTML/Default/html/images/footer_left.gif
-share/squeezeboxserver/HTML/Default/html/images/footer_right.gif
-share/squeezeboxserver/HTML/Default/html/images/header_left.gif
-share/squeezeboxserver/HTML/Default/html/images/header_right.gif
-share/squeezeboxserver/HTML/Default/html/images/icon_now_playing_normal.gif
-share/squeezeboxserver/HTML/Default/html/images/icon_now_playing_selected.gif
-share/squeezeboxserver/HTML/Default/html/images/icon_nowplaying.gif
-share/squeezeboxserver/HTML/Default/html/images/icon_nowplaying_collapsed.gif
-share/squeezeboxserver/HTML/Default/html/images/inner_edges.gif
-share/squeezeboxserver/HTML/Default/html/images/logitech.gif
-share/squeezeboxserver/HTML/Default/html/images/playlist.png
-share/squeezeboxserver/HTML/Default/html/images/playlistadd.png
-share/squeezeboxserver/HTML/Default/html/images/playlistclear.png
-share/squeezeboxserver/HTML/Default/html/images/playlistedit.png
-share/squeezeboxserver/HTML/Default/html/images/playlistsave.png
-share/squeezeboxserver/HTML/Default/html/images/progress.gif
-share/squeezeboxserver/HTML/Default/html/images/questionmark.gif
-share/squeezeboxserver/HTML/Default/html/images/radio.png
-share/squeezeboxserver/HTML/Default/html/images/selector_bottom_left.gif
-share/squeezeboxserver/HTML/Default/html/images/selector_bottom_right.gif
-share/squeezeboxserver/HTML/Default/html/images/selector_top_left.gif
-share/squeezeboxserver/HTML/Default/html/images/selector_top_right.gif
-share/squeezeboxserver/HTML/Default/html/images/signup/container_bg.gif
-share/squeezeboxserver/HTML/Default/html/images/signup/form_footer.gif
-share/squeezeboxserver/HTML/Default/html/images/signup/form_header.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/btn-arrow.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/btn-generic-ie6.png
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/btn-generic.png
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/btn-small.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/dlg-bg.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/grid3-hrow-over.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/group-checked.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/hd-sprite.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/menu.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/se-handle.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/slider-thumb.png
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/sort_asc.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/sort_desc.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/tab-scroll-left.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/tab-scroll-right.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/tab-sprite.gif
-share/squeezeboxserver/HTML/Default/html/images/slim-ext/tip-sprite.gif
-share/squeezeboxserver/HTML/Default/html/images/squeezecenter.gif
-share/squeezeboxserver/HTML/Default/html/images/track_info.gif
-share/squeezeboxserver/HTML/Default/html/images/volume_levels.gif
-share/squeezeboxserver/HTML/Default/html/js-browse.html
-share/squeezeboxserver/HTML/Default/html/js.html
-share/squeezeboxserver/HTML/Default/ie.css
-share/squeezeboxserver/HTML/Default/ie7.css
-share/squeezeboxserver/HTML/Default/index.html
-share/squeezeboxserver/HTML/Default/pagefooter.html
-share/squeezeboxserver/HTML/Default/pageheader.html
-share/squeezeboxserver/HTML/Default/playlist.html
-share/squeezeboxserver/HTML/Default/search.html
-share/squeezeboxserver/HTML/Default/settings/footer.html
-share/squeezeboxserver/HTML/Default/settings/header.html
-share/squeezeboxserver/HTML/Default/settings/index.html
-share/squeezeboxserver/HTML/Default/skinconfig.yml
-share/squeezeboxserver/HTML/Default/slimserver.css
-share/squeezeboxserver/HTML/Default/status_header.html
-share/squeezeboxserver/HTML/Default/status_list.html
-share/squeezeboxserver/HTML/Default/xmlbrowser.html
-share/squeezeboxserver/HTML/EN/advanced_search.html
-share/squeezeboxserver/HTML/EN/ajaxHome.txt
-share/squeezeboxserver/HTML/EN/ajaxProgress.txt
-share/squeezeboxserver/HTML/EN/ajaxRequest.txt
-share/squeezeboxserver/HTML/EN/artistsAsHTML.html
-share/squeezeboxserver/HTML/EN/artistsAsText.html
-share/squeezeboxserver/HTML/EN/browse_playlist.html
-share/squeezeboxserver/HTML/EN/browsedb.html
-share/squeezeboxserver/HTML/EN/browsedbitems_list.html
-share/squeezeboxserver/HTML/EN/cmdwrappers
-share/squeezeboxserver/HTML/EN/firmware.html
-share/squeezeboxserver/HTML/EN/galleryselect.html
-share/squeezeboxserver/HTML/EN/helpfooter.html
-share/squeezeboxserver/HTML/EN/helpheader.html
-share/squeezeboxserver/HTML/EN/hitlist.html
-share/squeezeboxserver/HTML/EN/hitlist_bar.html
-share/squeezeboxserver/HTML/EN/hitlist_list.html
-share/squeezeboxserver/HTML/EN/home.html
-share/squeezeboxserver/HTML/EN/homeplayer_list.html
-share/squeezeboxserver/HTML/EN/hreftemplate
-share/squeezeboxserver/HTML/EN/html/SqueezeJS/Base.js
-share/squeezeboxserver/HTML/EN/html/SqueezeJS/Strings.js
-share/squeezeboxserver/HTML/EN/html/SqueezeJS/UI.js
-share/squeezeboxserver/HTML/EN/html/common.js
-share/squeezeboxserver/HTML/EN/html/docs/artwork.html
-share/squeezeboxserver/HTML/EN/html/docs/buttons.html
-share/squeezeboxserver/HTML/EN/html/docs/cli-api.html
-share/squeezeboxserver/HTML/EN/html/docs/display.html
-share/squeezeboxserver/HTML/EN/html/docs/fonts.html
-share/squeezeboxserver/HTML/EN/html/docs/http.html
-share/squeezeboxserver/HTML/EN/html/docs/index.html
-share/squeezeboxserver/HTML/EN/html/docs/input.html
-share/squeezeboxserver/HTML/EN/html/docs/plugins.html
-share/squeezeboxserver/HTML/EN/html/docs/protocol.html
-share/squeezeboxserver/HTML/EN/html/docs/remote.html
-share/squeezeboxserver/HTML/EN/html/docs/remote.html.da
-share/squeezeboxserver/HTML/EN/html/docs/remote.html.de
-share/squeezeboxserver/HTML/EN/html/docs/remote.html.es
-share/squeezeboxserver/HTML/EN/html/docs/remote.html.fr
-share/squeezeboxserver/HTML/EN/html/docs/remote.html.it
-share/squeezeboxserver/HTML/EN/html/docs/remote.html.nl
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html.da
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html.de
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html.es
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html.fr
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html.it
-share/squeezeboxserver/HTML/EN/html/docs/remotestreaming.html.nl
-share/squeezeboxserver/HTML/EN/html/docs/skins.html
-share/squeezeboxserver/HTML/EN/html/docs/slimproto.html
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/adding.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/artists1.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/artists2.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/choose_auto.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/double.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/home.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/info1.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/info2.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/info3.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/led1.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/led2.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/led3.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/led4.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/musiclib1.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/musiclib2.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/playlist.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/rock.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/search1.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/search2.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/search3.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/setup.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/setup_done.gif
-share/squeezeboxserver/HTML/EN/html/docs/vfdshots/setup_myip.gif
-share/squeezeboxserver/HTML/EN/html/docs/xml_skin.html
-share/squeezeboxserver/HTML/EN/html/docs/xpl.html
-share/squeezeboxserver/HTML/EN/html/errors/400.html
-share/squeezeboxserver/HTML/EN/html/errors/401.html
-share/squeezeboxserver/HTML/EN/html/errors/403.html
-share/squeezeboxserver/HTML/EN/html/errors/404.html
-share/squeezeboxserver/HTML/EN/html/errors/405.html
-share/squeezeboxserver/HTML/EN/html/ext/adapter/ext/ext-base.js
-share/squeezeboxserver/HTML/EN/html/ext/ext-all.js
-share/squeezeboxserver/HTML/EN/html/ext/license.txt
-share/squeezeboxserver/HTML/EN/html/ext/resources/css/ext-all.css
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/btn-arrow.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/btn-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/close.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/collapse.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/e-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/expand.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/hd-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/progress.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/progress2.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/s-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/basic-dialog/se-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/corners-blue.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/corners.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/l-blue.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/l.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/r-blue.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/r.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/tb-blue.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/box/tb.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/button/btn-arrow.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/button/btn-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/dd/drop-add.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/dd/drop-no.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/dd/drop-yes.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/editor/tb-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/checkbox.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/clear-trigger.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/date-trigger.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/error-tip-corners.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/exclamation.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/radio.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/search-trigger.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/text-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/trigger-tpl.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/form/trigger.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/gradient-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/arrow-left-white.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/arrow-right-white.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/col-move-bottom.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/col-move-top.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/columns.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/dirty.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/done.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/drop-no.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/drop-yes.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/footer-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid-blue-hd.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid-blue-split.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid-hrow.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid-loading.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid-split.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid-vista-hd.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid3-hd-btn.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid3-hrow-over.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid3-hrow.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid3-special-col-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/grid3-special-col-sel-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/group-by.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/group-expand-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hd-pop.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hmenu-asc.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hmenu-desc.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hmenu-lock.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hmenu-lock.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hmenu-unlock.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/hmenu-unlock.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/invalid_line.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/loading.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/mso-hd.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/nowait.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-first-disabled.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-first.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-last-disabled.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-last.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-next-disabled.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-next.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-prev-disabled.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/page-prev.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/pick-button.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/refresh.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/row-check-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/row-expand-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/row-over.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/row-sel.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/sort_asc.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/sort_desc.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/grid/wait.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/collapse.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/expand.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/gradient-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/mini-bottom.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/mini-left.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/mini-right.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/mini-top.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/ns-collapse.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/ns-expand.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/panel-close.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/panel-title-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/panel-title-light-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/stick.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/stuck.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/tab-close-on.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/layout/tab-close.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/menu/checked.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/menu/group-checked.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/menu/item-over.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/menu/menu-parent.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/menu/menu.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/menu/unchecked.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/corners-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/left-right.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/light-hd.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/tool-sprite-tpl.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/tool-sprites.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/tools-sprites-trans.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/top-bottom.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/top-bottom.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/white-corners-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/white-left-right.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/panel/white-top-bottom.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/progress/progress-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/qtip/bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/qtip/close.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/qtip/tip-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/s.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shadow-c.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shadow-lr.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shadow.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/blue-loading.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/calendar.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/glass-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/hd-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/large-loading.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/left-btn.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/loading-balls.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/right-btn.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/shared/warning.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/e-handle-dark.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/e-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/ne-handle-dark.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/ne-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/nw-handle-dark.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/nw-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/s-handle-dark.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/s-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/se-handle-dark.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/se-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/square.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/sw-handle-dark.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/sizer/sw-handle.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/slider/slider-bg.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/slider/slider-thumb.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/slider/slider-v-bg.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/slider/slider-v-thumb.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/scroll-left.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/scroll-right.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/scroller-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-left-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-btm-right-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-close.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-strip-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-strip-bg.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tab-strip-btm-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tabs/tabs-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/btn-arrow-light.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/btn-arrow.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/btn-over-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/gray-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/tb-bg.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/toolbar/tb-btn-sprite.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/arrows.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/drop-add.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/drop-between.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/drop-no.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/drop-over.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/drop-under.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/drop-yes.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-end-minus-nl.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-end-minus.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-end-plus-nl.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-end-plus.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-end.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-line.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-minus-nl.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-minus.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-plus-nl.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow-plus.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/elbow.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/folder-open.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/folder.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/leaf.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/loading.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/tree/s.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/icon-error.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/icon-info.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/icon-question.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/icon-warning.gif
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/left-corners.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/left-right.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/right-corners.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/images/default/window/top-bottom.png
-share/squeezeboxserver/HTML/EN/html/ext/resources/license.txt
-share/squeezeboxserver/HTML/EN/html/fileselector.js
-share/squeezeboxserver/HTML/EN/html/global.js
-share/squeezeboxserver/HTML/EN/html/home.js
-share/squeezeboxserver/HTML/EN/html/images/Players/baby.png
-share/squeezeboxserver/HTML/EN/html/images/Players/boom.png
-share/squeezeboxserver/HTML/EN/html/images/Players/controller.png
-share/squeezeboxserver/HTML/EN/html/images/Players/fab4.png
-share/squeezeboxserver/HTML/EN/html/images/Players/receiver.png
-share/squeezeboxserver/HTML/EN/html/images/Players/slimp3.png
-share/squeezeboxserver/HTML/EN/html/images/Players/softsqueeze.png
-share/squeezeboxserver/HTML/EN/html/images/Players/squeezebox.png
-share/squeezeboxserver/HTML/EN/html/images/Players/squeezebox3.png
-share/squeezeboxserver/HTML/EN/html/images/Players/squeezeplay.png
-share/squeezeboxserver/HTML/EN/html/images/Players/transporter.png
-share/squeezeboxserver/HTML/EN/html/images/ServiceProviders/squeezecenter.png
-share/squeezeboxserver/HTML/EN/html/images/ServiceProviders/squeezenetwork.png
-share/squeezeboxserver/HTML/EN/html/images/ServiceProviders/tuneinurl.png
-share/squeezeboxserver/HTML/EN/html/images/alarm.png
-share/squeezeboxserver/HTML/EN/html/images/albums.png
-share/squeezeboxserver/HTML/EN/html/images/artists.png
-share/squeezeboxserver/HTML/EN/html/images/b_ascend.gif
-share/squeezeboxserver/HTML/EN/html/images/b_descend.gif
-share/squeezeboxserver/HTML/EN/html/images/b_favorite.gif
-share/squeezeboxserver/HTML/EN/html/images/b_favorite_remove.gif
-share/squeezeboxserver/HTML/EN/html/images/b_wait.gif
-share/squeezeboxserver/HTML/EN/html/images/bar_small_empty.gif
-share/squeezeboxserver/HTML/EN/html/images/bar_small_first.gif
-share/squeezeboxserver/HTML/EN/html/images/bar_small_full.gif
-share/squeezeboxserver/HTML/EN/html/images/cdspin3.gif
-share/squeezeboxserver/HTML/EN/html/images/cover.png
-share/squeezeboxserver/HTML/EN/html/images/extensionItem.png
-share/squeezeboxserver/HTML/EN/html/images/gallery.png
-share/squeezeboxserver/HTML/EN/html/images/genres.png
-share/squeezeboxserver/HTML/EN/html/images/list.png
-share/squeezeboxserver/HTML/EN/html/images/loading.gif
-share/squeezeboxserver/HTML/EN/html/images/musicfolder.png
-share/squeezeboxserver/HTML/EN/html/images/newmusic.png
-share/squeezeboxserver/HTML/EN/html/images/playall.png
-share/squeezeboxserver/HTML/EN/html/images/playlists.png
-share/squeezeboxserver/HTML/EN/html/images/plugin.png
-share/squeezeboxserver/HTML/EN/html/images/radio.png
-share/squeezeboxserver/HTML/EN/html/images/remote.gif
-share/squeezeboxserver/HTML/EN/html/images/search.png
-share/squeezeboxserver/HTML/EN/html/images/slimdevices_logo.gif
-share/squeezeboxserver/HTML/EN/html/images/slimp3.gif
-share/squeezeboxserver/HTML/EN/html/images/slimp3_logo.gif
-share/squeezeboxserver/HTML/EN/html/images/slimp3_logo.small.gif
-share/squeezeboxserver/HTML/EN/html/images/softsqueeze.png
-share/squeezeboxserver/HTML/EN/html/images/spacer.gif
-share/squeezeboxserver/HTML/EN/html/images/squeezebox-family.jpg
-share/squeezeboxserver/HTML/EN/html/images/squeezebox.jpg
-share/squeezeboxserver/HTML/EN/html/images/squeezebox_logo.gif
-share/squeezeboxserver/HTML/EN/html/images/squeezebox_logo.small.gif
-share/squeezeboxserver/HTML/EN/html/images/squeezebox_logo.small_bk.gif
-share/squeezeboxserver/HTML/EN/html/images/squeezebox_server.png
-share/squeezeboxserver/HTML/EN/html/images/transporter_logo.gif
-share/squeezeboxserver/HTML/EN/html/images/transporter_logo.small.gif
-share/squeezeboxserver/HTML/EN/html/images/transporter_logo.small_bk.gif
-share/squeezeboxserver/HTML/EN/html/images/transporter_logo.small_grey.gif
-share/squeezeboxserver/HTML/EN/html/images/wait.gif
-share/squeezeboxserver/HTML/EN/html/images/years.png
-share/squeezeboxserver/HTML/EN/html/lbrsilence.mp3
-share/squeezeboxserver/HTML/EN/html/mypage.ico
-share/squeezeboxserver/HTML/EN/html/ping.html
-share/squeezeboxserver/HTML/EN/html/progress.js
-share/squeezeboxserver/HTML/EN/html/prototype.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/builder.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/controls.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/dragdrop.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/effects.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/scriptaculous.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/slider.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/sound.js
-share/squeezeboxserver/HTML/EN/html/scriptaculous/unittest.js
-share/squeezeboxserver/HTML/EN/html/settings.js
-share/squeezeboxserver/HTML/EN/html/setup.html
-share/squeezeboxserver/HTML/EN/html/silence.mp3
-share/squeezeboxserver/HTML/EN/html/silentpacket.mp3
-share/squeezeboxserver/HTML/EN/html/slim-backup-alarm.mp3
-share/squeezeboxserver/HTML/EN/html/softsqueeze/index.html
-share/squeezeboxserver/HTML/EN/html/test.html
-share/squeezeboxserver/HTML/EN/html/vars.js
-share/squeezeboxserver/HTML/EN/include.html
-share/squeezeboxserver/HTML/EN/index.html
-share/squeezeboxserver/HTML/EN/listparams.html
-share/squeezeboxserver/HTML/EN/pagebarheader.html
-share/squeezeboxserver/HTML/EN/pagefooter.html
-share/squeezeboxserver/HTML/EN/pageheader.html
-share/squeezeboxserver/HTML/EN/playlist.html
-share/squeezeboxserver/HTML/EN/playlist_needs_upgrade.html
-share/squeezeboxserver/HTML/EN/progress.html
-share/squeezeboxserver/HTML/EN/reloadStatusFrame.html
-share/squeezeboxserver/HTML/EN/robots.txt
-share/squeezeboxserver/HTML/EN/rtl.css
-share/squeezeboxserver/HTML/EN/search-observer.html
-share/squeezeboxserver/HTML/EN/search.html
-share/squeezeboxserver/HTML/EN/select_option.html
-share/squeezeboxserver/HTML/EN/setting_chooser.html
-share/squeezeboxserver/HTML/EN/setting_tablist.html
-share/squeezeboxserver/HTML/EN/settings/ajaxSettings.txt
-share/squeezeboxserver/HTML/EN/settings/footer.html
-share/squeezeboxserver/HTML/EN/settings/header.html
-share/squeezeboxserver/HTML/EN/settings/index.html
-share/squeezeboxserver/HTML/EN/settings/player/alarm.html
-share/squeezeboxserver/HTML/EN/settings/player/audio.html
-share/squeezeboxserver/HTML/EN/settings/player/basic.html
-share/squeezeboxserver/HTML/EN/settings/player/display.html
-share/squeezeboxserver/HTML/EN/settings/player/menu.html
-share/squeezeboxserver/HTML/EN/settings/player/remote.html
-share/squeezeboxserver/HTML/EN/settings/player/synchronization.html
-share/squeezeboxserver/HTML/EN/settings/server/basic.html
-share/squeezeboxserver/HTML/EN/settings/server/behavior.html
-share/squeezeboxserver/HTML/EN/settings/server/debugging.html
-share/squeezeboxserver/HTML/EN/settings/server/fileselector_autocomplete.html
-share/squeezeboxserver/HTML/EN/settings/server/filetypes.html
-share/squeezeboxserver/HTML/EN/settings/server/formatting.html
-share/squeezeboxserver/HTML/EN/settings/server/interface.html
-share/squeezeboxserver/HTML/EN/settings/server/networking.html
-share/squeezeboxserver/HTML/EN/settings/server/performance.html
-share/squeezeboxserver/HTML/EN/settings/server/plugins.html
-share/squeezeboxserver/HTML/EN/settings/server/security.html
-share/squeezeboxserver/HTML/EN/settings/server/software.html
-share/squeezeboxserver/HTML/EN/settings/server/squeezenetwork.html
-share/squeezeboxserver/HTML/EN/settings/server/status.html
-share/squeezeboxserver/HTML/EN/settings/server/wizard.html
-share/squeezeboxserver/HTML/EN/skin.css
-share/squeezeboxserver/HTML/EN/slimserver.css
-share/squeezeboxserver/HTML/EN/songinfo_header.html
-share/squeezeboxserver/HTML/EN/standardheader.html
-share/squeezeboxserver/HTML/EN/statecontrol.html
-share/squeezeboxserver/HTML/EN/status.html
-share/squeezeboxserver/HTML/EN/status_list.html
-share/squeezeboxserver/HTML/EN/status_needs_upgrade.html
-share/squeezeboxserver/HTML/EN/status_noclients.html
-share/squeezeboxserver/HTML/EN/switchserver.html
-share/squeezeboxserver/HTML/EN/tunein.html
-share/squeezeboxserver/HTML/EN/update_firmware.html
-share/squeezeboxserver/HTML/EN/upnpinfo.html
-share/squeezeboxserver/HTML/EN/volumecontrol.html
-share/squeezeboxserver/HTML/EN/xmlbrowser.html
-share/squeezeboxserver/HTML/EN/xmlbrowser_details.html
-share/squeezeboxserver/HTML/EN/xmlbrowser_redirect.html
-share/squeezeboxserver/HTML/Fishbone/FBajaxRequest.txt
-share/squeezeboxserver/HTML/Fishbone/cmdwrappers_Fishbone
-share/squeezeboxserver/HTML/Fishbone/customheader.html
-share/squeezeboxserver/HTML/Fishbone/gray.css
-share/squeezeboxserver/HTML/Fishbone/helpfooter.html
-share/squeezeboxserver/HTML/Fishbone/helpheader.html
-share/squeezeboxserver/HTML/Fishbone/hitlist.html
-share/squeezeboxserver/HTML/Fishbone/hitlist_bar.html
-share/squeezeboxserver/HTML/Fishbone/hitlist_list.html
-share/squeezeboxserver/HTML/Fishbone/home.html
-share/squeezeboxserver/HTML/Fishbone/html/ajax.js
-share/squeezeboxserver/HTML/Fishbone/html/black.html
-share/squeezeboxserver/HTML/Fishbone/html/docs/help.html
-share/squeezeboxserver/HTML/Fishbone/html/docs/readme.html
-share/squeezeboxserver/HTML/Fishbone/html/images/Fishbone_Gray.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/Fishbone_Tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/add.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_add.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_ascend.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_delete.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_descend.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_down.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_edit.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_favorite.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_favorite_remove.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_first.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_last.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_mix.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_mmmix.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_next.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_play.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_prev.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_queue.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_up.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/b_wait.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/back.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/back_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/blank.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/edit.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_m.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_m_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_m_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_m_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/ffwd_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/forward.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/forward_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/go.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/info.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/mlmix.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/mmmix.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/move.down.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/move.up.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/mute.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/mute_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/mute_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/mute_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/next.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pause.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pause_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pause_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pause_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pixel.green.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pixel.green_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pixel.grey.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pixel.middle.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/pixel.middle_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/play.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/play.this.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/play_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/play_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/play_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/queue.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/remove.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_m.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_m_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_m_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_m_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/rew_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/slimp3_logo.small_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/squeezebox_logo.small_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/stop.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/stop_s.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/stop_s_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/stop_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/subtract.gif
-share/squeezeboxserver/HTML/Fishbone/html/images/transporter_logo.small_tan.gif
-share/squeezeboxserver/HTML/Fishbone/html/scripts.js
-share/squeezeboxserver/HTML/Fishbone/html/songprogress.js
-share/squeezeboxserver/HTML/Fishbone/html/styleswitcher.js
-share/squeezeboxserver/HTML/Fishbone/index.html
-share/squeezeboxserver/HTML/Fishbone/pagefooter.html
-share/squeezeboxserver/HTML/Fishbone/pageheader.html
-share/squeezeboxserver/HTML/Fishbone/playlist.html
-share/squeezeboxserver/HTML/Fishbone/skin.css
-share/squeezeboxserver/HTML/Fishbone/skinconfig.yml
-share/squeezeboxserver/HTML/Fishbone/status.html
-share/squeezeboxserver/HTML/Fishbone/status_header.html
-share/squeezeboxserver/HTML/Fishbone/status_list.html
-share/squeezeboxserver/HTML/Fishbone/status_noclients.html
-share/squeezeboxserver/HTML/Fishbone/tan.css
-share/squeezeboxserver/HTML/Handheld/browsedb.html
-share/squeezeboxserver/HTML/Handheld/cmdwrappers_Handheld
-share/squeezeboxserver/HTML/Handheld/helpfooter.html
-share/squeezeboxserver/HTML/Handheld/helpheader.html
-share/squeezeboxserver/HTML/Handheld/home.html
-share/squeezeboxserver/HTML/Handheld/html/about.html
-share/squeezeboxserver/HTML/Handheld/html/help.html
-share/squeezeboxserver/HTML/Handheld/html/images/gallery.png
-share/squeezeboxserver/HTML/Handheld/html/images/list.png
-share/squeezeboxserver/HTML/Handheld/index.html
-share/squeezeboxserver/HTML/Handheld/pagefooter.html
-share/squeezeboxserver/HTML/Handheld/pageheader.html
-share/squeezeboxserver/HTML/Handheld/playlist.html
-share/squeezeboxserver/HTML/Handheld/progress.html
-share/squeezeboxserver/HTML/Handheld/reloadStatusFrame.html
-share/squeezeboxserver/HTML/Handheld/skinconfig.yml
-share/squeezeboxserver/HTML/Handheld/slimserver.css
-share/squeezeboxserver/HTML/Handheld/status.html
-share/squeezeboxserver/HTML/Handheld/status_header.html
-share/squeezeboxserver/HTML/Handheld/status_list.html
-share/squeezeboxserver/HTML/Handheld/status_noclients.html
-share/squeezeboxserver/HTML/Nokia770/ajaxStatus.txt
-share/squeezeboxserver/HTML/Nokia770/artwork.js
-share/squeezeboxserver/HTML/Nokia770/browse.js
-share/squeezeboxserver/HTML/Nokia770/browsedb.html
-share/squeezeboxserver/HTML/Nokia770/browsedb_artwork.html
-share/squeezeboxserver/HTML/Nokia770/browsedb_list.html
-share/squeezeboxserver/HTML/Nokia770/browsedbitems_list.html
-share/squeezeboxserver/HTML/Nokia770/cmdwrappers_Nokia770
-share/squeezeboxserver/HTML/Nokia770/galleryselect.html
-share/squeezeboxserver/HTML/Nokia770/hitlist.html
-share/squeezeboxserver/HTML/Nokia770/hitlist_bar.html
-share/squeezeboxserver/HTML/Nokia770/hitlist_list.html
-share/squeezeboxserver/HTML/Nokia770/home.html
-share/squeezeboxserver/HTML/Nokia770/homeplayer_list.html
-share/squeezeboxserver/HTML/Nokia770/html/about.html
-share/squeezeboxserver/HTML/Nokia770/html/help.html
-share/squeezeboxserver/HTML/Nokia770/html/images/1.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/10.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/10_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/1_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/2.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/2_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/3.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/3_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/4.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/4_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/5.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/5_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/6.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/6_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/7.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/7_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/8.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/8_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/9.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/9_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep00.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep00_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep15.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep15_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep30.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep30_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep45.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep45_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep60.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Sleep60_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/Textfield.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/add.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/album.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/album_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/album_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/album_symbol_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/artist.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/artist_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/artwork.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/artwork_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_add.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_delete.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_down.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_edit.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_mix.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_mmmix.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_next.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_play.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/b_up.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/back.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bar.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bar_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bass_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt1.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt10.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt10_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt1_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt2.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt2_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt3.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt3_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt4.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt4_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt5.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt5_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt6.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt6_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt7.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt7_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt8.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt8_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt9.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/bt9_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/button.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/buttonKB.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/buttonSpace.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/button_gray.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/cancel.jpg
-share/squeezeboxserver/HTML/Nokia770/html/images/close.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/deviceoff.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/deviceoff_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/deviceon.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/deviceon_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/favorites.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/favorites_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/ffw.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/ffw_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/folder.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/folder_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/genre.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/genre_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/inactive.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/next.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/next_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/pause.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/pause_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/play.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/play_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/prev.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/prev_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/stop.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/larger/stop_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/leftcorner.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/lefttopcorner.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_back.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_home.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_home_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_playlist.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_playlist_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_radio.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_radio_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_search.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_search_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_statistics.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_statistics_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_status.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/menu_status_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/moonwalker.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/new_music.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/new_music_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/next.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/next_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/nocoverart.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/nokia770.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/off_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/off_symbol_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/off_symbol_gray.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/pause.current.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/pause.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/pause_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/play.current.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/play.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/play.this.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/play_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/playlist.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/playlist_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/playlist_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/playlist_symbol_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/playnext.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/power.png
-share/squeezeboxserver/HTML/Nokia770/html/images/power_off.png
-share/squeezeboxserver/HTML/Nokia770/html/images/power_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/prev.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/prev_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/progress.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/progress_color.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/queue.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/radio.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/radio.png
-share/squeezeboxserver/HTML/Nokia770/html/images/radio_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/random.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/random_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/remove.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/repeat_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/rew.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/rew_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/rightcorner.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/righttopcorner.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/search.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/search_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/shrink2.pl
-share/squeezeboxserver/HTML/Nokia770/html/images/shrink_icons.pl
-share/squeezeboxserver/HTML/Nokia770/html/images/shuffle_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/album.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/album_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/artist.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/artist_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/artwork.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/artwork_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/favorites.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/favorites_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/ffw.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/ffw_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/folder.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/folder_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/genre.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/genre_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/new_music.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/new_music_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/next.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/next_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/pause.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/pause_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/pause_transparent.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/play.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/play_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/play_transparent.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/playlist.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/playlist_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/prev.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/prev_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/radio.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/radio_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/random.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/random_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/rew.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/rew_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/search.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/search_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/statistics.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/statistics_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/stop.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/smaller/stop_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/song_info.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/song_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/song_symbol_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/spinner.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/stat.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/stat_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/statistics.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/statistics_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/stop.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/stop_active.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/trans.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/treble_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/vol_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/vol_symbol2.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/volume_down.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/volume_up.gif
-share/squeezeboxserver/HTML/Nokia770/html/images/zzz_symbol.gif
-share/squeezeboxserver/HTML/Nokia770/index.html
-share/squeezeboxserver/HTML/Nokia770/menu.html
-share/squeezeboxserver/HTML/Nokia770/pagebarheader.html
-share/squeezeboxserver/HTML/Nokia770/pagefooter.html
-share/squeezeboxserver/HTML/Nokia770/pageheader.html
-share/squeezeboxserver/HTML/Nokia770/playlist.html
-share/squeezeboxserver/HTML/Nokia770/playlist.js
-share/squeezeboxserver/HTML/Nokia770/search.html
-share/squeezeboxserver/HTML/Nokia770/search.js
-share/squeezeboxserver/HTML/Nokia770/searchinput.html
-share/squeezeboxserver/HTML/Nokia770/skin_global.js
-share/squeezeboxserver/HTML/Nokia770/skinconfig.yml
-share/squeezeboxserver/HTML/Nokia770/slimserver.css
-share/squeezeboxserver/HTML/Nokia770/status.html
-share/squeezeboxserver/HTML/Nokia770/status.js
-share/squeezeboxserver/HTML/Nokia770/status_header.html
-share/squeezeboxserver/HTML/Nokia770/status_list.html
-share/squeezeboxserver/HTML/Nokia770/status_noclients.html
-share/squeezeboxserver/HTML/README.txt
-share/squeezeboxserver/HTML/ScreenReader/browsedb.html
-share/squeezeboxserver/HTML/ScreenReader/cmdwrappers_ScreenReader
-share/squeezeboxserver/HTML/ScreenReader/skinconfig.yml
-share/squeezeboxserver/HTML/ScreenReader/xmlbrowser_redirect.html
-share/squeezeboxserver/HTML/Touch/browsedb_artwork.html
-share/squeezeboxserver/HTML/Touch/html/about.html
-share/squeezeboxserver/HTML/Touch/searchinput.html
-share/squeezeboxserver/HTML/Touch/skinconfig.yml
-share/squeezeboxserver/HTML/Touch/slimserver.css
-share/squeezeboxserver/HTML/xml/_xml_song.html
-share/squeezeboxserver/HTML/xml/browse_list_empty.html
-share/squeezeboxserver/HTML/xml/browsedb.html
-share/squeezeboxserver/HTML/xml/browsedb_artwork.html
-share/squeezeboxserver/HTML/xml/browsedb_list.html
-share/squeezeboxserver/HTML/xml/browsedb_pwdlist.html
-share/squeezeboxserver/HTML/xml/hitlist.html
-share/squeezeboxserver/HTML/xml/hitlist_list.html
-share/squeezeboxserver/HTML/xml/html/slimserver_xml.dtd
-share/squeezeboxserver/HTML/xml/include.html
-share/squeezeboxserver/HTML/xml/playlist.html
-share/squeezeboxserver/HTML/xml/playlist_list.html
-share/squeezeboxserver/HTML/xml/search.html
-share/squeezeboxserver/HTML/xml/select_option.html
-share/squeezeboxserver/HTML/xml/status.html
-share/squeezeboxserver/HTML/xml/status_header.html
-share/squeezeboxserver/HTML/xml/status_list.html
-share/squeezeboxserver/HTML/xml/status_noclients.html
-share/squeezeboxserver/IR/Default.map
-share/squeezeboxserver/IR/Front_Panel.ir
-share/squeezeboxserver/IR/Slim_Devices_Remote.ir
-share/squeezeboxserver/IR/jvc_dvd.ir
-share/squeezeboxserver/Installation.txt
-share/squeezeboxserver/License.de.txt
-share/squeezeboxserver/License.es.txt
-share/squeezeboxserver/License.fr.txt
-share/squeezeboxserver/License.he.txt
-share/squeezeboxserver/License.it.txt
-share/squeezeboxserver/License.nl.txt
-share/squeezeboxserver/License.txt
-share/squeezeboxserver/MySQL/COPYING
-share/squeezeboxserver/MySQL/README
-share/squeezeboxserver/MySQL/errmsg.sys
-share/squeezeboxserver/MySQL/errmsg.txt
-share/squeezeboxserver/MySQL/my.tt
-share/squeezeboxserver/MySQL/system.sql
-share/squeezeboxserver/SQL/mysql/schema_10_down.sql
-share/squeezeboxserver/SQL/mysql/schema_10_up.sql
-share/squeezeboxserver/SQL/mysql/schema_1_down.sql
-share/squeezeboxserver/SQL/mysql/schema_1_up.sql
-share/squeezeboxserver/SQL/mysql/schema_2_down.sql
-share/squeezeboxserver/SQL/mysql/schema_2_up.sql
-share/squeezeboxserver/SQL/mysql/schema_3_down.sql
-share/squeezeboxserver/SQL/mysql/schema_3_up.sql
-share/squeezeboxserver/SQL/mysql/schema_4_down.sql
-share/squeezeboxserver/SQL/mysql/schema_4_up.sql
-share/squeezeboxserver/SQL/mysql/schema_5_down.sql
-share/squeezeboxserver/SQL/mysql/schema_5_up.sql
-share/squeezeboxserver/SQL/mysql/schema_6_down.sql
-share/squeezeboxserver/SQL/mysql/schema_6_up.sql
-share/squeezeboxserver/SQL/mysql/schema_7_down.sql
-share/squeezeboxserver/SQL/mysql/schema_7_up.sql
-share/squeezeboxserver/SQL/mysql/schema_8_down.sql
-share/squeezeboxserver/SQL/mysql/schema_8_up.sql
-share/squeezeboxserver/SQL/mysql/schema_9_down.sql
-share/squeezeboxserver/SQL/mysql/schema_9_up.sql
-share/squeezeboxserver/SQL/mysql/schema_clear.sql
-share/squeezeboxserver/SQL/mysql/schema_optimize.sql
-share/squeezeboxserver/SQL/slimservice/slimservice-sqlite.sql
-share/squeezeboxserver/convert.conf
-share/squeezeboxserver/modules.conf
-share/squeezeboxserver/revision.txt
-share/squeezeboxserver/strings.txt
-share/squeezeboxserver/types.conf
diff --git a/audio/squeezeboxserver/distinfo b/audio/squeezeboxserver/distinfo
deleted file mode 100644
index 27ed90d668e..00000000000
--- a/audio/squeezeboxserver/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2017/03/23 17:06:46 joerg Exp $
-
-SHA1 (squeezeboxserver-7.5.1-noCPAN.tgz) = ff6bdffa4f421d066ef4cce86b8963cb67f3cac2
-RMD160 (squeezeboxserver-7.5.1-noCPAN.tgz) = f042feab287da2835905b50b9b08e197c9746d9e
-SHA512 (squeezeboxserver-7.5.1-noCPAN.tgz) = 7735c5f70317d5546a0610282f30949f58125c1d5ede9bf960152717d6446d7638627d13af78aec87bc8ecedc2729fca3a3aa27ee9ad5f6f7d928e037d38866d
-Size (squeezeboxserver-7.5.1-noCPAN.tgz) = 20719890 bytes
-SHA1 (patch-aa) = 45c765e805737c3bf3718743a4a3048688b0dcdc
diff --git a/audio/squeezeboxserver/files/Custom.pm b/audio/squeezeboxserver/files/Custom.pm
deleted file mode 100644
index 86f0779ac75..00000000000
--- a/audio/squeezeboxserver/files/Custom.pm
+++ /dev/null
@@ -1,108 +0,0 @@
-package Slim::Utils::OS::Custom;
-
-# $NetBSD: Custom.pm,v 1.1.1.1 2010/07/05 00:54:46 cube Exp $
-
-# Squeezebox Server Copyright 2001-2009 Logitech.
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License,
-# version 2.
-
-use strict;
-use FindBin qw($Bin);
-
-use base qw(Slim::Utils::OS::Unix);
-
-sub initSearchPath {
- my $class = shift;
-
- $class->SUPER::initSearchPath();
-
- my @paths = qw(@PREFIX@/libexec @PREFIX@/bin);
-
- Slim::Utils::Misc::addFindBinPaths(@paths);
-}
-
-=head2 dirsFor( $dir )
-
-Return OS Specific directories.
-
-Argument $dir is a string to indicate which of the Squeezebox Server directories we
-need information for.
-
-=cut
-
-sub dirsFor {
- my ($class, $dir) = @_;
-
- my %pkgsrcdirs = (
- CONF => '@PKG_SYSCONFDIR@',
- SHARE => '@SBS_SHAREDIR@',
- LOG => '@SBS_LOGDIR@',
- PREFS => '@SBS_PREFSDIR@',
- CACHE => '@SBS_CACHEDIR@',
- BIN => '@PREFIX@/libexec',
- LIB => '@SBS_LIBDIR@',
- );
-
- my @dirs = ();
-
- if ($dir =~ /^(?:oldprefs|updates)$/) {
-
- push @dirs, $class->SUPER::dirsFor($dir);
-
- } elsif ($dir eq 'Bin') {
-
- push @dirs, $pkgsrcdirs{BIN}
-
- } elsif ($dir =~ /^(?:Firmware|Graphics|HTML|IR|MySQL|SQL)$/) {
-
- push @dirs, $pkgsrcdirs{SHARE} . "/$dir";
-
- } elsif ($dir =~ /^(?:strings|revision)$/) {
-
- push @dirs, $pkgsrcdirs{SHARE};
-
- } elsif ($dir eq 'Plugins') {
-
- push @dirs, $class->SUPER::dirsFor($dir);
- push @dirs, $pkgsrcdirs{LIB} . "/Plugins";
-
- } elsif ($dir eq 'libpath') {
-
- push @dirs, $pkgsrcdirs{LIB};
-
- # Because we use the system MySQL, we need to point to the right
- # directory for the errmsg. files. Default to english.
- } elsif ($dir eq 'mysql-language') {
-
- push @dirs, '@PREFIX@/share/mysql/english';
-
- } elsif ($dir =~ /^(?:types|convert)$/) {
-
- push @dirs, $pkgsrcdirs{CONF};
-
- } elsif ($dir =~ /^(?:prefs)$/) {
-
- push @dirs, $::prefsdir || $pkgsrcdirs{PREFS};
-
- } elsif ($dir eq 'log') {
-
- push @dirs, $::logdir || $pkgsrcdirs{LOG};
-
- } elsif ($dir eq 'cache') {
-
- push @dirs, $::cachedir || $pkgsrcdirs{CACHE};
-
- } elsif ($dir =~ /^(?:music|playlists)$/) {
-
- push @dirs, '';
-
- } else {
-
- warn "dirsFor: Didn't find a match request: [$dir]\n";
- }
-
- return wantarray() ? @dirs : $dirs[0];
-}
-
-1;
diff --git a/audio/squeezeboxserver/files/squeezeboxserver.sh b/audio/squeezeboxserver/files/squeezeboxserver.sh
deleted file mode 100644
index 6628fdf047a..00000000000
--- a/audio/squeezeboxserver/files/squeezeboxserver.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: squeezeboxserver.sh,v 1.1.1.1 2010/07/05 00:54:46 cube Exp $
-#
-# PROVIDE: squeezeboxserver
-# REQUIRE: DAEMON
-#
-
-if [ -f /etc/rc.subr ]; then
- . /etc/rc.subr
-fi
-
-name="squeezeboxserver"
-rcvar=${name}
-pidfile="@SBS_VARDIR@/${name}.pid"
-command="@SBS_LIBDIR@/slimserver.pl"
-command_args="--daemon --user @SBS_USER@ --group @SBS_GROUP@ --pidfile ${pidfile}"
-command_interpreter="@PERL5@"
-
-if [ -f /etc/rc.subr ]; then
- load_rc_config $name
- run_rc_command "$1"
-else
- @ECHO@ -n " ${name}"
- ${command} ${squeezeboxserver_flags} ${command_args}
-fi
diff --git a/audio/squeezeboxserver/patches/patch-aa b/audio/squeezeboxserver/patches/patch-aa
deleted file mode 100644
index d9e22bcceb1..00000000000
--- a/audio/squeezeboxserver/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2012/01/15 02:52:18 mrg Exp $
-
---- modules.conf.orig 2010-05-28 15:49:20.000000000 +0000
-+++ modules.conf
-@@ -5,7 +5,7 @@
- # <module> <min_version> [ <max_version> ]
-
- AnyEvent 5.202
--Audio::Scan 0.82 0.82
-+Audio::Scan 0.82 0.92
- Cache::Cache 1.04
- CGI::Cookie 1.27
- Class::Data::Inheritable 0.04