Recent content by ahoyallu

  1. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Aha! I solved a problem with nxgameinfo and older nfi that are not able to read the names from NSP and XCI files with the new NACP file format and show the name as a '?'. It's solved now. I attached the new nfi (v1.1.3) that supports the new format correctly.
  2. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Awesome, thanks, I will take a look. In the mean time, here is the version 22.5.12. Changes: - Catalog decoupled from AppDB. - AppDB downloads blocked in applet mode. - Actual download speed displayed in the header. - Support for files and resumes larger than 2 GB using stat() when using...
  3. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Okay, thanks. In the mean time, LiteFoil v22.5.11 now has icons, Grid and List mode and, finally, touch mode! I liked the titledb from Blawar and others that I found online. I was able to create a DB with all 17 thousand icons for all games inside a database with only 234Mb (if you want to...
  4. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Any ideia another place instead of github.com that I could do it? Because my account was limited... no specific reason (I think someone just reported me, for unknown reason). Some corrections for the icons. 1785095999 I posted the source code here in this thread... github was gone.. :sad:
  5. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    LiteFoil v22.5.8 with support to icon's.
  6. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    New version of nfi, some bugs corrected. Also, here is the source of LiteFoil and LiteServer. Github don't want to recover my account, any other public git to upload it? Anyway, I attached it here. nfi changelog: eabf135 feat: resume checkpoint verification 8c00537 ci: update setup-go and...
  7. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Well, I created a utility named nfi (similar to https://github.com/garoxas/NX_Game_Info), but with added support for checking NSZ, and XCZ files (NSP/NSZ/XCI/XCZ). The original tool does not support compressed files. Additionally, I reimplemented it in Go, so it can be compiled for multiple...
  8. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    for some reason, my account was flagged. I'm talking with the Github staff to solve the problem, but I think someone that don't like the project reported me. The last version is waiting for a mod approval to appear here. :)
  9. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Well, while the repository is offline, I will send the updates here. Well, while the repository is offline, I will send the updates here. LiteFoil v22.5.3 - solved a problem related to install big XCI files. LiteServer v1.4 - now it is possible to index thousand of files and use PROXY...
  10. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Nor Superior, nor Inferior, just different. :) I updated the server to allow thousands of files being served. 1783777827 aa, I have better queue.. and LiteFoil is able to access Google Drives (or any cloud) encrypted with RCLONE. So, you can have your data encrypted and safe and use it to...
  11. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Since I removed the encryption part, the server needs some rework. You do need me to serve the JSON file so you can read it directly with LiteFoil. I will also improve the application so it can download and update itself using the GitHub soon.
  12. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Done, it's public. Enjoy.
  13. ahoyallu

    Homebrew New Homebrew "Foil Server"?

    Yes, is in the GitHub now, I will upload the source code after some cleanup. As I'm new here, I cant add links, but search GitHub and you will see the README and the last version. It was a best effort implementation. I expect the community could use the code for their own needs and share...