-
Notifications
You must be signed in to change notification settings - Fork 58
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
Progress bar for parse_speed=1
?
#131
Comments
Currently, it is not possible. @JeromeMartinez, any idea how we could implement this? Is there some way to connect a callback function? |
No callback function (yet), we have a callback function feature but there is no callback for a progress bar yet. |
Could I pipe the file through something that can read how many bytes has been read? |
Yes, the pymediainfo/pymediainfo/__init__.py Lines 460 to 488 in 5ccb770
On a side note, I just noticed that pymediainfo only seems to support seekable objects, so I created #132. |
Is it possible somehow to access how much of the file is already read so I could hook it up to a
rich.Progress
?The text was updated successfully, but these errors were encountered: