The MediaFileInfoDAT already is a super nice addition and makes live so much easier.
Only thing I would wish for is a method that returns the same dataset but for the file given as the parameter in an fileInfoObject Like strcuture.
i.E.
op("mediafileinfo").fetchInfo( "path/to/my/file.moc" )
returning an object like this
class MediaFileInfo:
filename:str
path:Path
[...]
I can ofc build this pretty simple myself as a comp but this little extra would be nice.