Releases: mnh48/Aegisub-DiscordRPC
Aegisub DiscordRPC v2
There's no fundamental changes in v2 compared to v1, if v1 works for you then you don't need v2
Changes
- Added the Discord RPC libraries for Mac and Linux
- Added instructions for Mac and Linux users in README
- Re-added license from upstream which should be left intact
- Edited my name in license file and the script file (this doesn't affect functionality)
- Bumped the version number to 2 in the script file (this also doesn't affect functionality)
Instruction
Download the whole zip with the detailed instructions and follow them, or manually download the specific files needed from the selection below.
Installation
Library
- Windows (32-bit Aegisub): download
discord-rpc.dll
and place it in your Aegisub installation folder - Windows (64-bit Aegisub): download
discord-rpc-64.dll
, rename it todiscord-rpc.dll
, and place it in your Aegisub installation folder - Mac: download
libdiscord-rpc.dylib
, and place it in the directory/usr/local/lib
- Linux: download
libdiscord-rpc.so
, and place it in the directory/usr/local/lib
Script
- All: download
discord-rpc.lua
, and place it in theautomation/autoload
folder/directory of where you installed Aegisub in
Usage
When installed correctly, it will first start the rich presense with Idle
as the detail and No video file loaded yet
as the state whenever you launched Aegisub. Then, load your subtitle and video, and click on Update Discord RPC
from the Automation menu to let Aegisub update the Rich Presence as Editing subtitle
as the detail and the video file name as the state.
Happy RichPresence-ing from your Aegisub~
Aegisub DiscordRPC v1 is released
This is the initial working release.
Download the whole zip with the instructions, or manually download the files from the selection below.
discord-rpc.lua
goes in theAegisub\automation\autoload
folderdiscord-rpc.dll
goes in theAegisub
folder, this file is for the mainstream 32-bit Aegisub- If you use the discouraged 64-bit Aegisub, download
discord-rpc-64.dll
instead, rename it todiscord-rpc.dll
and place it in theAegisub
folder.
Happy RichPresence-ing from your Aegisub~