TheAcharya / MarkerData

The avant-garde Marker extraction application crafted for Final Cut Pro
https://markerdata.theacharya.co
MIT License
22 stars 1 forks source link

Update Notion Database's Merge Only Options #83

Closed IAmVigneswaran closed 2 months ago

IAmVigneswaran commented 2 months ago

@milanvarady In MarkersExtractor 0.3.6 we now have new columns.

Add after Notes

Add after Clip Name

Add after Clip Duration

update-notion-database-column-options

Thank you.

milanvarady commented 2 months ago

I have fixed the options not showing up.

IAmVigneswaran commented 2 months ago

@milanvarady I think you made a wrong change? It does not seem to work.

Are you able to revert back to previous lines of code?

The Merge Only CLI flag for CSV2Notion Neo is -merge-only-column

Example, when Notes column is checked, it should add - -merge-only-column "Notes"

When two or more, it would as such -merge-only-column "Notes" -merge-only-column "Reel"

Thank you.

milanvarady commented 2 months ago

I have fixed it in theory.

IAmVigneswaran commented 2 months ago

I have fixed it in theory.

Just did a quick test! Seems to be working now.

Thanks for the fix.