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
MP3 cover art is listed in ffprobe as a motion jpeg stream with 0 frames.
This causes isVideo to return true for mp3s.
My current work around is to call frames() instead.
I'm not sure if checking TAG:title=cover would work, it may not be consistent across encoders / taggers?
MP3 cover art is listed in ffprobe as a motion jpeg stream with 0 frames.
This causes isVideo to return true for mp3s.
My current work around is to call
frames()
instead.I'm not sure if checking
TAG:title=cover
would work, it may not be consistent across encoders / taggers?Output of ffprobe is below
The text was updated successfully, but these errors were encountered: