Back
sys-screenuploader
by bakatrouble
|
Version | 0.0.10 |
Zip size | 757 KiB |
License | Lesser GPLv3 |
Updated | 02/05/2020 |
Downloads | 6,566 |
MD5 | ea7ecb554488a80be473b130b9093725 |
App Details
Homebrew Nintendo Switch NSP sysmodule for automatic upload of screen captures to remote server.
For instructions see https://screenuploader.bakatrouble.me
Website repo
Changelog
0.0.10
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}
0.0.9
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.
0.0.8
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/
0.0.7
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
Configuration file structure was changed, but should still be compatible with the old one
0.0.6
Old media are not reuploaded when the newest one is deleted
0.0.5
Fix frequent segfaults when the file we try opening is still opened by another process
0.0.4
Reduced memory footprint
Hardcoded /Emutendo/Album album path for SX OS (just checking whether the path exists, is there any better way to either detect SX OS or retrieve path from system configuration?)
Configurable album path (use album_path option if yours was detected incorrectly)
Skipping incorrect directory names
0.0.3
I've finaly made libcurl work, now we support arbitrary server URLs and HTTPS.
Also a toolbox.json was added for integration with Kosmos Toolbox.