AECX / FinTube

Jellyfin Plugin to import directly from YT
98 stars 11 forks source link

Getting 360P downloads #3

Closed ashipaek0 closed 4 months ago

ashipaek0 commented 9 months ago

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?

vincentroyc commented 6 months ago

Would this answer your needs? : https://github.com/AECX/FinTube/pull/6

ashipaek0 commented 6 months ago

Would this answer your needs? : #6

yes indeed that should fix it.

is it released?

thanks

vincentroyc commented 6 months ago

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

ashipaek0 commented 5 months ago

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

vincentroyc commented 5 months ago

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.

ashipaek0 commented 4 months ago

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:

1. 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

3. 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