<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: index -->
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jellyfin Forum</title>
<!-- start: headerinclude -->
<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="https://forum.jellyfin.org/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="https://forum.jellyfin.org/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="https://static.jellyfin.org/forum/jscripts/jquery.js?ver=1823"></script>
<script type="text/javascript" src="https://static.jellyfin.org/forum/jscripts/jquery.plugins.min.js?ver=1821"></script>
<script type="text/javascript" src="https://static.jellyfin.org/forum/jscripts/general.js?ver=1827"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="https://forum.jellyfin.org/" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/zcolor.css?t=1687292508" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/global.css?t=1695575664" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/css3.css?t=1695576225" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/footer.css?t=1686714204" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/extra.css?t=1687357711" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/footer_index.css?t=1686668924" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/flyover.css?t=1686673531" />
<link type="text/css" rel="stylesheet" href="https://static.jellyfin.org/forum/cache/themes/theme8/myreactions.css?t=1686864136" />
<!-- start: customcolor_headerinclude -->
<link href="https://forum.jellyfin.org/css/skin.css" rel='stylesheet' type='text/css'>
<link href="https://forum.jellyfin.org/css/colorpicker.css" rel='stylesheet' type='text/css'>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<script>
var css = jQuery("<link>");
    css.attr({
      rel:  "stylesheet",
      type: "text/css",
      href: "skin.css.php"
    });
    jQuery("head").append(css);
</script>
<style>
.custom_theme
{
    margin-left:5px;
}

.custom_theme #colorpicker{
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: transparent;
    border: 3px solid black;
    border-radius: 100%;
    background: #35c070;
}

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(images/cp/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    z-index: 9000;
    margin-left: 36px;
}
.colour_instructions{
    width: 134px;
    height: 92px;
    position: absolute;
    left: 211px;
    top: 47px;
    text-align: left;
    font-size: 10px;
    color: #898989;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(images/cp/colorpicker_overlay.png);
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(images/cp/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(images/cp/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 130px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
    display: none;
}
.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(images/cp/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}
.colorpicker_hex input {
    right: 6px;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
    display: none; /* Hide colour boxes */
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    background-image: url(images/cp/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}
.colorpicker_rgb_g {
    background-image: url(images/cp/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}
.colorpicker_rgb_b {
    background-image: url(images/cp/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}
.colorpicker_hsb_h {
    background-image: url(images/cp/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}
.colorpicker_hsb_s {
    background-image: url(images/cp/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}
.colorpicker_hsb_b {
    background-image: url(images/cp/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}
.colorpicker_submit {
    position: absolute;
    width: 56px;
    height: 22px;
    background: url(images/cp/colorpicker_submit.png) top;
    left: 288px;
    top: 142px;
    cursor: pointer;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}
</style>
<!-- end: customcolor_headerinclude -->
<script type="text/javascript">
       lang.unknown_error = "An unknown error has occurred.";

       lang.select2_match = "One result is available, press enter to select it.";
       lang.select2_matches = "{1} results are available, use up and down arrow keys to navigate.";
       lang.select2_nomatches = "No matches found";
       lang.select2_inputtooshort_single = "Please enter one or more character";
       lang.select2_inputtooshort_plural = "Please enter {1} or more characters";
       lang.select2_inputtoolong_single = "Please delete one character";
       lang.select2_inputtoolong_plural = "Please delete {1} characters";
       lang.select2_selectiontoobig_single = "You can only select one item";
       lang.select2_selectiontoobig_plural = "You can only select {1} items";
       lang.select2_loadmore = "Loading more results&hellip;";
       lang.select2_searching = "Searching&hellip;";

       var cookieDomain = ".forum.jellyfin.org";
       var cookiePath = "/";
       var cookieSecureFlag = "0";
       var cookiePrefix = "";
       var deleteevent_confirm = "Are you sure you want to delete this event?";
       var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
       var loading_text = 'Loading. <br />Please Wait&hellip;';
       var saving_changes = 'Saving changes&hellip;';
       var use_xmlhttprequest = "1";
       var my_post_key = "ef04751db0919820977fd785f2f42983";
       var rootpath = "https://forum.jellyfin.org";
       var imagepath = "https://static.jellyfin.org/forum/images/emerald";
       var yes_confirm = "Yes";
       var no_confirm = "No";
       var MyBBEditor = null;
       var spinner_image = "https://static.jellyfin.org/forum/images/emerald/spinner.gif";
       var spinner = "<img src='" + spinner_image +"' alt='' />";
       var modal_zindex = 9999;
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" /><link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"> 
<script>
    $(document).ready(function(){
    
    //Check to see if the window is top if not then display button
    $(window).scroll(function(){
        if ($(this).scrollTop() > 100) {
            $('.scrollToTop').fadeIn();
        } else {
            $('.scrollToTop').fadeOut();
        }
    });
    
    //Click event to scroll to top
    $('.scrollToTop').click(function(){
        $('html, body').animate({scrollTop : 0},800);
        return false;
    });
    
    $('.scrollToDown').click(function(){
        $('html, body').animate({scrollTop:$(document).height()},800);
        return false;
    });
    
});
</script>
<link rel="stylesheet" type="text/css" href="https://static.jellyfin.org/forum/3rdparty/simplebar/simplebar.min.css" />
<script src="https://static.jellyfin.org/forum/3rdparty/simplebar/simplebar.js"></script>
<!-- end: headerinclude -->
<script type="text/javascript">
<!--
lang.no_new_posts = "Forum Contains No New Posts";
lang.click_mark_read = "Click to mark this forum as read";
// -->
</script>
<script src="https://static.jellyfin.org/forum/jscripts/rt_livesearch.js?ver=1.7"></script>
</head>
<body>
<!-- start: header -->
<div class="haut" style="height:65px">
	<a href="https://forum.jellyfin.org"><img style="float: left; margin: 8px; margin-left: 10px; margin-right: 10px;" src="/images/jellyfin.png"></img></a>
        <a href="https://jellyfin.org/downloads/server"><img style="float: left; margin: 8px; margin-left: 10px; margin-right: 46px; margin-top: 18px;" src="https://img.shields.io/github/v/release/jellyfin/jellyfin?style=for-the-badge&label="></img></a>
	<span class="useroptions">
		<ul id="menu-deroulant" class="float-right-header">
			<li class="hide_mobile">
				<!--<a onclick="$('#search').animate({width: 'toggle'});">-->
				<a onclick="MyBB.popupWindow('/misc.php?action=rt_livesearch&load=modal');">
					<i style="padding:4px;" class="fa fa-search"></i>
				</a>
			</li>
			<li id="search_mobile" style="display:none;">
				<a href="search.php">
					<i style="padding:3px;" class="fa fa-search"></i>
				</a>
			</li>
			<li>
				<a onclick="$('#side').slideToggle( 'slow' ); return false;">
					<i class="fa fa-list"></i>
				</a>
			</li>
			<!-- start: header_welcomeblock_guest -->
<li class="hide_mobile"><a href="member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;">Login</a></li>
		<li class="hide_mobile"><a href="member.php?action=register">Register</a></li>

<span class="menu_mobile" style="display:none;"><a href='' onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"><i class="fa fa-sign-in-alt"></i> Login</a>
	<a href="member.php?action=register"><i class="fa fa-user-plus"></i> Register</a></span>

				<div class="modal" id="quick_login" style="display: none;text-align:center;">
					<form method="post" action="https://forum.jellyfin.org/member.php">
						<input name="my_post_key" type="hidden" value="ef04751db0919820977fd785f2f42983" />
						<input name="action" type="hidden" value="do_login" />
						<input name="url" type="hidden" value="" />
						<input name="quick_login" type="hidden" value="1" />
						<table width="100%" cellspacing="0" cellpadding="7" border="0" class="tborder">
							<tr>
								<td class="thead" colspan="2"><strong>Login</strong></td>
							</tr>
							<tr>
								<td class="trow1" colspan="2"></td>
							</tr>
							<tr>
								<td class="trow1" width=""><strong>Username/Email:</strong></td>
								<td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td>
							</tr>
							<tr>
								<td class="trow2"><strong>Password:</strong></td>
								<td class="trow2">
									<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" />
								</td>
							</tr>
							<tr>
								<td class="trow2" colspan="2">
									<div align="center"><input name="submit" type="submit" class="button" value="Sign-in" /></div>
								</td>
							</tr>
							<tr>
								<td class="trow1" colspan="2"></td>
							</tr>
							<!-- start: flyover_login_box -->
<tr>
	<td class="trow2" style="text-align: center" colspan="2">
		Or login with a social network below
	</td>
</tr>
<tr>
	<td class="trow1 flyover" style="text-align: center" colspan="2">
		<!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Discord'>
	<i class='icon fab fa-discord discord'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=GitHub'>
	<i class='icon fab fa-github github'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Google'>
	<i class='icon fab fa-google google'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Reddit'>
	<i class='icon fab fa-reddit reddit'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=StackExchange'>
	<i class='icon fab fa-stack-exchange stack-exchange'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Twitter'>
	<i class='icon fab fa-twitter twitter'></i>
</a>
<!-- end: flyover_login_box_icon -->
	</td>
</tr>
<!-- end: flyover_login_box -->
						</table>
					</form>
				</div>
				<script type="text/javascript">
					$("#quick_login input[name='url']").val($(location).attr('href'));
				</script>
<!-- end: header_welcomeblock_guest -->
		</ul>
		<ul id="menu-deroulant" class="float-left-header">
			<li><a href="https://forum.jellyfin.org">Forum</a></li>
			<li><a href="https://jellyfin.org">Website</a></li>
			<li><a href="https://github.com/jellyfin">GitHub</a></li>
			<li><a href="https://status.jellyfin.org">Status</a></li>
			<li><a href="https://translate.jellyfin.org">Translation</a></li>
			<li><a href="https://features.jellyfin.org">Features</a></li>
			<li><a href="https://forum.jellyfin.org/showteam.php">Team</a></li>
			<li><a href="https://forum.jellyfin.org/rules">Rules</a></li>
			<li><a href="https://forum.jellyfin.org/misc.php?action=help">Help</a></li>
			<li><a href="https://forum.jellyfin.org/misc.php?action=syndication">Feeds</a></li>
<!--
			<li><a href="#">More <i class="fa fa-angle-down"></i></a>
				<ul>
					<li><a href="#">Link 1</a></li>
					<li><a href="#">Link 2</a></li>
					<li><a href="#">Link 3</a></li>
				</ul>
			</li>
-->
		</ul>
	</span>
</div>

<div id="side" data-simplebar>
	<i id="side-close" onclick="$('#side').slideToggle( 'slow' );" class="fa fa-times"></i>
	<div id="side-links">
		<div class="menu_mobile" style="display:none;"><span class="title">User Links</span><!-- start: header_welcomeblock_guest -->
<li class="hide_mobile"><a href="member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;">Login</a></li>
		<li class="hide_mobile"><a href="member.php?action=register">Register</a></li>

<span class="menu_mobile" style="display:none;"><a href='' onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"><i class="fa fa-sign-in-alt"></i> Login</a>
	<a href="member.php?action=register"><i class="fa fa-user-plus"></i> Register</a></span>

				<div class="modal" id="quick_login" style="display: none;text-align:center;">
					<form method="post" action="https://forum.jellyfin.org/member.php">
						<input name="my_post_key" type="hidden" value="ef04751db0919820977fd785f2f42983" />
						<input name="action" type="hidden" value="do_login" />
						<input name="url" type="hidden" value="" />
						<input name="quick_login" type="hidden" value="1" />
						<table width="100%" cellspacing="0" cellpadding="7" border="0" class="tborder">
							<tr>
								<td class="thead" colspan="2"><strong>Login</strong></td>
							</tr>
							<tr>
								<td class="trow1" colspan="2"></td>
							</tr>
							<tr>
								<td class="trow1" width=""><strong>Username/Email:</strong></td>
								<td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td>
							</tr>
							<tr>
								<td class="trow2"><strong>Password:</strong></td>
								<td class="trow2">
									<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" />
								</td>
							</tr>
							<tr>
								<td class="trow2" colspan="2">
									<div align="center"><input name="submit" type="submit" class="button" value="Sign-in" /></div>
								</td>
							</tr>
							<tr>
								<td class="trow1" colspan="2"></td>
							</tr>
							<!-- start: flyover_login_box -->
<tr>
	<td class="trow2" style="text-align: center" colspan="2">
		Or login with a social network below
	</td>
</tr>
<tr>
	<td class="trow1 flyover" style="text-align: center" colspan="2">
		<!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Discord'>
	<i class='icon fab fa-discord discord'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=GitHub'>
	<i class='icon fab fa-github github'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Google'>
	<i class='icon fab fa-google google'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Reddit'>
	<i class='icon fab fa-reddit reddit'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=StackExchange'>
	<i class='icon fab fa-stack-exchange stack-exchange'></i>
</a>
<!-- end: flyover_login_box_icon --><!-- start: flyover_login_box_icon -->
<a href='flyover.php?action=login&provider=Twitter'>
	<i class='icon fab fa-twitter twitter'></i>
</a>
<!-- end: flyover_login_box_icon -->
	</td>
</tr>
<!-- end: flyover_login_box -->
						</table>
					</form>
				</div>
				<script type="text/javascript">
					$("#quick_login input[name='url']").val($(location).attr('href'));
				</script>
<!-- end: header_welcomeblock_guest --><br></div>
		<span class="title">Useful Links</span>
			<a href="https://forum.jellyfin.org"><i class="fa fa-home"></i> Forum</a>
			<a href="https://jellyfin.org"><i class="fa fa-globe"></i> Website</a>
			<a href="https://github.com/jellyfin"><i class="fa-brands fa-github"></i> GitHub</a>
			<a href="https://status.jellyfin.org"><i class="fas fa-bell"></i> Status</a>
			<a href="https://translate.jellyfin.org"><i class="fa fa-globe"></i> Translation</a>
			<a href="https://features.jellyfin.org"><i class="fa fa-lightbulb"></i> Features</a>
			<a href="https://forum.jellyfin.org/showteam.php"><i class="fa fa-user-tie"></i> Team</a>
			<a href="https://forum.jellyfin.org/rules"><i class="fa fa-gavel"></i> Rules</a>
			<a href="https://forum.jellyfin.org/misc.php?action=help"><i class="fa fa-hands-helping"></i> Help</a>
			<a href="https://forum.jellyfin.org/misc.php?action=syndication"><i class="fas fa-rss"></i> Feeds</a>
<!--
		<br>
		<span class="title">More</span>
		<a href='#'><i class="fa fa-link"></i> Link 1</a>
		<a href='#'><i class="fa fa-link"></i> Link 2</a>
		<a href='#'><i class="fa fa-link"></i> Link 3</a>
		<br><br><br><br>
-->
	</div>
</div>

<div style="width: 100%; height: 70px;"></div>
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
		<div id="content">
			<div class="wrapper">
				
				
				
				
				
 <!-- BAM --><!-- start: bam_announcement_container -->

<style>
	.bam_announcement.yellow {
		background: #FFF6BF;
		border: 1px solid #FFD324;
	}

	.bam_announcement.green {
		background: #D6ECA6;
		border: 1px solid #8DC93E;
	}

	.bam_announcement.orange {
		background: #f58f10;
		border: 1px solid #926c28;
		color: #fff;
	}

	.bam_announcement.blue {
		background: #ADCBE7;
		border: 1px solid #0F5C8E;
	}

	.bam_announcement.red {
		background: #FBE3E4;
		border: 1px solid #A5161A;
	}

	.bam_announcement.magenta {
		background: #ff64a4;
		border: 1px solid #46042f;
		color: #ffffff;
	}

	.bam_announcement.silver {
		background: #e9eaea;
		border: 1px solid #8291ab;
	}

	.bam_announcement {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; 
		text-align: center;
		margin: 10px auto;
		padding: 8px 12px;
		background: #EBEBEB;
		color: #000000;
		border: 1px solid #ADADAD;
	}

	.bam_date {
		color: #636161;
		font-size: 0.78em;
		margin-left: 6px;
	}	

	.close_bam_announcement {
		float:right;
		display:inline-block;
		padding-right: 2px;
		padding-left: 2px;
		margin-right: 6px;
		font-weight: bold;
	}
	
	.close_bam_announcement:hover {
		float:right;
		display:inline-block;
		color:#000;
	}

	.bam_nodismiss {
		display: none !important; 
	}

	.bam_slidedown {
		display: none;
	}

	.bam_round {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.bam_wrapper {
		width: 100%; 
		display: inline-block;
		margin-bottom: 10px;
	}
	
	/* Replace this field with any custom CSS classes. */
</style>
	
	<!-- Don't remove this. Needed for handling announcement dismissals. --> 
<script>
		$(document).ready(function(){
			$('.bam_slidedown').delay(100).slideDown(325);
		});	
		// Allow me to give credit. This was great:  https://lifeofadesigner.com/javascript/hide-dismissed-notifications-with-jquery-and-cookies
	
	$(document).ready(function () {
		if (GetCookie("dismissed-notifications")) {
			$(GetCookie("dismissed-notifications")).hide();
		}
		$(".dismiss-notification").click(function () {
			var alertId = $(this).closest(".bam-unsticky").attr("id"); 
			var dismissedNotifications = GetCookie("dismissed-notifications") + ",#" + alertId; 
			$(this).closest(".bam-unsticky").fadeOut("slow"); 
			SetCookie("dismissed-notifications",dismissedNotifications.replace("null,","")) //update cookie
		});

		// Same as above, but close only. Don't set a cookie. 
		$(".bam-close-notification").click(function () {
			var alertId = $(this).closest(".bam-unsticky").attr("id"); 
			var dismissedNotifications = GetCookie("dismissed-notifications") + ",#" + alertId; 
			$(this).closest(".bam-unsticky").fadeOut("slow"); 
		});

	function SetCookie(sName, sValue) {
		document.cookie = sName + "=" + escape(sValue);
		var date = new Date();
		date.setTime(date.getTime() + (30 * 24 * 60 * 60 * 1000));
		document.cookie += ("; expires=" + date.toUTCString()); 
	}

	function GetCookie(sName) {
		var aCookie = document.cookie.split("; ");
		for (var i=0; i < aCookie.length; i++) {
			var aCrumb = aCookie[i].split("=");
			if (sName == aCrumb[0]) 
				return unescape(aCrumb[1]);
		}
		return null;
	}
	});
</script>
<div class="bam_wrapper"><div class="bam_announcements "></div></div>
<!-- end: bam_announcement_container --><!-- /BAM -->
				<!-- start: nav -->
<div class="navigation">
	<a href="https://forum.jellyfin.org"><span id="home_bit"><i class="fa fa-home"></i></span></a><span><!-- start: nav_bit_active -->
<span class="active">Jellyfin Forum</span>
<!-- end: nav_bit_active --></span>
</div>
<!-- end: nav -->
					<br />
<!-- end: header -->
<div class="forum" style="float: left;"><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="0" cellpadding="7" class="tborder bordered-bottom">
<thead>
<tr>
<td class="thead" colspan="2"><span><strong>Announcements</strong></span></td>
<td id="threads" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Threads</strong></span></td>
<td id="replies" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Posts</strong></span></td>
<td id="lastpost" class="thead" width="350"><span><strong>Last Post</strong></span></td>
</tr>
</thead>
<tbody style="" id="cat_3_e">
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_4"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-forum-announcements">Forum Announcements</a></strong><div class="smalltext">Announcements about the forum, policies, rules, etc.</div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">4</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">6</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-open-call-mybb-theme-required?action=lastpost" title="Open call: MyBB Theme required!"><strong>Open call: MyBB Theme req...</strong></a> by <a href="https://forum.jellyfin.org/u-joshuaboniface">joshuaboniface</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2024-05-02, 03:42 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_5"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-project-announcements">Project Announcements</a></strong><div class="smalltext">Announcements from the project about new releases, blog posts, etc.</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">58</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">1,552</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-state-of-the-fin-2026-05-24?action=lastpost" title="State of the Fin 2026-05-24"><strong>State of the Fin 2026-05-...</strong></a> by <a href="https://forum.jellyfin.org/u-werner99">Werner99</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-30">Yesterday</span>, 01:00 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum -->
</tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="0" cellpadding="7" class="tborder bordered-bottom">
<thead>
<tr>
<td class="thead" colspan="2"><span><strong>Support</strong></span></td>
<td id="threads" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Threads</strong></span></td>
<td id="replies" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Posts</strong></span></td>
<td id="lastpost" class="thead" width="350"><span><strong>Last Post</strong></span></td>
</tr>
</thead>
<tbody style="" id="cat_6_e">
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_9"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-guides-walkthroughs-tutorials">Guides, Walkthroughs &amp; Tutorials</a></strong><div class="smalltext">Guides, tutorials, and walkthroughs for using and administering Jellyfin</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">91</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">690</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-imgproxy-for-jellyfin?action=lastpost" title="imgproxy for jellyfin"><strong>imgproxy for jellyfin</strong></a> by <a href="https://forum.jellyfin.org/u-dilyo">dilyo</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2026-05-28, 08:09 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_24"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-themes-styles">Themes &amp; Styles</a></strong><div class="smalltext">Discussions about themes and styles for your Jellyfin instance</div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">154</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">1,156</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-finimalism-updated-for-10-11-x?action=lastpost" title="Finimalism [Updated for 10.11.X]"><strong>Finimalism [Updated for 1...</strong></a> by <a href="https://forum.jellyfin.org/u-blurryface">Blurryface</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2026-05-12, 01:31 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_38"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-general-questions">General Questions</a></strong><div class="smalltext">Questions and answers about anything Jellyfin</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">4,149</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">17,150</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-constant-100-cpu-usage?action=lastpost" title="constant 100% CPU usage"><strong>constant 100% CPU usage</strong></a> by <a href="https://forum.jellyfin.org/u-bandit8623">bandit8623</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-31, 02:11 PM">3 hours ago</span></span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_16"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-troubleshooting">Troubleshooting</a></strong><div class="smalltext">Get help for problems with your Jellyfin setup<!-- start: forumbit_subforums -->
<br /><strong>Sub Forums:</strong> <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_25"><i class="fa fa-level-up-alt fa-rotate-90"></i></div><a href="f-networking-access" title="">Networking &amp; Access</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_26"><i class="fa fa-level-up-alt fa-rotate-90"></i></div><a href="f-media-scanning-identification" title="">Media Scanning &amp; Identification</a>
<!-- end: forumbit_subforums --></div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">7,895</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">41,913</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-annoying-menu-view?action=lastpost" title="Annoying menu view"><strong>Annoying menu view</strong></a> by <a href="https://forum.jellyfin.org/u-elitealien">EliteAlien</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-31, 05:25 PM">6 minutes ago</span></span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum -->
</tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="0" cellpadding="7" class="tborder bordered-bottom">
<thead>
<tr>
<td class="thead" colspan="2"><span><strong>Development</strong></span></td>
<td id="threads" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Threads</strong></span></td>
<td id="replies" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Posts</strong></span></td>
<td id="lastpost" class="thead" width="350"><span><strong>Last Post</strong></span></td>
</tr>
</thead>
<tbody style="" id="cat_7_e">
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_11"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-feature-requests">Feature Requests</a></strong><div class="smalltext">Long-form discussions about feature requests</div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">361</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">1,121</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-inside-playback-reporting?action=lastpost" title="inside Playback reporting"><strong>inside Playback reporting</strong></a> by <a href="https://forum.jellyfin.org/u-niels">niels</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2026-05-27, 07:16 AM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_12"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-server-development">Server Development</a></strong><div class="smalltext">Long-form discussions about Jellyfin server development</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">43</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">253</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-schedulesdirect-request-that-a-jellyfin-developer-contact-me?action=lastpost" title="SchedulesDirect: request that a Jellyfin developer contact me"><strong>SchedulesDirect: request ...</strong></a> by <a href="https://forum.jellyfin.org/u-fistrockbone">FistRockbone</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2026-05-06, 11:52 AM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_13"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-web-development">Web Development</a></strong><div class="smalltext">Long-form discussions about Jellyfin web (classic &amp; Vue) development</div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">23</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">117</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-direct-link-to-play-a-movie?action=lastpost" title="direct link to play a movie"><strong>direct link to play a mov...</strong></a> by <a href="https://forum.jellyfin.org/u-chelseymoore">ChelseyMoore</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-30">Yesterday</span>, 05:29 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_14"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-plugin-development">Plugin Development</a></strong><div class="smalltext">Long-form discussions about Jellyfin plugin development</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">136</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">818</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-smart-shuffle?action=lastpost" title="Smart Shuffle"><strong>Smart Shuffle</strong></a> by <a href="https://forum.jellyfin.org/u-shalebridge">shalebridge</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-30">Yesterday</span>, 08:55 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_19"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-packaging">Packaging</a></strong><div class="smalltext">Long-form discussions about Jellyfin packaging (Docker, APT, etc.)</div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">11</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">30</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-windows-executable-virus-detections?action=lastpost" title="Windows Executable Virus Detections"><strong>Windows Executable Virus ...</strong></a> by <a href="https://forum.jellyfin.org/u-venson">Venson</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2026-05-21, 08:12 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_15"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-client-development">Client Development</a></strong><div class="smalltext">Long-form discussions around Jellyfin client development<!-- start: forumbit_subforums -->
<br /><strong>Sub Forums:</strong> <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_28"><i class="fa fa-level-up-alt fa-rotate-90"></i></div><a href="f-android-development" title="">Android Development</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_29"><i class="fa fa-level-up-alt fa-rotate-90"></i></div><a href="f-android-tv-development" title="">Android TV Development</a>, <div title="Forum Contains New Posts" class="subforumicon subforum_minion ajax_mark_read" id="mark_read_30"><i class="fa fa-level-up-alt fa-rotate-90"></i></div><a href="f-roku-development" title="">Roku Development</a>, and 3 more.
<!-- end: forumbit_subforums --></div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">154</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">635</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-jellytunes-desktop-app-to-sync-your-jellyfin-music-to-usb-drives-sd-cards?action=lastpost" title="JellyTunes - Desktop app to sync your Jellyfin music to USB drives/SD cards"><strong>JellyTunes - Desktop app ...</strong></a> by <a href="https://forum.jellyfin.org/u-edgarquasarz">EdgarQuasarZ</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-30">Yesterday</span>, 03:17 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum -->
</tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="0" cellpadding="7" class="tborder bordered-bottom">
<thead>
<tr>
<td class="thead" colspan="2"><span><strong>Off Topic</strong></span></td>
<td id="threads" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Threads</strong></span></td>
<td id="replies" class="thead" width="60" align="center" style="white-space: nowrap;"><span><strong>Posts</strong></span></td>
<td id="lastpost" class="thead" width="350"><span><strong>Last Post</strong></span></td>
</tr>
</thead>
<tbody style="" id="cat_8_e">
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_17"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-general-discussion">General Discussion</a></strong><div class="smalltext">Discussions about anything and everything not covered elsewhere</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">258</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">1,455</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-add-physical-media-dvd-bd-to-jellyfin-library?action=lastpost" title="Add Physical Media DVD/BD to Jellyfin Library"><strong>Add Physical Media DVD/BD...</strong></a> by <a href="https://forum.jellyfin.org/u-kwakers">Kwakers</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-30">Yesterday</span>, 03:33 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_18"><i class="fa fa-comments"></i></div></td>
<td class="trow1">
<strong><a href="f-self-hosting-homelabs">Self-hosting &amp; Homelabs</a></strong><div class="smalltext">Discussions about self-hosted software and homelabs</div>
</td>
<td id="threads" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">187</td>
<td id="replies" class="trow1" align="center" style="font-size: 15px;white-space: nowrap">1,075</td>
<td id="lastpost" class="trow1" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-help-me-understand-the-difference-between-ubuntu-and-debian?action=lastpost" title="Help me understand the difference between Ubuntu and  Debian"><strong>Help me understand the di...</strong></a> by <a href="https://forum.jellyfin.org/u-elitealien">EliteAlien</a><br>
<i style="font-size:400;" class="far fa-clock"></i> <span title="2026-05-31, 05:14 PM">16 minutes ago</span></span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" width="1"><div class="forum_status forum_on ajax_mark_read" title="Forum Contains New Posts" id="mark_read_20"><i class="fa fa-comments"></i></div></td>
<td class="trow2">
<strong><a href="f-media">Media</a></strong><div class="smalltext">Discussions about your favourite media (Movies, TV, Music, etc.)</div>
</td>
<td id="threads" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">18</td>
<td id="replies" class="trow2" align="center" style="font-size: 15px;white-space: nowrap">78</td>
<td id="lastpost" class="trow2" style="white-space: nowrap"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<a href="t-is-there-any-way-to-connect-jellyfin-with-my-spotify-playlists?action=lastpost" title="Is there any way to connect Jellyfin with my Spotify playlists?"><strong>Is there any way to conne...</strong></a> by <a href="https://forum.jellyfin.org/u-patricia-cl">patricia_cl</a><br>
<i style="font-size:400;" class="far fa-clock"></i> 2026-02-06, 05:32 PM</span>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum -->
</tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: index_boardstats -->
<span class="wo_title"><i class="fa fa-question-circle"></i> Who's Online</span>

<span class="wo_desc"><!-- start: index_whosonline -->
<span>1,029 users active in the past 15 minutes (4 members, 1 of whom is invisible, and 1,025 guests).<br /><a href="https://forum.jellyfin.org/u-bladefin">Bladefin</a>,  <a href="https://forum.jellyfin.org/u-shalebridge">shalebridge</a>,  <a href="https://forum.jellyfin.org/u-umberto-masala">Umberto Masala</a></span>
<!-- end: index_whosonline --></span>
<br />
<!-- end: index_boardstats --></div>
<div class="side" style="float: right; width: 22%; margin: auto;">

<table style="margin-bottom: 10px;" class="tborder bordered-bottom" border="0" cellpadding="7" cellspacing="0">

<tbody><tr>
   <td style="font-weight: bold;" class="thead">
  Extras
   </td>
</tr>

<!-- Latest Posts -->
<!-- start: index_sidebar -->
<tr style="">
	<td class="tcat" style="font-size:13px;">
		Latest Posts
	</td>
</tr>
<tr>

		<!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-annoying-menu-view?action=lastpost">Annoying menu view</a></strong><br/>
		in <strong>Troubleshooting</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-elitealien">EliteAlien</a> about  6 minutes ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-help-me-understand-the-difference-between-ubuntu-and-debian?action=lastpost">Help me understand the difference between Ubuntu and  Debian</a></strong><br/>
		in <strong>Self-hosting &amp; Homelabs</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-elitealien">EliteAlien</a> about  16 minutes ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-constant-100-cpu-usage?action=lastpost">constant 100% CPU usage</a></strong><br/>
		in <strong>General Questions</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-bandit8623">bandit8623</a> about  3 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-smart-shuffle?action=lastpost">Smart Shuffle</a></strong><br/>
		in <strong>Plugin Development</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-shalebridge">shalebridge</a> about  20 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/showthread.php?tid=16153&amp;action=lastpost">No posters or actor images will load.</a></strong><br/>
		in <strong>Troubleshooting</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-elitealien">EliteAlien</a> about  22 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/showthread.php?tid=16152&amp;action=lastpost">metadata storage</a></strong><br/>
		in <strong>General Questions</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/member.php?action=profile&amp;uid=484"><span style="color: #BC556F;">TheDreadPirate</span></a> about  22 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/showthread.php?tid=16063&amp;action=lastpost">Hardware recommendation?  Would this be adequate?</a></strong><br/>
		in <strong>General Questions</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/member.php?action=profile&amp;uid=484"><span style="color: #BC556F;">TheDreadPirate</span></a> about  22 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/showthread.php?tid=16156&amp;action=lastpost">organization of shorts tv series with no &quot;seasons&quot;</a></strong><br/>
		in <strong>General Questions</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/member.php?action=profile&amp;uid=484"><span style="color: #BC556F;">TheDreadPirate</span></a> about  22 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/showthread.php?tid=16137&amp;action=lastpost">LrcLib not working</a></strong><br/>
		in <strong>Troubleshooting</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/member.php?action=profile&amp;uid=484"><span style="color: #BC556F;">TheDreadPirate</span></a> about  22 hours ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-direct-link-to-play-a-movie?action=lastpost">direct link to play a movie</a></strong><br/>
		in <strong>Web Development</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-chelseymoore">ChelseyMoore</a> about  1 day ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-add-physical-media-dvd-bd-to-jellyfin-library?action=lastpost">Add Physical Media DVD/BD to Jellyfin Library</a></strong><br/>
		in <strong>General Discussion</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-kwakers">Kwakers</a> about  1 day ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-jellytunes-desktop-app-to-sync-your-jellyfin-music-to-usb-drives-sd-cards?action=lastpost">JellyTunes - Desktop app to sync your Jellyfin music to USB drives/SD cards</a></strong><br/>
		in <strong>Client Development</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-edgarquasarz">EdgarQuasarZ</a> about  1 day ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-state-of-the-fin-2026-05-24?action=lastpost">State of the Fin 2026-05-24</a></strong><br/>
		in <strong>Project Announcements</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-werner99">Werner99</a> about  1 day ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/showthread.php?tid=16125&amp;action=lastpost">New Jellyfin Server/Web release: 10.11.10</a></strong><br/>
		in <strong>Project Announcements</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/member.php?action=profile&amp;uid=7205">Iskelderon</a> about  1 day ago
	</td>
</tr>
<!-- end: index_sidebar_post --><!-- start: index_sidebar_post -->
<tr>
	<td class="trow1 latestpost" valign="top">
		<strong><a href="https://forum.jellyfin.org/t-remote-connection-via-tv-app?action=lastpost">Remote connection via TV App</a></strong><br/>
		in <strong>Networking &amp; Access</strong><br/>
		Latest post by <a href="https://forum.jellyfin.org/u-jacobaklein">jacobaklein</a> about  1 day ago
	</td>
</tr>
<!-- end: index_sidebar_post -->

</tr>
<!-- end: index_sidebar -->

<tr style="">
   <td class="tcat" style="font-size:13px;">
  GLOBAL STATS
   </td>
</tr>
<tr>
  <td style="padding: 12px;" class="trow2">
    We have <strong class="sidebar_stat">24376</strong> registered members.<br/>
    We have <strong class="sidebar_stat">68101</strong> posts.<br/>
    We have <strong class="sidebar_stat">13553</strong> topics being discussed.<br/>
    Our newest member is <strong><a href="#" class="sidebar_stat"><a href="https://forum.jellyfin.org/u-haha">haha</a></a></strong>.<br/>
   </td>
</tr>
<tr style="">
   <td class="tcat" style="font-size:13px;">
  ONLINE STAFF
   </td>
</tr>
<tr style="">
   <td style="padding: 12px;" class="trow2">
  No online staff.
   </td>
</tr>
</tbody></table>

</div>
<br class="clear" />
<!-- start: footer -->
</div>
</div>

<footer class="footer-distributed">
		<div style="margin-top: -30px; margin-bottom: -30px;">
			<div class="footer-left">
				<div class="footer-links">
					<a href="index.php">Home</a>
					·
					<a href="showteam.php">Team</a>
					·
					<a href="misc.php?action=help">Help</a>
					·
					<a href="https://jellyfin.org/contact">Contact</a>
				</div>
				<div class="footer-links" style="margin-top: 0px;">
					<span style="font-size: small; text-align: center; float: left; margin-top: -8px; margin-bottom: 8px;">
						
						<!-- start: footer_themeselect -->
<div class="theme">
<form method="POST" action="/index.php" id="theme_select">
	
	<input type="hidden" name="my_post_key" value="ef04751db0919820977fd785f2f42983" />
	<!-- start: footer_themeselector -->
<select name="theme" onchange="MyBB.changeTheme();">
<optgroup label="Quick Theme Select">
<!-- start: usercp_themeselector_option -->
<option value="7">Light</option>
<!-- end: usercp_themeselector_option --><!-- start: usercp_themeselector_option -->
<option value="8">Dark</option>
<!-- end: usercp_themeselector_option -->
</optgroup>
</select>
<!-- end: footer_themeselector -->
	<!-- start: gobutton -->
<input type="submit" class="button" value="Go" />
<!-- end: gobutton -->
</form>
</div>
<!-- end: footer_themeselect -->
					</span>
					<span style="font-size: small; float: left; margin-left: 8px;">
						© Designed by <a style="font-weight: bold;color:white;" href="https://developement.design/">D&D</a> - Powered by <a style="font-weight: bold;color:white;" href="http://www.mybb.com"> MyBB </a>
					</span>
				</div>
			</div>

			<div class="footer-center">

				<div class="footer-icons">
 					<a href="https://jellyfin.org"><i class="fa fa-globe"></i></a>
					<a href="https://jellyfin.org/contact"><i class="fa fa-message" style="margin-bottom:8px;"></i></a>
					<a href="https://github.com/jellyfin"><i class="fab fa-github"></i></a>
					<a href="https://beehaw.org/c/jellyfin@lemmy.ml"><i class="fab fa-lemmy">L</i></a>
					<a href="https://reddit.com/r/jellyfin"><i class="fab fa-reddit"></i></a>
					<a href="https://mastodon.online/@jellyfin"><i class="fab fa-mastodon"></i></a>
					<a href="https://www.facebook.com/jellyfin.media/"><i class="fab fa-facebook"></i></a>
					<a href="https://twitter.com/jellyfin"><i class="fab fa-twitter"></i></a>
				</div>

			</div>

			<div class="footer-right">

				<p class="footer-company-about">
					<br/>
					<a href="https://forum.jellyfin.org"><img style="float: left; margin: 6px; margin-right: 16px;" src="/images/jellyfin.png"></img></a>
					<h3>Jellyfin</h3>
					<p class="footer-company-about">The Free Software Media System</p>
				</p>

			</div>
		</div>
		</footer>

<div style="display: block;" class="scrollToTop"><i class="fa fa-angle-up"></i></div>
<div class="scrollToDown"><i class="fa fa-angle-down"></i></div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><!-- End task image code -->
<!-- end: footer -->
<script>
	$(document).ready(function(){
    $.ajax({
        url: "https://developement.design/theme_users.php?url="+window.location.href+"&theme=emeraldextended",
        method: "GET"
    })

    .done(function(response){
        console.log('D&D done');
    })

    .fail(function(error){
        console.log('D&D failed');
    })

});
</script>
<script>LiveSearch.keypress("/misc.php?action=rt_livesearch&load=modal", "s")</script>
</body>
</html>
<!-- end: index -->