Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing content #17

Open
gmendezm opened this issue May 30, 2020 · 1 comment
Open

Not showing content #17

gmendezm opened this issue May 30, 2020 · 1 comment

Comments

@gmendezm
Copy link

Content not shown cause relative path is broken.

Current specified:

for root, dirs, files in os.walk ('../../Nintendo'):​

We need to replace it with this in the case of emunand with atmosphere:

for root, dirs, files in os.walk ('../../emuMMC/RAW1/Nintendo'):​

In the Switch Media Host.py file

And then I restart the tool, enter in your browser and press F5 for every html page (pics, videos, etc)

@alexdieu
Copy link

Use Reinx , more powerful than atmosphere , no emuMMC , and work with PyNXb
Link : https://reinx.guide/downloads/stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants