Compare commits
58 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c09f265b26 | ||
|
|
379c370b4a | ||
|
|
b567307003 | ||
|
|
ff9ea9eff0 | ||
|
|
9427e3e535 | ||
|
|
19318a916d | ||
|
|
5d85284df8 | ||
|
|
2382f850b6 | ||
|
|
22041293f6 | ||
|
|
5595158f9d | ||
|
|
39f85e0c9b | ||
|
|
18a9980a0a | ||
|
|
deb426833d | ||
|
|
bf4b6da0f0 | ||
|
|
2bc7d90254 | ||
|
|
3f302d4c64 | ||
|
|
13a1cc7885 | ||
|
|
a62900f96e | ||
|
|
9d90a29a40 | ||
|
|
cd3973088e | ||
|
|
4112cfad4a | ||
|
|
2618b18df1 | ||
|
|
ef378c5e87 | ||
|
|
b8d0dd9f1a | ||
|
|
d7c44061cb | ||
|
|
9acb05d19e | ||
|
|
619d8533d2 | ||
|
|
a4b39ae3bf | ||
|
|
74a367584b | ||
|
|
06407f9121 | ||
|
|
0926493391 | ||
|
|
6dbb33be96 | ||
|
|
211d9d316a | ||
|
|
329733246d | ||
|
|
6110e1cdd8 | ||
|
|
31c8a209a5 | ||
|
|
ad2e761bbd | ||
|
|
85f90e8fbb | ||
|
|
9f5f607168 | ||
|
|
108a644983 | ||
|
|
ab778f774f | ||
|
|
5dcb60487e | ||
|
|
9a6997f1da | ||
|
|
31d315ed8f | ||
|
|
2b1301ea0b | ||
|
|
ee8c0b8888 | ||
|
|
64ef4915b8 | ||
|
|
1f655ed7b6 | ||
|
|
0682967591 | ||
|
|
7938728f8e | ||
|
|
a0773c66eb | ||
|
|
10f2a38add | ||
|
|
9bfa3ba5ea | ||
|
|
5c00c07b8a | ||
|
|
773c49a228 | ||
|
|
41a309e0d1 | ||
|
|
43797fbb98 | ||
|
|
f13a1ba1af |
@@ -22,6 +22,9 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
|
|||||||
public bool EnableVideoBackdrop { get; set; } = true;
|
public bool EnableVideoBackdrop { get; set; } = true;
|
||||||
public bool UseSponsorBlock { get; set; } = true;
|
public bool UseSponsorBlock { get; set; } = true;
|
||||||
public bool PreferLocalTrailers { get; set; } = false;
|
public bool PreferLocalTrailers { get; set; } = false;
|
||||||
|
public bool RandomizeLocalTrailers { get; set; } = false;
|
||||||
|
public bool PreferLocalBackdrops { get; set; } = false;
|
||||||
|
public bool RandomizeThemeVideos { get; set; } = false;
|
||||||
public bool WaitForTrailerToEnd { get; set; } = true;
|
public bool WaitForTrailerToEnd { get; set; } = true;
|
||||||
public bool StartMuted { get; set; } = true;
|
public bool StartMuted { get; set; } = true;
|
||||||
public bool FullWidthVideo { get; set; } = true;
|
public bool FullWidthVideo { get; set; } = true;
|
||||||
@@ -38,6 +41,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
|
|||||||
public bool IsEnabled { get; set; } = true;
|
public bool IsEnabled { get; set; } = true;
|
||||||
public bool EnableClientSideSettings { get; set; } = false;
|
public bool EnableClientSideSettings { get; set; } = false;
|
||||||
public bool ApplyLimitsToCustomIds { get; set; } = false;
|
public bool ApplyLimitsToCustomIds { get; set; } = false;
|
||||||
|
public bool IncludeWatchedContent { get; set; } = false;
|
||||||
public string SortBy { get; set; } = "Random";
|
public string SortBy { get; set; } = "Random";
|
||||||
public string SortOrder { get; set; } = "Ascending";
|
public string SortOrder { get; set; } = "Ascending";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,6 +65,14 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">If enabled, local trailers will be preferred over remote (YouTube) trailers.</div>
|
<div class="fieldDescription">If enabled, local trailers will be preferred over remote (YouTube) trailers.</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="checkboxContainer checkboxContainer-withDescription" id="PreferLocalBackdropsContainer">
|
||||||
|
<label>
|
||||||
|
<input is="emby-checkbox" type="checkbox" id="PreferLocalBackdrops"
|
||||||
|
name="PreferLocalBackdrops" />
|
||||||
|
<span>Prefer Local Backdrops / Theme Videos</span>
|
||||||
|
</label>
|
||||||
|
<div class="fieldDescription">If enabled, local backdrop videos (Theme Videos) will be preferred over remote and local trailers.</div>
|
||||||
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
<input is="emby-checkbox" type="checkbox" id="WaitForTrailerToEnd"
|
<input is="emby-checkbox" type="checkbox" id="WaitForTrailerToEnd"
|
||||||
@@ -152,8 +160,8 @@
|
|||||||
name="EnableSeasonalContent" />
|
name="EnableSeasonalContent" />
|
||||||
<span>Enable Seasonal Content</span>
|
<span>Enable Seasonal Content</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">When enabled, seasonal sections below will override the default list
|
<div class="fieldDescription">When enabled, seasonal sections below will override the default list or random selection
|
||||||
during their active date ranges. If no season matches the current date, the default Custom Media IDs above are used as fallback.</div>
|
during their active date ranges. If no season matches the current date, the default Custom Media IDs above or random selection are used as fallback.</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="seasonalContentContainer" style="display: none;">
|
<div id="seasonalContentContainer" style="display: none;">
|
||||||
<div id="seasonalSectionsList"></div>
|
<div id="seasonalSectionsList"></div>
|
||||||
@@ -187,6 +195,22 @@
|
|||||||
<div class="fieldDescription">If enabled, users will see a media bar icon in the header to
|
<div class="fieldDescription">If enabled, users will see a media bar icon in the header to
|
||||||
override settings (like disabling the bar or trailer backdrops) locally on their device.</div>
|
override settings (like disabling the bar or trailer backdrops) locally on their device.</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
|
<label>
|
||||||
|
<input is="emby-checkbox" type="checkbox" id="RandomizeThemeVideos"
|
||||||
|
name="RandomizeThemeVideos" />
|
||||||
|
<span>Randomize Backdrop Video</span>
|
||||||
|
</label>
|
||||||
|
<div class="fieldDescription">If enabled, a random video from the backdrops/theme videos will be selected instead of the first one (if multiple exist).</div>
|
||||||
|
</div>
|
||||||
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
|
<label>
|
||||||
|
<input is="emby-checkbox" type="checkbox" id="RandomizeLocalTrailers"
|
||||||
|
name="RandomizeLocalTrailers" />
|
||||||
|
<span>Randomize Local Trailer</span>
|
||||||
|
</label>
|
||||||
|
<div class="fieldDescription">If enabled, a random local trailer will be selected instead of the first one (if multiple exist).</div>
|
||||||
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
<input is="emby-checkbox" type="checkbox" id="UseSponsorBlock" name="UseSponsorBlock" />
|
<input is="emby-checkbox" type="checkbox" id="UseSponsorBlock" name="UseSponsorBlock" />
|
||||||
@@ -361,6 +385,14 @@
|
|||||||
<input is="emby-input" type="number" id="MaxPlotLength" name="MaxPlotLength" />
|
<input is="emby-input" type="number" id="MaxPlotLength" name="MaxPlotLength" />
|
||||||
<div class="fieldDescription">Maximum characters for the plot summary.</div>
|
<div class="fieldDescription">Maximum characters for the plot summary.</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
|
<label>
|
||||||
|
<input is="emby-checkbox" type="checkbox" id="IncludeWatchedContent"
|
||||||
|
name="IncludeWatchedContent" />
|
||||||
|
<span>Include Watched Content</span>
|
||||||
|
</label>
|
||||||
|
<div class="fieldDescription">If enabled, watched content will be included in the random selection results.</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@@ -419,7 +451,9 @@
|
|||||||
'ShowTrailerButton', 'AlwaysShowArrows', 'EnableKeyboardControls',
|
'ShowTrailerButton', 'AlwaysShowArrows', 'EnableKeyboardControls',
|
||||||
'EnableCustomMediaIds', 'CustomMediaIds', 'EnableLoadingScreen',
|
'EnableCustomMediaIds', 'CustomMediaIds', 'EnableLoadingScreen',
|
||||||
'EnableSeasonalContent', 'EnableClientSideSettings', 'SortBy', 'SortOrder',
|
'EnableSeasonalContent', 'EnableClientSideSettings', 'SortBy', 'SortOrder',
|
||||||
'PreferLocalTrailers', 'ApplyLimitsToCustomIds', 'SeasonalSections'
|
'PreferLocalTrailers', 'ApplyLimitsToCustomIds', 'SeasonalSections',
|
||||||
|
'PreferLocalBackdrops', 'RandomizeThemeVideos', 'RandomizeLocalTrailers',
|
||||||
|
'IncludeWatchedContent'
|
||||||
];
|
];
|
||||||
|
|
||||||
keys.forEach(function (key) {
|
keys.forEach(function (key) {
|
||||||
@@ -470,12 +504,15 @@
|
|||||||
// Handle Prefer Local Trailers visibility
|
// Handle Prefer Local Trailers visibility
|
||||||
var enableVideoBackdropCheckbox = page.querySelector('#EnableVideoBackdrop');
|
var enableVideoBackdropCheckbox = page.querySelector('#EnableVideoBackdrop');
|
||||||
var preferLocalContainer = page.querySelector('#PreferLocalTrailersContainer');
|
var preferLocalContainer = page.querySelector('#PreferLocalTrailersContainer');
|
||||||
|
var preferLocalBackdropsContainer = page.querySelector('#PreferLocalBackdropsContainer');
|
||||||
|
|
||||||
function updatePreferLocalVisibility() {
|
function updatePreferLocalVisibility() {
|
||||||
if (enableVideoBackdropCheckbox && enableVideoBackdropCheckbox.checked) {
|
if (enableVideoBackdropCheckbox && enableVideoBackdropCheckbox.checked) {
|
||||||
if (preferLocalContainer) preferLocalContainer.style.display = 'block';
|
if (preferLocalContainer) preferLocalContainer.style.display = 'block';
|
||||||
|
if (preferLocalBackdropsContainer) preferLocalBackdropsContainer.style.display = 'block';
|
||||||
} else {
|
} else {
|
||||||
if (preferLocalContainer) preferLocalContainer.style.display = 'none';
|
if (preferLocalContainer) preferLocalContainer.style.display = 'none';
|
||||||
|
if (preferLocalBackdropsContainer) preferLocalBackdropsContainer.style.display = 'none';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -505,7 +542,9 @@
|
|||||||
'ShowTrailerButton', 'AlwaysShowArrows', 'EnableKeyboardControls',
|
'ShowTrailerButton', 'AlwaysShowArrows', 'EnableKeyboardControls',
|
||||||
'EnableCustomMediaIds', 'CustomMediaIds', 'EnableLoadingScreen',
|
'EnableCustomMediaIds', 'CustomMediaIds', 'EnableLoadingScreen',
|
||||||
'EnableSeasonalContent', 'EnableClientSideSettings', 'SortBy', 'SortOrder',
|
'EnableSeasonalContent', 'EnableClientSideSettings', 'SortBy', 'SortOrder',
|
||||||
'PreferLocalTrailers', 'ApplyLimitsToCustomIds', 'SeasonalSections'
|
'PreferLocalTrailers', 'ApplyLimitsToCustomIds', 'SeasonalSections',
|
||||||
|
'PreferLocalBackdrops', 'RandomizeThemeVideos', 'RandomizeLocalTrailers',
|
||||||
|
'IncludeWatchedContent'
|
||||||
];
|
];
|
||||||
|
|
||||||
keys.forEach(function (key) {
|
keys.forEach(function (key) {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||||
<Authors>CodeDevMLH</Authors>
|
<Authors>CodeDevMLH</Authors>
|
||||||
<Version>1.6.1.24</Version>
|
<Version>1.6.4.1</Version>
|
||||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ namespace Jellyfin.Plugin.MediaBarEnhanced
|
|||||||
{
|
{
|
||||||
private readonly IApplicationPaths _appPaths;
|
private readonly IApplicationPaths _appPaths;
|
||||||
private readonly ILogger<ScriptInjector> _logger;
|
private readonly ILogger<ScriptInjector> _logger;
|
||||||
public const string ScriptTag = "<script src=\"/MediaBarEnhanced/Resources/mediaBarEnhanced.js\" defer></script>";
|
public const string ScriptTag = "<script src=\"../MediaBarEnhanced/Resources/mediaBarEnhanced.js\" defer></script>";
|
||||||
public const string CssTag = "<link rel=\"stylesheet\" href=\"/MediaBarEnhanced/Resources/mediaBarEnhanced.css\" />";
|
public const string CssTag = "<link rel=\"stylesheet\" href=\"../MediaBarEnhanced/Resources/mediaBarEnhanced.css\" />";
|
||||||
public const string ScriptMarker = "</body>";
|
public const string ScriptMarker = "</body>";
|
||||||
public const string CssMarker = "</head>";
|
public const string CssMarker = "</head>";
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,10 @@ const CONFIG = {
|
|||||||
enableVideoBackdrop: true,
|
enableVideoBackdrop: true,
|
||||||
useSponsorBlock: true,
|
useSponsorBlock: true,
|
||||||
preferLocalTrailers: false,
|
preferLocalTrailers: false,
|
||||||
|
randomizeLocalTrailers: false,
|
||||||
|
preferLocalBackdrops: false,
|
||||||
|
randomizeThemeVideos: false,
|
||||||
|
includeWatchedContent: false,
|
||||||
waitForTrailerToEnd: true,
|
waitForTrailerToEnd: true,
|
||||||
startMuted: true,
|
startMuted: true,
|
||||||
fullWidthVideo: true,
|
fullWidthVideo: true,
|
||||||
@@ -433,7 +437,7 @@ const waitForApiClientAndInitialize = () => {
|
|||||||
|
|
||||||
const fetchPluginConfig = async () => {
|
const fetchPluginConfig = async () => {
|
||||||
try {
|
try {
|
||||||
const response = await fetch('/MediaBarEnhanced/Config');
|
const response = await fetch('../MediaBarEnhanced/Config');
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
const pluginConfig = await response.json();
|
const pluginConfig = await response.json();
|
||||||
if (pluginConfig) {
|
if (pluginConfig) {
|
||||||
@@ -1118,8 +1122,11 @@ const ApiUtils = {
|
|||||||
sortParams += `&sortOrder=${CONFIG.sortOrder}`;
|
sortParams += `&sortOrder=${CONFIG.sortOrder}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Filter by isPlayed=False unless IncludeWatchedContent is enabled
|
||||||
|
const playedFilter = CONFIG.includeWatchedContent ? '' : '&isPlayed=False';
|
||||||
|
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
`${STATE.jellyfinData.serverAddress}/Items?IncludeItemTypes=Movie,Series&Recursive=true&hasOverview=true&imageTypes=Logo,Backdrop&${sortParams}&isPlayed=False&enableUserData=true&Limit=${CONFIG.maxItems}&fields=Id`,
|
`${STATE.jellyfinData.serverAddress}/Items?IncludeItemTypes=Movie,Series&Recursive=true&hasOverview=true&imageTypes=Logo,Backdrop&${sortParams}${playedFilter}&enableUserData=true&Limit=${CONFIG.maxItems}&fields=Id`,
|
||||||
{
|
{
|
||||||
headers: this.getAuthHeaders(),
|
headers: this.getAuthHeaders(),
|
||||||
}
|
}
|
||||||
@@ -1258,9 +1265,20 @@ const ApiUtils = {
|
|||||||
*/
|
*/
|
||||||
async fetchSponsorBlockData(videoId) {
|
async fetchSponsorBlockData(videoId) {
|
||||||
if (!CONFIG.useSponsorBlock) return { intro: null, outro: null };
|
if (!CONFIG.useSponsorBlock) return { intro: null, outro: null };
|
||||||
|
|
||||||
|
// Return cached result if available
|
||||||
|
if (!this._sponsorBlockCache) this._sponsorBlockCache = {};
|
||||||
|
if (this._sponsorBlockCache[videoId]) {
|
||||||
|
return this._sponsorBlockCache[videoId];
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`https://sponsor.ajay.app/api/skipSegments?videoID=${videoId}&categories=["intro","outro"]`);
|
const response = await fetch(`https://sponsor.ajay.app/api/skipSegments?videoID=${videoId}&categories=["intro","outro"]`);
|
||||||
if (!response.ok) return { intro: null, outro: null };
|
if (!response.ok) {
|
||||||
|
const result = { intro: null, outro: null };
|
||||||
|
this._sponsorBlockCache[videoId] = result;
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
const segments = await response.json();
|
const segments = await response.json();
|
||||||
let intro = null;
|
let intro = null;
|
||||||
@@ -1274,7 +1292,9 @@ const ApiUtils = {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return { intro, outro };
|
const result = { intro, outro };
|
||||||
|
this._sponsorBlockCache[videoId] = result;
|
||||||
|
return result;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.warn('Error fetching SponsorBlock data:', error);
|
console.warn('Error fetching SponsorBlock data:', error);
|
||||||
return { intro: null, outro: null };
|
return { intro: null, outro: null };
|
||||||
@@ -1360,13 +1380,21 @@ const ApiUtils = {
|
|||||||
|
|
||||||
const trailers = await response.json();
|
const trailers = await response.json();
|
||||||
if (trailers && trailers.length > 0) {
|
if (trailers && trailers.length > 0) {
|
||||||
const trailer = trailers[0];
|
|
||||||
|
let trailer;
|
||||||
|
if (CONFIG.randomizeLocalTrailers && trailers.length > 1) {
|
||||||
|
const randomIndex = Math.floor(Math.random() * trailers.length);
|
||||||
|
trailer = trailers[randomIndex];
|
||||||
|
console.log(`Using random local trailer (${randomIndex + 1}/${trailers.length}) for ${itemId}: ${trailer.Name}`);
|
||||||
|
} else {
|
||||||
|
trailer = trailers[0];
|
||||||
|
}
|
||||||
|
|
||||||
const mediaSourceId = trailer.MediaSources && trailer.MediaSources[0] ? trailer.MediaSources[0].Id : trailer.Id;
|
const mediaSourceId = trailer.MediaSources && trailer.MediaSources[0] ? trailer.MediaSources[0].Id : trailer.Id;
|
||||||
|
|
||||||
// Return object with ID and URL
|
|
||||||
return {
|
return {
|
||||||
id: trailer.Id,
|
id: trailer.Id,
|
||||||
url: `${STATE.jellyfinData.serverAddress}/Videos/${trailer.Id}/stream.mp4?Static=true&mediaSourceId=${mediaSourceId}&api_key=${STATE.jellyfinData.accessToken}`
|
url: `${STATE.jellyfinData.serverAddress}/Videos/${trailer.Id}/stream.mp4?mediaSourceId=${mediaSourceId}&api_key=${STATE.jellyfinData.accessToken}`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
@@ -1374,6 +1402,46 @@ const ApiUtils = {
|
|||||||
console.error(`Error fetching local trailer for ${itemId}:`, error);
|
console.error(`Error fetching local trailer for ${itemId}:`, error);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fetches theme videos for an item
|
||||||
|
* @param {string} itemId - Item ID
|
||||||
|
* @returns {Promise<Object|null>} Theme video data object {id, url} or null
|
||||||
|
*/
|
||||||
|
async fetchThemeVideos(itemId) {
|
||||||
|
try {
|
||||||
|
const response = await fetch(
|
||||||
|
`${STATE.jellyfinData.serverAddress}/Items/${itemId}/ThemeVideos?userId=${STATE.jellyfinData.userId}`,
|
||||||
|
{ headers: this.getAuthHeaders() }
|
||||||
|
);
|
||||||
|
|
||||||
|
if (response.ok) {
|
||||||
|
const data = await response.json();
|
||||||
|
const items = Array.isArray(data) ? data : (data.Items || []);
|
||||||
|
|
||||||
|
if (items.length > 0) {
|
||||||
|
let video;
|
||||||
|
if (CONFIG.randomizeThemeVideos && items.length > 1) {
|
||||||
|
const randomIndex = Math.floor(Math.random() * items.length);
|
||||||
|
video = items[randomIndex];
|
||||||
|
console.log(`Found Theme Video (Random ${randomIndex + 1}/${items.length}) via ThemeVideos endpoint: ${video.Name} (${video.Id})`);
|
||||||
|
} else {
|
||||||
|
video = items[0];
|
||||||
|
console.log(`Found Theme Video (First) via ThemeVideos endpoint: ${video.Name} (${video.Id})`);
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
id: video.Id,
|
||||||
|
url: `${STATE.jellyfinData.serverAddress}/Videos/${video.Id}/stream.mp4?api_key=${STATE.jellyfinData.accessToken}`
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
} catch (error) {
|
||||||
|
console.error(`Error fetching theme videos for ${itemId}:`, error);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1435,8 +1503,6 @@ const VisibilityObserver = {
|
|||||||
|
|
||||||
// If a full screen video player is active, hide slideshow and stop playback
|
// If a full screen video player is active, hide slideshow and stop playback
|
||||||
if ((videoPlayer && !videoPlayer.classList.contains('hide')) || (trailerPlayer && !trailerPlayer.classList.contains('hide'))) {
|
if ((videoPlayer && !videoPlayer.classList.contains('hide')) || (trailerPlayer && !trailerPlayer.classList.contains('hide'))) {
|
||||||
if (this._lastVisibleState !== 'player-active') {
|
|
||||||
this._lastVisibleState = 'player-active';
|
|
||||||
const container = document.getElementById("slides-container");
|
const container = document.getElementById("slides-container");
|
||||||
if (container) {
|
if (container) {
|
||||||
container.style.display = "none";
|
container.style.display = "none";
|
||||||
@@ -1447,7 +1513,6 @@ const VisibilityObserver = {
|
|||||||
STATE.slideshow.slideInterval.stop();
|
STATE.slideshow.slideInterval.stop();
|
||||||
}
|
}
|
||||||
SlideshowManager.stopAllPlayback();
|
SlideshowManager.stopAllPlayback();
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1462,12 +1527,6 @@ const VisibilityObserver = {
|
|||||||
activeTab &&
|
activeTab &&
|
||||||
activeTab.getAttribute("data-index") === "0";
|
activeTab.getAttribute("data-index") === "0";
|
||||||
|
|
||||||
const newState = isVisible ? 'visible' : 'hidden';
|
|
||||||
|
|
||||||
// Only update DOM and trigger actions when state actually changes
|
|
||||||
if (this._lastVisibleState !== newState) {
|
|
||||||
this._lastVisibleState = newState;
|
|
||||||
|
|
||||||
container.style.display = isVisible ? "block" : "none";
|
container.style.display = isVisible ? "block" : "none";
|
||||||
container.style.visibility = isVisible ? "visible" : "hidden";
|
container.style.visibility = isVisible ? "visible" : "hidden";
|
||||||
container.style.pointerEvents = isVisible ? "auto" : "none";
|
container.style.pointerEvents = isVisible ? "auto" : "none";
|
||||||
@@ -1483,7 +1542,6 @@ const VisibilityObserver = {
|
|||||||
}
|
}
|
||||||
SlideshowManager.stopAllPlayback();
|
SlideshowManager.stopAllPlayback();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1491,11 +1549,6 @@ const VisibilityObserver = {
|
|||||||
*/
|
*/
|
||||||
init() {
|
init() {
|
||||||
const observer = new MutationObserver(() => this.updateVisibility());
|
const observer = new MutationObserver(() => this.updateVisibility());
|
||||||
// let debounceTimer = null;
|
|
||||||
// const observer = new MutationObserver(() => {
|
|
||||||
// if (debounceTimer) clearTimeout(debounceTimer);
|
|
||||||
// debounceTimer = setTimeout(() => this.updateVisibility(), 250);
|
|
||||||
// });
|
|
||||||
observer.observe(document.body, { childList: true, subtree: true });
|
observer.observe(document.body, { childList: true, subtree: true });
|
||||||
|
|
||||||
document.body.addEventListener("click", () => this.updateVisibility());
|
document.body.addEventListener("click", () => this.updateVisibility());
|
||||||
@@ -1605,7 +1658,7 @@ const SlideCreator = {
|
|||||||
|
|
||||||
trailerUrl = {
|
trailerUrl = {
|
||||||
id: videoId,
|
id: videoId,
|
||||||
url: `${STATE.jellyfinData.serverAddress}/Videos/${videoId}/stream.mp4?Static=true&api_key=${STATE.jellyfinData.accessToken}`
|
url: `${STATE.jellyfinData.serverAddress}/Videos/${videoId}/stream.mp4?api_key=${STATE.jellyfinData.accessToken}`
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
// Assume it's a standard URL (YouTube, etc.)
|
// Assume it's a standard URL (YouTube, etc.)
|
||||||
@@ -1613,15 +1666,25 @@ const SlideCreator = {
|
|||||||
console.log(`Using custom trailer URL for ${itemId}: ${trailerUrl}`);
|
console.log(`Using custom trailer URL for ${itemId}: ${trailerUrl}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 1b. Check Local Trailer if preferred
|
// 1b. Check Theme Video if preferred (Local Backdrop)
|
||||||
|
else if (CONFIG.preferLocalBackdrops && item.themeVideoUrl) {
|
||||||
|
trailerUrl = item.themeVideoUrl;
|
||||||
|
console.log(`Using theme video (local backdrop) for ${itemId}: ${trailerUrl.url || trailerUrl}`);
|
||||||
|
}
|
||||||
|
// 1c. Check Local Trailer if preferred
|
||||||
else if (CONFIG.preferLocalTrailers && item.LocalTrailerCount > 0 && item.localTrailerUrl) {
|
else if (CONFIG.preferLocalTrailers && item.LocalTrailerCount > 0 && item.localTrailerUrl) {
|
||||||
trailerUrl = item.localTrailerUrl;
|
trailerUrl = item.localTrailerUrl;
|
||||||
console.log(`Using local trailer for ${itemId}: ${trailerUrl}`);
|
console.log(`Using local trailer for ${itemId}: ${trailerUrl}`);
|
||||||
}
|
}
|
||||||
// 1c. Fallback to Remote Trailer
|
// 1d. Fallback to Remote Trailer
|
||||||
else if (item.RemoteTrailers && item.RemoteTrailers.length > 0) {
|
else if (item.RemoteTrailers && item.RemoteTrailers.length > 0) {
|
||||||
trailerUrl = item.RemoteTrailers[0].Url;
|
trailerUrl = item.RemoteTrailers[0].Url;
|
||||||
}
|
}
|
||||||
|
// 1e. Final Fallback to Local Trailer (even if not preferred)
|
||||||
|
else if (item.LocalTrailerCount > 0 && item.localTrailerUrl) {
|
||||||
|
trailerUrl = item.localTrailerUrl;
|
||||||
|
console.log(`Using local trailer fallback for ${itemId}: ${trailerUrl}`);
|
||||||
|
}
|
||||||
|
|
||||||
const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
||||||
|
|
||||||
@@ -1714,20 +1777,6 @@ const SlideCreator = {
|
|||||||
playerVars: playerVars,
|
playerVars: playerVars,
|
||||||
events: {
|
events: {
|
||||||
'onReady': (event) => {
|
'onReady': (event) => {
|
||||||
// Prevent iframe from stealing focus (critical for TV mode)
|
|
||||||
const iframe = event.target.getIframe();
|
|
||||||
if (iframe) {
|
|
||||||
iframe.setAttribute('tabindex', '-1');
|
|
||||||
iframe.setAttribute('inert', '');
|
|
||||||
// Preserve video-backdrop class on the iframe (YT API replaces the original div)
|
|
||||||
iframe.classList.add('backdrop', 'video-backdrop');
|
|
||||||
if (CONFIG.fullWidthVideo) {
|
|
||||||
iframe.classList.add('video-backdrop-full');
|
|
||||||
} else {
|
|
||||||
iframe.classList.add('video-backdrop-default');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Store start/end time and videoId for later use
|
// Store start/end time and videoId for later use
|
||||||
event.target._startTime = playerVars.start || 0;
|
event.target._startTime = playerVars.start || 0;
|
||||||
event.target._endTime = playerVars.end || undefined;
|
event.target._endTime = playerVars.end || undefined;
|
||||||
@@ -1744,18 +1793,11 @@ const SlideCreator = {
|
|||||||
event.target.setPlaybackQuality(quality);
|
event.target.setPlaybackQuality(quality);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only play if this is the active slide and not paused
|
// Only play if this is the active slide
|
||||||
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
||||||
const isVideoPlayerOpen = document.querySelector('.videoPlayerContainer') || document.querySelector('.youtubePlayerContainer');
|
const isVideoPlayerOpen = document.querySelector('.videoPlayerContainer') || document.querySelector('.youtubePlayerContainer');
|
||||||
|
|
||||||
const isActive = slide && slide.classList.contains('active');
|
if (slide && slide.classList.contains('active') && !document.hidden && (!isVideoPlayerOpen || isVideoPlayerOpen.classList.contains('hide'))) {
|
||||||
const isHidden = document.hidden;
|
|
||||||
const isPaused = STATE.slideshow.isPaused;
|
|
||||||
const isPlayerOpen = isVideoPlayerOpen && !isVideoPlayerOpen.classList.contains('hide');
|
|
||||||
console.log(`[MBE-READY] onReady for ${itemId}: active=${isActive}, hidden=${isHidden}, paused=${isPaused}, playerOpen=${!!isPlayerOpen}`);
|
|
||||||
|
|
||||||
if (isActive && !isHidden && !isPaused && !isPlayerOpen) {
|
|
||||||
console.log(`[MBE-READY] → Playing video for ${itemId}`);
|
|
||||||
event.target.playVideo();
|
event.target.playVideo();
|
||||||
|
|
||||||
// Check if it actually started playing after a short delay (handling autoplay blocks)
|
// Check if it actually started playing after a short delay (handling autoplay blocks)
|
||||||
@@ -1788,11 +1830,12 @@ const SlideCreator = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'onStateChange': (event) => {
|
'onStateChange': (event) => {
|
||||||
const stateNames = {[-1]: 'UNSTARTED', 0: 'ENDED', 1: 'PLAYING', 2: 'PAUSED', 3: 'BUFFERING', 5: 'CUED'};
|
|
||||||
console.log(`[MBE-STATE] ${itemId}: ${stateNames[event.data] || event.data}`);
|
|
||||||
if (event.data === YT.PlayerState.ENDED) {
|
if (event.data === YT.PlayerState.ENDED) {
|
||||||
|
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
||||||
|
if (slide && slide.classList.contains('active')) {
|
||||||
SlideshowManager.nextSlide();
|
SlideshowManager.nextSlide();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'onError': (event) => {
|
'onError': (event) => {
|
||||||
console.warn(`YouTube player error ${event.data} for video ${videoId}`);
|
console.warn(`YouTube player error ${event.data} for video ${videoId}`);
|
||||||
@@ -1813,46 +1856,42 @@ const SlideCreator = {
|
|||||||
const videoAttributes = {
|
const videoAttributes = {
|
||||||
className: "backdrop video-backdrop",
|
className: "backdrop video-backdrop",
|
||||||
src: (typeof trailerUrl === 'object' ? trailerUrl.url : trailerUrl),
|
src: (typeof trailerUrl === 'object' ? trailerUrl.url : trailerUrl),
|
||||||
autoplay: false,
|
|
||||||
preload: "auto",
|
preload: "auto",
|
||||||
loop: false,
|
|
||||||
disablePictureInPicture: true,
|
disablePictureInPicture: true,
|
||||||
style: "object-fit: cover; object-position: center center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none;"
|
style: "object-fit: cover; object-position: center center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none;"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (STATE.slideshow.isMuted) {
|
|
||||||
videoAttributes.muted = "";
|
videoAttributes.muted = "";
|
||||||
}
|
|
||||||
|
|
||||||
backdrop = SlideUtils.createElement("video", videoAttributes);
|
backdrop = SlideUtils.createElement("video", videoAttributes);
|
||||||
|
|
||||||
if (!STATE.slideshow.isMuted) {
|
|
||||||
backdrop.volume = 0.4;
|
backdrop.volume = 0.4;
|
||||||
}
|
|
||||||
|
|
||||||
STATE.slideshow.videoPlayers[itemId] = backdrop;
|
STATE.slideshow.videoPlayers[itemId] = backdrop;
|
||||||
|
|
||||||
backdrop.addEventListener('play', (event) => {
|
backdrop.addEventListener('play', (event) => {
|
||||||
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
||||||
|
|
||||||
if (!slide || !slide.classList.contains('active')) {
|
if (!slide || !slide.classList.contains('active')) {
|
||||||
console.log(`Local video ${itemId} started playing but is not active, pausing.`);
|
console.log(`Local video ${itemId} started playing but slide is not active, pausing.`);
|
||||||
event.target.pause();
|
event.target.pause();
|
||||||
event.target.currentTime = 0;
|
event.target.currentTime = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CONFIG.waitForTrailerToEnd && STATE.slideshow.slideInterval) {
|
if (CONFIG.waitForTrailerToEnd && STATE.slideshow.slideInterval) {
|
||||||
STATE.slideshow.slideInterval.stop();
|
STATE.slideshow.slideInterval.stop();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
backdrop.addEventListener('ended', () => {
|
backdrop.addEventListener('ended', (event) => {
|
||||||
|
const slide = event.target.closest('.slide');
|
||||||
|
if (slide && slide.classList.contains('active')) {
|
||||||
SlideshowManager.nextSlide();
|
SlideshowManager.nextSlide();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
backdrop.addEventListener('error', () => {
|
backdrop.addEventListener('error', (event) => {
|
||||||
if (CONFIG.waitForTrailerToEnd) {
|
console.warn(`Local video error for item ${itemId}`);
|
||||||
|
const slide = event.target.closest('.slide');
|
||||||
|
if (slide && slide.classList.contains('active')) {
|
||||||
SlideshowManager.nextSlide();
|
SlideshowManager.nextSlide();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -2186,6 +2225,11 @@ const SlideCreator = {
|
|||||||
item.localTrailerUrl = await ApiUtils.fetchLocalTrailer(itemId);
|
item.localTrailerUrl = await ApiUtils.fetchLocalTrailer(itemId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Pre-fetch theme video URL if needed
|
||||||
|
if (CONFIG.preferLocalBackdrops) {
|
||||||
|
item.themeVideoUrl = await ApiUtils.fetchThemeVideos(itemId);
|
||||||
|
}
|
||||||
|
|
||||||
const slideElement = this.createSlideElement(
|
const slideElement = this.createSlideElement(
|
||||||
item,
|
item,
|
||||||
item.Type === "Movie" ? "Movie" : "TV Show"
|
item.Type === "Movie" ? "Movie" : "TV Show"
|
||||||
@@ -2283,16 +2327,6 @@ const SlideshowManager = {
|
|||||||
let previousVisibleSlide;
|
let previousVisibleSlide;
|
||||||
try {
|
try {
|
||||||
const container = SlideUtils.getOrCreateSlidesContainer();
|
const container = SlideUtils.getOrCreateSlidesContainer();
|
||||||
|
|
||||||
const activeElement = document.activeElement;
|
|
||||||
let focusSelector = null;
|
|
||||||
if (container.contains(activeElement)) {
|
|
||||||
if (activeElement.classList.contains('play-button')) focusSelector = '.play-button';
|
|
||||||
else if (activeElement.classList.contains('detail-button')) focusSelector = '.detail-button';
|
|
||||||
else if (activeElement.classList.contains('favorite-button')) focusSelector = '.favorite-button';
|
|
||||||
else if (activeElement.classList.contains('trailer-button')) focusSelector = '.trailer-button';
|
|
||||||
}
|
|
||||||
|
|
||||||
const totalItems = STATE.slideshow.totalItems;
|
const totalItems = STATE.slideshow.totalItems;
|
||||||
|
|
||||||
index = Math.max(0, Math.min(index, totalItems - 1));
|
index = Math.max(0, Math.min(index, totalItems - 1));
|
||||||
@@ -2321,47 +2355,109 @@ const SlideshowManager = {
|
|||||||
|
|
||||||
currentSlide.classList.add("active");
|
currentSlide.classList.add("active");
|
||||||
|
|
||||||
// Restore focus for TV mode navigation continuity
|
// Manage Video Playback: Stop others, Play current
|
||||||
requestAnimationFrame(() => {
|
// 1. Stop all other YouTube players and local video elements
|
||||||
if (focusSelector) {
|
if (STATE.slideshow.videoPlayers) {
|
||||||
const target = currentSlide.querySelector(focusSelector);
|
Object.keys(STATE.slideshow.videoPlayers).forEach(id => {
|
||||||
if (target) {
|
if (id !== currentItemId) {
|
||||||
target.focus();
|
const p = STATE.slideshow.videoPlayers[id];
|
||||||
return;
|
if (!p) return;
|
||||||
|
// YouTube player
|
||||||
|
if (typeof p.pauseVideo === 'function') {
|
||||||
|
p.pauseVideo();
|
||||||
|
}
|
||||||
|
// HTML5 <video> element (local trailers)
|
||||||
|
if (p instanceof HTMLVideoElement) {
|
||||||
|
p.pause();
|
||||||
|
p.muted = true;
|
||||||
|
p.currentTime = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Always ensure container has focus in TV mode to keep keyboard navigation working
|
});
|
||||||
const isTvMode = (window.layoutManager && window.layoutManager.tv) ||
|
}
|
||||||
document.documentElement.classList.contains('layout-tv') ||
|
|
||||||
document.body.classList.contains('layout-tv');
|
// 2. Pause all other HTML5 videos e.g. local trailers
|
||||||
if (isTvMode) {
|
document.querySelectorAll('video').forEach(video => {
|
||||||
container.focus({ preventScroll: true });
|
if (!video.closest(`.slide[data-item-id="${currentItemId}"]`)) {
|
||||||
|
video.pause();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Manage Video Playback: Stop others, Play current
|
// 3. Play and Reset current video
|
||||||
this.pauseOtherVideos(currentItemId);
|
|
||||||
|
|
||||||
if (!STATE.slideshow.isPaused) {
|
|
||||||
this.playCurrentVideo(currentSlide, currentItemId);
|
|
||||||
} else {
|
|
||||||
// Check if new slide has video — Option B: un-pause for video slides
|
|
||||||
const videoBackdrop = currentSlide.querySelector('.video-backdrop');
|
const videoBackdrop = currentSlide.querySelector('.video-backdrop');
|
||||||
if (videoBackdrop) {
|
|
||||||
|
// Auto-unpause when a video slide becomes active
|
||||||
|
if (videoBackdrop && STATE.slideshow.isPaused) {
|
||||||
STATE.slideshow.isPaused = false;
|
STATE.slideshow.isPaused = false;
|
||||||
const pauseButton = document.querySelector('.pause-button');
|
const pauseButton = document.querySelector('.pause-button');
|
||||||
if (pauseButton) {
|
if (pauseButton) {
|
||||||
pauseButton.innerHTML = '<i class="material-icons">pause</i>';
|
pauseButton.innerHTML = '<i class="material-icons">pause</i>';
|
||||||
const pauseLabel = LocalizationUtils.getLocalizedString('ButtonPause', 'Pause');
|
const pauseLabel = LocalizationUtils.getLocalizedString('ButtonPause', 'Pause');
|
||||||
pauseButton.setAttribute('aria-label', pauseLabel);
|
pauseButton.setAttribute("aria-label", pauseLabel);
|
||||||
pauseButton.setAttribute('title', pauseLabel);
|
pauseButton.setAttribute("title", pauseLabel);
|
||||||
}
|
}
|
||||||
this.playCurrentVideo(currentSlide, currentItemId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update mute button visibility
|
// Update mute button visibility
|
||||||
const muteButton = document.querySelector('.mute-button');
|
const muteButton = document.querySelector('.mute-button');
|
||||||
if (muteButton) {
|
if (muteButton) {
|
||||||
muteButton.style.display = videoBackdrop ? 'block' : 'none';
|
const hasVideo = !!videoBackdrop;
|
||||||
|
muteButton.style.display = hasVideo ? 'block' : 'none';
|
||||||
|
}
|
||||||
|
|
||||||
|
if (videoBackdrop) {
|
||||||
|
if (videoBackdrop.tagName === 'VIDEO') {
|
||||||
|
videoBackdrop.currentTime = 0;
|
||||||
|
|
||||||
|
videoBackdrop.muted = STATE.slideshow.isMuted;
|
||||||
|
if (!STATE.slideshow.isMuted) {
|
||||||
|
videoBackdrop.volume = 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
videoBackdrop.play().catch(e => {
|
||||||
|
// Check if it actually started playing after a short delay (handling autoplay blocks)
|
||||||
|
setTimeout(() => {
|
||||||
|
if (videoBackdrop.paused && currentSlide.classList.contains('active')) {
|
||||||
|
console.warn(`Autoplay blocked for ${currentItemId}, attempting muted fallback`);
|
||||||
|
videoBackdrop.muted = true;
|
||||||
|
videoBackdrop.play().catch(err => console.error("Muted fallback failed", err));
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
});
|
||||||
|
} else if (STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[currentItemId]) {
|
||||||
|
const player = STATE.slideshow.videoPlayers[currentItemId];
|
||||||
|
if (player && typeof player.loadVideoById === 'function' && player._videoId) {
|
||||||
|
// Use loadVideoById to enforce start and end times
|
||||||
|
player.loadVideoById({
|
||||||
|
videoId: player._videoId,
|
||||||
|
startSeconds: player._startTime || 0,
|
||||||
|
endSeconds: player._endTime
|
||||||
|
});
|
||||||
|
|
||||||
|
if (STATE.slideshow.isMuted) {
|
||||||
|
player.mute();
|
||||||
|
} else {
|
||||||
|
player.unMute();
|
||||||
|
player.setVolume(40);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if playback successfully started, otherwise fallback to muted
|
||||||
|
setTimeout(() => {
|
||||||
|
if (!currentSlide.classList.contains('active')) return;
|
||||||
|
if (player.getPlayerState &&
|
||||||
|
player.getPlayerState() !== YT.PlayerState.PLAYING &&
|
||||||
|
player.getPlayerState() !== YT.PlayerState.BUFFERING) {
|
||||||
|
console.log("YouTube loadVideoById didn't start playback, retrying muted...");
|
||||||
|
player.mute();
|
||||||
|
player.playVideo();
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
} else if (player && typeof player.seekTo === 'function') {
|
||||||
|
// Fallback if loadVideoById is not available or videoId missing
|
||||||
|
const startTime = player._startTime || 0;
|
||||||
|
player.seekTo(startTime);
|
||||||
|
player.playVideo();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2458,6 +2554,7 @@ const SlideshowManager = {
|
|||||||
async preloadAdjacentSlides(currentIndex) {
|
async preloadAdjacentSlides(currentIndex) {
|
||||||
const totalItems = STATE.slideshow.totalItems;
|
const totalItems = STATE.slideshow.totalItems;
|
||||||
const preloadCount = Math.min(Math.max(CONFIG.preloadCount || 1, 1), 5);
|
const preloadCount = Math.min(Math.max(CONFIG.preloadCount || 1, 1), 5);
|
||||||
|
const preloadedIds = new Set();
|
||||||
|
|
||||||
// Preload next slides
|
// Preload next slides
|
||||||
for (let i = 1; i <= preloadCount; i++) {
|
for (let i = 1; i <= preloadCount; i++) {
|
||||||
@@ -2465,8 +2562,11 @@ const SlideshowManager = {
|
|||||||
if (nextIndex === currentIndex) break;
|
if (nextIndex === currentIndex) break;
|
||||||
|
|
||||||
const itemId = STATE.slideshow.itemIds[nextIndex];
|
const itemId = STATE.slideshow.itemIds[nextIndex];
|
||||||
|
if (!preloadedIds.has(itemId)) {
|
||||||
|
preloadedIds.add(itemId);
|
||||||
SlideCreator.createSlideForItemId(itemId);
|
SlideCreator.createSlideForItemId(itemId);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Preload previous slides
|
// Preload previous slides
|
||||||
for (let i = 1; i <= preloadCount; i++) {
|
for (let i = 1; i <= preloadCount; i++) {
|
||||||
@@ -2474,8 +2574,11 @@ const SlideshowManager = {
|
|||||||
if (prevIndex === currentIndex) break;
|
if (prevIndex === currentIndex) break;
|
||||||
|
|
||||||
const prevItemId = STATE.slideshow.itemIds[prevIndex];
|
const prevItemId = STATE.slideshow.itemIds[prevIndex];
|
||||||
|
if (!preloadedIds.has(prevItemId)) {
|
||||||
|
preloadedIds.add(prevItemId);
|
||||||
SlideCreator.createSlideForItemId(prevItemId);
|
SlideCreator.createSlideForItemId(prevItemId);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
nextSlide() {
|
nextSlide() {
|
||||||
@@ -2510,8 +2613,6 @@ const SlideshowManager = {
|
|||||||
if (index === -1) return;
|
if (index === -1) return;
|
||||||
|
|
||||||
const totalItems = STATE.slideshow.itemIds.length;
|
const totalItems = STATE.slideshow.itemIds.length;
|
||||||
|
|
||||||
// Calculate wrapped distance
|
|
||||||
let distance = Math.abs(index - currentIndex);
|
let distance = Math.abs(index - currentIndex);
|
||||||
if (totalItems > keepRange * 2) {
|
if (totalItems > keepRange * 2) {
|
||||||
distance = Math.min(distance, totalItems - distance);
|
distance = Math.min(distance, totalItems - distance);
|
||||||
@@ -2541,13 +2642,11 @@ const SlideshowManager = {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// After pruning, restore focus to container in TV mode
|
|
||||||
if (prunedAny) {
|
if (prunedAny) {
|
||||||
const isTvMode = (window.layoutManager && window.layoutManager.tv) ||
|
const isTvMode = (window.layoutManager && window.layoutManager.tv) ||
|
||||||
document.documentElement.classList.contains('layout-tv') ||
|
document.documentElement.classList.contains('layout-tv') ||
|
||||||
document.body.classList.contains('layout-tv');
|
document.body.classList.contains('layout-tv');
|
||||||
if (isTvMode) {
|
if (isTvMode) {
|
||||||
// Use setTimeout to execute AFTER Jellyfin's focus manager processes the iframe removal
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const container = document.getElementById("slides-container");
|
const container = document.getElementById("slides-container");
|
||||||
if (container && container.style.display !== 'none') {
|
if (container && container.style.display !== 'none') {
|
||||||
@@ -2674,187 +2773,6 @@ const SlideshowManager = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Pauses all video players except the one with the given item ID
|
|
||||||
* @param {string} excludeItemId - Item ID to exclude from pausing
|
|
||||||
*/
|
|
||||||
pauseOtherVideos(excludeItemId) {
|
|
||||||
// Pause YouTube players
|
|
||||||
if (STATE.slideshow.videoPlayers) {
|
|
||||||
Object.keys(STATE.slideshow.videoPlayers).forEach(id => {
|
|
||||||
if (id !== excludeItemId) {
|
|
||||||
const p = STATE.slideshow.videoPlayers[id];
|
|
||||||
if (p) {
|
|
||||||
try {
|
|
||||||
if (typeof p.pauseVideo === 'function') {
|
|
||||||
p.pauseVideo();
|
|
||||||
if (typeof p.mute === 'function') {
|
|
||||||
p.mute();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (p.tagName === 'VIDEO') {
|
|
||||||
p.pause();
|
|
||||||
p.muted = true;
|
|
||||||
}
|
|
||||||
} catch (e) { console.warn("Error pausing player", id, e); }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// Pause HTML5 videos
|
|
||||||
document.querySelectorAll('video').forEach(video => {
|
|
||||||
const slideParent = video.closest('.slide');
|
|
||||||
if (slideParent && slideParent.dataset.itemId !== excludeItemId) {
|
|
||||||
try {
|
|
||||||
video.pause();
|
|
||||||
video.muted = true;
|
|
||||||
} catch (e) {}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Plays the video backdrop on the given slide and updates mute button visibility.
|
|
||||||
* Includes a retry mechanism for YouTube players that aren't ready yet.
|
|
||||||
* @param {Element} slide - The slide DOM element
|
|
||||||
* @param {string} itemId - The item ID of the slide
|
|
||||||
*/
|
|
||||||
playCurrentVideo(slide, itemId) {
|
|
||||||
// Find video element — check class (covers both original div and iframe with class restored by onReady)
|
|
||||||
const videoBackdrop = slide.querySelector('.video-backdrop');
|
|
||||||
const ytPlayer = STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[itemId];
|
|
||||||
const hasAnyVideo = !!(videoBackdrop || ytPlayer);
|
|
||||||
|
|
||||||
console.log(`[MBE-PLAY] playCurrentVideo for ${itemId}: videoBackdrop=${videoBackdrop?.tagName || 'null'}, ytPlayer=${!!ytPlayer}, ytReady=${ytPlayer && typeof ytPlayer.loadVideoById === 'function'}`);
|
|
||||||
|
|
||||||
// Update mute button visibility
|
|
||||||
const muteButton = document.querySelector('.mute-button');
|
|
||||||
if (muteButton) {
|
|
||||||
muteButton.style.display = hasAnyVideo ? 'block' : 'none';
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!hasAnyVideo) {
|
|
||||||
console.log(`[MBE-PLAY] No video found for ${itemId}, skipping`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// HTML5 <video> element
|
|
||||||
if (videoBackdrop && videoBackdrop.tagName === 'VIDEO') {
|
|
||||||
console.log(`[MBE-PLAY] Playing HTML5 video for ${itemId}`);
|
|
||||||
videoBackdrop.currentTime = 0;
|
|
||||||
videoBackdrop.muted = STATE.slideshow.isMuted;
|
|
||||||
if (!STATE.slideshow.isMuted) videoBackdrop.volume = 0.4;
|
|
||||||
|
|
||||||
videoBackdrop.play().catch(() => {
|
|
||||||
setTimeout(() => {
|
|
||||||
if (videoBackdrop.paused && slide.classList.contains('active')) {
|
|
||||||
console.warn(`[MBE-PLAY] Autoplay blocked for ${itemId}, muted fallback`);
|
|
||||||
videoBackdrop.muted = true;
|
|
||||||
videoBackdrop.play().catch(err => console.error('[MBE-PLAY] Muted fallback failed', err));
|
|
||||||
}
|
|
||||||
}, 1000);
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// YouTube player — try to play now if ready
|
|
||||||
if (ytPlayer && typeof ytPlayer.loadVideoById === 'function' && ytPlayer._videoId) {
|
|
||||||
console.log(`[MBE-PLAY] YouTube player READY for ${itemId}, calling loadVideoById`);
|
|
||||||
ytPlayer.loadVideoById({
|
|
||||||
videoId: ytPlayer._videoId,
|
|
||||||
startSeconds: ytPlayer._startTime || 0,
|
|
||||||
endSeconds: ytPlayer._endTime
|
|
||||||
});
|
|
||||||
|
|
||||||
if (STATE.slideshow.isMuted) {
|
|
||||||
ytPlayer.mute();
|
|
||||||
} else {
|
|
||||||
ytPlayer.unMute();
|
|
||||||
ytPlayer.setVolume(40);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Pause slideshow timer for video if configured
|
|
||||||
if (CONFIG.waitForTrailerToEnd && STATE.slideshow.slideInterval) {
|
|
||||||
STATE.slideshow.slideInterval.stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
// 1s check: if still not playing, force muted retry
|
|
||||||
setTimeout(() => {
|
|
||||||
if (!slide.classList.contains('active')) return;
|
|
||||||
try {
|
|
||||||
const state = ytPlayer.getPlayerState();
|
|
||||||
if (state !== YT.PlayerState.PLAYING && state !== YT.PlayerState.BUFFERING) {
|
|
||||||
console.warn(`[MBE-PLAY] loadVideoById didn't start for ${itemId} (state=${state}), muted retry`);
|
|
||||||
ytPlayer.mute();
|
|
||||||
ytPlayer.playVideo();
|
|
||||||
}
|
|
||||||
} catch (e) { console.warn('[MBE-PLAY] Error checking player state:', e); }
|
|
||||||
}, 1500);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// YouTube player NOT ready yet (onReady hasn't fired).
|
|
||||||
// onReady will handle it IF the slide is still active when it fires.
|
|
||||||
// But as safety net: retry every 500ms for up to 6 seconds.
|
|
||||||
console.log(`[MBE-PLAY] YouTube player NOT READY for ${itemId}, starting retry loop (onReady will also attempt)`);
|
|
||||||
let retryCount = 0;
|
|
||||||
const maxRetries = 12; // 12 × 500ms = 6 seconds
|
|
||||||
const retryTimer = setInterval(() => {
|
|
||||||
retryCount++;
|
|
||||||
|
|
||||||
// Abort if slide changed or paused
|
|
||||||
if (!slide.classList.contains('active') || STATE.slideshow.isPaused) {
|
|
||||||
console.log(`[MBE-PLAY] Retry aborted for ${itemId} (slide inactive or paused)`);
|
|
||||||
clearInterval(retryTimer);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const p = STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[itemId];
|
|
||||||
|
|
||||||
// Check if player is now playing (onReady may have started it)
|
|
||||||
if (p && typeof p.getPlayerState === 'function') {
|
|
||||||
try {
|
|
||||||
const state = p.getPlayerState();
|
|
||||||
if (state === YT.PlayerState.PLAYING || state === YT.PlayerState.BUFFERING) {
|
|
||||||
console.log(`[MBE-PLAY] Player for ${itemId} is already playing (started by onReady), stopping retry`);
|
|
||||||
clearInterval(retryTimer);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
} catch (e) { /* player not fully ready yet */ }
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if player is now ready
|
|
||||||
if (p && typeof p.loadVideoById === 'function' && p._videoId) {
|
|
||||||
console.log(`[MBE-PLAY] Retry #${retryCount}: Player for ${itemId} now READY, calling loadVideoById`);
|
|
||||||
clearInterval(retryTimer);
|
|
||||||
|
|
||||||
p.loadVideoById({
|
|
||||||
videoId: p._videoId,
|
|
||||||
startSeconds: p._startTime || 0,
|
|
||||||
endSeconds: p._endTime
|
|
||||||
});
|
|
||||||
|
|
||||||
if (STATE.slideshow.isMuted) {
|
|
||||||
p.mute();
|
|
||||||
} else {
|
|
||||||
p.unMute();
|
|
||||||
p.setVolume(40);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (CONFIG.waitForTrailerToEnd && STATE.slideshow.slideInterval) {
|
|
||||||
STATE.slideshow.slideInterval.stop();
|
|
||||||
}
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (retryCount >= maxRetries) {
|
|
||||||
console.warn(`[MBE-PLAY] Gave up retrying for ${itemId} after ${maxRetries * 500}ms`);
|
|
||||||
clearInterval(retryTimer);
|
|
||||||
}
|
|
||||||
}, 500);
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stops all video playback (YouTube and HTML5)
|
* Stops all video playback (YouTube and HTML5)
|
||||||
* Used when navigating away from the home screen
|
* Used when navigating away from the home screen
|
||||||
@@ -3003,7 +2921,7 @@ const SlideshowManager = {
|
|||||||
// Determine if we should handle navigation keys (Arrows, Space, M)
|
// Determine if we should handle navigation keys (Arrows, Space, M)
|
||||||
// TV Mode: Strict focus required (must be on slideshow)
|
// TV Mode: Strict focus required (must be on slideshow)
|
||||||
// Desktop Mode: Loose focus allowed (slideshow OR body/nothing focused)
|
// Desktop Mode: Loose focus allowed (slideshow OR body/nothing focused)
|
||||||
let canControlSlideshow = isTvMode ? hasDirectFocus : (hasDirectFocus || isBodyFocused);
|
const canControlSlideshow = isTvMode ? hasDirectFocus : (hasDirectFocus || isBodyFocused);
|
||||||
|
|
||||||
// Check for Input Fields (always ignore typing)
|
// Check for Input Fields (always ignore typing)
|
||||||
const isInputElement = activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA' || activeElement.isContentEditable);
|
const isInputElement = activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA' || activeElement.isContentEditable);
|
||||||
@@ -3647,70 +3565,76 @@ const MediaBarEnhancedSettingsManager = {
|
|||||||
* Initialize page visibility handling to pause when tab is inactive
|
* Initialize page visibility handling to pause when tab is inactive
|
||||||
*/
|
*/
|
||||||
const initPageVisibilityHandler = () => {
|
const initPageVisibilityHandler = () => {
|
||||||
document.addEventListener("visibilitychange", () => {
|
let wasVideoPlayingBeforeHide = false;
|
||||||
const isVideoPlayerOpen = document.querySelector('.videoPlayerContainer:not(.hide)') ||
|
|
||||||
document.querySelector('.youtubePlayerContainer:not(.hide)');
|
|
||||||
|
|
||||||
|
document.addEventListener("visibilitychange", () => {
|
||||||
if (document.hidden) {
|
if (document.hidden) {
|
||||||
// Stop slide timer
|
console.log("Tab inactive - pausing slideshow and videos");
|
||||||
|
wasVideoPlayingBeforeHide = STATE.slideshow.isVideoPlaying;
|
||||||
|
|
||||||
if (STATE.slideshow.slideInterval) {
|
if (STATE.slideshow.slideInterval) {
|
||||||
STATE.slideshow.slideInterval.stop();
|
STATE.slideshow.slideInterval.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isVideoPlayerOpen) {
|
// Pause active video if playing
|
||||||
// Jellyfin video is playing --> full stop to free all resources
|
const currentItemId = STATE.slideshow.itemIds[STATE.slideshow.currentSlideIndex];
|
||||||
console.log("Tab inactive and Jellyfin player active - stopping all playback");
|
|
||||||
SlideshowManager.stopAllPlayback();
|
|
||||||
} else {
|
|
||||||
// Simple tab switch: stop all others, pause only the current
|
|
||||||
console.log("Tab inactive. Pausing current video, stopping others");
|
|
||||||
const currentItemId = STATE.slideshow.itemIds?.[STATE.slideshow.currentSlideIndex];
|
|
||||||
|
|
||||||
// Stop all players except the current one
|
|
||||||
if (STATE.slideshow.videoPlayers) {
|
|
||||||
Object.keys(STATE.slideshow.videoPlayers).forEach(id => {
|
|
||||||
if (id === currentItemId) return;
|
|
||||||
const p = STATE.slideshow.videoPlayers[id];
|
|
||||||
if (p) {
|
|
||||||
try {
|
|
||||||
if (typeof p.stopVideo === 'function') {
|
|
||||||
p.stopVideo();
|
|
||||||
if (typeof p.clearVideo === 'function') p.clearVideo();
|
|
||||||
} else if (p.tagName === 'VIDEO') {
|
|
||||||
p.pause();
|
|
||||||
p.muted = true;
|
|
||||||
p.currentTime = 0;
|
|
||||||
}
|
|
||||||
} catch (e) { console.warn("Error stopping background player", id, e); }
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Pause only the current video
|
|
||||||
if (currentItemId) {
|
if (currentItemId) {
|
||||||
const player = STATE.slideshow.videoPlayers?.[currentItemId];
|
// YouTube
|
||||||
if (player) {
|
if (STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[currentItemId]) {
|
||||||
|
const player = STATE.slideshow.videoPlayers[currentItemId];
|
||||||
|
if (typeof player.pauseVideo === "function") {
|
||||||
try {
|
try {
|
||||||
if (typeof player.pauseVideo === 'function') {
|
|
||||||
player.pauseVideo();
|
player.pauseVideo();
|
||||||
} else if (player.tagName === 'VIDEO') {
|
STATE.slideshow.isVideoPlaying = false;
|
||||||
player.pause();
|
} catch (e) {
|
||||||
|
console.warn("Error pausing video on tab hide:", e);
|
||||||
}
|
}
|
||||||
} catch (e) { console.warn("Error pausing video on tab hide:", e); }
|
} else if (player.tagName === 'VIDEO') { // HTML5 Video
|
||||||
|
player.pause();
|
||||||
|
STATE.slideshow.isVideoPlaying = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log("Tab active. Resuming slideshow");
|
console.log("Tab active - resuming slideshow");
|
||||||
const isOnHome = window.location.hash === "#/home.html" || window.location.hash === "#/home";
|
if (!STATE.slideshow.isPaused) {
|
||||||
|
const currentItemId = STATE.slideshow.itemIds[STATE.slideshow.currentSlideIndex];
|
||||||
|
|
||||||
if (isOnHome && !STATE.slideshow.isPaused && !isVideoPlayerOpen) {
|
if (wasVideoPlayingBeforeHide && currentItemId && STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[currentItemId]) {
|
||||||
SlideshowManager.resumeActivePlayback();
|
const player = STATE.slideshow.videoPlayers[currentItemId];
|
||||||
|
|
||||||
if (STATE.slideshow.slideInterval && !CONFIG.waitForTrailerToEnd) {
|
// YouTube
|
||||||
|
if (typeof player.playVideo === "function") {
|
||||||
|
try {
|
||||||
|
player.playVideo();
|
||||||
|
STATE.slideshow.isVideoPlaying = true;
|
||||||
|
} catch (e) {
|
||||||
|
console.warn("Error resuming video on tab show:", e);
|
||||||
|
if (STATE.slideshow.slideInterval) {
|
||||||
STATE.slideshow.slideInterval.start();
|
STATE.slideshow.slideInterval.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (player.tagName === 'VIDEO') { // HTML5 Video
|
||||||
|
try {
|
||||||
|
player.play().catch(e => console.warn("Error resuming HTML5 video:", e));
|
||||||
|
STATE.slideshow.isVideoPlaying = true;
|
||||||
|
} catch(e) { console.warn(e); }
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// No video was playing, just restart interval
|
||||||
|
const activeSlide = document.querySelector('.slide.active');
|
||||||
|
const hasVideo = activeSlide && activeSlide.querySelector('.video-backdrop');
|
||||||
|
|
||||||
|
if (CONFIG.waitForTrailerToEnd && hasVideo) {
|
||||||
|
// Don't restart interval if waiting for trailer
|
||||||
|
} else {
|
||||||
|
if (STATE.slideshow.slideInterval) {
|
||||||
|
STATE.slideshow.slideInterval.start();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
wasVideoPlayingBeforeHide = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -20,11 +20,14 @@ This plugin is a fork and enhancement of the original [Media Bar by MakD](https:
|
|||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [General Settings](#general-settings)
|
- [General Settings](#general-settings)
|
||||||
- [Custom Content](#custom-content)
|
- [Custom Content](#custom-content)
|
||||||
|
- [Content Sorting](#content-sorting)
|
||||||
|
- [Content Limits](#content-limits)
|
||||||
- [Advanced Settings](#advanced-settings)
|
- [Advanced Settings](#advanced-settings)
|
||||||
- [Build The Plugin By Yourself](#build-the-plugin-by-yourself)
|
- [Build The Plugin By Yourself](#build-the-plugin-by-yourself)
|
||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
- [Effects Not Showing](#effects-not-showing)
|
- [Effects Not Showing](#effects-not-showing)
|
||||||
- [Docker Permission Issues](#docker-permission-issues)
|
- [Docker Permission Issues](#docker-permission-issues)
|
||||||
|
- [Credits](#credits)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -97,6 +100,12 @@ This plugin builds upon the original Media Bar with new capabilities and improve
|
|||||||
<summary>Have a look:</summary>
|
<summary>Have a look:</summary>
|
||||||
<img width="513" height="575" alt="Client-Settings" src="https://github.com/user-attachments/assets/3e29a84f-f8ea-4b7b-b561-80493cb1535b" />
|
<img width="513" height="575" alt="Client-Settings" src="https://github.com/user-attachments/assets/3e29a84f-f8ea-4b7b-b561-80493cb1535b" />
|
||||||
</details>
|
</details>
|
||||||
|
* **Local Trailers Preference**: Option to prefer local trailers (from the media item) over online sources.
|
||||||
|
* **Theme Video Support**: Option to prefer local theme videos (backdrops) over trailers.
|
||||||
|
* **Randomization**: Options to randomize theme videos and local trailers if multiple versions exist.
|
||||||
|
* **Include Watched Content**: Option to include watched items in the random slideshow.
|
||||||
|
* **Content Sorting Options**: Sort content by various criteria such as PremiereDate, ProductionYear, Random, or Original order.
|
||||||
|
* **Client-Side Settings**: Allow users to override settings locally on their device.
|
||||||
|
|
||||||
### Core Features
|
### Core Features
|
||||||
* **Immersive Slideshow**: Rotates through your media library
|
* **Immersive Slideshow**: Rotates through your media library
|
||||||
@@ -104,6 +113,7 @@ This plugin builds upon the original Media Bar with new capabilities and improve
|
|||||||
* **Direct Play**: Click "Play" to start watching immediately
|
* **Direct Play**: Click "Play" to start watching immediately
|
||||||
* **Details View**: Click "Info" to jump to the item's detail page
|
* **Details View**: Click "Info" to jump to the item's detail page
|
||||||
* **Add To Favorites**: Click the heart to add the item to your favorites
|
* **Add To Favorites**: Click the heart to add the item to your favorites
|
||||||
|
* **Customize**: Change the plugins behavior through the Jellyfin admin panel
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -150,6 +160,8 @@ Configure the plugin via **Dashboard** > **Plugins** > **Media Bar Enhanced**.
|
|||||||
* **Wait For Trailer To End**: Prevents slide transition until the video finishes.
|
* **Wait For Trailer To End**: Prevents slide transition until the video finishes.
|
||||||
* **Enable Mobile Video**: specific setting to allow video playback on mobile devices (disabled by default to save data/battery).
|
* **Enable Mobile Video**: specific setting to allow video playback on mobile devices (disabled by default to save data/battery).
|
||||||
* **Show Trailer Button**: Adds a button to open the trailer in a popup modal if video backdrops are disabled (e.g. on mobile if trailers are disabled there)
|
* **Show Trailer Button**: Adds a button to open the trailer in a popup modal if video backdrops are disabled (e.g. on mobile if trailers are disabled there)
|
||||||
|
* **Prefer Local Trailers**: If enabled, local trailers will be preferred over remote (YouTube) trailers.
|
||||||
|
* **Prefer Local Backdrops / Theme Videos**: If enabled, local backdrop videos (Theme Videos) will be preferred over trailers.
|
||||||
|
|
||||||
### Custom Content
|
### Custom Content
|
||||||
Define exactly what shows up in your bar.
|
Define exactly what shows up in your bar.
|
||||||
@@ -187,6 +199,7 @@ Customize the order of slides in the Media Bar.
|
|||||||
Fine-tune performance by limiting the number of items fetched from the server.
|
Fine-tune performance by limiting the number of items fetched from the server.
|
||||||
|
|
||||||
* **Total Max Items**: Maximum total items to fetch (combined).
|
* **Total Max Items**: Maximum total items to fetch (combined).
|
||||||
|
* **Include Watched Content**: If enabled, the random slideshow will also include items that you have already watched.
|
||||||
* **Max Movies**: Maximum movies to include (for random selection).
|
* **Max Movies**: Maximum movies to include (for random selection).
|
||||||
* **Max Tv Shows**: Maximum TV shows to include (for random selection).
|
* **Max Tv Shows**: Maximum TV shows to include (for random selection).
|
||||||
* **Preload Count**: Number of slides to preload for smooth transitions.
|
* **Preload Count**: Number of slides to preload for smooth transitions.
|
||||||
@@ -201,6 +214,8 @@ Fine-tune performance by limiting the number of items fetched from the server.
|
|||||||
* **Full Width Video**: Stretches video to cover the entire width (good for desktop, crop on mobile).
|
* **Full Width Video**: Stretches video to cover the entire width (good for desktop, crop on mobile).
|
||||||
* **Enable Loading Screen**: Enable/disable the loading indicator while the bar initializes.
|
* **Enable Loading Screen**: Enable/disable the loading indicator while the bar initializes.
|
||||||
* **Always Show Arrows**: Keeps navigation arrows visible instead of hiding them on mouse leave.
|
* **Always Show Arrows**: Keeps navigation arrows visible instead of hiding them on mouse leave.
|
||||||
|
* **Randomize Backdrop Video**: If enabled, a random video from the backdrops/theme videos will be selected instead of the first one.
|
||||||
|
* **Randomize Local Trailer**: If enabled, a random local trailer will be selected instead of the first one.
|
||||||
* **Enable Keyboard Controls**:
|
* **Enable Keyboard Controls**:
|
||||||
* `Left`/`Right`: Change slide
|
* `Left`/`Right`: Change slide
|
||||||
* `Space`: Pause/Play slideshow
|
* `Space`: Pause/Play slideshow
|
||||||
@@ -271,6 +286,12 @@ volumes:
|
|||||||
- /path/to/jellyfin/config/index.html:/jellyfin/jellyfin-web/index.html
|
- /path/to/jellyfin/config/index.html:/jellyfin/jellyfin-web/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
This project is based on the original [Jellyfin Media Bar by MakD](https://github.com/MakD/Jellyfin-Media-Bar) and incorporates concepts from [IAmParadox27's plugin fork](https://github.com/IAmParadox27/jellyfin-plugin-media-bar). Thanks for their work!
|
||||||
|
|
||||||
|
Also, special thanks to IAmParadox27 for the [File Transformation plugin](https://github.com/IAmParadox27/jellyfin-plugin-file-transformation) which this plugin can optionally use for improved Docker compatibility.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Feel free to contribute to this project by creating pull requests or reporting issues.
|
Feel free to contribute to this project by creating pull requests or reporting issues.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ Bevor du baust, musst du die Versionsnummer in den folgenden Dateien aktualisier
|
|||||||
Führe den folgenden Befehl im Terminal (PowerShell) im Hauptverzeichnis aus. Wir nutzen hier `dotnet build` statt `publish`, um unnötige Dateien zu vermeiden.
|
Führe den folgenden Befehl im Terminal (PowerShell) im Hauptverzeichnis aus. Wir nutzen hier `dotnet build` statt `publish`, um unnötige Dateien zu vermeiden.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
dotnet build Jellyfin.Plugin.MediaBar/Jellyfin.Plugin.MediaBar.csproj --configuration Release --output bin/Publish; Compress-Archive -Path bin/Publish/* -DestinationPath bin/Publish/Jellyfin.Plugin.MediaBar.zip -Force; $hash = (Get-FileHash -Algorithm MD5 bin/Publish/Jellyfin.Plugin.MediaBar.zip).Hash.ToLower(); $time = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ssZ"); Write-Output "`n----------------------------------------"; Write-Output "NEUE CHECKSUMME (MD5): $hash"; Write-Output "ZEITSTEMPEL: $time"; Write-Output "----------------------------------------`n"
|
dotnet build Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj --configuration Release --output bin/Publish; Compress-Archive -Path bin/Publish/* -DestinationPath bin/Publish/Jellyfin.Plugin.MediaBarEnhanced.zip -Force; $hash = (Get-FileHash -Algorithm MD5 bin/Publish/Jellyfin.Plugin.MediaBarEnhanced.zip).Hash.ToLower(); $time = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ssZ"); Write-Output "`n----------------------------------------"; Write-Output "NEUE CHECKSUMME (MD5): $hash"; Write-Output "ZEITSTEMPEL: $time"; Write-Output "----------------------------------------`n"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 3. Manifest aktualisieren
|
## 3. Manifest aktualisieren
|
||||||
|
|||||||
@@ -9,12 +9,36 @@
|
|||||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "1.6.1.24",
|
"version": "1.6.4.1",
|
||||||
"changelog": "- fix tv mode issue\n- refactor video playback management",
|
"changelog": "- fix slide transition when using local/backdrop videos",
|
||||||
"targetAbi": "10.11.0.0",
|
"targetAbi": "10.11.0.0",
|
||||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.1.24/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.4.1/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
"checksum": "466a2504753288ac48d3a9fd6b697f27",
|
"checksum": "a9c5a863427de84639eca082483936da",
|
||||||
"timestamp": "2026-02-14T01:12:44Z"
|
"timestamp": "2026-02-15T22:56:17Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.6.3.1",
|
||||||
|
"changelog": "- fix path issue on subpath installations",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.3.0/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
|
"checksum": "6a952445bfb80ba4603017358e48da91",
|
||||||
|
"timestamp": "2026-02-15T22:38:19Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.6.2.3",
|
||||||
|
"changelog": "- feat: add options for local backdrops (theme videos) support and randomization features for local trailer/backdrops if more than one is available\n- feat: add option to include watched content in the random selection",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.2.3/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
|
"checksum": "c7ff2d783889c25b5a53783bfbe30b11",
|
||||||
|
"timestamp": "2026-02-15T00:38:07Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.6.1.32",
|
||||||
|
"changelog": "- feat: add seasonal UI logic\n- add option to also set the limits for custom ids\n- fix tv mode scroll issue\n- smaller fixes and improvements",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.1.32/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
|
"checksum": "e196fd393ef0bcf51f8ce535103f1811",
|
||||||
|
"timestamp": "2026-02-14T16:34:32Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.6.0.2",
|
"version": "1.6.0.2",
|
||||||
|
|||||||
116
test_scripts/check_backdrop_fields.js
Normal file
116
test_scripts/check_backdrop_fields.js
Normal file
@@ -0,0 +1,116 @@
|
|||||||
|
(async () => {
|
||||||
|
// 1. Initialisierung
|
||||||
|
const apiClient = window.ApiClient;
|
||||||
|
if (!apiClient) {
|
||||||
|
console.error("❌ ApiClient nicht gefunden. Bitte in der Browser-Konsole einer Jellyfin-Seite ausführen.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 2. Item ID abfragen oder festlegen
|
||||||
|
let itemId = prompt("Bitte die Item ID eingeben (von einem Film/Serie mit Theme Video/Backdrop Video):");
|
||||||
|
if (!itemId) {
|
||||||
|
console.warn("Keine Item ID eingegeben. Abbruch.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
itemId = itemId.trim();
|
||||||
|
|
||||||
|
const userId = apiClient.getCurrentUserId();
|
||||||
|
console.log(`%c🔍 Untersuche Item: ${itemId}`, "color: #00a4dc; font-size: 1.2em; font-weight: bold;");
|
||||||
|
|
||||||
|
// 3. Helper Funktion für Fetch requests
|
||||||
|
const fetchJson = async (url) => {
|
||||||
|
try {
|
||||||
|
const res = await fetch(url, {
|
||||||
|
headers: {
|
||||||
|
'Authorization': `MediaBrowser Client="Jellyfin Web", Device="Browser", DeviceId="${apiClient.deviceId()}", Version="${apiClient.appVersion()}", Token="${apiClient.accessToken()}"`
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (res.ok) return await res.json();
|
||||||
|
console.warn(`⚠️ Request fehlgeschlagen: ${url} (${res.status})`);
|
||||||
|
return null;
|
||||||
|
} catch (e) {
|
||||||
|
console.error(`❌ Fehler bei Request: ${url}`, e);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
// TEST 1: Standard Item Details mit erweiterten Feldern
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
console.group("1. Standard Item Details (mit Fields)");
|
||||||
|
const fields = "Overview,RemoteTrailers,MediaSources,LocalTrailerCount,ThemeVideoIds,ThemeSongIds";
|
||||||
|
const itemDetailsUrl = `${apiClient.serverAddress()}/Users/${userId}/Items/${itemId}?Fields=${fields}`;
|
||||||
|
|
||||||
|
const item = await fetchJson(itemDetailsUrl);
|
||||||
|
if (item) {
|
||||||
|
console.log("Name:", item.Name);
|
||||||
|
console.log("ThemeVideoIds:", item.ThemeVideoIds);
|
||||||
|
console.log("ThemeSongIds:", item.ThemeSongIds);
|
||||||
|
console.log("LocalTrailerCount:", item.LocalTrailerCount);
|
||||||
|
console.log("RemoteTrailers:", item.RemoteTrailers);
|
||||||
|
|
||||||
|
if (item.ThemeVideoIds && item.ThemeVideoIds.length > 0) {
|
||||||
|
console.log(`%c✅ ThemeVideoIds gefunden: ${item.ThemeVideoIds.length}`, "color: green; font-weight: bold;");
|
||||||
|
} else {
|
||||||
|
console.log(`%c❌ Keine ThemeVideoIds im Item-Objekt.`, "color: orange;");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
console.groupEnd();
|
||||||
|
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
// TEST 2: ThemeMedia Endpoint
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
console.group("2. Endpoint: /Items/{Id}/ThemeMedia");
|
||||||
|
const themeMediaUrl = `${apiClient.serverAddress()}/Items/${itemId}/ThemeMedia?userId=${userId}`;
|
||||||
|
const themeMedia = await fetchJson(themeMediaUrl);
|
||||||
|
|
||||||
|
if (themeMedia) {
|
||||||
|
console.dir(themeMedia);
|
||||||
|
if (themeMedia.ThemeVideos && themeMedia.ThemeVideos.length > 0) {
|
||||||
|
console.log(`%c✅ ThemeVideos gefunden: ${themeMedia.ThemeVideos.length}`, "color: green; font-weight: bold;");
|
||||||
|
themeMedia.ThemeVideos.forEach(v => console.log(` - ID: ${v.Id}, Name: ${v.Name}, Path: ${v.Path}`));
|
||||||
|
} else {
|
||||||
|
console.log("❌ Keine ThemeVideos in ThemeMedia gefunden.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
console.groupEnd();
|
||||||
|
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
// TEST 3: ThemeVideos Endpoint (Spezifisch)
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
console.group("3. Endpoint: /Items/{Id}/ThemeVideos");
|
||||||
|
// Manchmal auch unter Users/{UserId}/Items/{Id}/ThemeVideos
|
||||||
|
const themeVideosUrl = `${apiClient.serverAddress()}/Items/${itemId}/ThemeVideos?userId=${userId}`;
|
||||||
|
const themeVideos = await fetchJson(themeVideosUrl);
|
||||||
|
|
||||||
|
if (themeVideos) {
|
||||||
|
// Kann Array oder Objekt mit Items sein
|
||||||
|
const videos = Array.isArray(themeVideos) ? themeVideos : (themeVideos.Items || []);
|
||||||
|
console.dir(videos);
|
||||||
|
|
||||||
|
if (videos.length > 0) {
|
||||||
|
console.log(`%c✅ ThemeVideos Endpoint lieferte Ergebnisse: ${videos.length}`, "color: green; font-weight: bold;");
|
||||||
|
} else {
|
||||||
|
console.log("❌ ThemeVideos Endpoint lieferte leeres Array.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
console.groupEnd();
|
||||||
|
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
// TEST 4: LocalTrailers Endpoint
|
||||||
|
// ---------------------------------------------------------
|
||||||
|
console.group("4. Endpoint: /Items/{Id}/LocalTrailers");
|
||||||
|
const localTrailersUrl = `${apiClient.serverAddress()}/Users/${userId}/Items/${itemId}/LocalTrailers`;
|
||||||
|
const localTrailers = await fetchJson(localTrailersUrl);
|
||||||
|
|
||||||
|
if (localTrailers && localTrailers.length > 0) {
|
||||||
|
console.log(`%cℹ️ LocalTrailers gefunden: ${localTrailers.length}`, "color: blue;");
|
||||||
|
console.dir(localTrailers);
|
||||||
|
} else {
|
||||||
|
console.log("❌ Keine LocalTrailers gefunden.");
|
||||||
|
}
|
||||||
|
console.groupEnd();
|
||||||
|
|
||||||
|
console.log("%cFertig.", "font-weight: bold;");
|
||||||
|
|
||||||
|
})();
|
||||||
37
test_scripts/fetch_specific_items_with_fields.js
Normal file
37
test_scripts/fetch_specific_items_with_fields.js
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
(async () => {
|
||||||
|
const apiClient = window.ApiClient;
|
||||||
|
if (!apiClient) {
|
||||||
|
console.error("ApiClient nicht gefunden.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const itemId = "DEINE_ITEM_ID_HIER";
|
||||||
|
const userId = apiClient.getCurrentUserId();
|
||||||
|
|
||||||
|
const fields = "Overview,RemoteTrailers,Genres,CommunityRating,CriticRating,OfficialRating,PremiereDate,ProductionYear,MediaSources,RunTimeTicks,LocalTrailerCount,ThemeVideoIds";
|
||||||
|
|
||||||
|
try {
|
||||||
|
console.log(`Rufe erweiterte Details für Item ${itemId} ab...`);
|
||||||
|
|
||||||
|
const url = apiClient.getUrl(`Users/${userId}/Items/${itemId}`, {
|
||||||
|
Fields: fields
|
||||||
|
});
|
||||||
|
|
||||||
|
const item = await apiClient.getJSON(url);
|
||||||
|
|
||||||
|
if (item) {
|
||||||
|
console.log(`%cErgebnis für: ${item.Name}`, "color: #00a4dc; font-weight: bold;");
|
||||||
|
|
||||||
|
console.log("Remote Trailer:", item.RemoteTrailers);
|
||||||
|
console.log("Local Trailer Count:", item.LocalTrailerCount);
|
||||||
|
console.log("Media Sources:", item.MediaSources);
|
||||||
|
console.log("ThemeVideos:", item.ThemeVideoIds);
|
||||||
|
|
||||||
|
console.dir(item);
|
||||||
|
} else {
|
||||||
|
console.warn("Item konnte nicht gefunden werden.");
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Fehler beim Abrufen des Items:", error);
|
||||||
|
}
|
||||||
|
})();
|
||||||
Reference in New Issue
Block a user