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
During publishing with audb.publish() or loading data with audb.load() we have the stage where the local media files are scanned for metadata and MD5 sum.
At the moment we prompt Find media for this stage in verbose output.
I found it a little bit ambiguous as a user does not know if it looks for media locally or on the server, or what find could mean.
I would propose to find a better name for it.
My current proposal would be to use Parse media or Parse local media instead.
The text was updated successfully, but these errors were encountered:
During publishing with
audb.publish()
or loading data withaudb.load()
we have the stage where the local media files are scanned for metadata and MD5 sum.At the moment we prompt
Find media
for this stage in verbose output.I found it a little bit ambiguous as a user does not know if it looks for media locally or on the server, or what find could mean.
I would propose to find a better name for it.
My current proposal would be to use
Parse media
orParse local media
instead.The text was updated successfully, but these errors were encountered: