a1ex4 / ownfoil

Switch library manager, with a self-hosted Tinfoil Shop.
426 stars 44 forks source link

Ownfoil GUI vs Tinfoil #57

Closed Sev7nrayne closed 11 months ago

Sev7nrayne commented 11 months ago

Currently on V2.

Here is my docker compose

version: "3"

services: ownfoil: container_name: ownfoil image: a1ex4/ownfoil:v2 environment:

For write permission in /games directory

  - PUID=1000
  - PGID=100
  # Setup auth
  - USERNAME=admin
  - PASSWORD=admin
  - ROOT_DIR=/games
  - SAVE_ENABLED=true
volumes:
  - /volume1/docker/ownfoil/config:/app/config
  - /volume1/docker/ownfoil/games:/games
ports:
  - "8465:8465"

Game Folder: image 4 games total (base)

Ownfoil Gui: image 3 games showing How to correct this?

Tinfoil (16.0): Shows XCI on the left w/ only 2 game files displaying SMBW.xci MGSMC.xci

I do not see the .nsz or .nsp in Tinfoil - but I can search and find them. They are just not showing up on its on .nsz or .nsp tab (left) How to correct this?

Feature request: Is there a way to populate tabs for each .extension or be able to create a tab in the config folder that shows all games within the /games directory

a1ex4 commented 11 months ago

There is nothing for me to fix here. The MGSMC Title Id is missing from titledb, so the game won't show up in the UI until this is fixed (in blawar/titledb). Does the game show up normal in Tinfoil on your Switch?

For the tabs I don't think there is supposed to be a "nsp" or "nsz" tab, only XCI is a separate tab, the games are found under the "New games" tab.

Sev7nrayne commented 11 months ago

"There is nothing for me to fix here. The MGSMC Title Id is missing from titledb," Understood, thank you.

"Does the game show up normal in Tinfoil on your Switch?" e.i. RDR [01007820196A6000][v0].nsz (base) shows up in the Ownfoil GUI but does not show in Tinfoil [New Games] tab, but I can search for it and it comes up available to be installed.

Sev7nrayne commented 11 months ago

This issue is resolved. Thank you @a1ex4 for Ownfoil.

Sev7nrayne commented 11 months ago

Following up on v2 tests: https://github.com/a1ex4/ownfoil/discussions/52