a1ex4 / ownfoil

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

Specific XCI not showing up in tinfoil #121

Open ishtangli opened 2 weeks ago

ishtangli commented 2 weeks ago

I have one XCI not showing up in tinfoil.

Logs shows the version changing back and forth between v0 and v65536:

[2024-10-02 10:05:08.874] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C800][v65536].xci to /games/XXXXXXXX [010005501E68C000][v0].xci. [2024-10-02 10:05:08.880] DEBUG (db) No files were deleted. All files are present on disk. [2024-10-02 10:05:08.880] INFO (library) Generating library ... [2024-10-02 10:05:09.101] INFO (library) Generating library done. [2024-10-02 10:10:08.965] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C000][v0].xci to /games/XXXXXXXX [010005501E68C800][v65536].xci. [2024-10-02 10:10:08.969] DEBUG (db) No files were deleted. All files are present on disk. [2024-10-02 10:10:08.969] INFO (library) Generating library ... [2024-10-02 10:10:09.182] INFO (library) Generating library done. [2024-10-02 10:15:08.228] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C800][v65536].xci to /games/XXXXXXXX [010005501E68C000][v0].xci. [2024-10-02 10:15:08.232] DEBUG (db) No files were deleted. All files are present on disk. [2024-10-02 10:15:08.232] INFO (library) Generating library ... [2024-10-02 10:15:08.454] INFO (library) Generating library done. [2024-10-02 10:20:08.681] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C000][v0].xci to /games/XXXXXXXX [010005501E68C800][v65536].xci. [2024-10-02 10:20:08.684] DEBUG (db) No files were deleted. All files are present on disk. [2024-10-02 10:20:08.685] INFO (library) Generating library ... [2024-10-02 10:20:08.901] INFO (library) Generating library done. [2024-10-02 10:25:09.443] INFO (db) File path updated successfully from /games/XXXXXXXX [010005501E68C800][v65536].xci to /games/XXXXXXXX [010005501E68C000][v0].xci. [2024-10-02 10:25:09.449] DEBUG (db) No files were deleted. All files are present on disk. [2024-10-02 10:25:09.449] INFO (library) Generating library ... [2024-10-02 10:25:09.669] INFO (library) Generating library done.

dnsBlah commented 2 weeks ago

titleid is unknown for tinfoil. custom data needs to be added for 010005501E68C000 (base)

ishtangli commented 2 weeks ago

Where and how?

Also, is the titleid wrong or just not in the DB?

On Wed, Oct 2, 2024, 1:56 PM dnsBlah @.***> wrote:

titleid is unknown for tinfoil. custom data needs to be added for 010005501E68C000 (base)

— Reply to this email directly, view it on GitHub https://github.com/a1ex4/ownfoil/issues/121#issuecomment-2387684935, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHY5Z4TREBPLQMSYNNN4P3ZZODJ5AVCNFSM6AAAAABPGYSXCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBXGY4DIOJTGU . You are receiving this because you authored the thread.Message ID: @.***>

ishtangli commented 2 weeks ago

Just checked the titles.US.en.json and 010005501E68C000 is there.

a1ex4 commented 1 week ago

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

ishtangli commented 1 week ago

I have a script that runs switch library manager every 5 minutes but its supposed to watch a different folder. Nevertheless, will disable it and report back

On Sun, Oct 6, 2024 at 9:24 PM Alex @.***> wrote:

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

— Reply to this email directly, view it on GitHub https://github.com/a1ex4/ownfoil/issues/121#issuecomment-2395439741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHY5Z2LINMSKRVURTW5KCLZ2E2ZRAVCNFSM6AAAAABPGYSXCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGQZTSNZUGE . You are receiving this because you authored the thread.Message ID: @.***>

ishtangli commented 1 week ago

Disabled the script and it stopped changing the name back and forth. Still doesnt show up on the list though.

Also, what controls what shows up in "new games"?

EDIT:

Looks like it is tagging the game as an update without BASE

[2024-10-07 12:35:08.719] INFO (library) Identifiying file (1/1): /XXXXXXXXX [010005501E68C000][v0].xci [2024-10-07 12:35:13.815] INFO (library) Identifiying file (1/1): /XXXXXXXXX [010005501E68C000][v0].xci OK Title ID: 010005501E68C000 App ID : 010005501E68C800 Title Type: UPDATE Version: 65536

laleeroy commented 1 week ago

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

Hi, can we just remove the xci tab and just mix all the games in new games or Recommended tab?

dnsBlah commented 1 week ago

That's really weird, it seems like something external is renaming XXXXXXXX [010005501E68C800][v65536] to XXXXXXXX [010005501E68C000][v0] back and forth, every 5 minutes... Ownfoil only monitors the file operations within the libraries, so it is only reflecting what's happening to the scanned files.

Hi, can we just remove the xci tab and just mix all the games in new games or Recommended tab?

then replace the xci dump for a nsp dump. That tab is not created by ownfoil, but done by tinfoil itself