ownfoil icon indicating copy to clipboard operation
ownfoil copied to clipboard

Empty filenames

Open xeeeeeeeee opened this issue 1 year ago • 3 comments

Hi, I have my switch library organized by folders, when I access the shop all my games filenames are empty. Also, If I open a random game, it just opens a html page for that game.

Something like this, If I open the empty filename of game1 or game2 it just displays the html page. Game3 that is in the root dir shows with the correct filename and opens fine. /games/:

  • shop_config.toml
  • shop_template.toml
  • game1/game1.nsp
  • game2/game2.nsp
  • game3.nsp

Is this a known issue? Any fix possible? Thanks

xeeeeeeeee avatar Mar 25 '23 13:03 xeeeeeeeee

Hi, I have my switch library organized by folders, when I access the shop all my games filenames are empty. Also, If I open a random game, it just opens a html page for that game.

Something like this, If I open the empty filename of game1 or game2 it just displays the html page. Game3 that is in the root dir shows with the correct filename and opens fine. /games/:

  • shop_config.toml
  • shop_template.toml
  • game1/game1.nsp
  • game2/game2.nsp
  • game3.nsp

Is this a known issue? Any fix possible? Thanks

I don't use ownfoil due to my own issues with it, but try renaming the .nsps to "Game Name [Title ID].nsp"

Dark98 avatar Mar 26 '23 02:03 Dark98

Yes, the file names already follow that format.

xeeeeeeeee avatar Mar 26 '23 12:03 xeeeeeeeee

@xeeeeeeeee the shop.json looks something like this?

"files": [
    {
        "url": "../Pokemon XXXXXXXXXX.nsp",
        "size": 795493252
    },
    
    If so it should work.

blasirio avatar May 20 '23 19:05 blasirio