Recent content by ivaano

  1. ivaano

    Project Nsx Library Manager

    please open an issue in github, and share more details to look it up.
  2. ivaano

    Project Nsx Library Manager

    You need to add your keys to do such rename, with your keys the title metadata will be read from your file and then the data will be agregated with titledb, but your file metadata will take precedence. If you don't provide keys then you will have to have the title id, and the data used will be...
  3. ivaano

    Project Nsx Library Manager

    I'm not sure I can help you with this as I haven't worked with tinfoil, but you can take a look at the implementation in tinfoilwebserver, (https://github.com/Myster-Tee/TinfoilWebServer/blob/master/TinfoilWebServer/Services/TinfoilIndexBuilder.cs#L46) your second approach should work, maybe you...
  4. ivaano

    Project Nsx Library Manager

    The sql db, is generated using this other tool I wrote titledbConverter you can use that to generate your own db, based on whatever region you prefer as default or even aggregate the titles with custom data. but a simple titledbConverter freshdb "c:\sqltitledb" will be enough to download titledb...
  5. ivaano

    Project Nsx Library Manager

    Mine as well, specifically thinking about a purple one in Gran Turismo on PS1
  6. ivaano

    Project Nsx Library Manager

    Great, the exe already contains the .net framework thats why is so heavy but I only tested it on a machine with no sdk installed on linux not windows, but I'm glad it worked for you.
  7. ivaano

    Project Nsx Library Manager

    That is an error on the frontend, and I'm not sure what Task was cancelled, what page did you see this error was it settings or was it the library?, did you click "Save Configuration" button in settings?, you can change the debug level in your appsettings, change it to Debug to see if you get...
  8. ivaano

    Project Nsx Library Manager

    On settings page click the button "Add new Library Path", then put the absolute path to your library, select Recursive if you want and you can also select a collection if you want the titles from that location to be added to a collection. If you are running this on a container, there is only...
  9. ivaano

    Project Nsx Library Manager

    you need to pull the image from ghcr, check this stackoverflow for instructions on how to pull images from ghcr, add ghcr to dsm other than that the instructions of the volumes and ports you need to expose are on the readme file To run the container from the ghcr registry you need to...
  10. ivaano

    Project Nsx Library Manager

    Are you referring to the "Missing Updates" page?, because it should work as you describe, titles will show only if the most recent update is missing, however I think there is a bug when the library is refreshed and not reloaded, I need to check, because I saw some discrepancies right now, let me...
  11. ivaano

    Project Nsx Library Manager

    You can create a new database for each library, but you will need to close and open the app specifying which library you want to use. open your config.json file and change this setting "NsxLibraryDbConnection": "Data...
  12. ivaano

    Project Nsx Library Manager

    There is a new beta version, that has a lot of refactoring on this area, you can try that to see if you still see this problem and provide some feedback on github, the new beta version has a lot of changes, it wont replace your current installation, just use a different folder and a new db will...
  13. ivaano

    Project Nsx Library Manager

    Yeah, is on the pipeline. Probably next release but not sure yet.
  14. ivaano

    Project Nsx Library Manager

    Yes there is a recursive field on the setting page, or you can set recursive to true in config.json 1705520679 We have that only in the titledb grid, next release I'll add it to library titles grid
  15. ivaano

    Project Nsx Library Manager

    Same path as the exe/so file, If you run the app with no config file it will create a default config file you can then go to the web ui and it should redirect you to the settings page where you can set your paths.