diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml
index d3398f18..b0ee4eb1 100644
--- a/resources/language/English/strings.xml
+++ b/resources/language/English/strings.xml
@@ -223,6 +223,20 @@
Sync when screensaver is deactivated
Force Transcode Hi10P
Disabled
+ Login
+ Manual login
+ Emby Connect
+ Server
+ Username or email
+
+
+ Sign in with Emby Connect
+ Username or email:
+ Password:
+ Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.
+ Scan me
+ Sign in
+ Remind me later
Welcome
diff --git a/resources/lib/dialog/__init__.py b/resources/lib/dialog/__init__.py
new file mode 100644
index 00000000..b93054b3
--- /dev/null
+++ b/resources/lib/dialog/__init__.py
@@ -0,0 +1 @@
+# Dummy file to make this directory a package.
diff --git a/resources/skins/default/1080i/script-emby-connect-login.xml b/resources/skins/default/1080i/script-emby-connect-login.xml
new file mode 100644
index 00000000..3d755222
--- /dev/null
+++ b/resources/skins/default/1080i/script-emby-connect-login.xml
@@ -0,0 +1,180 @@
+
+
+ 100
+ 0
+ dialogeffect
+
+
+ Background fade
+ 100%
+ 100%
+ emby-bg-fade.png
+
+
+
+ 600
+ 33%
+ 15%
+
+ Background box
+ box.png
+ 600
+ 700
+
+
+
+ Emby logo
+ logo-white.png
+ 160
+ 49
+ 20
+ 25
+
+
+
+ 500
+ 50
+
+ Sign in emby connect
+
+ white
+ font12
+ top
+ 115
+
+
+
+ 190
+
+ Username email
+
+ ffa6a6a6
+ font10
+ top
+
+
+
+ Username field
+ box.png
+ box.png
+ User
+ 100%
+ 40
+ ff464646
+ font10
+ 25
+ 101
+
+
+
+ separator
+ 102%
+ 0.5
+ 66
+ -10
+ separator.png
+
+
+
+
+ Password
+ 275
+
+ Password label
+
+ ffa6a6a6
+ font10
+ top
+
+
+
+ Password field
+ box.png
+ box.png
+ Password
+ 100%
+ 40
+ ff464646
+ font10
+ 25
+ 200
+ 100
+
+
+
+ separator
+ 102%
+ 0.5
+ 66
+ -10
+ separator.png
+
+
+
+
+ Buttons
+ 365
+
+ Sign in
+ box.png
+ box.png
+
+ font10
+ center
+ 100%
+ 50
+ 201
+ 101
+
+
+
+ Later
+ box.png
+ box.png
+
+ font10
+ center
+ 100%
+ 50
+ 55
+ 200
+
+
+
+
+ Disclaimer
+ 490
+
+ Disclaimer label
+
+ font10
+ ff464646
+ true
+ top
+ 340
+
+
+
+ qrcode
+ qrcode_disclaimer.png
+ 140
+ 140
+ 10
+ 360
+
+
+
+ Scan me
+
+ font12
+ green
+ right
+ top
+ 151
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/skins/default/media/emby-bg-fade.png b/resources/skins/default/media/emby-bg-fade.png
new file mode 100644
index 00000000..3374bee9
Binary files /dev/null and b/resources/skins/default/media/emby-bg-fade.png differ
diff --git a/resources/skins/default/media/logo-white.png b/resources/skins/default/media/logo-white.png
new file mode 100644
index 00000000..c4cf11a3
Binary files /dev/null and b/resources/skins/default/media/logo-white.png differ
diff --git a/resources/skins/default/media/qrcode_disclaimer.png b/resources/skins/default/media/qrcode_disclaimer.png
new file mode 100644
index 00000000..97487571
Binary files /dev/null and b/resources/skins/default/media/qrcode_disclaimer.png differ