Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Exle/AIMP-Discord-Presence
Plugin for AIMP that changes the status of Discord, depending on what you are listening to.
https://github.com/Exle/AIMP-Discord-Presence
aimp discord
Last synced: 15 days ago
JSON representation
Plugin for AIMP that changes the status of Discord, depending on what you are listening to.
- Host: GitHub
- URL: https://github.com/Exle/AIMP-Discord-Presence
- Owner: Exle
- Created: 2018-04-10T17:47:15.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T21:00:29.000Z (5 months ago)
- Last Synced: 2024-08-02T05:11:13.075Z (4 months ago)
- Topics: aimp, discord
- Language: C++
- Homepage: http://www.aimp.ru/?do=catalog&rec_id=970
- Size: 2.62 MB
- Stars: 95
- Watchers: 10
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-discord-activities - AIMP Discord Presence - Plugin for desktop music player [AIMP](https://www.aimp.ru) (Music)
README
# AIMP - Discord Presence
Plugin for [AIMP](https://aimp.ru/) that changes the status of Discord, depending on what you are listening to.
## Installation
1. In AIMP, go to Settings >> Plugins.
2. Click on the "Install" button and select the archive with the plugin.
3. Switch on the Discord Presence plugin.
4. In Discord, go to Settings >> Activity Privacy, enable "Share detected activity with others".## Settings
When closing AIMP, the plugin settings will be added to the configuration file ``Profile/AIMP.ini``. You can find the Profile folder in AIMP settings.**AIMP must be closed to edit ``Profile/AIMP.ini``.**
Default:
```ini
[DiscordPresence]
ApplicationID=429559336982020107
Timestamp=0 ; (0 - elapsed time / 1 - time remaining | Default: 0)
UseAlbumArt=1
State.PlayImage=aimp_play
State.PauseImage=aimp_pause
State.RadioImage=https://raw.githubusercontent.com/Exle/aimp-discord-presence/main/.github/aimp_icons/animated/aimp_radio_v2.gif
State.UsePlay=0 ; Shows a small image from State.PlayImage (0 - disable / 1 - enable | Default: 0)
State.UsePause=0 ; Shows a small image from State.PauseImage (0 - disable / 1 - enable | Default: 0)
State.UseRadio=1 ; Shows a small image from State.RadioImage (0 - disable / 1 - enable | Default: 1)
```## Screenshots
![Screenshot1](.github/screenshots/1.png)
![Screenshot2](.github/screenshots/2.png)![Screenshot3](.github/screenshots/3.png)
![Screenshot4](.github/screenshots/4.png)