mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated ffmpeg
This commit is contained in:
parent
63836a625a
commit
9b7f81c3c6
8 changed files with 56 additions and 6 deletions
BIN
dashboard-ui/css/images/clients/amazon.png
Normal file
BIN
dashboard-ui/css/images/clients/amazon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 9.1 KiB |
BIN
dashboard-ui/css/images/clients/mediaportal.png
Normal file
BIN
dashboard-ui/css/images/clients/mediaportal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
dashboard-ui/css/images/clients/playstore.png
Normal file
BIN
dashboard-ui/css/images/clients/playstore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -327,6 +327,14 @@ h1 .imageLink {
|
|||
background: #262626!important;
|
||||
}
|
||||
|
||||
.appLinks a {
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.appLinks img {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 450px) {
|
||||
|
||||
.currentUsername {
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<div>
|
||||
<p>Bookmark url: <a id="bookmarkUrl" href="#" data-ajax="false"></a></p>
|
||||
<p class="externalUrl"></p>
|
||||
<p><a href="http://mediabrowser3.com/community" target="_blank">Community</a></p>
|
||||
<p><a href="http://mediabrowser3.com/community" target="_blank">Community</a> - Join us!</p>
|
||||
<p><a href="https://github.com/MediaBrowser/MediaBrowser" target="_blank">Github</a></p>
|
||||
<p><a href="../swagger-ui/index.html" target="_blank">Api Documentation</a></p>
|
||||
</div>
|
||||
|
@ -87,7 +87,7 @@
|
|||
</div>
|
||||
|
||||
<div style="display: none; margin-top: 4em;" id="contribute">
|
||||
<h3 style="padding-left: 1em;">Help improve Media Browser</h3>
|
||||
<h2>Help improve Media Browser</h2>
|
||||
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr"
|
||||
method="post">
|
||||
<input type="hidden" name="amount" value="10">
|
||||
|
@ -98,9 +98,30 @@
|
|||
<input type="hidden" name="item_number" value="MBSupporter">
|
||||
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
|
||||
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
|
||||
<a data-role="button" onclick="$(this).parents('form')[0].submit();">
|
||||
<a data-role="button" onclick="$(this).parents('form')[0].submit();" data-icon="mail">
|
||||
<img src="css/images/supporter/donatepaypal.png" /></a>
|
||||
<a href="https://github.com/MediaBrowser/MediaBrowser/wiki" data-role="button" target="_blank">Become a Developer</a>
|
||||
<a href="https://github.com/MediaBrowser/MediaBrowser/wiki" data-role="button" target="_blank" data-icon="user">Join the Development Team</a>
|
||||
|
||||
<p class="appLinks" style="padding-left: 5px;">
|
||||
<a href="http://www.amazon.com/Mark-Linton-Mediabrowser-Android-Client/dp/B00GVH9O0I" target="_blank">
|
||||
<img src="css/images/clients/amazon.png" title="Android via Amazon App Store" /></a>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.mb.android&hl=en" target="_blank">
|
||||
<img src="css/images/clients/playstore.png" title="Android via Google Play Store" /></a>
|
||||
<a href="https://itunes.apple.com/us/app/media-browser-for-ios/id705058087" target="_blank">
|
||||
<img src="css/images/clients/ios.png" title="iOS" /></a>
|
||||
<a href="http://www.roku.com/channels/#!details/34503/media-browser" target="_blank">
|
||||
<img src="css/images/clients/roku.jpg" title="Roku" /></a>
|
||||
<a href="http://www.windowsphone.com/s?appid=f4971ed9-f651-4bf6-84bb-94fd98613b86" target="_blank">
|
||||
<img src="css/images/clients/windowsphone.png" title="Windows Phone" /></a>
|
||||
<a href="http://apps.microsoft.com/windows/en-us/app/media-browser/ad55a2f0-9897-47bd-8944-bed3aefd5d06" target="_blank">
|
||||
<img src="css/images/clients/windowsrt.png" title="Windows 8.1" /></a>
|
||||
<a href="http://www.mediabrowser3.com/clients" target="_blank" title="Windows Media Center">
|
||||
<img src="css/images/clients/mbc.png" /></a>
|
||||
<a href="http://addons.xbmc.org/show/plugin.video.xbmb3c" target="_blank" title="XBMB3C">
|
||||
<img src="css/images/clients/xbmc.png" /></a>
|
||||
<a href="http://forum.team-mediaportal.com/threads/plugin-mediabrowser-for-mediaportal-v0-13-beta-2013-10-21.119513" target="_blank" title="Media Portal">
|
||||
<img src="css/images/clients/mediaportal.png" /></a>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -717,7 +717,7 @@
|
|||
}
|
||||
|
||||
if (item.MediaType == "Video" && item.Type != "Channel") {
|
||||
$('#fldSourceType', page).show();
|
||||
$('#fldSourceType', page).hide();
|
||||
} else {
|
||||
$('#fldSourceType', page).hide();
|
||||
}
|
||||
|
|
|
@ -12,7 +12,28 @@
|
|||
<h2>
|
||||
<img src="css/images/checkmarkblack.png" />You're Done!</h2>
|
||||
|
||||
<p>That's all we need for now. Media Browser has begun collecting information about your media library. You do not need to wait for this process to complete before using a client application or changing other settings within the Dashboard.</p>
|
||||
<p>That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish</b> to view the <b>Dashboard</b>.</p>
|
||||
|
||||
<p class="appLinks">
|
||||
<a href="http://www.amazon.com/Mark-Linton-Mediabrowser-Android-Client/dp/B00GVH9O0I" target="_blank">
|
||||
<img src="css/images/clients/amazon.png" title="Android via Amazon App Store" /></a>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.mb.android&hl=en" target="_blank">
|
||||
<img src="css/images/clients/playstore.png" title="Android via Google Play Store" /></a>
|
||||
<a href="https://itunes.apple.com/us/app/media-browser-for-ios/id705058087" target="_blank">
|
||||
<img src="css/images/clients/ios.png" title="iOS" /></a>
|
||||
<a href="http://www.roku.com/channels/#!details/34503/media-browser" target="_blank">
|
||||
<img src="css/images/clients/roku.jpg" title="Roku" /></a>
|
||||
<a href="http://www.windowsphone.com/s?appid=f4971ed9-f651-4bf6-84bb-94fd98613b86" target="_blank">
|
||||
<img src="css/images/clients/windowsphone.png" title="Windows Phone" /></a>
|
||||
<a href="http://apps.microsoft.com/windows/en-us/app/media-browser/ad55a2f0-9897-47bd-8944-bed3aefd5d06" target="_blank">
|
||||
<img src="css/images/clients/windowsrt.png" title="Windows 8.1" /></a>
|
||||
<a href="http://www.mediabrowser3.com/clients" target="_blank" title="Windows Media Center">
|
||||
<img src="css/images/clients/mbc.png" /></a>
|
||||
<a href="http://addons.xbmc.org/show/plugin.video.xbmb3c" target="_blank" title="XBMB3C">
|
||||
<img src="css/images/clients/xbmc.png" /></a>
|
||||
<a href="http://forum.team-mediaportal.com/threads/plugin-mediabrowser-for-mediaportal-v0-13-beta-2013-10-21.119513" target="_blank" title="Media Portal">
|
||||
<img src="css/images/clients/mediaportal.png" /></a>
|
||||
</p>
|
||||
|
||||
<div class="wizardNavigation">
|
||||
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">Previous</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue