-
Notifications
You must be signed in to change notification settings - Fork 29
/
nas-server.html
321 lines (272 loc) · 29.1 KB
/
nas-server.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<!-- saved from url=(0040)nas-server.html -->
<html class="no-touch" lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Emby Server for NAS - Emby</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" id="rs-plugin-settings-css" href="resources/settings.css" type="text/css" media="all">
<style id="rs-plugin-settings-inline-css" type="text/css">
.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}.largeredbtn{font-family:"Raleway",sans-serif;font-weight:900;font-size:16px;line-height:60px;color:#fff !important;text-decoration:none;padding-left:40px;padding-right:80px;padding-top:22px;padding-bottom:22px;background:rgb(234,91,31); background:-moz-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,91,31,1)),color-stop(100%,rgba(227,58,12,1))); background:-webkit-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-o-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-ms-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:linear-gradient(to bottom,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f',endColorstr='#e33a0c',GradientType=0 )}.largeredbtn:hover{background:rgb(227,58,12); background:-moz-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(227,58,12,1)),color-stop(100%,rgba(234,91,31,1))); background:-webkit-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-o-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-ms-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:linear-gradient(to bottom,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c',endColorstr='#ea5b1f',GradientType=0 )}.fullrounded img{-webkit-border-radius:400px;-moz-border-radius:400px;border-radius:400px}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}.largeredbtn{font-family:"Raleway",sans-serif;font-weight:900;font-size:16px;line-height:60px;color:#fff !important;text-decoration:none;padding-left:40px;padding-right:80px;padding-top:22px;padding-bottom:22px;background:rgb(234,91,31); background:-moz-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,91,31,1)),color-stop(100%,rgba(227,58,12,1))); background:-webkit-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-o-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-ms-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:linear-gradient(to bottom,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f',endColorstr='#e33a0c',GradientType=0 )}.largeredbtn:hover{background:rgb(227,58,12); background:-moz-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(227,58,12,1)),color-stop(100%,rgba(234,91,31,1))); background:-webkit-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-o-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-ms-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:linear-gradient(to bottom,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c',endColorstr='#ea5b1f',GradientType=0 )}.fullrounded img{-webkit-border-radius:400px;-moz-border-radius:400px;border-radius:400px}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}.largeredbtn{font-family:"Raleway",sans-serif;font-weight:900;font-size:16px;line-height:60px;color:#fff !important;text-decoration:none;padding-left:40px;padding-right:80px;padding-top:22px;padding-bottom:22px;background:rgb(234,91,31); background:-moz-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,91,31,1)),color-stop(100%,rgba(227,58,12,1))); background:-webkit-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-o-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-ms-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:linear-gradient(to bottom,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f',endColorstr='#e33a0c',GradientType=0 )}.largeredbtn:hover{background:rgb(227,58,12); background:-moz-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(227,58,12,1)),color-stop(100%,rgba(234,91,31,1))); background:-webkit-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-o-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-ms-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:linear-gradient(to bottom,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c',endColorstr='#ea5b1f',GradientType=0 )}.fullrounded img{-webkit-border-radius:400px;-moz-border-radius:400px;border-radius:400px}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}.largeredbtn{font-family:"Raleway",sans-serif;font-weight:900;font-size:16px;line-height:60px;color:#fff !important;text-decoration:none;padding-left:40px;padding-right:80px;padding-top:22px;padding-bottom:22px;background:rgb(234,91,31); background:-moz-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,91,31,1)),color-stop(100%,rgba(227,58,12,1))); background:-webkit-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-o-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-ms-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:linear-gradient(to bottom,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f',endColorstr='#e33a0c',GradientType=0 )}.largeredbtn:hover{background:rgb(227,58,12); background:-moz-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(227,58,12,1)),color-stop(100%,rgba(234,91,31,1))); background:-webkit-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-o-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-ms-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:linear-gradient(to bottom,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c',endColorstr='#ea5b1f',GradientType=0 )}.fullrounded img{-webkit-border-radius:400px;-moz-border-radius:400px;border-radius:400px}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}.largeredbtn{font-family:"Raleway",sans-serif;font-weight:900;font-size:16px;line-height:60px;color:#fff !important;text-decoration:none;padding-left:40px;padding-right:80px;padding-top:22px;padding-bottom:22px;background:rgb(234,91,31); background:-moz-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,91,31,1)),color-stop(100%,rgba(227,58,12,1))); background:-webkit-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-o-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:-ms-linear-gradient(top,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); background:linear-gradient(to bottom,rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f',endColorstr='#e33a0c',GradientType=0 )}.largeredbtn:hover{background:rgb(227,58,12); background:-moz-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(227,58,12,1)),color-stop(100%,rgba(234,91,31,1))); background:-webkit-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-o-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:-ms-linear-gradient(top,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); background:linear-gradient(to bottom,rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c',endColorstr='#ea5b1f',GradientType=0 )}.fullrounded img{-webkit-border-radius:400px;-moz-border-radius:400px;border-radius:400px}
</style>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,100italic,300italic,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" id="us-motioncss-css" href="resources/motioncss.css" type="text/css" media="all">
<link rel="stylesheet" id="us-motioncss-responsive-css" href="resources/motioncss-responsive.css" type="text/css" media="all">
<link rel="stylesheet" id="us-font-awesome-css" href="resources/font-awesome.css" type="text/css" media="all">
<link rel="stylesheet" id="us-font-mdfi-css" href="resources/font-mdfi.css" type="text/css" media="all">
<link rel="stylesheet" id="us-magnific-popup-css" href="resources/magnific-popup.css" type="text/css" media="all">
<link rel="stylesheet" id="us-fotorama-css" href="resources/fotorama.css" type="text/css" media="all">
<link rel="stylesheet" id="us-style-css" href="resources/style.css" type="text/css" media="all">
<link rel="stylesheet" id="us-responsive-css" href="resources/responsive.css" type="text/css" media="all">
<link rel="stylesheet" id="theme-style-css" href="resources/style(1).css" type="text/css" media="all">
<link rel="stylesheet" id="us_custom_css-css" href="resources/us_zephyr_custom_styles.css" type="text/css" media="all">
<link rel="stylesheet" id="ultimate-style-min-css" href="resources/ultimate.min.css" type="text/css" media="all">
<link rel="stylesheet" id="bsf-Defaults-css" href="resources/Defaults.css" type="text/css" media="all">
<script type="text/javascript" src="resources/jquery.js"></script>
<script type="text/javascript" src="resources/jquery-migrate.min.js"></script>
<script type="text/javascript" src="resources/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="resources/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="resources/ultimate-params.min.js"></script>
<link rel="prev" title="Emby Theater" href="emby-theater.html">
<link rel="next" title="Emby for Xbox 360" href="emby-for-xbox-360.html">
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="resources/vc-ie8.css" media="screen"><![endif]--><link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" href="favicon.ico?v=3"><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>
<style>/** Ultimate: Media Responsive **/ @media (max-width: 1199px) { }@media (max-width: 991px) { }@media (max-width: 767px) { }@media (max-width: 479px) { }/** Ultimate: Media Responsive - **/</style></head><body class="single single-us_portfolio postid-5106 l-body us-theme_zephyr_1-6 wpb-js-composer js-comp-ver-4.5.2 vc_responsive hasGoogleVoiceExt">
<!-- CANVAS -->
<div class="l-canvas type_wide col_cont headerlayout_extended headerpos_fixed">
<!-- HEADER -->
<div class="l-header">
<div class="l-subheader at_top" style="line-height: 40px; height: 40px;">
<div class="l-subheader-h i-cf">
<div class="w-contacts">
<div class="w-contacts-list">
</div>
</div>
<div class="w-socials">
<div class="w-socials-list">
<div class="w-socials-item facebook">
<a class="w-socials-item-link" target="_blank" href="http://facebook.com/embyapp"></a>
<div class="w-socials-item-popup">
<span>Facebook</span>
</div>
</div><div class="w-socials-item twitter">
<a class="w-socials-item-link" target="_blank" href="http://twitter.com/embyapp"></a>
<div class="w-socials-item-popup">
<span>Twitter</span>
</div>
</div><div class="w-socials-item google">
<a class="w-socials-item-link" target="_blank" href="https://plus.google.com/u/0/104622186938779417813/posts"></a>
<div class="w-socials-item-popup">
<span>Google+</span>
</div>
</div><div class="w-socials-item tumblr">
<a class="w-socials-item-link" target="_blank" href="http://embyapp.tumblr.com/"></a>
<div class="w-socials-item-popup">
<span>Tumblr</span>
</div>
</div><div class="w-socials-item github">
<a class="w-socials-item-link" target="_blank" href="https://github.com/MediaBrowser"></a>
<div class="w-socials-item-popup">
<span>GitHub</span>
</div>
</div><div class="w-socials-item rss">
<a class="w-socials-item-link" target="_blank" href="http://emby.media/feed"></a>
<div class="w-socials-item-popup">
<span>RSS</span>
</div>
</div> </div>
</div>
</div>
</div>
<div class="l-subheader at_middle" style="line-height: 100px;">
<div class="l-subheader-h i-widgets i-cf">
<div class="w-logo ">
<a class="w-logo-link" href="index.html">
<span class="w-logo-img">
<img class="for_default" src="resources/logowhite_1881.png" alt="Emby">
</span>
<span class="w-logo-title"><strong>EMBY</strong></span>
</a>
</div>
<div class="w-search">
<span class="w-search-show"><i class="mdfi_action_search"></i></span>
<div class="w-search-form-overlay"></div>
<form class="w-search-form" action="index.html">
<div class="w-search-form-h">
<div class="w-search-form-row">
<div class="w-search-label">
<label for="s">Just type and press 'enter'</label>
</div>
<div class="w-search-input">
<input type="text" value="" id="s" name="s">
<span class="w-search-input-bar"></span>
</div>
<div class="w-search-submit">
<input type="submit" id="searchsubmit" value="Search" class="not-empty">
</div>
<div class="w-search-close"> ✕ </div>
</div>
</div>
</form>
</div>
<!-- NAV -->
<nav class="w-nav layout_hor animation_mdesign height_auto type_desktop">
<div class="w-nav-control"></div>
<ul class="w-nav-list level_1 hover_none" style="display: block;">
<li id="menu-item-5390" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-5390"><a class="w-nav-anchor level_1" href="about.html"><span class="w-nav-title">ABOUT</span><span class="w-nav-arrow"></span><span class="ripple-container"></span></a></li>
<li id="menu-item-4831" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-4831"><a class="w-nav-anchor level_1" href="blog.html"><span class="w-nav-title">BLOG</span><span class="w-nav-arrow"></span><span class="ripple-container"></span></a></li>
<li id="menu-item-5028" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-5028"><a class="w-nav-anchor level_1" href="download.html"><span class="w-nav-title">DOWNLOAD</span><span class="w-nav-arrow"></span><span class="ripple-container"></span></a></li>
<li id="menu-item-6279" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-6279"><a class="w-nav-anchor level_1" href="premiere.html"><span class="w-nav-title">EMBY PREMIERE</span><span class="w-nav-arrow"></span><span class="ripple-container"></span></a></li>
<li id="menu-item-6320" class="menu-item menu-item-type-custom menu-item-object-custom w-nav-item level_1 menu-item-6320"><a class="w-nav-anchor level_1" target="_blank" href="http://app.emby.media"><span class="w-nav-title">SIGN IN</span><span class="w-nav-arrow"></span><span class="ripple-container"></span></a></li>
<li id="menu-item-5005" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-5005"><a class="w-nav-anchor level_1" href="support.html"><span class="w-nav-title">SUPPORT</span><span class="w-nav-arrow"></span><span class="ripple-container"></span></a></li>
</ul>
</nav><!-- /NAV -->
</div>
</div>
</div>
<!-- /HEADER -->
<!-- MAIN -->
<div class="l-main">
<div class="l-submain for_pagehead color_alternate size_large" style="padding-top: 140px;">
<div class="l-submain-h g-html i-cf">
<div class="w-pagehead">
<h1>Emby Server for NAS</h1>
<div class="w-pagehead-nav">
<div class="w-pagehead-nav-h">
<a class="w-pagehead-nav-item type_prev" href="emby-for-xbox-360.html" title="Emby for Xbox 360"><i class="mdfi_navigation_chevron_left"></i></a>
<a class="w-pagehead-nav-item type_next" href="emby-theater.html" title="Emby Theater"><i class="mdfi_navigation_chevron_right"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="l-submain wpb_row"><div class="l-submain-h g-html i-cf"><div class="g-cols wpb_row offset_wide"><div class="full-width"><div class="w-tabs" id="tabs_679874"><div class="w-tabs-list items_5"><div class="w-tabs-item active"><div class="w-tabs-item-h"><span class="w-tabs-item-icon"><i class=""></i></span><span class="w-tabs-item-title">ASUSTOR</span></div><span class="ripple-container"></span></div><div class="w-tabs-item"><div class="w-tabs-item-h"><span class="w-tabs-item-icon"><i class=""></i></span><span class="w-tabs-item-title">FreeNAS</span></div><span class="ripple-container"></span></div><div class="w-tabs-item"><div class="w-tabs-item-h"><span class="w-tabs-item-icon"><i class=""></i></span><span class="w-tabs-item-title">Open Media Vault</span></div><span class="ripple-container"></span></div><div class="w-tabs-item"><div class="w-tabs-item-h"><span class="w-tabs-item-icon"><i class=""></i></span><span class="w-tabs-item-title">QNAP</span></div><span class="ripple-container"></span></div><div class="w-tabs-item"><div class="w-tabs-item-h"><span class="w-tabs-item-icon"><i class=""></i></span><span class="w-tabs-item-title">Synology</span></div><span class="ripple-container"></span></div></div><div class="w-tabs-section active"><div class="w-tabs-section-header"><div class="w-tabs-section-icon"><i class=""></i></div><h5 class="w-tabs-section-title">ASUSTOR</h5><div class="w-tabs-section-control"><i class="mdfi_hardware_keyboard_arrow_down"></i></div></div><div class="w-tabs-section-content" style=""><div class="w-tabs-section-content-h i-cf">
<div><strong>Installation</strong></div>
<div>– Install Emby Server from App Central on the ASUSTOR NAS web page</div>
<div>– Install Mono and X.org using App Central</div>
<div>– Start the server from the ASUSTOR web page</div>
<div><strong>Run Setup Wizard</strong></div>
<p>Visit http://localhost:8096</p>
</div></div></div><div class="w-tabs-section"><div class="w-tabs-section-header"><div class="w-tabs-section-icon"><i class=""></i></div><h5 class="w-tabs-section-title">FreeNAS</h5><div class="w-tabs-section-control"><i class="mdfi_hardware_keyboard_arrow_down"></i></div></div><div class="w-tabs-section-content"><div class="w-tabs-section-content-h i-cf">
<div class="wpb_text_column ">
<div class="wpb_wrapper">
<p>– Install the MediaBrowser plugin using the FreeNAS web interface</p>
<p>– Start the server using the FreeNAS web interface</p>
<p>– You may need to configure storage within your FreeNAS Jail in order to allow Emby to access it. See <a target="_blank" href="http://doc.freenas.org/9.3/freenas_jails.html#add-storage">Adding storage to FreeNAS.</a></p>
<span class="wpb_button align_left"><a href="https://emby.media/community/index.php?/topic/13083-freenas-plugin" target="_blank" class="g-btn color_primary type_raised"><i class="fa fa-info-circle"></i><span>More Information</span><span class="ripple-container"></span></a></span>
</div>
</div> </div></div></div><div class="w-tabs-section"><div class="w-tabs-section-header"><div class="w-tabs-section-icon"><i class=""></i></div><h5 class="w-tabs-section-title">Open Media Vault</h5><div class="w-tabs-section-control"><i class="mdfi_hardware_keyboard_arrow_down"></i></div></div><div class="w-tabs-section-content"><div class="w-tabs-section-content-h i-cf">
<div class="wpb_text_column ">
<div class="wpb_wrapper">
<div>– Install the omv-extras plugin</div>
<div></div>
<div>– In the secondary tab, activate the mono repository</div>
<div></div>
<div>– Install the omv-mediabrowser plugin from the plugins page</div>
<div></div>
<div>– Activate the mediabrowser service from the plugins page</div>
<div>– Click the Administration button to launch the Emby startup wizard</div>
<div>
<span class="wpb_button align_left"><a href="https://emby.media/community/index.php?/topic/13117-openmediavault-plugin" target="_blank" class="g-btn color_primary type_raised"><i class="fa fa-info-circle"></i><span>More Information</span><span class="ripple-container"></span></a></span>
</div>
</div>
</div> </div></div></div><div class="w-tabs-section"><div class="w-tabs-section-header"><div class="w-tabs-section-icon"><i class=""></i></div><h5 class="w-tabs-section-title">QNAP</h5><div class="w-tabs-section-control"><i class="mdfi_hardware_keyboard_arrow_down"></i></div></div><div class="w-tabs-section-content"><div class="w-tabs-section-content-h i-cf">
<div class="wpb_text_column ">
<div class="wpb_wrapper">
<p><strong>Installation</strong><br>
Install Emby Server for QNAP using your QNAP web interface. Emby Server is available in QNAP’s official app catalog.</p>
<div><strong>Start Emby Server</strong></div>
<p>Start Emby Server from QNAP</p>
<div><strong>Run Setup Wizard</strong></div>
<p>Visit http://localhost:8096</p>
<span class="wpb_button align_left"><a href="https://emby.media/community/index.php?/topic/24369-qnap-setup" target="_blank" class="g-btn color_primary type_raised"><i class="fa fa-info-circle"></i><span>More Information</span><span class="ripple-container"></span></a></span>
</div>
</div> </div></div></div><div class="w-tabs-section"><div class="w-tabs-section-header"><div class="w-tabs-section-icon"><i class=""></i></div><h5 class="w-tabs-section-title">Synology</h5><div class="w-tabs-section-control"><i class="mdfi_hardware_keyboard_arrow_down"></i></div></div><div class="w-tabs-section-content"><div class="w-tabs-section-content-h i-cf">
<div class="wpb_text_column ">
<div class="wpb_wrapper">
<div>The Emby community is currently working to build a Synology package.</div>
<div>
<span class="wpb_button align_left"><a href="https://emby.media/community/index.php?/topic/22921-synology-setup" target="_blank" class="g-btn color_primary type_raised"><i class="fa fa-info-circle"></i><span>More Information</span><span class="ripple-container"></span></a></span>
</div>
</div>
</div> </div></div></div><style> #tabs_679874 .w-tabs-list .w-tabs-item:nth-child(1).active ~ .w-tabs-item:last-child::before {-webkit-transform: translate3d(-400%,0,0);transform: translate3d(-400%,0,0); } #tabs_679874 .w-tabs-list .w-tabs-item:nth-child(2).active ~ .w-tabs-item:last-child::before {-webkit-transform: translate3d(-300%,0,0);transform: translate3d(-300%,0,0); } #tabs_679874 .w-tabs-list .w-tabs-item:nth-child(3).active ~ .w-tabs-item:last-child::before {-webkit-transform: translate3d(-200%,0,0);transform: translate3d(-200%,0,0); } #tabs_679874 .w-tabs-list .w-tabs-item:nth-child(4).active ~ .w-tabs-item:last-child::before {-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0); }</style></div></div></div><!-- Row Backgrounds --><div class="upb_no_bg" data-fadeout="" data-fadeout-percentage="" data-parallax-content="" data-parallax-content-sense="" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false" data-custom-vc-row="" data-vc="4.5.2" data-theme-support=""></div><div class="g-cols wpb_row offset_wide"><div class="full-width">
<div class="wpb_raw_code wpb_content_element wpb_raw_html">
<div class="wpb_wrapper">
<style>
.w-tabs-item-title{
font-weight: 400;
}
</style>
</div>
</div> </div></div><!-- Row Backgrounds --><div class="upb_no_bg" data-fadeout="" data-fadeout-percentage="" data-parallax-content="" data-parallax-content-sense="" data-row-effect-mobile-disable="true" data-img-parallax-mobile-disable="true" data-rtl="false" data-custom-vc-row="" data-vc="4.5.2" data-theme-support=""></div>
</div></div> </div>
<!-- /MAIN -->
</div>
<!-- /CANVAS -->
<!-- FOOTER -->
<div class="l-footer">
<!-- subfooter: top -->
<div class="l-subfooter at_top">
<div class="l-subfooter-h g-cols offset_default">
<div class="one-third">
</div>
<div class="one-third">
</div>
<div class="one-third">
</div>
</div>
</div>
<!-- subfooter: bottom -->
<div class="l-subfooter at_bottom">
<div class="l-subfooter-h i-cf">
<div class="w-copyright"><p>© 2015 Emby LLC</p><p style="margin-top:1em;">Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our <a href="terms.html">terms of use</a>. Downloading any Emby software constitutes acceptance of these terms.</p><br><p>Built with <a href="https://www.jetbrains.com/resharper"><img src="resources/resharper_logo-2.png" style="height:20px;vertical-align:middle;margin:0 5px;">Resharper</a></p></div>
</div>
</div>
</div>
<!-- /FOOTER -->
<a class="w-toplink" href="nas-server.html#"><i class="mdfi_hardware_keyboard_arrow_up"></i></a>
<script type="text/javascript">
if (window.$us === undefined) window.$us = {};
$us.canvasOptions = ($us.canvasOptions || {});
$us.canvasOptions.headerDisableStickyHeaderWidth = 300;
$us.canvasOptions.headerDisableAnimationWidth = 1000;
$us.canvasOptions.headerMainHeight = 100;
$us.canvasOptions.headerMainShrinkedHeight = 60;
$us.canvasOptions.headerExtraHeight = 40;
$us.canvasOptions.firstSubmainPadding = 140;
$us.navOptions = ($us.navOptions || {});
$us.navOptions.mobileWidth = 1000;
$us.navOptions.togglable = true;
window.nameFieldError = "Please enter your Name";
window.emailFieldError = "Please enter your Email";
window.phoneFieldError = "Please enter your Phone Number";
window.captchaFieldError = "Please enter the equation result";
window.messageFieldError = "Please enter a Message";
window.messageFormSuccess = "Thank you! Your message was sent.";
</script>
<script type="text/javascript" src="resources/jquery.easing.min.js"></script>
<script type="text/javascript" src="resources/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="resources/jquery.simpleplaceholder.js"></script>
<script type="text/javascript" src="resources/waypoints.min.js"></script>
<script type="text/javascript" src="resources/imagesloaded.js"></script>
<script type="text/javascript" src="resources/us.core.js"></script>
<script type="text/javascript" src="resources/us.widgets.js"></script>
<script type="text/javascript" src="resources/comment-reply.min.js"></script>
<!-- Dynamic page generated in 0.128 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2016-01-02 20:04:12 -->
<!-- Compression = gzip --></body></html>