mirror of
https://github.com/tubearchivist/tubearchivist-jf.git
synced 2026-03-23 21:17:23 +00:00
[GH-ISSUE #23] working with jellyfin 10.8.13? #18
Labels
No labels
duplicate
enhancement
help wanted
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/tubearchivist-jf#18
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 @rantanlan on GitHub (Dec 14, 2023).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf/issues/23
can anyone confirm this is working with the latest version 10.8.13?
I'll just set this up and triple checked my setup but it won't find my "YouTube" Library in JF
Volume is mounted as in tubearchivist and name of the library is "YouTube" all under the same PUID and GUID
@stonesbg commented on GitHub (Dec 16, 2023):
I have this version. Just double check that the actual folder that you have mounted into jellyfine is /youtube otherwise it won't find it. I had initially called it /JF_YOUTUBE and hit the same issue. If you need to you can add a print(folders) after line 24 and then you can see all the folder names returned https://github.com/tubearchivist/tubearchivist-jf/blob/master/app/src/series.py#L24.
Hope that helps
@rantanlan commented on GitHub (Dec 16, 2023):
Ahh, thanks for the hint. I totally misunderstood this, I was under the impression the library in JF was supposed to be named youtube. Didn't get it was hardcoded to the folder... now it's working. Thanks again.