NMAAHC / nmaahcmm

NMAAHC mm scripts
7 stars 8 forks source link

MKVnote tagging with CSV #101

Open chialinchou1 opened 3 months ago

chialinchou1 commented 3 months ago

Manually created camcard.csv All files in testing folder 03283c9 Ran ../mkvnote camcard.csv in nmaahcmm/testing directory.

In addition to filepath and long text/special characters that we discussed, a few things also come up:

  1. dependencies: need to brew install csvprintf and brew install csvtomd before running the script
  2. Error out as the first column "filename" was found as " ___filename" (add a second "filename" column and was able to run through)
  3. Some tags, like "ENCODER" shown in mediainfo as "Writing application" and was repeated; "ORIGINAL_MEDIA_TYPE" as "Original source form", and "TITLE" as "Movie name" and "Title" test.mkv_mediainfo_2024-07-18.txt

@dericed @BleakleyMcD @EmCNabs

BleakleyMcD commented 2 months ago

@dericed following up on this. Also:

Screenshot 2024-08-29 at 16 34 25

That was all entered via dialog, not .csv, and, as you can see, it got weird. What characters cause dialog to make new tag lines? How do we keep that from happening?

BleakleyMcD commented 2 months ago

@dericed Also when the extra tags were created it made the table bigger but not the dialog window, which stayed the same size. So, all the buttons were inaccessible.