Utility to upload cover arts on Imgur, designed for Discord Rich Presence Integration for Foobar2000.
- Easy to use, just follow instructions bellow.
- Automatically resizes artwork to 200x200. And Imgur will be not say «the image is too big!!».
- No installation required. Just download and remember path where you placed it.
Before you can use the program, you will need to create an API key on Imgur, you can do that by following the instructions here. If you already have one, follow the steps bellow.
- Grab latest release, and put it anywhere. Remember the path where you placed it, it will be needed.
- Go to foobar2000 settings, navigate to
Tools > Discord Rich Presence Integration
, tabAdvanced
. - In
Art uploader
section, checkUpload and display art
. Enter the full path that you remembered inUpload Command
, and add the argument--key <enter key>
, where<enter key>
is your API key to Imgur. So, your upload command should looks like this:F:\Programs\artwork-uploader.exe --key 00beefcafe12345
. - Enjoy!
-key string
Imgur API key
-resize
Resize the image to 200px wide (default true)
This is my first Go project. I will be very grateful, if you suggest your improvements in Pull Requests, report bugs or propose an ideas in Issues.
Apache-2.0 license