You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
On some books, i got this error :
This is because ffprobe find an error in the cover file :
so the regex to get the width :
give this result :
Grep think the error code is a width.
To fix this, just say width should be at least 2 numbers :
cover_width=$(ffprobe -i "${cover_file}" 2>&1 | $GREP -Po "[0-9]{2,}+(?=x[0-9]{2,}+)")
The text was updated successfully, but these errors were encountered: