https://github.com/n3tael/artwork-uploader
Utility to upload artworks to Imgur
https://github.com/n3tael/artwork-uploader
discord-rich-presence foobar2000 golang imgur uploader
Last synced: over 1 year ago
JSON representation
Utility to upload artworks to Imgur
- Host: GitHub
- URL: https://github.com/n3tael/artwork-uploader
- Owner: n3tael
- License: apache-2.0
- Created: 2024-09-08T19:53:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:00:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T08:17:46.628Z (over 1 year ago)
- Topics: discord-rich-presence, foobar2000, golang, imgur, uploader
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artwork-uploader
Utility to upload cover arts on Imgur, designed for [Discord Rich Presence Integration](https://github.com/TheQwertiest/foo_discord_rich) for [Foobar2000](https://www.foobar2000.org/).
## Features
* **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.
## How to use?
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](https://apidocs.imgur.com/#intro). If you already have one, follow the steps bellow.
1. Grab [latest release](https://github.com/n3tael/artwork-uploader/releases/latest), and put it anywhere. Remember the path where you placed it, it will be needed.
2. Go to foobar2000 settings, navigate to `Tools > Discord Rich Presence Integration`, tab `Advanced`.
3. In `Art uploader` section, check `Upload and display art`. Enter the full path that you remembered in `Upload Command`, and add the argument `--key `, where `` is your API key to Imgur. So, your upload command should looks like this: `F:\Programs\artwork-uploader.exe --key 00beefcafe12345`.
4. Enjoy!
## Arguments
```
-key string
Imgur API key
-resize
Resize the image to 200px wide (default true)
```
## Notes
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.
## License
Apache-2.0 license