mirror of
https://github.com/tubearchivist/tubearchivist-jf-plugin.git
synced 2026-03-23 20:37:14 +00:00
[GH-ISSUE #55] [Bug]: Video Title and infomation not syncing #40
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#40
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 @ajvcorreia on GitHub (Jun 21, 2025).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf-plugin/issues/55
I've read the documentation
Operating System
Linux
Your Bug Report
Describe the bug
I cannot get the video titles to sync from TA to Jellyfin it justy shows the VideoIDS as the name and no thumbnail is generated
Steps To Reproduce
Never worked
Expected behavior
Video names and thumbnails should be displayed correctly.
Relevant Jellyfin log output
Anything else?
No response
@pmbrandvold commented on GitHub (Jun 25, 2025):
I've got the same issue. The randomized character string file names that tubearchivist creates is what Jellyfin is showing. The videos play, but I can't tell what video it is until it starts playing.
@DarkFighterLuke commented on GitHub (Jul 13, 2025):
@ajvcorreia the logs you pasted are useless, they are referred to the playback progress sync tasks, not to the metadata providers.
@pmbrandvold what is that "randomized character string" are you referring about?
@lamusmaser commented on GitHub (Jul 13, 2025):
For the second comment, they are referring to the YT IDs. Most people don't recognize that they aren't actually random.
@DarkFighterLuke commented on GitHub (Jul 13, 2025):
@lamusmaser i was 99.99% sure...
Btw, it seems like you have misconfigured something. Closing this because there are currently no elements suggesting bugs.
@ajvcorreia commented on GitHub (Jul 23, 2025):
Getting this error on Jellyfin:

@ajvcorreia commented on GitHub (Jul 24, 2025):
I fixed the Bad Request error by chaning the TA_HOST environment variable on TubeArchivist to use the IP address instead of FQDN. NowI can see the Jellyfin activity in TubeArchivist logs but it is still not updating the Library.
@hctrr commented on GitHub (Dec 8, 2025):
I experienced something similar as well and will add the following comment in case others have the same experience:
option 1 - update TubeArchivist to use IP vs. FQDN (like @ajvcorreia performed above)
option 2 - exec into the JellyFin container (or if on a host) and update its local
/etc/hosts/file to point to the TubeArchivist IP.192.168.x.x tubearchivist.x.xNOTE for Container Jellyfin: this will be cleared upon each update. either update it manually, or set as an
extra_hostswithin your compose file.