Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Lies WiiDatabase Radar Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 651 Homebrews mit über 4.487.896 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Schlagwort: upload

NX-ScreenUploader v0.3.0

Nintendo Switch, Nintendo Switch: Update ,

NX-ScreenUploader

Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.

Intern wurde ein größeres Refactoring durchgeführt. Für Endnutzer ist lediglich relevant, dass der Key "upload_movies" in der Config durch "upload_videos" ersetzt wurde.

Breaking Changes
* upload_movies renamed to upload_videos — The INI config key upload_movies has been renamed to upload_videos across all channels (Telegram, Discord, ntfy, Immich). Update your config.ini accordingly.

New Features & Architecture
* Modular channel architecture — Upload channels (Telegram, Discord, ntfy, Immich) are now fully self-contained modules under src/channels/. Each channel has its own .hpp + .cpp pair encapsulating:
** Config struct with defaults, load(), and validate()
** send(path) upload function
** Enabled state (no more separate flags in Config)
* X-macro channel registry (channels/channels.inc) — All channels are registered via X-macro, enabling automatic expansion in config.hpp/cpp and main.cpp. Adding a new channel now only requires: registering in channels.inc + creating channels/xxx.hpp + channels/xxx.cpp.

Bug Fixes
* Fixed a dangling pointer issue in the main loop.
* Fixed Immich config comment typo in config.ini.template.

NX-ScreenUploader v0.2.2

Nintendo Switch, Nintendo Switch: Update , ,

NX-ScreenUploader

Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.

Bilder und Videos können nun auf eine eigene Immich-Instanz hochgeladen werden. Dazu müssen die Server-URL und der API-Key in der Config ergänzt werden. Zudem werden bei Video-Uploads zu Telegram nun die Video-Dimensionen mitgegeben, damit diese korrekt im Chat angezeigt werden.

Changelog

New Features
* Immich Integration: Added support for uploading screenshots and videos to self-hosted Immich instances via its API. You can now configure server_url and api_key under the new [immich] section in config.ini. (Contributed by @hax4dazy)

Bug Fixes
* Telegram Video Uploads: Added missing video dimension parameters (1280x720) for Telegram to ensure videos are formatted and displayed correctly in the chat.
* System Stability: Fixed a memory leak and potential sysmodule crash in the Immich upload flow by properly freeing cURL MIME resources. (Contributed by @hax4dazy)

Improvements & Maintenance
* Enhanced Logging: Updated the logger to include local timestamps (e.g., [2026-05-09 16:19:14]) for better readability and easier debugging.
* Profiling Support: Renamed the internal timing flags and scripts for better clarity (changed ENABLE_TIME_FUNCTIONS to ENABLE_PROFILING and renamed build-with-time.sh to build-with-profiling.sh).
* Code Cleanup: Removed unused legacy code (fopen and CURLOPT_READFUNCTION) from the new Immich implementation and applied general code formatting across the project.
* Documentation: Updated the English and Chinese README.md files to include instructions for configuring the new Immich upload destination.

NX-ScreenUploader v0.2.0

Nintendo Switch, Nintendo Switch: Update , ,

NX-ScreenUploader

Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.

Es werden nun alle Dateien seit dem letzten Scan berücksichtigt und hochgeladen. Zudem wurde das standardmäßige Scan-Intervall von drei auf fünf Sekunden erhöht; dieser Wert kann aber auch in der Config angepasst werden.

* Add functionality to retrieve new album items by @sakarie9 in #3

NX-ScreenUploader v0.1.8

Nintendo Switch, Nintendo Switch: Update ,

NX-ScreenUploader

Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.

Der Upload verläuft nun stabiler und ein Timeout wurde hinzugefügt – so sollte auch das Hochladen von Videos problemloser vonstattengehen.

* Implement upload worker thread and configure CURL timeouts by @sakarie9 in #2

NX-ScreenUploader v0.1.4: Screenshots auf Telegram und ntfy.sh hochladen

Nintendo Switch, Nintendo Switch: Neu , , , ,

sakarie9 hat den sys-screenuploader und sys-screen-capture-uploader geforkt und eine leichtgewichtigere Modifikation erstellt.

NX-ScreenUploader

Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.

Der NX-ScreenUploader überwacht das Switch-Album und lädt neue Screenshots und Videos auf Telegram und/oder ntfy.sh hoch. Im Gegensatz zu sys-screenuploader wird kein externer Server mehr für die Konfiguration benötigt. Zudem wurde der Speicherverbrauch verringert. Was ihr genau einstellen müsst, ist auf unserer Download-Seite beschrieben.

ShareNX (früher screen-nx) v2.0.0b

Nintendo Switch, Nintendo Switch: Update ,

ShareNX

Lädt Screenshots und Videos auf einen Bilderhoster hoch. Nützlich für gebannte Switches.

Diese Version ist ein deutlich schnellerer Rewrite, der quasi alles verbessert.

-Way faster uploads through smaller file sizes.
-Native thumbnail and preview generation.
-Smaller binary through usage of native IPC usage.
-Cleanup of utilities code.
-Style guide through clang-format.
-List Album files from NAND.

sys-screenuploader v0.0.10

Nintendo Switch, Nintendo Switch: Update ,

sys-screenuploader

Lädt Screenshots und Videos direkt nach der Aufnahme ohne Zutun direkt online zu bspw. Telegram oder Discord hoch. Der NX-ScreenUploader ist eine bessere, aktuelle Alternative.

Das Logging wurde komplett überarbeitet – so lassen sich Logs beim Start leeren und lesen, während das Systemmodul läuft. Die sys-screenuploader-Seite stellt außerdem Platzhalter für das Datum, die Zeit und den Titel für die Unterschrift bereit.

* Logging was remade completely: added an option to clear logs on launch; format was changed; log file is now readable even while the sysmodule is running (mostly)
* https://screenuploader.baktrouble.me now supports placeholders for captions: {date}, {time} and {title}

sys-screenuploader v0.0.9

Nintendo Switch, Nintendo Switch: Update ,

sys-screenuploader

Lädt Screenshots und Videos direkt nach der Aufnahme ohne Zutun direkt online zu bspw. Telegram oder Discord hoch. Der NX-ScreenUploader ist eine bessere, aktuelle Alternative.

Wenn der Service des Entwicklers genutzt wird, können jetzt Bildunterschriften hinzugefügt werden. Ansonsten werden beliebige URL-Parameter unterstützt.

Now it's possible to add captions to your uploaded media (if you're using my service) or pass individual arbitrary url parameters for requests to your own server.
Also fixed logging messages a bit.

sys-screenuploader v0.0.8

Nintendo Switch, Nintendo Switch: Update ,

sys-screenuploader

Lädt Screenshots und Videos direkt nach der Aufnahme ohne Zutun direkt online zu bspw. Telegram oder Discord hoch. Der NX-ScreenUploader ist eine bessere, aktuelle Alternative.

Das Hochladen von Fotos oder Videos lässt sich global oder pro-Spiel abschalten und ein einfacher Konfigurations-Builder ist jetzt auf der Webseite verfügbar.

* Added option to disable uploading of certain media types globally and on per-app basis
* Sysmodule version is now logged at start
A configuration builder tool was released at https://screenuploader.bakatrouble.me/cabinet/configuration/

ShareNX v1.0.0: Letzten Screenshot per Quick Menu hochladen

Nintendo Switch, Nintendo Switch: Update ,

ShareNX-Overlay

Den letzten Screenshot per Quick-Menu direkt auf lewd.pics hochladen.

HookedBehemoth (bekannt von screen-nx) hat ein Overlay für Tesla veröffentlicht, mit dem sich der letzte Screenshot direkt auf einen Bilderhoster hochladen lässt. Alles, was ihr dafür tun müsst, ist, Tesla und ShareNX auf die SD zu kopieren, einen Screenshot zu machen, das Tesla-Menü zu öffnen und dort ShareNX anzuwählen.

GodMode9i v2.0.0, sys-screenuploader v0.0.7 und Swiss v0.4 r775

DSi, DSi: Update, Nintendo Switch, Nintendo Switch: Update, Wii, Wii: Update , , , , ,

DS(i)-Cartridges lassen sich jetzt auf die SD-Karte dumpen.

You can now backup your DS(i) game carts to the SD card!
Supports both NTR (DS) and TWL (DSi-Enhanced/Exclusive) carts.
Both full ROM and save dumps will be made, with TWL ROMs including the DSi header and (arm9i/7i) binaries, and trimming, as an option.

sys-screenuploader

Lädt Screenshots und Videos direkt nach der Aufnahme ohne Zutun direkt online zu bspw. Telegram oder Discord hoch. Der NX-ScreenUploader ist eine bessere, aktuelle Alternative.

Ziele lassen sich jetzt pro Titel einstellen. So können bspw. Screenshots von Smashbros. auf Discord hochladen und von anderen Spielen auf Telegram.

* Destinations are now configurable on per-application basis
* Album directory detection was also improved (thanks @HookedBehemoth)
* Default configuration is now usable and uploads to the #default-destination channel on this project's Discord server

Im Dateibrowser lässt sich explizit nach GCM-Dateien filtern und Netzwerkoptionen können direkt in Swiss eingestellt werden. Mehr im Changelog unten.

Changelog

@emukidid committed:
* Tidy up last commit
* Fix issue #301, tidy up some unused warnings
* Display bba_ip on info screen if initialized
* Fix GCLoader device name
* New optional file browser targeted at GCM files
* Push WIP text entry for certain settings
* Fix default game settings for new entries

@Extrems committed:
* Adjust for libOGC changes.
* Add auto speed downgrade.
* Make use of EXILock with SD Gecko and IDE-EXI.

sys-screenuploader v0.0.6

Nintendo Switch, Nintendo Switch: Update ,

sys-screenuploader

Lädt Screenshots und Videos direkt nach der Aufnahme ohne Zutun direkt online zu bspw. Telegram oder Discord hoch. Der NX-ScreenUploader ist eine bessere, aktuelle Alternative.

Wenn das neueste Bild/Video gelöscht wird, wird nicht mehr das vorherige hochgeladen.

Old media are not reuploaded when the newest one is deleted

sys-con v0.5.3 und sys-screenuploader v0.0.5

Nintendo Switch, Nintendo Switch: Update , , ,

sys-con

Ermöglicht die Verwendung von Dritt-Controllern (Xbox, Dualshock) ohne jegliche Zusatzsoftware.

Probleme mit den Sticks, die zu Abstürzen geführt haben, wurden behoben und mit der Kosmos Toolbox lässt sich das Systemmodul jetzt einfach ein- und ausschalten, ohne die Konsole rebooten zu müssen.

* Fixed the maximum and minimum stick values generated by sys-con.
* * This caused games like Xenoblade Chronicles 2 and Resident Evil 4 to crash when that stick value has been reached.
* When using the mode that swaps left stick with d-pad, the stick values generated by d-pad are now clamped to a circle radius.
* If you have the latest version of Kosmos Toolbox, you can now manually enable/disable sys-con right from the toolbox menu without having to reboot your console. Hurray.

sys-screenuploader

Lädt Screenshots und Videos direkt nach der Aufnahme ohne Zutun direkt online zu bspw. Telegram oder Discord hoch. Der NX-ScreenUploader ist eine bessere, aktuelle Alternative.

Im sys-screenuploader wurden lediglich Abstürze behoben, wenn die Datei, die hochgeladen werden soll, gerade geöffnet ist.

Fix frequent segfaults when the file we try opening is still opened by another process

screen-nx v2.0.0

Nintendo Switch, Nintendo Switch: Update , ,

ShareNX

Lädt Screenshots und Videos auf einen Bilderhoster hoch. Nützlich für gebannte Switches.

Die Homebrew wurde komplett neu geschrieben und erlaubt jetzt, per Konfigurationsdatei einen eigenen Hoster und ein eigenes Theme festzulegen. Enthalten sind die beiden Bilderhoster "lewd.pics" und "0x0.st". Die UI scrollt nicht mehr so langsam und Thumbnails für Videos werden auch angezeigt.