-
Notifications
You must be signed in to change notification settings - Fork 27
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
Not generating .bif files anymore #112
Comments
The interval is in ms. 0 defaults to 1000 since that is the lowest interval supported by BIF format, however I wouldn't go lower than 10000 (10s) because for something like a 2hr movie 7200 images is overkill. I would change it to 10000 and restart the process. It's possible that using such a low interval could make it take longer to generate each BIF. |
Ok, you should maybe think about changing "Interval of time between each new trickplay image." to "Interval of time in ms between each new trickplay image." to clear this. But this was just a sidenote. I let it run for hours and hours and it reached something like 20%, by that there should have been a lot if files generated already. But there are none. I changed it to 10s now but I am not expecting the job to actually succeed because of that. The logs also dont show anything specific, but there are a lot of errors. This was the case before aswell, so I cant really tell the difference. How can I find out what the specific ffmpeg commands are the plugin calls, so I can maybe get some more information? |
What are the errors in the log? |
like this
I changed logging to debug and now I can see the ffmpeg commands. |
Whats the command? Do you have HW acceleration enabled? |
Also relevant to #87 |
I have no Idea what changed. I am very sorry (for you the developer not me of course 😛 ) but it just works again after several restarts. The only thing I did was comment out some strange tvshow entries in the "ContentTypes" section of system.xml that made no sense there. After a restart jellyfin even completely removed those entries. It seems very random and probably has nothing to do with another, but its the only thing that I changed except the log level.
no hardware acceleration anymore, since that was too unstable in my setup. unfortunately I can only give you the command that was successful:
|
Huh, weird. I'm glad it's working now but feel free to reopen the issue if anything changes. |
The plugin has been working as usual, but I wanted to increase the number of images generated, so I set the "Image Interval" setting to 0 since it is very unclear what the value actually represents and it says in the notes that "A value of 0 defaults to a 1000ms interval." It used to be on 50000 since I thought it represents the ms.
After I changed it I started the job to generate the files again, but it didnt recreate the files anymore. So i figured if I delete the original files it will generate everything again from the start. I deleted every .bif file in /var/lib/jellyfin via a find command.
Since then it is still not generating the files anymore. The process is running as before and its seems like it is actually scanning and generating everything, but there are no files generated anymore.
Maybe I misunderstood how this thing works and it was stupid to delete everything. How can i fix this? And by the way, maybe clarify that the "interval" value represents ms or else what it represents :)
The text was updated successfully, but these errors were encountered: