Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Indy and the Curse of the Title Formats (Read 3357 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Indy and the Curse of the Title Formats

This is one for those afflicted by the mighty and mightily dreadful titleformatting syntax of fb2k...

I have converted my Perl script that translates from something almost readable to the fb2k format into an AutoIt3 script and compiled the latter into an exe file. The zip contains the upx-packed exe and the au3 source.

If your editor of choice can be configured to call a compiler for a defined file type, you could "compile" your .txt files (or whatever, the program accepts everything) to produce a .tf file (or whatever).

Then copy the content of the output file into the relevant fb2k titleformat dialogbox... et voila.

The "conversion" is extremely simple-minded but pretty effective. See also this thread.