FreeBSD Bugzilla – Attachment 155097 Details for
Bug 199093
[MAINTAINER] multimedia/mediabrowser: Move to multimedia/emby-server and update to 3.0.5572.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to move multimedia/mediabrowser to multimedia/emby and update to 3.0.5569.0
emby.patch (text/plain), 162.83 KB, created by
Ben Woods
on 2015-04-01 16:33:38 UTC
(
hide
)
Description:
Patch to move multimedia/mediabrowser to multimedia/emby and update to 3.0.5569.0
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2015-04-01 16:33:38 UTC
Size:
162.83 KB
patch
obsolete
>Index: MOVED >=================================================================== >--- MOVED (revision 382680) >+++ MOVED (working copy) >@@ -7450,3 +7450,4 @@ > emulators/linux_dist-gentoo-stage3||2015-03-28|Has expired: Broken for more than 6 months > emulators/linux_base-gentoo-stage3||2015-03-28|Has expired: Broken for more than 6 months > www/vimb|www/vimb-gtk3|2015-03-29|Split into www/vimb-gtk2 and www/vimb-gtk3 (former default) >+multimedia/mediabrowser|multimedia/emby-server|2015-04-01|Project renamed >Index: UIDs >=================================================================== >--- UIDs (revision 382680) >+++ UIDs (working copy) >@@ -315,7 +315,7 @@ > 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 >Index: GIDs >=================================================================== >--- GIDs (revision 382680) >+++ GIDs (working copy) >@@ -306,7 +306,7 @@ > puppetdb:*:985: > kamailio:*:986: > spark:*:987: >-mediabrowser:*:989: >+emby:*:989: > oozie:*:990: > ebnetd:*:999: > nogroup:*:65533: >Index: multimedia/mediabrowser/Makefile >=================================================================== >--- multimedia/mediabrowser/Makefile (revision 382680) >+++ multimedia/mediabrowser/Makefile (working copy) >@@ -1,44 +0,0 @@ >-# $FreeBSD$ >- >-PORTNAME= mediabrowser >-PORTVERSION= 3.0.5518.7 >-CATEGORIES= multimedia >- >-MAINTAINER= woodsb02@gmail.com >-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 >- >-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 >- >-do-build: >- (cd ${WRKSRC} && \ >- ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ >- /p:Platform="Any CPU" MediaBrowser.Mono.sln) >- >-do-install: >- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mediabrowser >- (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) >- >-.include <bsd.port.mk> >Index: multimedia/mediabrowser/distinfo >=================================================================== >--- multimedia/mediabrowser/distinfo (revision 382680) >+++ multimedia/mediabrowser/distinfo (working copy) >@@ -1,2 +0,0 @@ >-SHA256 (mediabrowser-3.0.5518.7.tar.gz) = 34e9470e1a424ea844e0b89d799dbbe447ac2885e152a0f2ae3e40dbf85dd13a >-SIZE (mediabrowser-3.0.5518.7.tar.gz) = 49584870 >Index: multimedia/mediabrowser/files/mediabrowser.in >=================================================================== >--- multimedia/mediabrowser/files/mediabrowser.in (revision 382680) >+++ multimedia/mediabrowser/files/mediabrowser.in (working copy) >@@ -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" >Index: multimedia/mediabrowser/pkg-deinstall >=================================================================== >--- multimedia/mediabrowser/pkg-deinstall (revision 382680) >+++ multimedia/mediabrowser/pkg-deinstall (working copy) >@@ -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 >Index: multimedia/mediabrowser/pkg-descr >=================================================================== >--- multimedia/mediabrowser/pkg-descr (revision 382680) >+++ multimedia/mediabrowser/pkg-descr (working copy) >@@ -1,9 +0,0 @@ >-Media Browser Server is a home media server built on top of other popular >-open source technologies such as Service Stack, jQuery, jQuery mobile, >-and Mono. >- >-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/ >Index: multimedia/mediabrowser/pkg-install >=================================================================== >--- multimedia/mediabrowser/pkg-install (revision 382680) >+++ multimedia/mediabrowser/pkg-install (working copy) >@@ -1,15 +0,0 @@ >-#!/bin/sh >- >-if [ $# -ne 2 ]; then >- echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 >- exit 1 >-fi >- >-case $2 in >- POST-INSTALL) >- echo "Downloading Mozilla's root certificates and importing into the Mono Trust store..." >- ${PKG_PREFIX}/bin/mozroots --import --sync >- ;; >-esac >- >-exit 0 >Index: multimedia/mediabrowser/pkg-message >=================================================================== >--- multimedia/mediabrowser/pkg-message (revision 382680) >+++ multimedia/mediabrowser/pkg-message (working copy) >@@ -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 >Index: multimedia/mediabrowser/pkg-plist >=================================================================== >--- multimedia/mediabrowser/pkg-plist (revision 382680) >+++ multimedia/mediabrowser/pkg-plist (working copy) >@@ -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 >Index: multimedia/emby-server/Makefile >=================================================================== >--- multimedia/emby-server/Makefile (revision 381887) >+++ multimedia/emby-server/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > >-PORTNAME= mediabrowser >-PORTVERSION= 3.0.5518.7 >+PORTNAME= emby-server >+PORTVERSION= 3.0.5569.0 > CATEGORIES= multimedia > > MAINTAINER= woodsb02@gmail.com >@@ -10,24 +10,27 @@ > 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 > >+post-patch: >+ @${REINPLACE_CMD} -e 's/libMagickWand-6.Q8.so/${MAGICKWAND##*/}/' ${WRKSRC}/MediaBrowser.Server.Mono/ImageMagickSharp.dll.config >+ > do-build: > (cd ${WRKSRC} && \ > ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ >@@ -34,11 +37,11 @@ > /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> >Index: multimedia/emby-server/distinfo >=================================================================== >--- multimedia/emby-server/distinfo (revision 381887) >+++ multimedia/emby-server/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (mediabrowser-3.0.5518.7.tar.gz) = 34e9470e1a424ea844e0b89d799dbbe447ac2885e152a0f2ae3e40dbf85dd13a >-SIZE (mediabrowser-3.0.5518.7.tar.gz) = 49584870 >+SHA256 (emby-server-3.0.5569.0_GH0.tar.gz) = ecd3f88d8f126952335b4affc6c73d671aea86ae8568cee6c3d6b9a8027135c4 >+SIZE (emby-server-3.0.5569.0_GH0.tar.gz) = 55430615 >Index: multimedia/emby-server/files/emby-server.in >=================================================================== >--- multimedia/emby-server/files/emby-server.in (revision 381887) >+++ multimedia/emby-server/files/emby-server.in (working copy) >@@ -9,54 +9,61 @@ > # 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%% >+# %%RC_NAME%%_enable: Set to YES to enable the %%PORTNAME%% service. > # Default: NO >-# %%PORTNAME%%_user: The user account used to run the %%PORTNAME%% daemon. >+# %%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%% >-# %%PORTNAME%%_group: The group account used to run the %%PORTNAME%% daemon. >+# %%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%% >-# %%PORTNAME%%_data_dir: Directory where %%PORTNAME%% configuration >+# %%RC_NAME%%_data_dir: Directory where %%PORTNAME%% configuration > # data is stored. > # Default: /var/db/%%PORTNAME%% > > . /etc/rc.subr >-name=%%PORTNAME%% >+name=%%RC_NAME%% > rcvar=${name}_enable > load_rc_config $name > >-: ${%%PORTNAME%%_enable:="NO"} >-: ${%%PORTNAME%%_user:="%%USER%%"} >-: ${%%PORTNAME%%_group:="%%GROUP%%"} >-: ${%%PORTNAME%%_data_dir:="/var/db/%%PORTNAME%%"} >+: ${%%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/mediabrowser/MediaBrowser.Server.Mono.exe -ffmpeg %%LOCALBASE%%/bin/ffmpeg -ffprobe %%LOCALBASE%%/bin/ffprobe -programdata ${%%PORTNAME%%_data_dir}" >+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=%%PORTNAME%%_precmd >-%%PORTNAME%%_precmd() >+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 ${%%PORTNAME%%_group} -o ${%%PORTNAME%%_user} -- /dev/null "${pidfile}"; >+ install -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} -- /dev/null "${pidfile}"; > fi > >- if [ ! -d "${%%PORTNAME%%_data_dir}" ]; then >- install -d -g ${%%PORTNAME%%_group} -o ${%%PORTNAME%%_user} -- "${%%PORTNAME%%_data_dir}"; >+ if [ ! -d "${%%RC_NAME%%_data_dir}" ]; then >+ install -d -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} -- "${%%RC_NAME%%_data_dir}"; > fi >+ >+ if [ -d "/var/db/mediabrowser" ]; then >+ echo "Moving database from /var/db/mediabrowser to ${%%RC_NAME%%_data_dir}"; >+ mv -- "/var/db/mediabrowser" "${%%RC_NAME%%_data_dir}"; >+ fi > } > >-stop_postcmd=%%PORTNAME%%_postcmd >-%%PORTNAME%%_postcmd() >+stop_postcmd=%%RC_NAME%%_postcmd >+%%RC_NAME%%_postcmd() > { > rm -f -- "${pidfile}" > } >Index: multimedia/emby-server/pkg-deinstall >=================================================================== >--- multimedia/emby-server/pkg-deinstall (revision 381887) >+++ multimedia/emby-server/pkg-deinstall (working copy) >@@ -4,9 +4,9 @@ > > case $2 in > DEINSTALL) >- echo "==> If you are uninstalling mediabrowser permanently," >+ 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/mediabrowser." >+ echo " manually delete directory /var/db/emby-server." > ;; > esac >Index: multimedia/emby-server/pkg-descr >=================================================================== >--- multimedia/emby-server/pkg-descr (revision 381887) >+++ multimedia/emby-server/pkg-descr (working copy) >@@ -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 @@ > client development. We also have client libraries for our api to enable > rapid development. > >-WWW: http://mediabrowser.tv/ >+WWW: http://emby.media/ >Index: multimedia/emby-server/pkg-message >=================================================================== >--- multimedia/emby-server/pkg-message (revision 381887) >+++ multimedia/emby-server/pkg-message (working copy) >@@ -1,13 +1,13 @@ >-MediaBrowser uses ffmpeg for transcoding, which by default has >+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. > >-To automatically start MediaBrowser at boot time: >-# echo 'mediabrowser_enable="YES"' >> /etc/rc.conf >+To automatically start Emby Server at boot time: >+# echo 'emby_server_enable="YES"' >> /etc/rc.conf > >-To then manually start MediaBrowser without rebooting: >-# service mediabrowser start >+To then manually start Emby Server without rebooting: >+# service emby-server start > > Once started, visit the following webpage to configure: >-http://localhost:8096/mediabrowser >+http://localhost:8096/ >Index: multimedia/emby-server/pkg-plist >=================================================================== >--- multimedia/emby-server/pkg-plist (revision 381887) >+++ multimedia/emby-server/pkg-plist (working copy) >@@ -1,743 +1,752 @@ >-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 >+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 >+@exec if [ $(id -u mediabrowser) -eq 989 ]; then pw groupmod 989 -n mediabrowser -l emby; pw usermod 989 -n mediabrowser -l emby -g emby -c Emby\ Server; fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199093
:
155095
|
155097
|
155142
|
155230