mirror of
https://github.com/tubearchivist/tubearchivist-jf-plugin.git
synced 2026-03-23 20:37:14 +00:00
[GH-ISSUE #74] [Bug]: Empty plalist in JellyFin if playlist is not subscribed in TubeArchivist #49
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-jf-plugin#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @busliggabor on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf-plugin/issues/74
Originally assigned to: @DarkFighterLuke on GitHub.
I've read the documentation
Operating System
Linux (Docker)
Your Bug Report
Describe the bug
Not subscibed playlists are empty in the Jellyfin instance after syncing.
Steps To Reproduce
Expected behavior
All kind of playlist should be imported fully. I tend to download playlists from youtube, which are complete (usually old gameplay videos), that's why I don't want to subscribe to them, they would just slow down the synchronizations later.
Relevant Jellyfin log output
Anything else?
No response
@busliggabor commented on GitHub (Nov 11, 2025):
I checked the code quickly and tested the TubeArchivist API via Postman, and it seems that the TubeArchivist instance sends the wrong value for the playlist_entries, downloaded property (false, as stated in the logs), so the error is not on the plugin's side. Should I create a ticket in that repo and close this one?
Part of the API response:
{ "playlist_active": true, "playlist_channel": "Markiplier", "playlist_channel_id": "UC7_YxT-KID8kRbqZo7MyscQ", "playlist_description": "False", "playlist_entries": [ { "youtube_id": "wO_-eIYafr0", "title": "Dead Space 2 | Part 1 | WAKE UP DEAD", "uploader": "Markiplier", "idx": 0, "downloaded": false },@DarkFighterLuke commented on GitHub (Nov 13, 2025):
Hi @busliggabor , yes, if TA is returning the wrong value you should open an issue on tubearchivist project.
I'm closing it for the moment.