Cross-platform implementation of ShareX.UploadersLib
- Grab a copy of your
UploadersConfig.json
from ShareX - Grab a copy of your
ApplicationConfig.json
from ShareX - Copy the
json
files into the same folder where UploaderX resides
- To customize the Destination Folder, update the following field in the
ApplicationConfig.json
file: e.g.
"CustomScreenshotsPath2": "/Users/mike/Library/CloudStorage/OneDrive-Personal/Pictures/Screenshots",
- To customize the Destination Folder, update the following field in the
ApplicationConfig.json
file: e.g.
"CustomScreenshotsPath2": "C:\\Users\\mike\\Pictures\\Screenshots",
- If you are keen to create the json file from scratch, the following (untested) should work:
{
"BufferSizePower": 5,
"CustomScreenshotsPath2": "C:\\Users\\mike\\Pictures\\Screenshots"
}
- Supports Amazon S3 as long as settings are configured in
UploadersConfig.json
- Supports Imgur if no json file is configured
- Supports converting
mov
tomp4
ifffmpeg
is available inTools
folder
- In MAUI app, it is saved in
~/Documents/UploaderX
- In Avalonia app, it is saved in
~/UploaderX
- Watch Folder is created in the app data folder e.g.
~/Documents/UploaderX/Watch Folder