AECX / FinTube

Jellyfin Plugin to import directly from YT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting 360P downloads

ashipaek0 opened this issue · comments

How do i improve the quality of the downloads. I keep getting 360P

Where do i set YT-DLP to grab the highest quality available?

Would this answer your needs? : #6

Would this answer your needs? : #6

yes indeed that should fix it.

is it released?

thanks

Waiting on the repo owner for a merge and release. In the meantime you can always use my fork

Waiting on the repo owner for a merge and release. In the meantime you can always use my fork

do you have a repo.json?

better yet, how do you install your fork? i've tried copying your .dll and replacing this with it but that doesn't work

do you have a repo.json?

better yet, how do you install your fork? i've tried copying your .dll and replacing this with it but that doesn't work

Just uninstall yours and remove the repo into plugin repositories and add https://raw.githubusercontent.com/vincentroyc/FinTube/master/manifest.json and reinstall. See if it works.

do you have a repo.json?
better yet, how do you install your fork? i've tried copying your .dll and replacing this with it but that doesn't work

Just uninstall yours and remove the repo into plugin repositories and add https://raw.githubusercontent.com/vincentroyc/FinTube/master/manifest.json and reinstall. See if it works.

Hello.
So as a follow up
i'm using your fork now thanks.

following observations:

The files it downloads have the following file permissions: -rw -rw -rw
for some reason my jellyfin refuses to recognize or scan them into library

2
i choose a 4K file, started playback to make sure its 4K, then download choosing 4K option

Plugin shows this:
Exec: /usr/local/bin/yt-dlp -f mp4 -S res:2160 -o "/media/gdrive/Youtube/HLi2xYxZX10-%(title)s.%(ext)s" HLi2xYxZX10

but the downloaded file is 1280x640 res see screenshot

Screenshot 2024-05-06 160359

It downloads 1080p in webm when the prefer free formats is ticked, but for some reason jellyfin can't see or play the file

for music it downloads kbs

Screenshot 2024-05-06 163424

Is there a way to follow the yt-dlp naming format for downloads so the youtube metadata plugin can recognize the files?
probably a good idea to also download the .json along with the files:

Screenshot 2024-05-06 154819