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: over 1 year 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 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T21:00:29.000Z (about 2 years ago)
- Last Synced: 2024-11-01T18:37:05.829Z (over 1 year ago)
- Topics: aimp, discord
- Language: C++
- Homepage: http://www.aimp.ru/?do=catalog&rec_id=970
- Size: 2.62 MB
- Stars: 99
- Watchers: 10
- Forks: 20
- Open Issues: 5
-
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



