Welcome!

Final Burn Neo => FBN Discussion => Topic started by: whatever000 on May 21, 2025, 11:18:15 PM

Title: Feature Request - DAT Generation
Post by: whatever000 on May 21, 2025, 11:18:15 PM
Is it possible to generate all dats (instead of individually) from the commandline and make it silent so that the fbneo gui does not run ?
Title: Re: Feature Request - DAT Generation
Post by: taoenwen on May 22, 2025, 01:23:16 PM
https://github.com/finalburnneo/FBNeo/commit/02d685fac9d96c43d3cb649a1cbc7827fd8cd011

This feature has been implemented.

cmdline:

fbneo -listinfoall
or
fbneo -listxmlall
Title: Re: Feature Request - DAT Generation
Post by: whatever000 on May 22, 2025, 06:09:27 PM
Hi taoenwen

Thanks for the implement. The export all feature works except for being silent. Parts of the gui still run. More specifically, the first run dialog, accepting the license agreement, and the roms scanning, not the whole fbneo gui
Title: Re: Feature Request - DAT Generation
Post by: dink on May 22, 2025, 08:33:43 PM
The license thing isn't skippable, but the other stuff should be fixed :)
Title: Re: Feature Request - DAT Generation
Post by: taoenwen on May 22, 2025, 08:59:09 PM
Okay, I'll take it further.
Title: Re: Feature Request - DAT Generation
Post by: taoenwen on May 23, 2025, 05:13:33 AM
https://github.com/finalburnneo/FBNeo/commit/7a9a05b5cda9594597b40101ea49d7be321aa6f8

If the command line input is correct, the ROMs scan at startup is skipped

Open the dialog box to select the path and save the lists
AppName -listinfoall
AppName -listxmlall

Silently export the lists to the same directory as the App
AppName -listinfoall -s
AppName -listxmlall -s

Silent output lists to the specified path (path must exist)
AppName -listinfoall -<path>
AppName -listxmlall -<path>

AppName -listinfoall d:
AppName -listinfoall "d:\cc nn uu"
AppName -listinfoall 123
AppName -listinfoall ..\dew
Title: Re: Feature Request - DAT Generation
Post by: whatever000 on May 23, 2025, 05:50:36 AM
Tested and working. Great work and thanks very much  :cool:
Title: Re: Feature Request - DAT Generation
Post by: dink on May 23, 2025, 09:09:22 AM
taoenwen, very nice! :)
Title: Re: Feature Request - DAT Generation
Post by: taoenwen on May 23, 2025, 10:09:50 AM
Thank you, sir!