ElvishArtisan / rivendell

A full-featured radio automation system targeted for use in professional broadcast and media environments
197 stars 63 forks source link

Include Notes field in -xml option for rdexport and rdimport #922

Open ltyndale opened 7 months ago

ltyndale commented 7 months ago

When exporting or importing carts and using the -xml option with rdexport and rdimport to include the metadata, the cart Notes section is not exported / imported. I often include important information about a cart in the notes field, it would help if this was included in the export / import when using the -xml option.

ElvishArtisan commented 7 months ago

I'm not sure including the Notes information by default is a good idea. I have seen some facilities put sensitive information into that box (e.g. download information with credentials). Not stuff you'd want to see published to other organizations.

Perhaps an additional switch to enable it -- something like '--xml-include-notes'?

ltyndale commented 7 months ago

Having it as an optional switch would work. I can understand your point of wanting it to be optional depending on how the Notes is used.