Orcpub / orcpub

Code for Dungeon Master's Vault Community Edition
https://www.dungeonmastersvault.com/
Eclipse Public License 2.0
208 stars 104 forks source link

Feature Request: Content List Export in JSON format #565

Open jjak0b opened 2 years ago

jjak0b commented 2 years ago

Motivation / Use Case I Would like to import all content of .orcbrew files from the content list section to FoundryVTT like has been done (partially) in #233 for characters

Expected Behavior I expect to be able to export a .json file (FoundryVTT compatible ) from the "content list" section of all content data Or at least a JSON plain export of all content list, to be able to be manipulated from other applications

Other Information I found this tool to convert .orcbrew files to .json, but it's very broken and doesn't work properly.

codeGlaze commented 3 months ago

There's a lot more that needs to be done beyond printing the data as JSON. Foundry's data structure would need to be replicated properly for the file to actually import properly.

While that's not an insurmountable goal, it's also not exactly a "quick fix". Therefore, for me, this is certainly a "nice to have" but will need to remain a low priority... especially with how often Foundry overhauls their code.