Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

NXDownload Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=nXDownload |image=nxdownloadswitch.png |description=Download any file directly inside sdmc |author=Dontwait00 |lastupdated=2019/04/18 |type=Utilities |version=1.1b |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch.7z |website=https://github.com/Dontwait00/nXDownload |source=https://github.com/Dontwait00/nXDownload |donation= }} {{#seo: |title=Switch Homebrew Apps (Utilities) - GameBrew |title_mode=appe...")
 
No edit summary
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=nXDownload
|title=nXDownload
|image=nxdownloadswitch.png
|image=nxdownload.png
|description=Download any file directly inside sdmc
|description=Download any file directly inside sdmc
|author=Dontwait00
|author=Dontwait00
Line 8: Line 8:
|version=1.1b
|version=1.1b
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/nxdownload.7z
|website=https://github.com/Dontwait00/nXDownload
|website=https://github.com/Dontwait00/nXDownload
|source=https://github.com/Dontwait00/nXDownload
|source=https://github.com/Dontwait00/nXDownload
|donation=
|donation=
}}
}}
{{#seo:
{{obsolete}}
|title=Switch Homebrew Apps (Utilities) - GameBrew
Download any file directly inside sdmc:/ on your Nintendo Switch.
|title_mode=append
 
|image=nxdownloadswitch.png
This homebrew was intended to download specially NSPs & XCI. But it can be used to download any file.
|image_alt=nXDownload
 
}}
'''Note:''' The author takes no responsibility if it is used inappropriately or is damaging your console. Use at your own risk.
{{cleanup|article|Needs cleanup}}
 
Download any file directly inside sdmc
==Features==
* Add possibility to read a custom URL from sdmc:/switch/nXDownload/input.txt.
* Add possibility to read multiple URL from input.txt.
* Add support for plain URL's (meaning writing URL directly to the Switch).
* Add support for saving plain URL's (meaning written URL will be saved in a different file temporaly until new written URL is encountered).
 
==User guide==
Create a file .txt (from any device).
 
Add few lines with links with formatted arguments
* i.e.<code><title-of-game/desciption> = <download/link/url></code>
* Files are downloaded by default to <code>sdmc:/switch/nXDownload/</code>
* Remember that this tool requires Direct Download Links till i find someway to parse the download link from the webpage!


==Media==
Power on your Switch, and select what file to download.
<youtube></youtube>


===Note===
*When downloading large files, is better to put your Switch in Dock mode so you will not risk to:
*This project is based on libcurl.
*This project changes the heap size, to get the software Keyboard feature (can have memory issues). In future, this could change.
*This project is under GPL-3 License.
*Use command line <code>pacman -S switch-curl</code> inside Msys2 to be able to compile this homebrew.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownload2.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownload3.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-03.png
 
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownload4.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownload5.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/nxdownloadswitch-08.png


==Changelog==
==Credits==
'''v.1.0'''
Special thanks to (this is not in order):
* First Release.
*[https://fortheusers.org/ 4TU] which are hosting many homebrew's/utilities and much more! A great thanks to them.
*Every Nintendo Switch warez scene community which are hosting & releasing free NSPs and XCIs.
*The members of our server [https://discord.gg/NErqFV4 NX++ Homebrew Discord].
*Many thanks also to all the main characters who have contributed to the development of homebrew & who pwn'ed the Nintendo Switch.
*Major thanks at all the people behind the scene that have helped me to follow constantly and still helping me to learn C in better.


== External links ==
== External links ==
* Gbatemp - https://github.com/Dontwait00/nXDownload
* GitHub - https://github.com/Dontwait00/nXDownload
* Github - https://github.com/Dontwait00/nXDownload
* Reddit -

Revision as of 07:48, 28 April 2023

nXDownload
Nxdownload.png
General
AuthorDontwait00
TypeUtilities
Version1.1b
LicenseGPL-3.0
Last Updated2019/04/18
Links
Download
Website
Source

Download any file directly inside sdmc:/ on your Nintendo Switch.

This homebrew was intended to download specially NSPs & XCI. But it can be used to download any file.

Note: The author takes no responsibility if it is used inappropriately or is damaging your console. Use at your own risk.

Features

  • Add possibility to read a custom URL from sdmc:/switch/nXDownload/input.txt.
  • Add possibility to read multiple URL from input.txt.
  • Add support for plain URL's (meaning writing URL directly to the Switch).
  • Add support for saving plain URL's (meaning written URL will be saved in a different file temporaly until new written URL is encountered).

User guide

Create a file .txt (from any device).

Add few lines with links with formatted arguments

  • i.e.<title-of-game/desciption> = <download/link/url>
  • Files are downloaded by default to sdmc:/switch/nXDownload/
  • Remember that this tool requires Direct Download Links till i find someway to parse the download link from the webpage!

Power on your Switch, and select what file to download.

Note

  • When downloading large files, is better to put your Switch in Dock mode so you will not risk to:
  • This project is based on libcurl.
  • This project changes the heap size, to get the software Keyboard feature (can have memory issues). In future, this could change.
  • This project is under GPL-3 License.
  • Use command line pacman -S switch-curl inside Msys2 to be able to compile this homebrew.

Screenshots

nxdownload2.png nxdownload3.png

nxdownload4.png nxdownload5.png

Credits

Special thanks to (this is not in order):

  • 4TU which are hosting many homebrew's/utilities and much more! A great thanks to them.
  • Every Nintendo Switch warez scene community which are hosting & releasing free NSPs and XCIs.
  • The members of our server NX++ Homebrew Discord.
  • Many thanks also to all the main characters who have contributed to the development of homebrew & who pwn'ed the Nintendo Switch.
  • Major thanks at all the people behind the scene that have helped me to follow constantly and still helping me to learn C in better.

External links

Advertising: