Rename multimedia/mediabrowser to multimedia/emby-server, and update

to 3.0.5572.0.

The user and group names have change, but the uid/gid remain the same.
The port will continue to use the old database and user/group names if
they exist, but will default to the new names for new installs.

Instructions are in pkg-message for how to manually migrate things
yourself.

PR:		199093
Submitted by:	maintainer (Ben Woods)
This commit is contained in:
Adam Weinberger 2015-04-08 15:56:51 +00:00
parent 22118d1b0e
commit 06454c3471
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383577
17 changed files with 880 additions and 851 deletions

2
GIDs
View File

@ -306,7 +306,7 @@ tvheadend:*:984:
puppetdb:*:985:
kamailio:*:986:
spark:*:987:
mediabrowser:*:989:
emby:*:989:
oozie:*:990:
ebnetd:*:999:
nogroup:*:65533:

1
MOVED
View File

@ -7462,3 +7462,4 @@ lang/gnatdroid-armv5||2015-04-07|Has expired: Nobody cares enough to fix sigtram
sysutils/puppet27||2015-04-07|Has expired: Does not work with Ruby 2.x
www/rubygem-form_data|www/rubygem-http-form_data|2015-04-07|Has expired: Use www/rubygem-http-form_data instead (renamed by upstream)
www/typo345||2015-04-07|Has expired: Upgrade to www/typo3 or www/typo3-lts
multimedia/mediabrowser|multimedia/emby-server|2015-04-08|Project renamed

2
UIDs
View File

@ -315,7 +315,7 @@ puppetdb:*:985:985::0:0:PuppetDB Daemon pseudo-user:/nonexistent:/usr/sbin/nolog
kamailio:*:986:986::0:0:kamailio daemon:/nonexistent:/usr/sbin/nologin
spark:*:987:987::0:0:Apache Spark user:/nonexistent:/usr/sbin/nologin
toxdht:*:988:65534::0:0:Tox DHT bootstrap user:/nonexistent:/usr/sbin/nologin
mediabrowser:*:989:989::0:0:MediaBrowser:/nonexistent:/usr/sbin/nologin
emby:*:989:989::0:0:Emby:/nonexistent:/usr/sbin/nologin
oozie:*:990:990::0:0:Apache Oozie user:/nonexistent:/usr/sbin/nologin
ebnetd:*:999:999::0:0:EBNETD:/nonexistent:/usr/sbin/nologin
nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin

View File

@ -54,6 +54,7 @@
SUBDIR += dvdrip
SUBDIR += dvdstyler
SUBDIR += dvts
SUBDIR += emby-server
SUBDIR += emotion_generic_players-vlc
SUBDIR += emovix
SUBDIR += ffmpeg
@ -220,7 +221,6 @@
SUBDIR += lxdvdrip
SUBDIR += m2tstoavi
SUBDIR += m2vrequantiser
SUBDIR += mediabrowser
SUBDIR += mediadownloader
SUBDIR += mediainfo
SUBDIR += mencoder

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mediabrowser
PORTVERSION= 3.0.5518.7
PORTNAME= emby-server
PORTVERSION= 3.0.5572.0
CATEGORIES= multimedia
MAINTAINER= woodsb02@gmail.com
@ -10,23 +10,23 @@ COMMENT= Home media server built using mono and other open source technologies
LICENSE= GPLv2
LIB_DEPENDS= libavformat.so:${PORTSDIR}/multimedia/ffmpeg \
libgdiplus.so:${PORTSDIR}/x11-toolkits/libgdiplus \
libmediainfo.so:${PORTSDIR}/multimedia/libmediainfo \
libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
libwebp.so:${PORTSDIR}/graphics/webp
libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11
CONFLICTS_INSTALL= mediabrowser
USE_GITHUB= yes
GH_ACCOUNT= MediaBrowser
GH_PROJECT= MediaBrowser
GH_COMMIT= bece87a
GH_TAGNAME= ${PORTVERSION}
USES= mono pkgconfig
USE_RC_SUBR= mediabrowser
SUB_LIST= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS}
USERS= mediabrowser
GROUPS= mediabrowser
USE_RC_SUBR= ${PORTNAME}
RC_NAME= emby_server
SUB_LIST= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS} RC_NAME=${RC_NAME}
USERS= emby
GROUPS= emby
do-build:
(cd ${WRKSRC} && \
@ -34,11 +34,11 @@ do-build:
/p:Platform="Any CPU" MediaBrowser.Mono.sln)
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mediabrowser
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server
(cd ${WRKSRC}/MediaBrowser.Server.Mono/bin/Release\ Mono && \
${ECHO_MSG} "Deleting the following non-FreeBSD library files:" && \
${FIND} -E . -iregex '(.*\.dylib|.*libwebp.*|.*sqlite3.*|.*.dylib.*|MediaInfo\.dll)' -print -delete && \
${FIND} . -type d -empty -print -delete && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/mediabrowser)
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/emby-server)
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (emby-server-3.0.5572.0_GH0.tar.gz) = 2c9a58469092e6d46168b9c882867644966345ef30e8cc198ea4f0e9a6728662
SIZE (emby-server-3.0.5572.0_GH0.tar.gz) = 55425944

View File

@ -0,0 +1,75 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: %%PORTNAME%%
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# %%RC_NAME%%_enable: Set to YES to enable the %%PORTNAME%% service.
# Default: NO
# %%RC_NAME%%_user: The user account used to run the %%PORTNAME%% daemon.
# This is optional, however do not specifically set this to an
# empty string as this will cause the daemon to run as root.
# Default: %%USER%% (or mediabrowser with UID 989 if it exists)
# %%RC_NAME%%_group: The group account used to run the %%PORTNAME%% daemon.
# This is optional, however do not specifically set this to an
# empty string as this will cause the daemon to run with group wheel.
# Default: %%GROUP%% (or mediabrowser with GID 989 if it exists)
# %%RC_NAME%%_data_dir: Directory where %%PORTNAME%% configuration
# data is stored.
# Default: /var/db/%%PORTNAME%% (or /var/db/mediabrowser if it exists)
. /etc/rc.subr
name=%%RC_NAME%%
rcvar=${name}_enable
load_rc_config $name
if [ "$(id -u mediabrowser 2>&1)" = "989" ] && ! [ -n "${emby_server_user}" ]; then
%%RC_NAME%%_user=mediabrowser;
%%RC_NAME%%_group=mediabrowser;
fi
if [ -d "/var/db/mediabrowser" ] && ! [ -n "${emby_server_data_dir}" ]; then
%%RC_NAME%%_data_dir="/var/db/mediabrowser";
fi
: ${%%RC_NAME%%_enable:="NO"}
: ${%%RC_NAME%%_user:="%%USER%%"}
: ${%%RC_NAME%%_group:="%%GROUP%%"}
: ${%%RC_NAME%%_data_dir:="/var/db/%%PORTNAME%%"}
pidfile="/var/run/%%PORTNAME%%.pid"
command="/usr/sbin/daemon"
procname="%%LOCALBASE%%/bin/mono"
command_args="-f -p ${pidfile} ${procname} %%PREFIX%%/lib/emby-server/MediaBrowser.Server.Mono.exe -ffmpeg %%LOCALBASE%%/bin/ffmpeg -ffprobe %%LOCALBASE%%/bin/ffprobe -programdata ${%%RC_NAME%%_data_dir}"
start_precmd=%%RC_NAME%%_precmd
%%RC_NAME%%_precmd()
{
: ${LC_ALL:="C"}
: ${LANG:="C"}
: ${TZ:="UTC"}
export LC_ALL
export LANG
export TZ
if [ ! -e "${pidfile}" ]; then
install -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} -- /dev/null "${pidfile}";
fi
if [ ! -d "${%%RC_NAME%%_data_dir}" ]; then
install -d -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} -- "${%%RC_NAME%%_data_dir}";
fi
}
stop_postcmd=%%RC_NAME%%_postcmd
%%RC_NAME%%_postcmd()
{
rm -f -- "${pidfile}"
}
run_rc_command "$1"

View File

@ -0,0 +1,15 @@
#!/bin/sh
# $FreeBSD$
#
case $2 in
DEINSTALL)
echo "==> If you are uninstalling Emby Server permanently,"
echo " and you do *NOT* want to retain the database, logs"
echo " configuration and media metadata, you should"
echo " manually delete directory /var/db/emby-server"
if [ -d "/var/db/mediabrowser" ]; then
echo " and /var/db/mediabrowser."
fi
;;
esac

View File

@ -1,4 +1,4 @@
Media Browser Server is a home media server built on top of other popular
Emby Server is a home media server built on top of other popular
open source technologies such as Service Stack, jQuery, jQuery mobile,
and Mono.
@ -6,4 +6,4 @@ It features a REST-based api with built-in documention to facilitate
client development. We also have client libraries for our api to enable
rapid development.
WWW: http://mediabrowser.tv/
WWW: http://emby.media/

View File

@ -0,0 +1,19 @@
Emby Server uses ffmpeg for transcoding, which by default has
lame support disabled due to licensing issues. To enable mp3
audio when transcoding, you must reinstall multimedia/ffmpeg
from ports with the lame support option enabled.
If you had mediabrowser installed before the project was
renamed to emby-server, you may want to rename the user and
group (note that moving the database is not supported):
# pw groupmod 989 -n mediabrowser -l emby
# pw usermod 989 -n mediabrowser -l emby -g emby -c Emby\ Server
To automatically start Emby Server at boot time:
# echo 'emby_server_enable="YES"' >> /etc/rc.conf
To then manually start Emby Server without rebooting:
# service emby-server start
Once started, visit the following webpage to configure:
http://localhost:8096/

View File

@ -0,0 +1,751 @@
lib/emby-server/BDInfo.dll
lib/emby-server/DvdLib.dll
lib/emby-server/ImageMagickSharp.dll
lib/emby-server/ImageMagickSharp.dll.config
lib/emby-server/MediaBrowser.Api.dll
lib/emby-server/MediaBrowser.Common.Implementations.dll
lib/emby-server/MediaBrowser.Common.dll
lib/emby-server/MediaBrowser.Controller.dll
lib/emby-server/MediaBrowser.Dlna.dll
lib/emby-server/MediaBrowser.IsoMounting.Linux.dll
lib/emby-server/MediaBrowser.LocalMetadata.dll
lib/emby-server/MediaBrowser.MediaEncoding.dll
lib/emby-server/MediaBrowser.MediaInfo.dll
lib/emby-server/MediaBrowser.MediaInfo.dll.config
lib/emby-server/MediaBrowser.Model.dll
lib/emby-server/MediaBrowser.Model.dll.mdb
lib/emby-server/MediaBrowser.Naming.dll
lib/emby-server/MediaBrowser.Providers.dll
lib/emby-server/MediaBrowser.Server.Implementations.dll
lib/emby-server/MediaBrowser.Server.Mono.exe
lib/emby-server/MediaBrowser.Server.Mono.exe.config
lib/emby-server/MediaBrowser.Server.Startup.Common.dll
lib/emby-server/MediaBrowser.WebDashboard.dll
lib/emby-server/MediaBrowser.XbmcMetadata.dll
lib/emby-server/Mono.Nat.dll
lib/emby-server/Mono.Posix.dll
lib/emby-server/MoreLinq.dll
lib/emby-server/NLog.dll
lib/emby-server/OpenSubtitlesHandler.dll
lib/emby-server/Patterns.Logging.dll
lib/emby-server/ServiceStack.Api.Swagger.dll
lib/emby-server/ServiceStack.Client.dll
lib/emby-server/ServiceStack.Common.dll
lib/emby-server/ServiceStack.Interfaces.dll
lib/emby-server/ServiceStack.Text.dll
lib/emby-server/ServiceStack.dll
lib/emby-server/SharpCompress.dll
lib/emby-server/SimpleInjector.dll
lib/emby-server/SocketHttpListener.dll
lib/emby-server/System.Data.SQLite.dll
lib/emby-server/System.Data.SQLite.dll.config
lib/emby-server/UniversalDetector.dll
lib/emby-server/WebMarkupMin.Core.dll
lib/emby-server/dashboard-ui/about.html
lib/emby-server/dashboard-ui/addplugin.html
lib/emby-server/dashboard-ui/advanced.html
lib/emby-server/dashboard-ui/appservices.html
lib/emby-server/dashboard-ui/autoorganizelog.html
lib/emby-server/dashboard-ui/autoorganizetv.html
lib/emby-server/dashboard-ui/channelitems.html
lib/emby-server/dashboard-ui/channels.html
lib/emby-server/dashboard-ui/channelsettings.html
lib/emby-server/dashboard-ui/channelslatest.html
lib/emby-server/dashboard-ui/cinemamodeconfiguration.html
lib/emby-server/dashboard-ui/collections.html
lib/emby-server/dashboard-ui/connectlogin.html
lib/emby-server/dashboard-ui/css/card.css
lib/emby-server/dashboard-ui/css/chromecast.css
lib/emby-server/dashboard-ui/css/detailtable.css
lib/emby-server/dashboard-ui/css/fonts/Montserrat.woff
lib/emby-server/dashboard-ui/css/fonts/RobotoBold.woff
lib/emby-server/dashboard-ui/css/fonts/RobotoLight.woff
lib/emby-server/dashboard-ui/css/fonts/RobotoMedium.woff
lib/emby-server/dashboard-ui/css/fonts/RobotoRegular.woff
lib/emby-server/dashboard-ui/css/fonts/RobotoThin.woff
lib/emby-server/dashboard-ui/css/icons.css
lib/emby-server/dashboard-ui/css/images/checkmarkblack.png
lib/emby-server/dashboard-ui/css/images/checkmarkgreen.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_dark.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_light.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_dark.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_light.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_0_holo_dark.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_0_holo_light.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_1_holo_dark.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_1_holo_light.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_2_holo_dark.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_2_holo_light.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_dark.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_light.png
lib/emby-server/dashboard-ui/css/images/chromecast/ic_notification_media_route.png
lib/emby-server/dashboard-ui/css/images/clients/amazon.png
lib/emby-server/dashboard-ui/css/images/clients/android.png
lib/emby-server/dashboard-ui/css/images/clients/chrome.png
lib/emby-server/dashboard-ui/css/images/clients/chrome_companion.png
lib/emby-server/dashboard-ui/css/images/clients/dlna.png
lib/emby-server/dashboard-ui/css/images/clients/firefox.png
lib/emby-server/dashboard-ui/css/images/clients/html5.png
lib/emby-server/dashboard-ui/css/images/clients/ie.png
lib/emby-server/dashboard-ui/css/images/clients/ios.png
lib/emby-server/dashboard-ui/css/images/clients/kodi.png
lib/emby-server/dashboard-ui/css/images/clients/mb.png
lib/emby-server/dashboard-ui/css/images/clients/mbc.png
lib/emby-server/dashboard-ui/css/images/clients/mbkinect.png
lib/emby-server/dashboard-ui/css/images/clients/mediaportal.png
lib/emby-server/dashboard-ui/css/images/clients/nuvue.png
lib/emby-server/dashboard-ui/css/images/clients/playstore.png
lib/emby-server/dashboard-ui/css/images/clients/roku.jpg
lib/emby-server/dashboard-ui/css/images/clients/safari.png
lib/emby-server/dashboard-ui/css/images/clients/windowsphone.png
lib/emby-server/dashboard-ui/css/images/clients/windowsrt.png
lib/emby-server/dashboard-ui/css/images/editor/lock.png
lib/emby-server/dashboard-ui/css/images/editor/missing.png
lib/emby-server/dashboard-ui/css/images/editor/missingbackdrop.png
lib/emby-server/dashboard-ui/css/images/editor/missinglogo.png
lib/emby-server/dashboard-ui/css/images/editor/missingprimaryimage.png
lib/emby-server/dashboard-ui/css/images/editor/missingtrailer.png
lib/emby-server/dashboard-ui/css/images/favicon.ico
lib/emby-server/dashboard-ui/css/images/fresh.png
lib/emby-server/dashboard-ui/css/images/icons/audiocd.png
lib/emby-server/dashboard-ui/css/images/icons/ellipsis-v.png
lib/emby-server/dashboard-ui/css/images/icons/expand.png
lib/emby-server/dashboard-ui/css/images/icons/filter.png
lib/emby-server/dashboard-ui/css/images/icons/mute.png
lib/emby-server/dashboard-ui/css/images/icons/nexttrack.png
lib/emby-server/dashboard-ui/css/images/icons/pause.png
lib/emby-server/dashboard-ui/css/images/icons/play.png
lib/emby-server/dashboard-ui/css/images/icons/previoustrack.png
lib/emby-server/dashboard-ui/css/images/icons/remote.png
lib/emby-server/dashboard-ui/css/images/icons/sort.png
lib/emby-server/dashboard-ui/css/images/icons/stop.png
lib/emby-server/dashboard-ui/css/images/icons/subtitles.png
lib/emby-server/dashboard-ui/css/images/icons/volumedown.png
lib/emby-server/dashboard-ui/css/images/icons/volumeup.png
lib/emby-server/dashboard-ui/css/images/icons/wireless.png
lib/emby-server/dashboard-ui/css/images/iossplash.png
lib/emby-server/dashboard-ui/css/images/items/detail/audio.png
lib/emby-server/dashboard-ui/css/images/items/detail/game.png
lib/emby-server/dashboard-ui/css/images/items/detail/person.png
lib/emby-server/dashboard-ui/css/images/items/detail/tv.png
lib/emby-server/dashboard-ui/css/images/items/detail/video.png
lib/emby-server/dashboard-ui/css/images/items/list/audio.png
lib/emby-server/dashboard-ui/css/images/items/list/audiocollection.png
lib/emby-server/dashboard-ui/css/images/items/list/chapter.png
lib/emby-server/dashboard-ui/css/images/items/list/collection.png
lib/emby-server/dashboard-ui/css/images/items/list/game.png
lib/emby-server/dashboard-ui/css/images/items/list/gamecollection.png
lib/emby-server/dashboard-ui/css/images/items/list/person.png
lib/emby-server/dashboard-ui/css/images/items/list/remotesearch.png
lib/emby-server/dashboard-ui/css/images/items/list/video.png
lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/film.png
lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/game.png
lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/music.png
lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/person.png
lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/tv.png
lib/emby-server/dashboard-ui/css/images/kids/bg.jpg
lib/emby-server/dashboard-ui/css/images/logindefault.png
lib/emby-server/dashboard-ui/css/images/mblogoicon.png
lib/emby-server/dashboard-ui/css/images/media/chapterflyout.png
lib/emby-server/dashboard-ui/css/images/media/pause.png
lib/emby-server/dashboard-ui/css/images/media/play.png
lib/emby-server/dashboard-ui/css/images/notifications/cancelled.png
lib/emby-server/dashboard-ui/css/images/notifications/done.png
lib/emby-server/dashboard-ui/css/images/notifications/download.png
lib/emby-server/dashboard-ui/css/images/notifications/error.png
lib/emby-server/dashboard-ui/css/images/notifications/info.png
lib/emby-server/dashboard-ui/css/images/rightarrow.png
lib/emby-server/dashboard-ui/css/images/rotten.png
lib/emby-server/dashboard-ui/css/images/server.png
lib/emby-server/dashboard-ui/css/images/splash.jpg
lib/emby-server/dashboard-ui/css/images/stars.png
lib/emby-server/dashboard-ui/css/images/supporter/nonsupporterbadge.png
lib/emby-server/dashboard-ui/css/images/supporter/premiumflag.png
lib/emby-server/dashboard-ui/css/images/supporter/supporterbadge.png
lib/emby-server/dashboard-ui/css/images/supporter/supporterflag.png
lib/emby-server/dashboard-ui/css/images/touchicon.png
lib/emby-server/dashboard-ui/css/images/touchicon114.png
lib/emby-server/dashboard-ui/css/images/touchicon144.png
lib/emby-server/dashboard-ui/css/images/touchicon72.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/chapters.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/cinemamode.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/dashboard.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/help.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/mobile.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/notifications.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/plugins.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/scheduledtasks.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/subtitles.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/sync.png
lib/emby-server/dashboard-ui/css/images/tour/dashboard/users.png
lib/emby-server/dashboard-ui/css/images/tour/enjoy.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/tourcollections.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/tourcontent.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/toureditor.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourmobile1.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/tourmobile2.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourmouseover.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/tourmovies.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/tourmysync.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourplaylist.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourtaphold.jpg
lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings1.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings2.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings3.png
lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings4.png
lib/emby-server/dashboard-ui/css/images/userdata/administrator.png
lib/emby-server/dashboard-ui/css/images/userdata/password.png
lib/emby-server/dashboard-ui/css/images/userflyoutdefault.png
lib/emby-server/dashboard-ui/css/librarybrowser.css
lib/emby-server/dashboard-ui/css/librarymenu.css
lib/emby-server/dashboard-ui/css/livetv.css
lib/emby-server/dashboard-ui/css/materialize.css
lib/emby-server/dashboard-ui/css/mediaplayer-video.css
lib/emby-server/dashboard-ui/css/mediaplayer.css
lib/emby-server/dashboard-ui/css/metadataeditor.css
lib/emby-server/dashboard-ui/css/notifications.css
lib/emby-server/dashboard-ui/css/nowplaying.css
lib/emby-server/dashboard-ui/css/pluginupdates.css
lib/emby-server/dashboard-ui/css/remotecontrol.css
lib/emby-server/dashboard-ui/css/search.css
lib/emby-server/dashboard-ui/css/site.css
lib/emby-server/dashboard-ui/css/tileitem.css
lib/emby-server/dashboard-ui/css/userimage.css
lib/emby-server/dashboard-ui/dashboard.html
lib/emby-server/dashboard-ui/dashboardgeneral.html
lib/emby-server/dashboard-ui/dashboardhosting.html
lib/emby-server/dashboard-ui/device.html
lib/emby-server/dashboard-ui/devices.html
lib/emby-server/dashboard-ui/devicesupload.html
lib/emby-server/dashboard-ui/dlnaprofile.html
lib/emby-server/dashboard-ui/dlnaprofiles.html
lib/emby-server/dashboard-ui/dlnaserversettings.html
lib/emby-server/dashboard-ui/dlnasettings.html
lib/emby-server/dashboard-ui/editcollectionitems.html
lib/emby-server/dashboard-ui/edititemimages.html
lib/emby-server/dashboard-ui/edititemmetadata.html
lib/emby-server/dashboard-ui/edititemsubtitles.html
lib/emby-server/dashboard-ui/encodingsettings.html
lib/emby-server/dashboard-ui/episodes.html
lib/emby-server/dashboard-ui/favicon.ico
lib/emby-server/dashboard-ui/favorites.html
lib/emby-server/dashboard-ui/files/dummy.mp4
lib/emby-server/dashboard-ui/forgotpassword.html
lib/emby-server/dashboard-ui/forgotpasswordpin.html
lib/emby-server/dashboard-ui/gamegenres.html
lib/emby-server/dashboard-ui/games.html
lib/emby-server/dashboard-ui/gamesrecommended.html
lib/emby-server/dashboard-ui/gamestudios.html
lib/emby-server/dashboard-ui/gamesystems.html
lib/emby-server/dashboard-ui/homelatest.html
lib/emby-server/dashboard-ui/index.html
lib/emby-server/dashboard-ui/itembynamedetails.html
lib/emby-server/dashboard-ui/itemdetails.html
lib/emby-server/dashboard-ui/itemlist.html
lib/emby-server/dashboard-ui/kids.html
lib/emby-server/dashboard-ui/library.html
lib/emby-server/dashboard-ui/librarypathmapping.html
lib/emby-server/dashboard-ui/librarysettings.html
lib/emby-server/dashboard-ui/livetvchannel.html
lib/emby-server/dashboard-ui/livetvchannels.html
lib/emby-server/dashboard-ui/livetvguide.html
lib/emby-server/dashboard-ui/livetvitems.html
lib/emby-server/dashboard-ui/livetvnewrecording.html
lib/emby-server/dashboard-ui/livetvprogram.html
lib/emby-server/dashboard-ui/livetvrecording.html
lib/emby-server/dashboard-ui/livetvrecordinglist.html
lib/emby-server/dashboard-ui/livetvrecordings.html
lib/emby-server/dashboard-ui/livetvseriestimer.html
lib/emby-server/dashboard-ui/livetvseriestimers.html
lib/emby-server/dashboard-ui/livetvsettings.html
lib/emby-server/dashboard-ui/livetvstatus.html
lib/emby-server/dashboard-ui/livetvsuggested.html
lib/emby-server/dashboard-ui/livetvtimer.html
lib/emby-server/dashboard-ui/livetvtimers.html
lib/emby-server/dashboard-ui/log.html
lib/emby-server/dashboard-ui/login.html
lib/emby-server/dashboard-ui/metadata.html
lib/emby-server/dashboard-ui/metadataadvanced.html
lib/emby-server/dashboard-ui/metadataimages.html
lib/emby-server/dashboard-ui/metadatanfo.html
lib/emby-server/dashboard-ui/metadatasubtitles.html
lib/emby-server/dashboard-ui/moviegenres.html
lib/emby-server/dashboard-ui/moviepeople.html
lib/emby-server/dashboard-ui/movies.html
lib/emby-server/dashboard-ui/movieslatest.html
lib/emby-server/dashboard-ui/moviesrecommended.html
lib/emby-server/dashboard-ui/moviestudios.html
lib/emby-server/dashboard-ui/movietrailers.html
lib/emby-server/dashboard-ui/musicalbumartists.html
lib/emby-server/dashboard-ui/musicalbums.html
lib/emby-server/dashboard-ui/musicartists.html
lib/emby-server/dashboard-ui/musicgenres.html
lib/emby-server/dashboard-ui/musicrecommended.html
lib/emby-server/dashboard-ui/musicvideos.html
lib/emby-server/dashboard-ui/mypreferencesdisplay.html
lib/emby-server/dashboard-ui/mypreferenceslanguages.html
lib/emby-server/dashboard-ui/mypreferenceswebclient.html
lib/emby-server/dashboard-ui/myprofile.html
lib/emby-server/dashboard-ui/mysync.html
lib/emby-server/dashboard-ui/mysyncjob.html
lib/emby-server/dashboard-ui/notificationlist.html
lib/emby-server/dashboard-ui/notificationsetting.html
lib/emby-server/dashboard-ui/notificationsettings.html
lib/emby-server/dashboard-ui/nowplaying.html
lib/emby-server/dashboard-ui/playbackconfiguration.html
lib/emby-server/dashboard-ui/playlistedit.html
lib/emby-server/dashboard-ui/playlists.html
lib/emby-server/dashboard-ui/plugincatalog.html
lib/emby-server/dashboard-ui/plugins.html
lib/emby-server/dashboard-ui/reports.html
lib/emby-server/dashboard-ui/scheduledtask.html
lib/emby-server/dashboard-ui/scheduledtasks.html
lib/emby-server/dashboard-ui/scripts/aboutpage.js
lib/emby-server/dashboard-ui/scripts/addpluginpage.js
lib/emby-server/dashboard-ui/scripts/advancedconfigurationpage.js
lib/emby-server/dashboard-ui/scripts/alphapicker.js
lib/emby-server/dashboard-ui/scripts/appservices.js
lib/emby-server/dashboard-ui/scripts/autoorganizelog.js
lib/emby-server/dashboard-ui/scripts/autoorganizetv.js
lib/emby-server/dashboard-ui/scripts/backdrops.js
lib/emby-server/dashboard-ui/scripts/channelitems.js
lib/emby-server/dashboard-ui/scripts/channels.js
lib/emby-server/dashboard-ui/scripts/channelsettings.js
lib/emby-server/dashboard-ui/scripts/channelslatest.js
lib/emby-server/dashboard-ui/scripts/chromecast.js
lib/emby-server/dashboard-ui/scripts/cinemamodeconfiguration.js
lib/emby-server/dashboard-ui/scripts/connectlogin.js
lib/emby-server/dashboard-ui/scripts/dashboardgeneral.js
lib/emby-server/dashboard-ui/scripts/dashboardhosting.js
lib/emby-server/dashboard-ui/scripts/dashboardpage.js
lib/emby-server/dashboard-ui/scripts/device.js
lib/emby-server/dashboard-ui/scripts/devices.js
lib/emby-server/dashboard-ui/scripts/devicesupload.js
lib/emby-server/dashboard-ui/scripts/directorybrowser.js
lib/emby-server/dashboard-ui/scripts/dlnaprofile.js
lib/emby-server/dashboard-ui/scripts/dlnaprofiles.js
lib/emby-server/dashboard-ui/scripts/dlnaserversettings.js
lib/emby-server/dashboard-ui/scripts/dlnasettings.js
lib/emby-server/dashboard-ui/scripts/editcollectionitems.js
lib/emby-server/dashboard-ui/scripts/edititemimages.js
lib/emby-server/dashboard-ui/scripts/edititemmetadata.js
lib/emby-server/dashboard-ui/scripts/edititemsubtitles.js
lib/emby-server/dashboard-ui/scripts/editorsidebar.js
lib/emby-server/dashboard-ui/scripts/encodingsettings.js
lib/emby-server/dashboard-ui/scripts/episodes.js
lib/emby-server/dashboard-ui/scripts/extensions.js
lib/emby-server/dashboard-ui/scripts/externalplayer.js
lib/emby-server/dashboard-ui/scripts/favorites.js
lib/emby-server/dashboard-ui/scripts/forgotpassword.js
lib/emby-server/dashboard-ui/scripts/forgotpasswordpin.js
lib/emby-server/dashboard-ui/scripts/gamegenrepage.js
lib/emby-server/dashboard-ui/scripts/gamespage.js
lib/emby-server/dashboard-ui/scripts/gamesrecommendedpage.js
lib/emby-server/dashboard-ui/scripts/gamestudiospage.js
lib/emby-server/dashboard-ui/scripts/gamesystemspage.js
lib/emby-server/dashboard-ui/scripts/homelatest.js
lib/emby-server/dashboard-ui/scripts/indexpage.js
lib/emby-server/dashboard-ui/scripts/itembynamedetailpage.js
lib/emby-server/dashboard-ui/scripts/itemdetailpage.js
lib/emby-server/dashboard-ui/scripts/itemlistpage.js
lib/emby-server/dashboard-ui/scripts/kids.js
lib/emby-server/dashboard-ui/scripts/librarybrowser.js
lib/emby-server/dashboard-ui/scripts/librarylist.js
lib/emby-server/dashboard-ui/scripts/librarymenu.js
lib/emby-server/dashboard-ui/scripts/librarypathmapping.js
lib/emby-server/dashboard-ui/scripts/librarysettings.js
lib/emby-server/dashboard-ui/scripts/livetvchannel.js
lib/emby-server/dashboard-ui/scripts/livetvchannels.js
lib/emby-server/dashboard-ui/scripts/livetvguide.js
lib/emby-server/dashboard-ui/scripts/livetvitems.js
lib/emby-server/dashboard-ui/scripts/livetvnewrecording.js
lib/emby-server/dashboard-ui/scripts/livetvprogram.js
lib/emby-server/dashboard-ui/scripts/livetvrecording.js
lib/emby-server/dashboard-ui/scripts/livetvrecordinglist.js
lib/emby-server/dashboard-ui/scripts/livetvrecordings.js
lib/emby-server/dashboard-ui/scripts/livetvseriestimer.js
lib/emby-server/dashboard-ui/scripts/livetvseriestimers.js
lib/emby-server/dashboard-ui/scripts/livetvsettings.js
lib/emby-server/dashboard-ui/scripts/livetvstatus.js
lib/emby-server/dashboard-ui/scripts/livetvsuggested.js
lib/emby-server/dashboard-ui/scripts/livetvtimer.js
lib/emby-server/dashboard-ui/scripts/livetvtimers.js
lib/emby-server/dashboard-ui/scripts/loginpage.js
lib/emby-server/dashboard-ui/scripts/logpage.js
lib/emby-server/dashboard-ui/scripts/mediacontroller.js
lib/emby-server/dashboard-ui/scripts/medialibrarypage.js
lib/emby-server/dashboard-ui/scripts/mediaplayer-video.js
lib/emby-server/dashboard-ui/scripts/mediaplayer.js
lib/emby-server/dashboard-ui/scripts/metadataadvanced.js
lib/emby-server/dashboard-ui/scripts/metadataconfigurationpage.js
lib/emby-server/dashboard-ui/scripts/metadataimagespage.js
lib/emby-server/dashboard-ui/scripts/metadatanfo.js
lib/emby-server/dashboard-ui/scripts/metadatasubtitles.js
lib/emby-server/dashboard-ui/scripts/moviecollections.js
lib/emby-server/dashboard-ui/scripts/moviegenres.js
lib/emby-server/dashboard-ui/scripts/moviepeople.js
lib/emby-server/dashboard-ui/scripts/movies.js
lib/emby-server/dashboard-ui/scripts/movieslatest.js
lib/emby-server/dashboard-ui/scripts/moviesrecommended.js
lib/emby-server/dashboard-ui/scripts/moviestudios.js
lib/emby-server/dashboard-ui/scripts/movietrailers.js
lib/emby-server/dashboard-ui/scripts/musicalbumartists.js
lib/emby-server/dashboard-ui/scripts/musicalbums.js
lib/emby-server/dashboard-ui/scripts/musicartists.js
lib/emby-server/dashboard-ui/scripts/musicgenres.js
lib/emby-server/dashboard-ui/scripts/musicrecommended.js
lib/emby-server/dashboard-ui/scripts/musicvideos.js
lib/emby-server/dashboard-ui/scripts/mypreferencesdisplay.js
lib/emby-server/dashboard-ui/scripts/mypreferenceslanguages.js
lib/emby-server/dashboard-ui/scripts/mypreferenceswebclient.js
lib/emby-server/dashboard-ui/scripts/myprofile.js
lib/emby-server/dashboard-ui/scripts/notificationlist.js
lib/emby-server/dashboard-ui/scripts/notifications.js
lib/emby-server/dashboard-ui/scripts/notificationsetting.js
lib/emby-server/dashboard-ui/scripts/notificationsettings.js
lib/emby-server/dashboard-ui/scripts/nowplayingbar.js
lib/emby-server/dashboard-ui/scripts/nowplayingpage.js
lib/emby-server/dashboard-ui/scripts/playbackconfiguration.js
lib/emby-server/dashboard-ui/scripts/playlistedit.js
lib/emby-server/dashboard-ui/scripts/playlistmanager.js
lib/emby-server/dashboard-ui/scripts/playlists.js
lib/emby-server/dashboard-ui/scripts/plugincatalogpage.js
lib/emby-server/dashboard-ui/scripts/pluginspage.js
lib/emby-server/dashboard-ui/scripts/ratingdialog.js
lib/emby-server/dashboard-ui/scripts/remotecontrol.js
lib/emby-server/dashboard-ui/scripts/reports.js
lib/emby-server/dashboard-ui/scripts/scheduledtaskpage.js
lib/emby-server/dashboard-ui/scripts/scheduledtaskspage.js
lib/emby-server/dashboard-ui/scripts/search.js
lib/emby-server/dashboard-ui/scripts/selectserver.js
lib/emby-server/dashboard-ui/scripts/serversecurity.js
lib/emby-server/dashboard-ui/scripts/site.js
lib/emby-server/dashboard-ui/scripts/songs.js
lib/emby-server/dashboard-ui/scripts/supporterkeypage.js
lib/emby-server/dashboard-ui/scripts/supporterpage.js
lib/emby-server/dashboard-ui/scripts/sync.js
lib/emby-server/dashboard-ui/scripts/syncactivity.js
lib/emby-server/dashboard-ui/scripts/syncjob.js
lib/emby-server/dashboard-ui/scripts/syncsettings.js
lib/emby-server/dashboard-ui/scripts/taskbutton.js
lib/emby-server/dashboard-ui/scripts/thememediaplayer.js
lib/emby-server/dashboard-ui/scripts/tvgenres.js
lib/emby-server/dashboard-ui/scripts/tvlatest.js
lib/emby-server/dashboard-ui/scripts/tvpeople.js
lib/emby-server/dashboard-ui/scripts/tvrecommended.js
lib/emby-server/dashboard-ui/scripts/tvshows.js
lib/emby-server/dashboard-ui/scripts/tvstudios.js
lib/emby-server/dashboard-ui/scripts/tvupcoming.js
lib/emby-server/dashboard-ui/scripts/useredit.js
lib/emby-server/dashboard-ui/scripts/userlibraryaccess.js
lib/emby-server/dashboard-ui/scripts/usernew.js
lib/emby-server/dashboard-ui/scripts/userparentalcontrol.js
lib/emby-server/dashboard-ui/scripts/userpassword.js
lib/emby-server/dashboard-ui/scripts/userprofilespage.js
lib/emby-server/dashboard-ui/scripts/wizardagreement.js
lib/emby-server/dashboard-ui/scripts/wizardfinishpage.js
lib/emby-server/dashboard-ui/scripts/wizardservice.js
lib/emby-server/dashboard-ui/scripts/wizardsettings.js
lib/emby-server/dashboard-ui/scripts/wizardstartpage.js
lib/emby-server/dashboard-ui/scripts/wizarduserpage.js
lib/emby-server/dashboard-ui/selectserver.html
lib/emby-server/dashboard-ui/serversecurity.html
lib/emby-server/dashboard-ui/songs.html
lib/emby-server/dashboard-ui/support.html
lib/emby-server/dashboard-ui/supporter.html
lib/emby-server/dashboard-ui/supporterkey.html
lib/emby-server/dashboard-ui/syncactivity.html
lib/emby-server/dashboard-ui/syncjob.html
lib/emby-server/dashboard-ui/syncsettings.html
lib/emby-server/dashboard-ui/thirdparty/apiclient/ajax.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/alt/ajax.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/alt/bean.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/alt/deferred.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/alt/events.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/apiclient.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/connectionmanager.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/connectservice.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/credentials.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/deferred.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/device.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/events.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/logger.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/md5.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/network.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/serverdiscovery.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/sha1.js
lib/emby-server/dashboard-ui/thirdparty/apiclient/store.js
lib/emby-server/dashboard-ui/thirdparty/browser.js
lib/emby-server/dashboard-ui/thirdparty/cast_sender.js
lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css
lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.min.css
lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/FontAwesome.otf
lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.eot
lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.svg
lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.ttf
lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.woff
lib/emby-server/dashboard-ui/thirdparty/jquery-2.1.1.min.js
lib/emby-server/dashboard-ui/thirdparty/jquery.unveil-custom.js
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/ajax-loader.gif
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/alert-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/alert-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-l-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-l-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-r-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-r-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-l-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-l-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-r-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-r-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-l-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-l-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-r-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-r-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/audio-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/audio-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/back-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/back-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bars-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bars-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bullets-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bullets-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/calendar-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/calendar-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/camera-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/camera-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-d-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-d-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-l-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-l-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-r-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-r-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-u-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-u-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/check-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/check-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/clock-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/clock-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/cloud-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/cloud-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/comment-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/comment-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/delete-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/delete-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/edit-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/edit-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/eye-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/eye-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forbidden-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forbidden-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forward-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forward-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/gear-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/gear-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/grid-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/grid-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/heart-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/heart-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/home-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/home-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/info-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/info-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/location-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/location-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/lock-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/lock-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/mail-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/mail-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/minus-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/minus-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/navigation-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/navigation-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/phone-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/phone-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/plus-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/plus-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/power-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/power-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/recycle-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/recycle-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/refresh-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/refresh-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/search-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/search-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/shop-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/shop-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/star-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/star-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/tag-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/tag-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/user-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/user-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/video-black.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/video-white.png
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/action-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/action-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/alert-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/alert-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-l-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-l-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-r-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-r-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-l-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-l-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-r-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-r-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-l-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-l-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-r-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-r-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/audio-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/audio-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/back-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/back-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bars-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bars-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bullets-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bullets-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/calendar-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/calendar-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/camera-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/camera-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-d-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-d-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-l-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-l-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-r-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-r-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-u-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-u-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/check-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/check-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/clock-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/clock-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/cloud-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/cloud-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/comment-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/comment-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/delete-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/delete-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/edit-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/edit-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/eye-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/eye-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forbidden-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forbidden-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forward-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forward-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/gear-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/gear-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/grid-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/grid-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/heart-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/heart-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/home-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/home-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/info-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/info-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/location-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/location-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/lock-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/lock-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/mail-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/mail-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/minus-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/minus-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/navigation-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/navigation-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/phone-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/phone-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/plus-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/plus-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/power-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/power-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/recycle-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/recycle-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/refresh-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/refresh-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/search-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/search-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/shop-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/shop-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/star-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/star-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/tag-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/tag-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-black.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-white.svg
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.css
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.js
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.map
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/jstree.js
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/jstree.min.js
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/32px.png
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/40px.png
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/style.css
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/style.min.css
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/throbber.gif
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/32px.png
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/40px.png
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.css
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.min.css
lib/emby-server/dashboard-ui/thirdparty/jstree3.0.8/themes/default/throbber.gif
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/css/swipebox.css
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/css/swipebox.min.css
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/img/icons.png
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/img/icons.svg
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/img/loader.gif
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/js/jquery.swipebox.js
lib/emby-server/dashboard-ui/thirdparty/swipebox-master/js/jquery.swipebox.min.js
lib/emby-server/dashboard-ui/tvgenres.html
lib/emby-server/dashboard-ui/tvlatest.html
lib/emby-server/dashboard-ui/tvpeople.html
lib/emby-server/dashboard-ui/tvrecommended.html
lib/emby-server/dashboard-ui/tvshows.html
lib/emby-server/dashboard-ui/tvstudios.html
lib/emby-server/dashboard-ui/tvupcoming.html
lib/emby-server/dashboard-ui/useredit.html
lib/emby-server/dashboard-ui/userlibraryaccess.html
lib/emby-server/dashboard-ui/usernew.html
lib/emby-server/dashboard-ui/userparentalcontrol.html
lib/emby-server/dashboard-ui/userpassword.html
lib/emby-server/dashboard-ui/userprofiles.html
lib/emby-server/dashboard-ui/wizardagreement.html
lib/emby-server/dashboard-ui/wizardfinish.html
lib/emby-server/dashboard-ui/wizardlibrary.html
lib/emby-server/dashboard-ui/wizardservice.html
lib/emby-server/dashboard-ui/wizardsettings.html
lib/emby-server/dashboard-ui/wizardstart.html
lib/emby-server/dashboard-ui/wizarduser.html
lib/emby-server/swagger-ui/css/screen.css
lib/emby-server/swagger-ui/images/logo_small.png
lib/emby-server/swagger-ui/images/pet_store_api.png
lib/emby-server/swagger-ui/images/throbber.gif
lib/emby-server/swagger-ui/images/wordnik_api.png
lib/emby-server/swagger-ui/index.html
lib/emby-server/swagger-ui/lib/backbone-min.js
lib/emby-server/swagger-ui/lib/handlebars-1.0.0.js
lib/emby-server/swagger-ui/lib/highlight.7.3.pack.js
lib/emby-server/swagger-ui/lib/jquery-1.8.0.min.js
lib/emby-server/swagger-ui/lib/jquery.ba-bbq.min.js
lib/emby-server/swagger-ui/lib/jquery.slideto.min.js
lib/emby-server/swagger-ui/lib/jquery.wiggle.min.js
lib/emby-server/swagger-ui/lib/shred.bundle.js
lib/emby-server/swagger-ui/lib/shred/content.js
lib/emby-server/swagger-ui/lib/swagger.js
lib/emby-server/swagger-ui/lib/underscore-min.js
lib/emby-server/swagger-ui/swagger-ui.js
lib/emby-server/swagger-ui/swagger-ui.min.js
lib/emby-server/taglib-sharp.dll

View File

@ -1,2 +0,0 @@
SHA256 (mediabrowser-3.0.5518.7.tar.gz) = 34e9470e1a424ea844e0b89d799dbbe447ac2885e152a0f2ae3e40dbf85dd13a
SIZE (mediabrowser-3.0.5518.7.tar.gz) = 49584870

View File

@ -1,64 +0,0 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: %%PORTNAME%%
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# %%PORTNAME%%_enable: Set to YES to enable %%PORTNAME%%
# Default: NO
# %%PORTNAME%%_user: The user account used to run the %%PORTNAME%% daemon.
# This is optional, however do not specifically set this to an
# empty string as this will cause the daemon to run as root.
# Default: %%USER%%
# %%PORTNAME%%_group: The group account used to run the %%PORTNAME%% daemon.
# This is optional, however do not specifically set this to an
# empty string as this will cause the daemon to run with group wheel.
# Default: %%GROUP%%
# %%PORTNAME%%_data_dir: Directory where %%PORTNAME%% configuration
# data is stored.
# Default: /var/db/%%PORTNAME%%
. /etc/rc.subr
name=%%PORTNAME%%
rcvar=${name}_enable
load_rc_config $name
: ${%%PORTNAME%%_enable:="NO"}
: ${%%PORTNAME%%_user:="%%USER%%"}
: ${%%PORTNAME%%_group:="%%GROUP%%"}
: ${%%PORTNAME%%_data_dir:="/var/db/%%PORTNAME%%"}
pidfile="/var/run/%%PORTNAME%%.pid"
command="/usr/sbin/daemon"
procname="%%LOCALBASE%%/bin/mono"
command_args="-f -p ${pidfile} ${procname} %%PREFIX%%/lib/mediabrowser/MediaBrowser.Server.Mono.exe -ffmpeg %%LOCALBASE%%/bin/ffmpeg -ffprobe %%LOCALBASE%%/bin/ffprobe -programdata ${%%PORTNAME%%_data_dir}"
start_precmd=%%PORTNAME%%_precmd
%%PORTNAME%%_precmd()
{
: ${LC_ALL:="C"}
: ${LANG:="C"}
export LC_ALL
export LANG
if [ ! -e "${pidfile}" ]; then
install -g ${%%PORTNAME%%_group} -o ${%%PORTNAME%%_user} -- /dev/null "${pidfile}";
fi
if [ ! -d "${%%PORTNAME%%_data_dir}" ]; then
install -d -g ${%%PORTNAME%%_group} -o ${%%PORTNAME%%_user} -- "${%%PORTNAME%%_data_dir}";
fi
}
stop_postcmd=%%PORTNAME%%_postcmd
%%PORTNAME%%_postcmd()
{
rm -f -- "${pidfile}"
}
run_rc_command "$1"

View File

@ -1,12 +0,0 @@
#!/bin/sh
# $FreeBSD$
#
case $2 in
DEINSTALL)
echo "==> If you are uninstalling mediabrowser permanently,"
echo " and you do *NOT* want to retain the database, logs"
echo " configuration and media metadata, you should"
echo " manually delete directory /var/db/mediabrowser."
;;
esac

View File

@ -1,13 +0,0 @@
MediaBrowser uses ffmpeg for transcoding, which by default has
lame support disabled due to licensing issues. To enable mp3
audio when transcoding, you must reinstall multimedia/ffmpeg
from ports with the lame support option enabled.
To automatically start MediaBrowser at boot time:
# echo 'mediabrowser_enable="YES"' >> /etc/rc.conf
To then manually start MediaBrowser without rebooting:
# service mediabrowser start
Once started, visit the following webpage to configure:
http://localhost:8096/mediabrowser

View File

@ -1,743 +0,0 @@
lib/mediabrowser/BDInfo.dll
lib/mediabrowser/DvdLib.dll
lib/mediabrowser/Imazen.WebP.dll
lib/mediabrowser/Imazen.WebP.dll.config
lib/mediabrowser/MediaBrowser.Api.dll
lib/mediabrowser/MediaBrowser.Common.Implementations.dll
lib/mediabrowser/MediaBrowser.Common.dll
lib/mediabrowser/MediaBrowser.Controller.dll
lib/mediabrowser/MediaBrowser.Dlna.dll
lib/mediabrowser/MediaBrowser.IsoMounting.Linux.dll
lib/mediabrowser/MediaBrowser.LocalMetadata.dll
lib/mediabrowser/MediaBrowser.MediaEncoding.dll
lib/mediabrowser/MediaBrowser.MediaInfo.dll
lib/mediabrowser/MediaBrowser.MediaInfo.dll.config
lib/mediabrowser/MediaBrowser.Model.dll
lib/mediabrowser/MediaBrowser.Model.dll.mdb
lib/mediabrowser/MediaBrowser.Naming.dll
lib/mediabrowser/MediaBrowser.Providers.dll
lib/mediabrowser/MediaBrowser.Server.Implementations.dll
lib/mediabrowser/MediaBrowser.Server.Mono.exe
lib/mediabrowser/MediaBrowser.Server.Mono.exe.config
lib/mediabrowser/MediaBrowser.Server.Startup.Common.dll
lib/mediabrowser/MediaBrowser.WebDashboard.dll
lib/mediabrowser/MediaBrowser.XbmcMetadata.dll
lib/mediabrowser/Mono.Nat.dll
lib/mediabrowser/Mono.Posix.dll
lib/mediabrowser/MoreLinq.dll
lib/mediabrowser/NLog.dll
lib/mediabrowser/OpenSubtitlesHandler.dll
lib/mediabrowser/Patterns.Logging.dll
lib/mediabrowser/ServiceStack.Api.Swagger.dll
lib/mediabrowser/ServiceStack.Client.dll
lib/mediabrowser/ServiceStack.Common.dll
lib/mediabrowser/ServiceStack.Interfaces.dll
lib/mediabrowser/ServiceStack.Text.dll
lib/mediabrowser/ServiceStack.dll
lib/mediabrowser/SharpCompress.dll
lib/mediabrowser/SimpleInjector.dll
lib/mediabrowser/SocketHttpListener.dll
lib/mediabrowser/System.Data.SQLite.dll
lib/mediabrowser/System.Data.SQLite.dll.config
lib/mediabrowser/UniversalDetector.dll
lib/mediabrowser/WebMarkupMin.Core.dll
lib/mediabrowser/dashboard-ui/about.html
lib/mediabrowser/dashboard-ui/addplugin.html
lib/mediabrowser/dashboard-ui/advanced.html
lib/mediabrowser/dashboard-ui/autoorganizelog.html
lib/mediabrowser/dashboard-ui/autoorganizetv.html
lib/mediabrowser/dashboard-ui/channelitems.html
lib/mediabrowser/dashboard-ui/channels.html
lib/mediabrowser/dashboard-ui/channelsettings.html
lib/mediabrowser/dashboard-ui/channelslatest.html
lib/mediabrowser/dashboard-ui/cinemamodeconfiguration.html
lib/mediabrowser/dashboard-ui/collections.html
lib/mediabrowser/dashboard-ui/connectlogin.html
lib/mediabrowser/dashboard-ui/css/card.css
lib/mediabrowser/dashboard-ui/css/chromecast.css
lib/mediabrowser/dashboard-ui/css/detailtable.css
lib/mediabrowser/dashboard-ui/css/fonts/RobotoBold.woff
lib/mediabrowser/dashboard-ui/css/fonts/RobotoLight.woff
lib/mediabrowser/dashboard-ui/css/fonts/RobotoMedium.woff
lib/mediabrowser/dashboard-ui/css/fonts/RobotoRegular.woff
lib/mediabrowser/dashboard-ui/css/fonts/RobotoThin.woff
lib/mediabrowser/dashboard-ui/css/fonts/mblogo.woff
lib/mediabrowser/dashboard-ui/css/icons.css
lib/mediabrowser/dashboard-ui/css/images/checkmarkblack.png
lib/mediabrowser/dashboard-ui/css/images/checkmarkgreen.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_dark.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_light.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_dark.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_light.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_0_holo_dark.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_0_holo_light.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_1_holo_dark.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_1_holo_light.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_2_holo_dark.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_2_holo_light.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_dark.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_light.png
lib/mediabrowser/dashboard-ui/css/images/chromecast/ic_notification_media_route.png
lib/mediabrowser/dashboard-ui/css/images/clients/amazon.png
lib/mediabrowser/dashboard-ui/css/images/clients/android.png
lib/mediabrowser/dashboard-ui/css/images/clients/chrome.png
lib/mediabrowser/dashboard-ui/css/images/clients/chrome_companion.png
lib/mediabrowser/dashboard-ui/css/images/clients/dlna.png
lib/mediabrowser/dashboard-ui/css/images/clients/firefox.png
lib/mediabrowser/dashboard-ui/css/images/clients/html5.png
lib/mediabrowser/dashboard-ui/css/images/clients/ie.png
lib/mediabrowser/dashboard-ui/css/images/clients/ios.png
lib/mediabrowser/dashboard-ui/css/images/clients/kodi.png
lib/mediabrowser/dashboard-ui/css/images/clients/mb.png
lib/mediabrowser/dashboard-ui/css/images/clients/mbc.png
lib/mediabrowser/dashboard-ui/css/images/clients/mbkinect.png
lib/mediabrowser/dashboard-ui/css/images/clients/mediaportal.png
lib/mediabrowser/dashboard-ui/css/images/clients/nuvue.png
lib/mediabrowser/dashboard-ui/css/images/clients/playstore.png
lib/mediabrowser/dashboard-ui/css/images/clients/roku.jpg
lib/mediabrowser/dashboard-ui/css/images/clients/safari.png
lib/mediabrowser/dashboard-ui/css/images/clients/windowsphone.png
lib/mediabrowser/dashboard-ui/css/images/clients/windowsrt.png
lib/mediabrowser/dashboard-ui/css/images/editor/lock.png
lib/mediabrowser/dashboard-ui/css/images/editor/missing.png
lib/mediabrowser/dashboard-ui/css/images/editor/missingbackdrop.png
lib/mediabrowser/dashboard-ui/css/images/editor/missinglogo.png
lib/mediabrowser/dashboard-ui/css/images/editor/missingprimaryimage.png
lib/mediabrowser/dashboard-ui/css/images/editor/missingtrailer.png
lib/mediabrowser/dashboard-ui/css/images/favicon.ico
lib/mediabrowser/dashboard-ui/css/images/fresh.png
lib/mediabrowser/dashboard-ui/css/images/icons/audiocd.png
lib/mediabrowser/dashboard-ui/css/images/icons/ellipsis-v.png
lib/mediabrowser/dashboard-ui/css/images/icons/expand.png
lib/mediabrowser/dashboard-ui/css/images/icons/filter.png
lib/mediabrowser/dashboard-ui/css/images/icons/mute.png
lib/mediabrowser/dashboard-ui/css/images/icons/nexttrack.png
lib/mediabrowser/dashboard-ui/css/images/icons/pause.png
lib/mediabrowser/dashboard-ui/css/images/icons/play.png
lib/mediabrowser/dashboard-ui/css/images/icons/previoustrack.png
lib/mediabrowser/dashboard-ui/css/images/icons/remote.png
lib/mediabrowser/dashboard-ui/css/images/icons/sort.png
lib/mediabrowser/dashboard-ui/css/images/icons/stop.png
lib/mediabrowser/dashboard-ui/css/images/icons/subtitles.png
lib/mediabrowser/dashboard-ui/css/images/icons/volumedown.png
lib/mediabrowser/dashboard-ui/css/images/icons/volumeup.png
lib/mediabrowser/dashboard-ui/css/images/icons/wireless.png
lib/mediabrowser/dashboard-ui/css/images/iossplash.png
lib/mediabrowser/dashboard-ui/css/images/items/detail/audio.png
lib/mediabrowser/dashboard-ui/css/images/items/detail/game.png
lib/mediabrowser/dashboard-ui/css/images/items/detail/person.png
lib/mediabrowser/dashboard-ui/css/images/items/detail/tv.png
lib/mediabrowser/dashboard-ui/css/images/items/detail/video.png
lib/mediabrowser/dashboard-ui/css/images/items/list/audio.png
lib/mediabrowser/dashboard-ui/css/images/items/list/audiocollection.png
lib/mediabrowser/dashboard-ui/css/images/items/list/chapter.png
lib/mediabrowser/dashboard-ui/css/images/items/list/collection.png
lib/mediabrowser/dashboard-ui/css/images/items/list/game.png
lib/mediabrowser/dashboard-ui/css/images/items/list/gamecollection.png
lib/mediabrowser/dashboard-ui/css/images/items/list/person.png
lib/mediabrowser/dashboard-ui/css/images/items/list/remotesearch.png
lib/mediabrowser/dashboard-ui/css/images/items/list/video.png
lib/mediabrowser/dashboard-ui/css/images/items/searchhintsv2/film.png
lib/mediabrowser/dashboard-ui/css/images/items/searchhintsv2/game.png
lib/mediabrowser/dashboard-ui/css/images/items/searchhintsv2/music.png
lib/mediabrowser/dashboard-ui/css/images/items/searchhintsv2/person.png
lib/mediabrowser/dashboard-ui/css/images/items/searchhintsv2/tv.png
lib/mediabrowser/dashboard-ui/css/images/logindefault.png
lib/mediabrowser/dashboard-ui/css/images/mblogoicon.png
lib/mediabrowser/dashboard-ui/css/images/media/chapterflyout.png
lib/mediabrowser/dashboard-ui/css/images/media/pause.png
lib/mediabrowser/dashboard-ui/css/images/media/play.png
lib/mediabrowser/dashboard-ui/css/images/notifications/cancelled.png
lib/mediabrowser/dashboard-ui/css/images/notifications/done.png
lib/mediabrowser/dashboard-ui/css/images/notifications/download.png
lib/mediabrowser/dashboard-ui/css/images/notifications/error.png
lib/mediabrowser/dashboard-ui/css/images/notifications/info.png
lib/mediabrowser/dashboard-ui/css/images/rightarrow.png
lib/mediabrowser/dashboard-ui/css/images/rotten.png
lib/mediabrowser/dashboard-ui/css/images/server.png
lib/mediabrowser/dashboard-ui/css/images/splash.jpg
lib/mediabrowser/dashboard-ui/css/images/stars.png
lib/mediabrowser/dashboard-ui/css/images/supporter/nonsupporterbadge.png
lib/mediabrowser/dashboard-ui/css/images/supporter/premiumflag.png
lib/mediabrowser/dashboard-ui/css/images/supporter/supporterbadge.png
lib/mediabrowser/dashboard-ui/css/images/supporter/supporterflag.png
lib/mediabrowser/dashboard-ui/css/images/touchicon.png
lib/mediabrowser/dashboard-ui/css/images/touchicon114.png
lib/mediabrowser/dashboard-ui/css/images/touchicon144.png
lib/mediabrowser/dashboard-ui/css/images/touchicon72.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/chapters.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/cinemamode.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/dashboard.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/help.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/mobile.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/notifications.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/plugins.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/scheduledtasks.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/subtitles.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/sync.png
lib/mediabrowser/dashboard-ui/css/images/tour/dashboard/users.png
lib/mediabrowser/dashboard-ui/css/images/tour/enjoy.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourcollections.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourcontent.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/toureditor.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourmobile1.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourmobile2.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourmouseover.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourmovies.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourmysync.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourplaylist.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourtaphold.jpg
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourusersettings1.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourusersettings2.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourusersettings3.png
lib/mediabrowser/dashboard-ui/css/images/tour/web/tourusersettings4.png
lib/mediabrowser/dashboard-ui/css/images/userdata/administrator.png
lib/mediabrowser/dashboard-ui/css/images/userdata/password.png
lib/mediabrowser/dashboard-ui/css/images/userflyoutdefault.png
lib/mediabrowser/dashboard-ui/css/librarybrowser.css
lib/mediabrowser/dashboard-ui/css/librarymenu.css
lib/mediabrowser/dashboard-ui/css/livetv.css
lib/mediabrowser/dashboard-ui/css/materialize.css
lib/mediabrowser/dashboard-ui/css/mediaplayer-video.css
lib/mediabrowser/dashboard-ui/css/mediaplayer.css
lib/mediabrowser/dashboard-ui/css/metadataeditor.css
lib/mediabrowser/dashboard-ui/css/notifications.css
lib/mediabrowser/dashboard-ui/css/nowplaying.css
lib/mediabrowser/dashboard-ui/css/pluginupdates.css
lib/mediabrowser/dashboard-ui/css/remotecontrol.css
lib/mediabrowser/dashboard-ui/css/search.css
lib/mediabrowser/dashboard-ui/css/site.css
lib/mediabrowser/dashboard-ui/css/tileitem.css
lib/mediabrowser/dashboard-ui/css/userimage.css
lib/mediabrowser/dashboard-ui/dashboard.html
lib/mediabrowser/dashboard-ui/dashboardgeneral.html
lib/mediabrowser/dashboard-ui/dashboardhosting.html
lib/mediabrowser/dashboard-ui/device.html
lib/mediabrowser/dashboard-ui/devices.html
lib/mediabrowser/dashboard-ui/devicesupload.html
lib/mediabrowser/dashboard-ui/dlnaprofile.html
lib/mediabrowser/dashboard-ui/dlnaprofiles.html
lib/mediabrowser/dashboard-ui/dlnaserversettings.html
lib/mediabrowser/dashboard-ui/dlnasettings.html
lib/mediabrowser/dashboard-ui/editcollectionitems.html
lib/mediabrowser/dashboard-ui/edititemimages.html
lib/mediabrowser/dashboard-ui/edititemmetadata.html
lib/mediabrowser/dashboard-ui/edititemsubtitles.html
lib/mediabrowser/dashboard-ui/encodingsettings.html
lib/mediabrowser/dashboard-ui/episodes.html
lib/mediabrowser/dashboard-ui/favicon.ico
lib/mediabrowser/dashboard-ui/favorites.html
lib/mediabrowser/dashboard-ui/files/dummy.mp4
lib/mediabrowser/dashboard-ui/forgotpassword.html
lib/mediabrowser/dashboard-ui/forgotpasswordpin.html
lib/mediabrowser/dashboard-ui/gamegenres.html
lib/mediabrowser/dashboard-ui/games.html
lib/mediabrowser/dashboard-ui/gamesrecommended.html
lib/mediabrowser/dashboard-ui/gamestudios.html
lib/mediabrowser/dashboard-ui/gamesystems.html
lib/mediabrowser/dashboard-ui/homelatest.html
lib/mediabrowser/dashboard-ui/index.html
lib/mediabrowser/dashboard-ui/itembynamedetails.html
lib/mediabrowser/dashboard-ui/itemdetails.html
lib/mediabrowser/dashboard-ui/itemlist.html
lib/mediabrowser/dashboard-ui/library.html
lib/mediabrowser/dashboard-ui/librarypathmapping.html
lib/mediabrowser/dashboard-ui/librarysettings.html
lib/mediabrowser/dashboard-ui/livetvchannel.html
lib/mediabrowser/dashboard-ui/livetvchannels.html
lib/mediabrowser/dashboard-ui/livetvguide.html
lib/mediabrowser/dashboard-ui/livetvnewrecording.html
lib/mediabrowser/dashboard-ui/livetvprogram.html
lib/mediabrowser/dashboard-ui/livetvrecording.html
lib/mediabrowser/dashboard-ui/livetvrecordinglist.html
lib/mediabrowser/dashboard-ui/livetvrecordings.html
lib/mediabrowser/dashboard-ui/livetvseriestimer.html
lib/mediabrowser/dashboard-ui/livetvseriestimers.html
lib/mediabrowser/dashboard-ui/livetvsettings.html
lib/mediabrowser/dashboard-ui/livetvstatus.html
lib/mediabrowser/dashboard-ui/livetvsuggested.html
lib/mediabrowser/dashboard-ui/livetvtimer.html
lib/mediabrowser/dashboard-ui/livetvtimers.html
lib/mediabrowser/dashboard-ui/log.html
lib/mediabrowser/dashboard-ui/login.html
lib/mediabrowser/dashboard-ui/metadata.html
lib/mediabrowser/dashboard-ui/metadataadvanced.html
lib/mediabrowser/dashboard-ui/metadataimages.html
lib/mediabrowser/dashboard-ui/metadatanfo.html
lib/mediabrowser/dashboard-ui/metadatasubtitles.html
lib/mediabrowser/dashboard-ui/moviegenres.html
lib/mediabrowser/dashboard-ui/moviepeople.html
lib/mediabrowser/dashboard-ui/movies.html
lib/mediabrowser/dashboard-ui/movieslatest.html
lib/mediabrowser/dashboard-ui/moviesrecommended.html
lib/mediabrowser/dashboard-ui/moviestudios.html
lib/mediabrowser/dashboard-ui/movietrailers.html
lib/mediabrowser/dashboard-ui/musicalbumartists.html
lib/mediabrowser/dashboard-ui/musicalbums.html
lib/mediabrowser/dashboard-ui/musicartists.html
lib/mediabrowser/dashboard-ui/musicgenres.html
lib/mediabrowser/dashboard-ui/musicrecommended.html
lib/mediabrowser/dashboard-ui/musicvideos.html
lib/mediabrowser/dashboard-ui/mypreferencesdisplay.html
lib/mediabrowser/dashboard-ui/mypreferenceslanguages.html
lib/mediabrowser/dashboard-ui/mypreferenceswebclient.html
lib/mediabrowser/dashboard-ui/myprofile.html
lib/mediabrowser/dashboard-ui/mysync.html
lib/mediabrowser/dashboard-ui/mysyncjob.html
lib/mediabrowser/dashboard-ui/notificationlist.html
lib/mediabrowser/dashboard-ui/notificationsetting.html
lib/mediabrowser/dashboard-ui/notificationsettings.html
lib/mediabrowser/dashboard-ui/nowplaying.html
lib/mediabrowser/dashboard-ui/playbackconfiguration.html
lib/mediabrowser/dashboard-ui/playlist.html
lib/mediabrowser/dashboard-ui/playlistedit.html
lib/mediabrowser/dashboard-ui/playlists.html
lib/mediabrowser/dashboard-ui/plugincatalog.html
lib/mediabrowser/dashboard-ui/plugins.html
lib/mediabrowser/dashboard-ui/reports.html
lib/mediabrowser/dashboard-ui/scheduledtask.html
lib/mediabrowser/dashboard-ui/scheduledtasks.html
lib/mediabrowser/dashboard-ui/scripts/aboutpage.js
lib/mediabrowser/dashboard-ui/scripts/addpluginpage.js
lib/mediabrowser/dashboard-ui/scripts/advancedconfigurationpage.js
lib/mediabrowser/dashboard-ui/scripts/alphapicker.js
lib/mediabrowser/dashboard-ui/scripts/autoorganizelog.js
lib/mediabrowser/dashboard-ui/scripts/autoorganizetv.js
lib/mediabrowser/dashboard-ui/scripts/backdrops.js
lib/mediabrowser/dashboard-ui/scripts/channelitems.js
lib/mediabrowser/dashboard-ui/scripts/channels.js
lib/mediabrowser/dashboard-ui/scripts/channelsettings.js
lib/mediabrowser/dashboard-ui/scripts/channelslatest.js
lib/mediabrowser/dashboard-ui/scripts/chromecast.js
lib/mediabrowser/dashboard-ui/scripts/cinemamodeconfiguration.js
lib/mediabrowser/dashboard-ui/scripts/connectlogin.js
lib/mediabrowser/dashboard-ui/scripts/dashboardgeneral.js
lib/mediabrowser/dashboard-ui/scripts/dashboardhosting.js
lib/mediabrowser/dashboard-ui/scripts/dashboardpage.js
lib/mediabrowser/dashboard-ui/scripts/device.js
lib/mediabrowser/dashboard-ui/scripts/devices.js
lib/mediabrowser/dashboard-ui/scripts/devicesupload.js
lib/mediabrowser/dashboard-ui/scripts/directorybrowser.js
lib/mediabrowser/dashboard-ui/scripts/dlnaprofile.js
lib/mediabrowser/dashboard-ui/scripts/dlnaprofiles.js
lib/mediabrowser/dashboard-ui/scripts/dlnaserversettings.js
lib/mediabrowser/dashboard-ui/scripts/dlnasettings.js
lib/mediabrowser/dashboard-ui/scripts/editcollectionitems.js
lib/mediabrowser/dashboard-ui/scripts/edititemimages.js
lib/mediabrowser/dashboard-ui/scripts/edititemmetadata.js
lib/mediabrowser/dashboard-ui/scripts/edititemsubtitles.js
lib/mediabrowser/dashboard-ui/scripts/editorsidebar.js
lib/mediabrowser/dashboard-ui/scripts/encodingsettings.js
lib/mediabrowser/dashboard-ui/scripts/episodes.js
lib/mediabrowser/dashboard-ui/scripts/extensions.js
lib/mediabrowser/dashboard-ui/scripts/externalplayer.js
lib/mediabrowser/dashboard-ui/scripts/favorites.js
lib/mediabrowser/dashboard-ui/scripts/forgotpassword.js
lib/mediabrowser/dashboard-ui/scripts/forgotpasswordpin.js
lib/mediabrowser/dashboard-ui/scripts/gamegenrepage.js
lib/mediabrowser/dashboard-ui/scripts/gamespage.js
lib/mediabrowser/dashboard-ui/scripts/gamesrecommendedpage.js
lib/mediabrowser/dashboard-ui/scripts/gamestudiospage.js
lib/mediabrowser/dashboard-ui/scripts/gamesystemspage.js
lib/mediabrowser/dashboard-ui/scripts/homelatest.js
lib/mediabrowser/dashboard-ui/scripts/indexpage.js
lib/mediabrowser/dashboard-ui/scripts/itembynamedetailpage.js
lib/mediabrowser/dashboard-ui/scripts/itemdetailpage.js
lib/mediabrowser/dashboard-ui/scripts/itemlistpage.js
lib/mediabrowser/dashboard-ui/scripts/librarybrowser.js
lib/mediabrowser/dashboard-ui/scripts/librarylist.js
lib/mediabrowser/dashboard-ui/scripts/librarymenu.js
lib/mediabrowser/dashboard-ui/scripts/librarypathmapping.js
lib/mediabrowser/dashboard-ui/scripts/librarysettings.js
lib/mediabrowser/dashboard-ui/scripts/livetvchannel.js
lib/mediabrowser/dashboard-ui/scripts/livetvchannels.js
lib/mediabrowser/dashboard-ui/scripts/livetvguide.js
lib/mediabrowser/dashboard-ui/scripts/livetvnewrecording.js
lib/mediabrowser/dashboard-ui/scripts/livetvprogram.js
lib/mediabrowser/dashboard-ui/scripts/livetvrecording.js
lib/mediabrowser/dashboard-ui/scripts/livetvrecordinglist.js
lib/mediabrowser/dashboard-ui/scripts/livetvrecordings.js
lib/mediabrowser/dashboard-ui/scripts/livetvseriestimer.js
lib/mediabrowser/dashboard-ui/scripts/livetvseriestimers.js
lib/mediabrowser/dashboard-ui/scripts/livetvsettings.js
lib/mediabrowser/dashboard-ui/scripts/livetvstatus.js
lib/mediabrowser/dashboard-ui/scripts/livetvsuggested.js
lib/mediabrowser/dashboard-ui/scripts/livetvtimer.js
lib/mediabrowser/dashboard-ui/scripts/livetvtimers.js
lib/mediabrowser/dashboard-ui/scripts/loginpage.js
lib/mediabrowser/dashboard-ui/scripts/logpage.js
lib/mediabrowser/dashboard-ui/scripts/mediacontroller.js
lib/mediabrowser/dashboard-ui/scripts/medialibrarypage.js
lib/mediabrowser/dashboard-ui/scripts/mediaplayer-video.js
lib/mediabrowser/dashboard-ui/scripts/mediaplayer.js
lib/mediabrowser/dashboard-ui/scripts/metadataadvanced.js
lib/mediabrowser/dashboard-ui/scripts/metadataconfigurationpage.js
lib/mediabrowser/dashboard-ui/scripts/metadataimagespage.js
lib/mediabrowser/dashboard-ui/scripts/metadatanfo.js
lib/mediabrowser/dashboard-ui/scripts/metadatasubtitles.js
lib/mediabrowser/dashboard-ui/scripts/moviecollections.js
lib/mediabrowser/dashboard-ui/scripts/moviegenres.js
lib/mediabrowser/dashboard-ui/scripts/moviepeople.js
lib/mediabrowser/dashboard-ui/scripts/movies.js
lib/mediabrowser/dashboard-ui/scripts/movieslatest.js
lib/mediabrowser/dashboard-ui/scripts/moviesrecommended.js
lib/mediabrowser/dashboard-ui/scripts/moviestudios.js
lib/mediabrowser/dashboard-ui/scripts/movietrailers.js
lib/mediabrowser/dashboard-ui/scripts/musicalbumartists.js
lib/mediabrowser/dashboard-ui/scripts/musicalbums.js
lib/mediabrowser/dashboard-ui/scripts/musicartists.js
lib/mediabrowser/dashboard-ui/scripts/musicgenres.js
lib/mediabrowser/dashboard-ui/scripts/musicrecommended.js
lib/mediabrowser/dashboard-ui/scripts/musicvideos.js
lib/mediabrowser/dashboard-ui/scripts/mypreferencesdisplay.js
lib/mediabrowser/dashboard-ui/scripts/mypreferenceslanguages.js
lib/mediabrowser/dashboard-ui/scripts/mypreferenceswebclient.js
lib/mediabrowser/dashboard-ui/scripts/myprofile.js
lib/mediabrowser/dashboard-ui/scripts/notificationlist.js
lib/mediabrowser/dashboard-ui/scripts/notifications.js
lib/mediabrowser/dashboard-ui/scripts/notificationsetting.js
lib/mediabrowser/dashboard-ui/scripts/notificationsettings.js
lib/mediabrowser/dashboard-ui/scripts/nowplayingbar.js
lib/mediabrowser/dashboard-ui/scripts/nowplayingpage.js
lib/mediabrowser/dashboard-ui/scripts/playbackconfiguration.js
lib/mediabrowser/dashboard-ui/scripts/playlist.js
lib/mediabrowser/dashboard-ui/scripts/playlistedit.js
lib/mediabrowser/dashboard-ui/scripts/playlistmanager.js
lib/mediabrowser/dashboard-ui/scripts/playlists.js
lib/mediabrowser/dashboard-ui/scripts/plugincatalogpage.js
lib/mediabrowser/dashboard-ui/scripts/pluginspage.js
lib/mediabrowser/dashboard-ui/scripts/ratingdialog.js
lib/mediabrowser/dashboard-ui/scripts/remotecontrol.js
lib/mediabrowser/dashboard-ui/scripts/reports.js
lib/mediabrowser/dashboard-ui/scripts/scheduledtaskpage.js
lib/mediabrowser/dashboard-ui/scripts/scheduledtaskspage.js
lib/mediabrowser/dashboard-ui/scripts/search.js
lib/mediabrowser/dashboard-ui/scripts/selectserver.js
lib/mediabrowser/dashboard-ui/scripts/serversecurity.js
lib/mediabrowser/dashboard-ui/scripts/site.js
lib/mediabrowser/dashboard-ui/scripts/songs.js
lib/mediabrowser/dashboard-ui/scripts/supporterkeypage.js
lib/mediabrowser/dashboard-ui/scripts/supporterpage.js
lib/mediabrowser/dashboard-ui/scripts/sync.js
lib/mediabrowser/dashboard-ui/scripts/syncactivity.js
lib/mediabrowser/dashboard-ui/scripts/syncjob.js
lib/mediabrowser/dashboard-ui/scripts/syncsettings.js
lib/mediabrowser/dashboard-ui/scripts/taskbutton.js
lib/mediabrowser/dashboard-ui/scripts/thememediaplayer.js
lib/mediabrowser/dashboard-ui/scripts/tvgenres.js
lib/mediabrowser/dashboard-ui/scripts/tvlatest.js
lib/mediabrowser/dashboard-ui/scripts/tvpeople.js
lib/mediabrowser/dashboard-ui/scripts/tvrecommended.js
lib/mediabrowser/dashboard-ui/scripts/tvshows.js
lib/mediabrowser/dashboard-ui/scripts/tvstudios.js
lib/mediabrowser/dashboard-ui/scripts/tvupcoming.js
lib/mediabrowser/dashboard-ui/scripts/useredit.js
lib/mediabrowser/dashboard-ui/scripts/userlibraryaccess.js
lib/mediabrowser/dashboard-ui/scripts/usernew.js
lib/mediabrowser/dashboard-ui/scripts/userparentalcontrol.js
lib/mediabrowser/dashboard-ui/scripts/userpassword.js
lib/mediabrowser/dashboard-ui/scripts/userprofilespage.js
lib/mediabrowser/dashboard-ui/scripts/wizardagreement.js
lib/mediabrowser/dashboard-ui/scripts/wizardfinishpage.js
lib/mediabrowser/dashboard-ui/scripts/wizardservice.js
lib/mediabrowser/dashboard-ui/scripts/wizardsettings.js
lib/mediabrowser/dashboard-ui/scripts/wizardstartpage.js
lib/mediabrowser/dashboard-ui/scripts/wizarduserpage.js
lib/mediabrowser/dashboard-ui/selectserver.html
lib/mediabrowser/dashboard-ui/serversecurity.html
lib/mediabrowser/dashboard-ui/songs.html
lib/mediabrowser/dashboard-ui/support.html
lib/mediabrowser/dashboard-ui/supporter.html
lib/mediabrowser/dashboard-ui/supporterkey.html
lib/mediabrowser/dashboard-ui/syncactivity.html
lib/mediabrowser/dashboard-ui/syncjob.html
lib/mediabrowser/dashboard-ui/syncsettings.html
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/ajax.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/connectionmanager.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/connectservice.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/credentials.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/deferred.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/deferredAlt.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/device.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/events.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/logger.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/md5.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/mediabrowser.apiclient.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/network.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/serverdiscovery.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/sha1.js
lib/mediabrowser/dashboard-ui/thirdparty/apiclient/store.js
lib/mediabrowser/dashboard-ui/thirdparty/browser.js
lib/mediabrowser/dashboard-ui/thirdparty/cast_sender.js
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/css/font-awesome.min.css
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/fonts/FontAwesome.otf
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.eot
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.svg
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.ttf
lib/mediabrowser/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.woff
lib/mediabrowser/dashboard-ui/thirdparty/jquery-2.1.1.min.js
lib/mediabrowser/dashboard-ui/thirdparty/jquery.unveil-custom.js
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/ajax-loader.gif
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/alert-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/alert-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-l-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-l-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-r-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-r-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-l-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-l-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-r-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-r-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-l-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-l-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-r-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-r-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/audio-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/audio-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/back-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/back-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bars-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bars-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bullets-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bullets-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/calendar-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/calendar-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/camera-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/camera-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-d-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-d-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-l-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-l-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-r-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-r-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-u-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-u-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/check-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/check-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/clock-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/clock-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/cloud-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/cloud-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/comment-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/comment-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/delete-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/delete-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/edit-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/edit-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/eye-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/eye-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forbidden-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forbidden-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forward-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forward-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/gear-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/gear-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/grid-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/grid-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/heart-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/heart-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/home-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/home-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/info-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/info-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/location-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/location-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/lock-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/lock-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/mail-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/mail-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/minus-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/minus-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/navigation-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/navigation-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/phone-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/phone-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/plus-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/plus-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/power-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/power-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/recycle-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/recycle-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/refresh-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/refresh-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/search-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/search-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/shop-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/shop-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/star-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/star-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/tag-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/tag-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/user-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/user-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/video-black.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/video-white.png
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/action-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/action-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/alert-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/alert-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-l-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-l-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-r-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-r-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-l-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-l-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-r-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-r-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-l-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-l-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-r-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-r-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/audio-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/audio-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/back-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/back-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bars-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bars-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bullets-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bullets-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/calendar-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/calendar-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/camera-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/camera-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-d-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-d-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-l-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-l-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-r-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-r-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-u-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-u-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/check-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/check-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/clock-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/clock-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/cloud-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/cloud-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/comment-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/comment-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/delete-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/delete-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/edit-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/edit-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/eye-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/eye-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forbidden-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forbidden-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forward-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forward-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/gear-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/gear-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/grid-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/grid-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/heart-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/heart-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/home-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/home-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/info-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/info-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/location-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/location-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/lock-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/lock-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/mail-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/mail-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/minus-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/minus-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/navigation-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/navigation-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/phone-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/phone-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/plus-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/plus-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/power-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/power-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/recycle-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/recycle-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/refresh-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/refresh-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/search-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/search-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/shop-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/shop-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/star-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/star-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/tag-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/tag-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-black.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-white.svg
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.css
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.js
lib/mediabrowser/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.map
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/jstree.js
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/jstree.min.js
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/32px.png
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/40px.png
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/style.css
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/style.min.css
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default-dark/throbber.gif
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default/32px.png
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default/40px.png
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.css
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default/style.min.css
lib/mediabrowser/dashboard-ui/thirdparty/jstree3.0.8/themes/default/throbber.gif
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/css/swipebox.css
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/css/swipebox.min.css
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/img/icons.png
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/img/icons.svg
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/img/loader.gif
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/js/jquery.swipebox.js
lib/mediabrowser/dashboard-ui/thirdparty/swipebox-master/js/jquery.swipebox.min.js
lib/mediabrowser/dashboard-ui/tvgenres.html
lib/mediabrowser/dashboard-ui/tvlatest.html
lib/mediabrowser/dashboard-ui/tvpeople.html
lib/mediabrowser/dashboard-ui/tvrecommended.html
lib/mediabrowser/dashboard-ui/tvshows.html
lib/mediabrowser/dashboard-ui/tvstudios.html
lib/mediabrowser/dashboard-ui/tvupcoming.html
lib/mediabrowser/dashboard-ui/useredit.html
lib/mediabrowser/dashboard-ui/userlibraryaccess.html
lib/mediabrowser/dashboard-ui/usernew.html
lib/mediabrowser/dashboard-ui/userparentalcontrol.html
lib/mediabrowser/dashboard-ui/userpassword.html
lib/mediabrowser/dashboard-ui/userprofiles.html
lib/mediabrowser/dashboard-ui/wizardagreement.html
lib/mediabrowser/dashboard-ui/wizardfinish.html
lib/mediabrowser/dashboard-ui/wizardlibrary.html
lib/mediabrowser/dashboard-ui/wizardservice.html
lib/mediabrowser/dashboard-ui/wizardsettings.html
lib/mediabrowser/dashboard-ui/wizardstart.html
lib/mediabrowser/dashboard-ui/wizarduser.html
lib/mediabrowser/swagger-ui/css/screen.css
lib/mediabrowser/swagger-ui/images/logo_small.png
lib/mediabrowser/swagger-ui/images/pet_store_api.png
lib/mediabrowser/swagger-ui/images/throbber.gif
lib/mediabrowser/swagger-ui/images/wordnik_api.png
lib/mediabrowser/swagger-ui/index.html
lib/mediabrowser/swagger-ui/lib/backbone-min.js
lib/mediabrowser/swagger-ui/lib/handlebars-1.0.0.js
lib/mediabrowser/swagger-ui/lib/highlight.7.3.pack.js
lib/mediabrowser/swagger-ui/lib/jquery-1.8.0.min.js
lib/mediabrowser/swagger-ui/lib/jquery.ba-bbq.min.js
lib/mediabrowser/swagger-ui/lib/jquery.slideto.min.js
lib/mediabrowser/swagger-ui/lib/jquery.wiggle.min.js
lib/mediabrowser/swagger-ui/lib/shred.bundle.js
lib/mediabrowser/swagger-ui/lib/shred/content.js
lib/mediabrowser/swagger-ui/lib/swagger.js
lib/mediabrowser/swagger-ui/lib/underscore-min.js
lib/mediabrowser/swagger-ui/swagger-ui.js
lib/mediabrowser/swagger-ui/swagger-ui.min.js
lib/mediabrowser/taglib-sharp.dll