I'm "working" for now on a small shell Delphi application for windows which use MediaInfo.DLL.
It's inspired from the source of MVList.
It was fastly reworked to parse "AVI/MKV/ISO".
It made a CSV File which import well in the last AMC Beta (with header autorecognitaion : when present; headers.csv file is added at the begining of the result.csv)
v0.1 for now, need some more testings.
It may be released under GPL soon.
A simple batch file is used to create a collection.csv file from a drop of a folder.
It incorporate .nfo into comments (with '\n' return for carriage return tweaks
)
It also use the MVList "tweak" about renaming file with a "DESCRIPT.ION" file. (thanks for this to the author of MVList, great idea).
Any comments will be welcome before the first public release. (and may be after
)
I have to complete the readme.
It corrects also the accentuations of french characters for examples (to be tested in other languages).
here sample of an export
Code: Select all
"Titre original";"Titre traduit";"Langues";"Durée";"Taille des fichiers";"Format vidéo";"Résolution";"Fréquence";"Débit vidéo";"Format audio";"Débit audio";"Label du support";"";"Type de support";"Adresse web";"Commentaires";
"Aaron et le livre des merveilles";"Aaron et le livre des merveilles";"";"";"679";"DIV3";"1.731";"24.998";"1163892";"161";"64080";"SCAN";"";"CD";"Z:\MEDIA\VIDEO\ANIMATION\Aaron et le livre des merveilles\Aaron et le livre des merveilles.avi";"\n ...";"";
"Crocodile Dundee II";"Crocodile Dundee II";"";"";"171";"XVID";"1.778";"23.979";"2084283";"AC3";"448000";"SCAN";"";"CD";"Z:\MEDIA\VIDEO\FILM\Crocodile Dundee II\Crocodile Dundee II.avi";"o Video : XVID 2 passes\n...";"";
"Déjà Vu";"Déjà Vu";" / ";"";"374";"MPEG-2V";"1.333";"29.970";"9800000";"AC3";"192000";"SCAN";"";"CD";"Z:\MEDIA\VIDEO\FILM\Déjà Vu\Déjà Vu.iso";"";"";
"Forrest Gump";"Forrest Gump";" / ";"";"3179";"MPEG-2V";"1.333";"25.000";"2000000";"AC3";"448000";"SCAN";"";"DVD-5";"Z:\MEDIA\VIDEO\FILM\Forrest Gump\Forrest Gump.ISO";"Forrest Gump\n...";"";
Hope to have some times soon
+++
G.