Author Topic: Feature Request - DAT Generation  (Read 1745 times)

Offline whatever000

  • Newbies
  • *
  • Posts: 12
  • Karma: +0/-0
Feature Request - DAT Generation
« 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 ?

Offline taoenwen

  • Newbies
  • *
  • Posts: 37
  • Karma: +10/-0
Re: Feature Request - DAT Generation
« Reply #1 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
« Last Edit: May 22, 2025, 01:50:03 PM by taoenwen »

Offline whatever000

  • Newbies
  • *
  • Posts: 12
  • Karma: +0/-0
Re: Feature Request - DAT Generation
« Reply #2 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
« Last Edit: May 22, 2025, 08:31:34 PM by whatever000 »

Offline dink

  • Administrator
  • *****
  • Posts: 5325
  • Karma: +520/-1
  • pie? I nearly bought one!
Re: Feature Request - DAT Generation
« Reply #3 on: May 22, 2025, 08:33:43 PM »
The license thing isn't skippable, but the other stuff should be fixed :)

Offline taoenwen

  • Newbies
  • *
  • Posts: 37
  • Karma: +10/-0
Re: Feature Request - DAT Generation
« Reply #4 on: May 22, 2025, 08:59:09 PM »
Okay, I'll take it further.

Offline taoenwen

  • Newbies
  • *
  • Posts: 37
  • Karma: +10/-0
Re: Feature Request - DAT Generation
« Reply #5 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

Offline whatever000

  • Newbies
  • *
  • Posts: 12
  • Karma: +0/-0
Re: Feature Request - DAT Generation
« Reply #6 on: May 23, 2025, 05:50:36 AM »
Tested and working. Great work and thanks very much  :cool:

Offline dink

  • Administrator
  • *****
  • Posts: 5325
  • Karma: +520/-1
  • pie? I nearly bought one!
Re: Feature Request - DAT Generation
« Reply #7 on: May 23, 2025, 09:09:22 AM »
taoenwen, very nice! :)

Offline taoenwen

  • Newbies
  • *
  • Posts: 37
  • Karma: +10/-0
Re: Feature Request - DAT Generation
« Reply #8 on: May 23, 2025, 10:09:50 AM »
Thank you, sir!