Skip to content

Releases: bakatrouble/sys-screenuploader

Brand new logging

02 May 08:27
Compare
Choose a tag to compare
  • 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.bakatrouble.me now supports placeholders for captions: {date}, {time} and {title}

Media captions

24 Apr 22:23
Compare
Choose a tag to compare

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.

Added option to disable uploading of certain media types

08 Feb 00:18
Compare
Choose a tag to compare
  • 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/

Per-title destinations

30 Jan 02:09
Compare
Choose a tag to compare
  • 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

Bugfixes

28 Jan 23:16
Compare
Choose a tag to compare

Old media are not reuploaded when the newest one is deleted

Increase stability

28 Jan 09:12
Compare
Choose a tag to compare

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

Bugfixes, configurable album path and SX OS support

20 Jan 07:32
Compare
Choose a tag to compare
  • 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 (issue report)

libcurl & new Atmosphere layout

19 Jan 10:40
Compare
Choose a tag to compare

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.

Move to cloud service

18 Jan 15:53
Compare
Choose a tag to compare
v0.0.2

move to cloud service

v0.0.1

14 Jan 01:32
Compare
Choose a tag to compare

Initial release