Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0682967591 | ||
|
|
7938728f8e | ||
|
|
a0773c66eb | ||
|
|
10f2a38add | ||
|
|
9bfa3ba5ea | ||
|
|
5c00c07b8a | ||
|
|
773c49a228 | ||
|
|
41a309e0d1 | ||
|
|
43797fbb98 | ||
|
|
f13a1ba1af | ||
|
|
d489c22f28 | ||
|
|
7816c87543 | ||
|
|
720567bafc | ||
|
|
2289a1f83e | ||
|
|
a269318f58 | ||
|
|
fdb409fd3b | ||
|
|
9bb4b9d355 | ||
|
|
1e18c22937 | ||
|
|
a83913d15c | ||
|
|
2f50931beb | ||
|
|
5b14bdba35 | ||
|
|
9ba3b1e49f | ||
|
|
bf7c7fb8e8 | ||
|
|
39e29046de | ||
|
|
18260f8eac | ||
|
|
59c07f3c45 | ||
|
|
b06d1e9375 | ||
|
|
e5bf23a7bc | ||
|
|
0d7113969b | ||
|
|
f69f676a68 | ||
|
|
f448c89ef2 | ||
|
|
daf26fe53a | ||
|
|
26ef307838 | ||
|
|
c296483583 | ||
|
|
7992e20715 | ||
|
|
1ae59f5da5 | ||
|
|
92eaf91173 | ||
|
|
e7410ec22a | ||
|
|
bb43d1e679 | ||
|
|
b6609d23a2 | ||
|
|
9d4cbf37d3 |
@@ -115,14 +115,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="customMediaIdsContainer">
|
<div id="customMediaIdsContainer">
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel inputLabelUnfocused" for="CustomMediaIds">Default Media/Collection/Playlist
|
<label class="inputLabel inputLabelUnfocused" for="CustomMediaIds">Default Media/Collection/Playlist IDs (Newline or Comma-separated)</label>
|
||||||
IDs
|
|
||||||
(Newline or Comma separated)</label>
|
|
||||||
<textarea class="emby-textarea" is="emby-textarea" id="CustomMediaIds" name="CustomMediaIds"
|
<textarea class="emby-textarea" is="emby-textarea" id="CustomMediaIds" name="CustomMediaIds"
|
||||||
style="width: 100%; height: 150px; font-family: monospace;"></textarea>
|
style="width: 100%; height: 150px; font-family: monospace;"></textarea>
|
||||||
<div class="fieldDescription">Enter the IDs of the items you want to show in the slideshow as
|
<div class="fieldDescription">Enter the IDs of the items you want to show in the slideshow as your default content. You can separate them by new line or comma.
|
||||||
your default content.
|
|
||||||
You can separate them by new line or comma.
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<b>Manual Trailer/Video Override:</b> You can specify a YouTube URL <b>OR</b> a Jellyfin Item ID (e.g. for a Theme Video) for an item by adding it in
|
<b>Manual Trailer/Video Override:</b> You can specify a YouTube URL <b>OR</b> a Jellyfin Item ID (e.g. for a Theme Video) for an item by adding it in
|
||||||
brackets: <br> <code>e.g. ID DESCRIPTION [https://youtu.be/...]</code> or <code>ID [JellyfinItemId] DESCRIPTION</code>.
|
brackets: <br> <code>e.g. ID DESCRIPTION [https://youtu.be/...]</code> or <code>ID [JellyfinItemId] DESCRIPTION</code>.
|
||||||
@@ -132,11 +128,9 @@
|
|||||||
<li><b>YouTube URL:</b> Play a remote trailer from YouTube.</li>
|
<li><b>YouTube URL:</b> Play a remote trailer from YouTube.</li>
|
||||||
<li><b>Jellyfin Item ID (GUID):</b> Play the video of another library item (e.g. a Theme Video or Backdrop Video) using the native player.</li>
|
<li><b>Jellyfin Item ID (GUID):</b> Play the video of another library item (e.g. a Theme Video or Backdrop Video) using the native player.</li>
|
||||||
</ul>
|
</ul>
|
||||||
You can also add a description after the ID using any separator like space, pipe
|
You can also add a description after the ID using any separator like space, pipe (|) or dash (-): <br>e.g. <code>ID DESCRIPTION</code> or <code>ID | DESCRIPTION</code>
|
||||||
(|) or dash (-): <br>e.g. <code>ID DESCRIPTION</code> or <code>ID | DESCRIPTION</code>
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<b>Note:</b> If using a <b>Collection Name</b> (instead of an ID) combined with a description, you <b>MUST</b> use
|
<b>Note:</b> If using a <b>Collection Name</b> (instead of an ID) combined with a description, you <b>MUST</b> use the pipe (|) separator.
|
||||||
the pipe (|) separator.
|
|
||||||
<br>
|
<br>
|
||||||
<b>Note:</b> The separator <b>MUST NOT</b> be a hex character (0-9, a-f).
|
<b>Note:</b> The separator <b>MUST NOT</b> be a hex character (0-9, a-f).
|
||||||
</div>
|
</div>
|
||||||
@@ -198,7 +192,7 @@
|
|||||||
<input is="emby-checkbox" type="checkbox" id="UseSponsorBlock" name="UseSponsorBlock" />
|
<input is="emby-checkbox" type="checkbox" id="UseSponsorBlock" name="UseSponsorBlock" />
|
||||||
<span>Use SponsorBlock</span>
|
<span>Use SponsorBlock</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Skip intro/outro segments in YouTube trailers.</div>
|
<div class="fieldDescription">Skip intro/outro segments in YouTube trailers (if data is available).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<label class="selectLabel" for="PreferredVideoQuality">Preferred YouTube Quality</label>
|
<label class="selectLabel" for="PreferredVideoQuality">Preferred YouTube Quality</label>
|
||||||
@@ -603,7 +597,7 @@
|
|||||||
'<div class="inputContainer">' +
|
'<div class="inputContainer">' +
|
||||||
' <label class="inputLabel" style="margin-bottom:0.5em; display:block;">Media IDs</label>' +
|
' <label class="inputLabel" style="margin-bottom:0.5em; display:block;">Media IDs</label>' +
|
||||||
' <textarea is="emby-textarea" class="emby-textarea section-ids" style="width: 100%; height: 80px; font-family: monospace;">' + (data.MediaIds || '') + '</textarea>' +
|
' <textarea is="emby-textarea" class="emby-textarea section-ids" style="width: 100%; height: 80px; font-family: monospace;">' + (data.MediaIds || '') + '</textarea>' +
|
||||||
' <div class="fieldDescription">Comma-separated list of Movie/Series/Collection IDs to show during this season.</div>' +
|
' <div class="fieldDescription">Comma-separated or Newline separated list of Movie/Series/Collection IDs to show during this season.<br>Same options available as for the default media IDs.</div>' +
|
||||||
'</div>';
|
'</div>';
|
||||||
|
|
||||||
div.querySelector('.remove-section').addEventListener('click', function() {
|
div.querySelector('.remove-section').addEventListener('click', function() {
|
||||||
|
|||||||
@@ -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.15</Version>
|
<Version>1.6.1.28</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>
|
||||||
|
|
||||||
|
|||||||
@@ -1435,19 +1435,16 @@ 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') {
|
const container = document.getElementById("slides-container");
|
||||||
this._lastVisibleState = 'player-active';
|
if (container) {
|
||||||
const container = document.getElementById("slides-container");
|
container.style.display = "none";
|
||||||
if (container) {
|
container.style.visibility = "hidden";
|
||||||
container.style.display = "none";
|
container.style.pointerEvents = "none";
|
||||||
container.style.visibility = "hidden";
|
|
||||||
container.style.pointerEvents = "none";
|
|
||||||
}
|
|
||||||
if (STATE.slideshow.slideInterval) {
|
|
||||||
STATE.slideshow.slideInterval.stop();
|
|
||||||
}
|
|
||||||
SlideshowManager.stopAllPlayback();
|
|
||||||
}
|
}
|
||||||
|
if (STATE.slideshow.slideInterval) {
|
||||||
|
STATE.slideshow.slideInterval.stop();
|
||||||
|
}
|
||||||
|
SlideshowManager.stopAllPlayback();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1462,27 +1459,20 @@ const VisibilityObserver = {
|
|||||||
activeTab &&
|
activeTab &&
|
||||||
activeTab.getAttribute("data-index") === "0";
|
activeTab.getAttribute("data-index") === "0";
|
||||||
|
|
||||||
const newState = isVisible ? 'visible' : 'hidden';
|
container.style.display = isVisible ? "block" : "none";
|
||||||
|
container.style.visibility = isVisible ? "visible" : "hidden";
|
||||||
|
container.style.pointerEvents = isVisible ? "auto" : "none";
|
||||||
|
|
||||||
// Only update DOM and trigger actions when state actually changes
|
if (isVisible) {
|
||||||
if (this._lastVisibleState !== newState) {
|
if (STATE.slideshow.slideInterval && !STATE.slideshow.isPaused) {
|
||||||
this._lastVisibleState = newState;
|
STATE.slideshow.slideInterval.start();
|
||||||
|
SlideshowManager.resumeActivePlayback();
|
||||||
container.style.display = isVisible ? "block" : "none";
|
|
||||||
container.style.visibility = isVisible ? "visible" : "hidden";
|
|
||||||
container.style.pointerEvents = isVisible ? "auto" : "none";
|
|
||||||
|
|
||||||
if (isVisible) {
|
|
||||||
if (STATE.slideshow.slideInterval && !STATE.slideshow.isPaused) {
|
|
||||||
STATE.slideshow.slideInterval.start();
|
|
||||||
SlideshowManager.resumeActivePlayback();
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if (STATE.slideshow.slideInterval) {
|
|
||||||
STATE.slideshow.slideInterval.stop();
|
|
||||||
}
|
|
||||||
SlideshowManager.stopAllPlayback();
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
if (STATE.slideshow.slideInterval) {
|
||||||
|
STATE.slideshow.slideInterval.stop();
|
||||||
|
}
|
||||||
|
SlideshowManager.stopAllPlayback();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -1490,13 +1480,7 @@ const VisibilityObserver = {
|
|||||||
* Initializes visibility observer
|
* Initializes visibility observer
|
||||||
*/
|
*/
|
||||||
init() {
|
init() {
|
||||||
// MARK: Mark
|
|
||||||
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());
|
||||||
@@ -1623,6 +1607,11 @@ const SlideCreator = {
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
// 1d. 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);
|
||||||
|
|
||||||
@@ -1715,43 +1704,29 @@ 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', '');
|
|
||||||
}
|
|
||||||
|
|
||||||
// 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;
|
||||||
event.target._videoId = videoId;
|
event.target._videoId = videoId;
|
||||||
|
|
||||||
if (STATE.slideshow.isMuted) {
|
|
||||||
event.target.mute();
|
|
||||||
} else {
|
|
||||||
event.target.unMute();
|
|
||||||
event.target.setVolume(40);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof event.target.setPlaybackQuality === 'function') {
|
if (typeof event.target.setPlaybackQuality === 'function') {
|
||||||
event.target.setPlaybackQuality(quality);
|
event.target.setPlaybackQuality(quality);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only play if this is the active slide AND the slideshow is visible
|
// 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');
|
||||||
|
|
||||||
if (slide && slide.classList.contains('active') && !document.hidden && (!isVideoPlayerOpen || isVideoPlayerOpen.classList.contains('hide'))) {
|
if (slide && slide.classList.contains('active') && !document.hidden && (!isVideoPlayerOpen || isVideoPlayerOpen.classList.contains('hide'))) {
|
||||||
// MARK: mark
|
// Set mute state only for active slide
|
||||||
// const currentIndex = STATE.slideshow.currentSlideIndex;
|
if (STATE.slideshow.isMuted) {
|
||||||
// const currentItemId = STATE.slideshow.itemIds[currentIndex];
|
event.target.mute();
|
||||||
// if (currentItemId !== itemId) {
|
} else {
|
||||||
// console.log(`Slide ${itemId} is no longer active (current: ${currentItemId}), aborting playback.`);
|
event.target.unMute();
|
||||||
// event.target.mute(); // Mute just in case
|
event.target.setVolume(40);
|
||||||
// return;
|
}
|
||||||
// }
|
|
||||||
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)
|
||||||
const timeoutId = setTimeout(() => {
|
const timeoutId = setTimeout(() => {
|
||||||
@@ -1780,11 +1755,16 @@ const SlideCreator = {
|
|||||||
if (CONFIG.waitForTrailerToEnd && STATE.slideshow.slideInterval) {
|
if (CONFIG.waitForTrailerToEnd && STATE.slideshow.slideInterval) {
|
||||||
STATE.slideshow.slideInterval.stop();
|
STATE.slideshow.slideInterval.stop();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
event.target.mute();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'onStateChange': (event) => {
|
'onStateChange': (event) => {
|
||||||
if (event.data === YT.PlayerState.ENDED) {
|
if (event.data === YT.PlayerState.ENDED) {
|
||||||
SlideshowManager.nextSlide();
|
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
||||||
|
if (slide && slide.classList.contains('active')) {
|
||||||
|
SlideshowManager.nextSlide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'onError': (event) => {
|
'onError': (event) => {
|
||||||
@@ -1825,28 +1805,24 @@ const SlideCreator = {
|
|||||||
|
|
||||||
STATE.slideshow.videoPlayers[itemId] = backdrop;
|
STATE.slideshow.videoPlayers[itemId] = backdrop;
|
||||||
|
|
||||||
backdrop.addEventListener('play', (event) => {
|
backdrop.addEventListener('play', () => {
|
||||||
const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
|
||||||
// MARK: mark
|
|
||||||
// const currentIndex = STATE.slideshow.currentSlideIndex;
|
|
||||||
// const currentItemId = STATE.slideshow.itemIds[currentIndex];
|
|
||||||
|
|
||||||
// if (!slide || !slide.classList.contains('active') || currentItemId !== itemId) {
|
// backdrop.addEventListener('play', (event) => {
|
||||||
|
// const slide = document.querySelector(`.slide[data-item-id="${itemId}"]`);
|
||||||
if (!slide || !slide.classList.contains('active')) {
|
|
||||||
console.log(`Local video ${itemId} started playing but is not active, pausing.`);
|
|
||||||
event.target.pause();
|
|
||||||
event.target.currentTime = 0;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
// if (!slide || !slide.classList.contains('active')) {
|
||||||
|
// console.log(`Local video ${itemId} started playing but is not active, pausing.`);
|
||||||
|
// event.target.pause();
|
||||||
|
// event.target.currentTime = 0;
|
||||||
|
// 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', () => {
|
||||||
SlideshowManager.nextSlide();
|
SlideshowManager.nextSlide();
|
||||||
});
|
});
|
||||||
|
|
||||||
backdrop.addEventListener('error', () => {
|
backdrop.addEventListener('error', () => {
|
||||||
@@ -2281,16 +2257,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));
|
||||||
@@ -2315,33 +2281,136 @@ const SlideshowManager = {
|
|||||||
|
|
||||||
if (previousVisibleSlide) {
|
if (previousVisibleSlide) {
|
||||||
previousVisibleSlide.classList.remove("active");
|
previousVisibleSlide.classList.remove("active");
|
||||||
|
previousVisibleSlide.setAttribute("inert", "");
|
||||||
|
previousVisibleSlide.setAttribute("tabindex", "-1");
|
||||||
}
|
}
|
||||||
|
|
||||||
currentSlide.classList.add("active");
|
currentSlide.classList.add("active");
|
||||||
|
currentSlide.removeAttribute("inert");
|
||||||
|
currentSlide.setAttribute("tabindex", "0");
|
||||||
|
|
||||||
STATE.slideshow.currentSlideIndex = index;
|
// Update Play/Pause Button State if it was paused
|
||||||
|
if (STATE.slideshow.isPaused) {
|
||||||
// Restore focus for TV mode navigation continuity
|
STATE.slideshow.isPaused = false;
|
||||||
requestAnimationFrame(() => {
|
const pauseButton = document.querySelector('.pause-button');
|
||||||
if (focusSelector) {
|
if (pauseButton) {
|
||||||
const target = currentSlide.querySelector(focusSelector);
|
pauseButton.innerHTML = '<i class="material-icons">pause</i>';
|
||||||
if (target) {
|
const pauseLabel = LocalizationUtils.getLocalizedString('ButtonPause', 'Pause');
|
||||||
target.focus();
|
pauseButton.setAttribute("aria-label", pauseLabel);
|
||||||
return;
|
pauseButton.setAttribute("title", pauseLabel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Always ensure container has focus in TV mode to keep keyboard navigation working
|
|
||||||
const isTvMode = (window.layoutManager && window.layoutManager.tv) ||
|
// Manage Video Playback: Stop others, Play current
|
||||||
document.documentElement.classList.contains('layout-tv') ||
|
|
||||||
document.body.classList.contains('layout-tv');
|
// 1. Pause and mute all other YouTube players
|
||||||
if (isTvMode) {
|
if (STATE.slideshow.videoPlayers) {
|
||||||
container.focus({ preventScroll: true });
|
Object.keys(STATE.slideshow.videoPlayers).forEach(id => {
|
||||||
|
if (id !== currentItemId) {
|
||||||
|
const p = STATE.slideshow.videoPlayers[id];
|
||||||
|
if (p) {
|
||||||
|
try {
|
||||||
|
if (typeof p.pauseVideo === 'function') {
|
||||||
|
p.pauseVideo();
|
||||||
|
if (typeof p.mute === 'function') {
|
||||||
|
p.mute();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) { console.warn("Error pausing player", id, e); }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 2. Pause all other HTML5 videos e.g. local trailers
|
||||||
|
document.querySelectorAll('video').forEach(video => {
|
||||||
|
if (!video.closest(`.slide[data-item-id="${currentItemId}"]`)) {
|
||||||
|
video.pause();
|
||||||
|
video.muted = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Manage Video Playback: Stop others, Play current
|
// 3. Play and Reset current video
|
||||||
this.pauseOtherVideos(currentItemId);
|
const videoBackdrop = currentSlide.querySelector('.video-backdrop');
|
||||||
this.playCurrentVideo(currentSlide, currentItemId);
|
|
||||||
|
// Update mute button visibility
|
||||||
|
const muteButton = document.querySelector('.mute-button');
|
||||||
|
if (muteButton) {
|
||||||
|
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) {
|
||||||
|
// If same video is already loaded, just seek and play (much faster)
|
||||||
|
let isAlreadyLoaded = false;
|
||||||
|
if (typeof player.getVideoData === 'function') {
|
||||||
|
try {
|
||||||
|
const data = player.getVideoData();
|
||||||
|
if (data && data.video_id === player._videoId) {
|
||||||
|
isAlreadyLoaded = true;
|
||||||
|
}
|
||||||
|
} catch (e) { /* player not fully ready */ }
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isAlreadyLoaded) {
|
||||||
|
player.seekTo(player._startTime || 0);
|
||||||
|
player.playVideo();
|
||||||
|
} else {
|
||||||
|
// Full load needed (first time or different video)
|
||||||
|
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();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const enableAnimations = MediaBarEnhancedSettingsManager.getSetting('slideAnimations', CONFIG.slideAnimationEnabled);
|
const enableAnimations = MediaBarEnhancedSettingsManager.getSetting('slideAnimations', CONFIG.slideAnimationEnabled);
|
||||||
|
|
||||||
@@ -2354,6 +2423,8 @@ const SlideshowManager = {
|
|||||||
if (logo) logo.classList.add("animate");
|
if (logo) logo.classList.add("animate");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
STATE.slideshow.currentSlideIndex = index;
|
||||||
|
|
||||||
if (index === 0 || !previousVisibleSlide) {
|
if (index === 0 || !previousVisibleSlide) {
|
||||||
const dotsContainer = container.querySelector(".dots-container");
|
const dotsContainer = container.querySelector(".dots-container");
|
||||||
if (dotsContainer) {
|
if (dotsContainer) {
|
||||||
@@ -2374,7 +2445,8 @@ const SlideshowManager = {
|
|||||||
this.updateDots();
|
this.updateDots();
|
||||||
|
|
||||||
// Only restart interval if we are NOT waiting for a video to end
|
// Only restart interval if we are NOT waiting for a video to end
|
||||||
const hasVideo = currentSlide.querySelector('.video-backdrop');
|
const hasVideo = currentSlide.querySelector('.video-backdrop') ||
|
||||||
|
(STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[currentItemId]);
|
||||||
if (STATE.slideshow.slideInterval && !STATE.slideshow.isPaused) {
|
if (STATE.slideshow.slideInterval && !STATE.slideshow.isPaused) {
|
||||||
if (CONFIG.waitForTrailerToEnd && hasVideo) {
|
if (CONFIG.waitForTrailerToEnd && hasVideo) {
|
||||||
STATE.slideshow.slideInterval.stop();
|
STATE.slideshow.slideInterval.stop();
|
||||||
@@ -2433,19 +2505,30 @@ 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++) {
|
||||||
const nextIndex = (currentIndex + i) % totalItems;
|
const nextIndex = (currentIndex + i) % totalItems;
|
||||||
|
if (nextIndex === currentIndex) break;
|
||||||
|
|
||||||
const itemId = STATE.slideshow.itemIds[nextIndex];
|
const itemId = STATE.slideshow.itemIds[nextIndex];
|
||||||
SlideCreator.createSlideForItemId(itemId);
|
if (!preloadedIds.has(itemId)) {
|
||||||
|
preloadedIds.add(itemId);
|
||||||
|
SlideCreator.createSlideForItemId(itemId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Preload previous slides
|
// Preload previous slides
|
||||||
for (let i = 1; i <= preloadCount; i++) {
|
for (let i = 1; i <= preloadCount; i++) {
|
||||||
const prevIndex = (currentIndex - i + totalItems) % totalItems;
|
const prevIndex = (currentIndex - i + totalItems) % totalItems;
|
||||||
|
if (prevIndex === currentIndex) break;
|
||||||
|
|
||||||
const prevItemId = STATE.slideshow.itemIds[prevIndex];
|
const prevItemId = STATE.slideshow.itemIds[prevIndex];
|
||||||
SlideCreator.createSlideForItemId(prevItemId);
|
if (!preloadedIds.has(prevItemId)) {
|
||||||
|
preloadedIds.add(prevItemId);
|
||||||
|
SlideCreator.createSlideForItemId(prevItemId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -2481,8 +2564,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);
|
||||||
@@ -2512,13 +2593,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') {
|
||||||
@@ -2645,118 +2724,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
|
|
||||||
* @param {Element} slide - The slide DOM element
|
|
||||||
* @param {string} itemId - The item ID of the slide
|
|
||||||
* @returns {boolean} Whether a video was found and playback attempted
|
|
||||||
*/
|
|
||||||
playCurrentVideo(slide, itemId) {
|
|
||||||
const videoBackdrop = slide.querySelector('.video-backdrop');
|
|
||||||
|
|
||||||
// Update mute button visibility
|
|
||||||
const muteButton = document.querySelector('.mute-button');
|
|
||||||
if (muteButton) {
|
|
||||||
muteButton.style.display = videoBackdrop ? 'block' : 'none';
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!videoBackdrop) return false;
|
|
||||||
|
|
||||||
if (videoBackdrop.tagName === 'VIDEO') {
|
|
||||||
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(`Autoplay blocked for ${itemId}, attempting muted fallback`);
|
|
||||||
videoBackdrop.muted = true;
|
|
||||||
videoBackdrop.play().catch(err => console.error("Muted fallback failed", err));
|
|
||||||
}
|
|
||||||
}, 1000);
|
|
||||||
});
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// YouTube player
|
|
||||||
const player = STATE.slideshow.videoPlayers?.[itemId];
|
|
||||||
if (player && typeof player.loadVideoById === 'function' && player._videoId) {
|
|
||||||
player.loadVideoById({
|
|
||||||
videoId: player._videoId,
|
|
||||||
startSeconds: player._startTime || 0,
|
|
||||||
endSeconds: player._endTime
|
|
||||||
});
|
|
||||||
|
|
||||||
if (STATE.slideshow.isMuted) {
|
|
||||||
player.mute();
|
|
||||||
} else {
|
|
||||||
player.unMute();
|
|
||||||
player.setVolume(40);
|
|
||||||
}
|
|
||||||
|
|
||||||
setTimeout(() => {
|
|
||||||
if (!slide.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);
|
|
||||||
return true;
|
|
||||||
} else if (player && typeof player.seekTo === 'function') {
|
|
||||||
// Fallback if loadVideoById is not available or videoId missing but player object exists
|
|
||||||
const startTime = player._startTime || 0;
|
|
||||||
player.seekTo(startTime);
|
|
||||||
player.playVideo();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
@@ -2905,7 +2872,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);
|
||||||
@@ -3549,69 +3516,75 @@ 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");
|
if (currentItemId) {
|
||||||
SlideshowManager.stopAllPlayback();
|
// YouTube
|
||||||
} else {
|
if (STATE.slideshow.videoPlayers && STATE.slideshow.videoPlayers[currentItemId]) {
|
||||||
// Simple tab switch: stop all others, pause only the current
|
const player = STATE.slideshow.videoPlayers[currentItemId];
|
||||||
console.log("Tab inactive. Pausing current video, stopping others");
|
if (typeof player.pauseVideo === "function") {
|
||||||
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) {
|
|
||||||
const player = STATE.slideshow.videoPlayers?.[currentItemId];
|
|
||||||
if (player) {
|
|
||||||
try {
|
try {
|
||||||
if (typeof player.pauseVideo === 'function') {
|
player.pauseVideo();
|
||||||
player.pauseVideo();
|
STATE.slideshow.isVideoPlaying = false;
|
||||||
} else if (player.tagName === 'VIDEO') {
|
} catch (e) {
|
||||||
player.pause();
|
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
|
||||||
STATE.slideshow.slideInterval.start();
|
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();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
35
README.md
35
README.md
@@ -155,21 +155,48 @@ Configure the plugin via **Dashboard** > **Plugins** > **Media Bar Enhanced**.
|
|||||||
Define exactly what shows up in your bar.
|
Define exactly what shows up in your bar.
|
||||||
|
|
||||||
* **Enable Custom Media IDs**: Restrict the slideshow to a specific list of IDs.
|
* **Enable Custom Media IDs**: Restrict the slideshow to a specific list of IDs.
|
||||||
* **Manual Trailer Override**: Add `[YouTube_URL]` after an ID to force a specific trailer.
|
* **Manual Trailer Override**: Add `[YouTube_URL]` or `[Jellyfin_ID]` after an ID to force a specific trailer/video.
|
||||||
* Example ID: `a1b2c3d4e5... [https://www.youtube.com/watch?v=VIDEO_ID]`
|
* Example ID: `a1b2c3d4e5... [https://www.youtube.com/watch?v=VIDEO_ID]`
|
||||||
|
* Example ID: `z1b2c3d4e5... [Jellyfin_ID]`
|
||||||
|
* **Example Mixed List**:
|
||||||
|
```
|
||||||
|
a1b2c3d4e5f6... <-- Plays local item video
|
||||||
|
6bdu812812hd... [https://youtu.be/...] <-- Item metadata + Custom YouTube Trailer
|
||||||
|
12h44h124sf7... [hdc78127z4ff...] <-- Item metadata + Custom Jellyfin Trailer/Video etc.
|
||||||
|
```
|
||||||
* Example Collection Name: `Halloween Collection [https://...] | My Description` (Note: Use `|` to separate description from name if using a name instead of an ID)
|
* Example Collection Name: `Halloween Collection [https://...] | My Description` (Note: Use `|` to separate description from name if using a name instead of an ID)
|
||||||
|
* **Apply Limits to Custom IDs**: If enabled, the "Content Limits" (see below) will also apply to your Custom Media IDs list. By default, custom lists show all listed items regardless of limits.
|
||||||
* **Enable Seasonal Content Mode**: Advanced date-based scheduling.
|
* **Enable Seasonal Content Mode**: Advanced date-based scheduling.
|
||||||
* Format: `DD.MM-DD.MM | Name | ID1, ID2, ID3`
|
* **GUI Configuration**: You can easily add "Seasons" via the **Add Season** button.
|
||||||
* Example: `20.10-31.10 | Halloween | <ID_OF_HALLOWEEN_COLLECTION>`
|
* **Active Period**: Select the Start and End Day/Month for each season.
|
||||||
* If the current date matches a range, those IDs are used. Otherwise, it defaults to standard behavior or the Custom Media IDs list.
|
* **Media IDs**: Enter the Comma-separated list of IDs (Movies, Series, Collections) for that season.
|
||||||
|
* **Priority**: If the current date matches a defined season, those IDs are used. If multiple seasons overlap, the first matching one is used. If no season matches, it falls back to the Default Custom Media IDs.
|
||||||
|
|
||||||
**How to get IDs:**
|
**How to get IDs:**
|
||||||
Check the URL of an item in the web interface:
|
Check the URL of an item in the web interface:
|
||||||
`.../web/#/details?id=YOUR_ITEM_ID_HERE&...`
|
`.../web/#/details?id=YOUR_ITEM_ID_HERE&...`
|
||||||
|
|
||||||
|
### Content Sorting
|
||||||
|
Customize the order of slides in the Media Bar.
|
||||||
|
|
||||||
|
* **Sort By**: Choose criteria like *Random*, *Premiere Date*, *Production Year*, *Critic Rating*, *Community Rating*, *Name*, or *Runtime*.
|
||||||
|
* **Sort Order**: Ascending or Descending.
|
||||||
|
* **Note**: Sorting applies to both server-fetched content AND Custom Media IDs. Select **Original** to preserve the exact order of your Custom Media IDs list.
|
||||||
|
|
||||||
|
### Content Limits
|
||||||
|
Fine-tune performance by limiting the number of items fetched from the server.
|
||||||
|
|
||||||
|
* **Total Max Items**: Maximum total items to fetch (combined).
|
||||||
|
* **Max Movies**: Maximum movies 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.
|
||||||
|
* *Intelligent Preloading*: The plugin uses a safe preloading strategy that respects this count but handles small lists gracefully to avoid playback issues.
|
||||||
|
* **Max Pagination Dots**: Maximum number of dots to show. If exceeded, it switches to a counter (e.g., 1/20).
|
||||||
|
|
||||||
### Advanced Settings
|
### Advanced Settings
|
||||||
* **Slide Animations**: Enable/disable the "Zoom In" effect.
|
* **Slide Animations**: Enable/disable the "Zoom In" effect.
|
||||||
* **Use SponsorBlock**: Skips non-content segments in YouTube trailers (if the data exists).
|
* **Use SponsorBlock**: Skips non-content segments in YouTube trailers (if the data exists).
|
||||||
|
* **Preferred YouTube Quality**: Select your preferred resolution (*Auto*, *Maximum*, *1080p*, *720p*).
|
||||||
* **Start Muted**: Videos start without sound (user can unmute).
|
* **Start Muted**: Videos start without sound (user can unmute).
|
||||||
* **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.
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
"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.15",
|
"version": "1.6.1.28",
|
||||||
"changelog": "- fix tv mode issue\n- refactor video playback management",
|
"changelog": "- fix tv mode issue\n- refactor video playback management",
|
||||||
"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.15/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.1.28/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
"checksum": "b47caa7d04018d3cec864c1ab342c5f5",
|
"checksum": "2b44f2ee7399b70c4bfdaae33ff80437",
|
||||||
"timestamp": "2026-02-13T02:41:24Z"
|
"timestamp": "2026-02-14T14:38:40Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.6.0.2",
|
"version": "1.6.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user