SOLVED: Desktop unable to autoplay next during shuffle - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Desktop unable to autoplay next during shuffle (/t-solved-desktop-unable-to-autoplay-next-during-shuffle) Pages:
1
2
|
Desktop unable to autoplay next during shuffle - Esaku - 2024-08-02 Good evening, Recently, I can't give an exact date but I want to say within the last month, my desktop has become unable to autoplay the next video when I use the shuffle feature. The desktop in question is the one that is hosting the server, other devices are able to as autoplay as expected. The version of jellyfish is 10.9.7. Using a windows 11 PC, installed with the windows installer. I've attempted to use the Jellyfin Media Player, Firefox, Chrome, and Vivaldi to no success; all methods I've tried on my desktop seem to have the same exact issue. Whenever the initial video after shuffling reaches the end, it'll refuse to play the next video automatically. Moving to the next video via the next video button does work. I've tried changing all sorts of settings, even the ones that only seemed slightly related, to no avail. Googling has left me completely confused as to what the issue could be, and I couldn't find any other instances of people with this issue. On both my phone and portable PC it works as expected and the moment one video in shuffle reaches the end it will automatically go to next. In the logs no kind of error seems to pop up, it just states the video has stopped at x ms. The following is what gets added to the log if I shuffle and then let a video play to the end. Code: [2024-08-02 18:04:18.225 -04:00] [INF] [38] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "[redacted]". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True Any help or ideas would be greatly appreciated, thank you in advance! EDIT: extra experimentation I did made me learn if I switch to using the web player instead of the integrated player on my mobile client it starts to experience the same issue. Unsure if this means something is broke in the web player in my server somehow, or if there is someway to switch the player used via browser on my desktop client? EDIT2: Solution: Settings / Playback / Play next episode automatically. Im dumb. RE: Desktop unable to autoplay next during shuffle - TheDreadPirate - 2024-08-02 Can you open up the browser console (F12) and look for any messages that would point us in the right direction? I'm not able to reproduce on my 10.9.8 setup. RE: Desktop unable to autoplay next during shuffle - Esaku - 2024-08-02 There really isn't much that stands out to me when doing such, no errors or lines that scream something weird happening. I also can't verify what it should look like during normal operation at the moment. This is what appears when I start the shuffle in firefox. Code: Active player: {"name":"Html Video Player","id":"htmlvideoplayer","playerName":"Html Video Player","playableMediaTypes":[false,true,false,false],"isLocalPlayer":true,"supportedCommands":["GoHome","GoToSettings","VolumeUp","VolumeDown","Mute","Unmute","ToggleMute","SetVolume","SetAudioStreamIndex","SetSubtitleStreamIndex","SetMaxStreamingBitrate","DisplayContent","GoToSearch","DisplayMessage","SetRepeatMode","SetShuffleQueue","PlayMediaSource","PlayTrailers","ToggleFullscreen","SetBrightness","SetAspectRatio","PlaybackRate"]} main.jellyfin.bundle.js:2:114740 Code: Requesting url without automatic networking: http://localhost:8096/Sessions/Playing/Progress node_modules.jellyfin-apiclient.bundle.js:2:14622 Is what appears as a video reaches the end and refuses to automatically go to next. RE: Desktop unable to autoplay next during shuffle - TheDreadPirate - 2024-08-02 Go to C:\ProgramData\Jellyfin\Server\config and open logging.default.json in a text editor. Change "Information" and "Warning" in the top section to "Debug". Save, restart jellyfin, replicate the problem. Once you've replicated the problem zip the log file and attach it to a forum post (you'll need to open the full reply editor). The log will be too big for pastebin. Go back into the file and return the log levels to their default state. RE: Desktop unable to autoplay next during shuffle - Esaku - 2024-08-02 19:25:35 is around where I started the shuffle, skiped to near end of video, and then let it play to completion and stop without going to next video automatically I believe. Afterwards I went ahead and stopped server, removed some personal information from the titles of video, and zipped it. RE: Desktop unable to autoplay next during shuffle - TheDreadPirate - 2024-08-03 Everything is saying the client/browser is commanding the stop. Do you have any plugins in your browser? Are you using any custom CSS? RE: Desktop unable to autoplay next during shuffle - Esaku - 2024-08-03 The only extension I have on firefox that's allowed to do anything to the page would be ublock, which I have turned off. No custom css or scripts or plugins have been added to jellyfin. The behaviour is also happening in Vivaldi and Chrome which I have no extensions or plugins for, and the Jellyfin Media Player app which I downloaded specially to try and troubleshoot. Attached is a brand new log that I generated, this time trying with the Jellyfin Media Player at default settings I downloaded from the jellyfin site. Started server, opened jellyfin media player, shuffled, skipped to near end of video, let it play till the end where it stops without moving on to next, closed server. RE: Desktop unable to autoplay next during shuffle - TheDreadPirate - 2024-08-03 Super strange. It looks like you are using "localhost". What happens when you use the LAN IP instead of localhost? Shouldn't matter, but I've seen weirder things. Also, JMP produces logs we can inspect. C:\Users\yourUser\appdata\local\jellyfinmediaplayer\log. Can you share that? Should fit in pastebin. RE: Desktop unable to autoplay next during shuffle - Esaku - 2024-08-03 Tried using the LAN IP, sadly same issue. Attached is the log file from mediaplayer. I'm honestly stumped what could be causing it myself... I feel like if it was an OS update or something it wouldn't just be me with the issue, and I cant think of anything else I've done or any software I downloaded that would affect anything. RE: Desktop unable to autoplay next during shuffle - TheDreadPirate - 2024-08-03 I see these messages. Not totally certain what the cause is. The "EOF" messages. Code: 2024-08-02 21:28:38.979 [debug] onLoadingChanged @ 181 - WebEngineLoadRequest starting: http://localhost:8096/web/#/video I don't see anything in the patch notes for 10.9.8 that sounds like a fix for your problem, but could you backup your Jellyfin data and upgrade to .8? Backup C:\ProgramData\Jellyfin |