DLNA: folder "Continute watching" is empty #1452

Closed
opened 2025-12-21 18:50:48 +01:00 by backuprepo · 3 comments
Owner

Originally created by @rchovan on GitHub (Mar 27, 2020).

Continue watching does not work for DLNA. When I play and stop watch movie from web browser, or Jellyfin app, then I can see it "Continue watching" on browser, or mobile app. But this information is not available over DLNA. Does not matter if I star movie over DLNA, or I want to continue over DLNA, folder Continue watching is empty.

System :

  • OS: main OS Debian, running in docker
  • Virtualization: Docker
  • Clients: DLNA (LG WebOS)
  • Jellyfin Version: 10.5.2
  • Playback: does not matter
  • Installed Plugins: auto organize
  • Reverse Proxy: none, available only from LAN
  • Base URL: none
  • Networking: Host
  • Storage: local

To Reproduce

  1. Connect over DLNA
  2. Navigate to "Continue watching" folder
  3. nothing is displayed

Expected behavior
Show media which belongs to actual library and are valid for resume playback.

Logs
can't find anything usable in logs. If you can instruct me what should I debug, I can provide more useful logs.

Originally created by @rchovan on GitHub (Mar 27, 2020). Continue watching does not work for DLNA. When I play and stop watch movie from web browser, or Jellyfin app, then I can see it "Continue watching" on browser, or mobile app. But this information is not available over DLNA. Does not matter if I star movie over DLNA, or I want to continue over DLNA, folder Continue watching is empty. <!-- A clear and concise description of what the bug is. --> **System :** - OS: main OS Debian, running in docker - Virtualization: Docker - Clients: DLNA (LG WebOS) - Jellyfin Version: 10.5.2 - Playback: does not matter - Installed Plugins: auto organize - Reverse Proxy: none, available only from LAN - Base URL: none - Networking: Host - Storage: local **To Reproduce** <!-- Steps to reproduce the behavior: --> 1. Connect over DLNA 2. Navigate to "Continue watching" folder 3. nothing is displayed **Expected behavior** Show media which belongs to actual library and are valid for resume playback. <!-- A clear and concise description of what you expected to happen. --> **Logs** can't find anything usable in logs. If you can instruct me what should I debug, I can provide more useful logs. <!-- Please paste any log errors. -->
backuprepo 2025-12-21 18:50:48 +01:00
  • closed this issue
  • added the
    bug
    stale
    labels
Author
Owner

@JustAMan commented on GitHub (Apr 3, 2020):

There should be some DLNA debug options somewhere, right @prplhaz4?
Also I think DLNA was bugged this way from the beginning, so it's a long-standing inherited issue if my memory serves me well.

@JustAMan commented on GitHub (Apr 3, 2020): There should be some DLNA debug options somewhere, right @prplhaz4? Also I think DLNA was bugged this way from the beginning, so it's a long-standing inherited issue if my memory serves me well.
Author
Owner

@PrplHaz4 commented on GitHub (Apr 4, 2020):

There should be some DLNA debug options somewhere, right @PrplHaz4?
Also I think DLNA was bugged this way from the beginning, so it's a long-standing inherited issue if my memory serves me well.

Admin dashboard -> dlna -> debug logging

This is likely a bug in how the dynamic folder is generated and the fact that dlna does not track playback progress (so if purely dlna there will be no way to make something in-progress)

Edit to add - apparently there is a way to track progress in DLNA - Samsung uses the X_SetBookmark method: https://github.com/jellyfin/jellyfin/blob/master/Emby.Dlna/ContentDirectory/ControlHandler.cs#L163 to update progress...

@PrplHaz4 commented on GitHub (Apr 4, 2020): > There should be some DLNA debug options somewhere, right @PrplHaz4? > Also I think DLNA was bugged this way from the beginning, so it's a long-standing inherited issue if my memory serves me well. Admin dashboard -> dlna -> debug logging This is likely a bug in how the dynamic folder is generated and the fact that dlna does not track playback progress (so if purely dlna there will be no way to make something in-progress) Edit to add - apparently there is a way to track progress in DLNA - Samsung uses the X_SetBookmark method: https://github.com/jellyfin/jellyfin/blob/master/Emby.Dlna/ContentDirectory/ControlHandler.cs#L163 to update progress...
Author
Owner

@stale[bot] commented on GitHub (Aug 8, 2020):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@stale[bot] commented on GitHub (Aug 8, 2020): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#1452
No description provided.