Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videos that have not been downloaded will also be processed #106

Open
shanyan-wcx opened this issue Apr 9, 2023 · 5 comments
Open

Videos that have not been downloaded will also be processed #106

shanyan-wcx opened this issue Apr 9, 2023 · 5 comments

Comments

@shanyan-wcx
Copy link

This can cause placeholders to be generated.This can cause placeholders to be generated. Videos that have not been downloaded should be skipped.
屏幕截图 2023-04-09 113724

@nicknsy
Copy link
Owner

nicknsy commented Apr 9, 2023

Chapter images are generated by jellyfin, not jellyscrub. Jellyscrub also never touches pages outside of the video player.

Is a trickplay folder being created in folders of media without video streams?

@shanyan-wcx
Copy link
Author

Sorry, my mistake

@shanyan-wcx
Copy link
Author

屏幕截图 2023-04-10 150220
I am using a hard link tool. When downloading a movie, the hard link will automatically link from the download directory to the jellyfin directory, and then the trickplay files will be generated. Is it possible to check if the file is downloaded completely and only generate it after it is downloaded?

@shanyan-wcx shanyan-wcx reopened this Apr 10, 2023
@nicknsy
Copy link
Owner

nicknsy commented Apr 12, 2023

It looks like that method of managing downloads is also throwing off Jellyfin's ffprobe and chapter generation tasks. Is there any way you can do the hardlink/move after the movie is fully downloaded?

@shanyan-wcx
Copy link
Author

There seems to be no way. Chapter generation will complete the missing chapters when the scheduled task runs again,
Can JellyScrub also achieve this? I think it's possible to adjust the generated logic. If the frame is incomplete, skip it temporarily and wait until the next scheduled task to complete it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants