Image uploading utility for Mue
The process of uploading images to Mue was long and tedious - you had to generate a file name, add it to the database with the information, compress the image and then upload it and hope it works. This utility was made to make creating the new photo database in 5.2 a much easier process. The utility allows you to simply select a file, choose the category + photographer and click upload.
- Supports converting jpg, png, cr3, cr2, dng, raf, fff, rwl, nef, rw2, x3f and arw files to webp
- Get formatted Mue location (e.g Manchester, United Kingdom) from EXIF data
- Get camera or phone model name (e.g Canon 1300D, Samsung Galaxy S8)
- Automatic listing of photographers and categories with an option to add new ones
- Undo button in case you made a mistake
- Git
- Node.js
- A free Cloudinary account
- Mue API Instance
- Mue Weather Proxy Instance (optional, used for getting location data. by default our instance works but please note it may not always be available and may be removed at any time.)
- Clone the repository using
git clone https://github.com/mue/uploader.git
- Run
npm i
(oryarn
) to install all needed dependencies - Move
config-example.json
toconfig.json
and add your keys etc - Run
node getdevicelist.js
to get the phone device list npm start
oryarn
- Code your heart out!
npm run build
Please note that currently it only returns a Windows build, and the uploader utility has not been tested on any other operating system. Due to the fact this program is useless without the correct setup, no prebuilt binaries are provided.