loot / libloot

A C++ library for accessing LOOT's metadata and sorting functionality.
GNU General Public License v3.0
32 stars 12 forks source link

Add API function to serialise a given plugin's metadata #82

Closed Ortham closed 2 years ago

Ortham commented 2 years ago

Including both user and masterlist metadata. This would give better results for LOOT's "Copy Metadata" feature than its current implementation, which serialises the data as JSON, not YAML, meaning it looks different compared to what's actually written to metadata files. It would also mean that LOOT could drop its nlohmann/json repository (currently only true on the qt branch).

Ortham commented 2 years ago

Done in 6693c5a3e582ec29909fb6989436dbc9fd8def63.