-
Notifications
You must be signed in to change notification settings - Fork 137
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
script fn:suball fails immediately if movies have trailers #42
Comments
Actually looking at the file name it seems to be related to the characters used in the title of the video file (which was downloaded along side the video).
Even using |
Please provide |
|
FYI changing that filename to remove the "®" character allowed the script to continue (until the next file with special characters) |
|
@rednoah yeah that fixed my issues, thanks for the pointers. I looked through FAQ and somehow didn't find it, probably as I was searching for subtitle specific issues. |
Does this work as well?
|
When testing those locales I got the following errors:
update: but even changing LANG back I get these now too... not sure what changed to produce these errors, as it definitely worked earlier today |
You're probably missing the native libraries because the IPKG package doesn't include any native libraries: |
Realized what changed. I updated to 4.7.7 and used the suggested noarch packaging for use with my Raspberry Pi 3. Now JNA Native, MediaInfo and Chromaprint aren't being found. Need to resolve all these references first. |
Does the Pi OS have |
Oh sorry meant "portable" packing not noarch. |
According to my package manager
Looking at my /usr/bin folder I see the following that might be causing some trouble
So I went in a symlinked the so.0 to what I think the expected path would be ex "libzen.so", but unfortunately that didn't resolve the issues either. |
I have resolved the Chromaprint fpcalc by downloading the fpcalc file from this repo and symlinking to /usr/local/bin, but stil having the JNA Native and MediaInfo issues.
|
The latest portable beta release includes all the native libraries and should work out of the box: |
that works, thanks for the help and the link to the 4.7.8 beta release. keep up the great support |
The text was updated successfully, but these errors were encountered: