-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIscord RPC #8961
base: main
Are you sure you want to change the base?
DIscord RPC #8961
Conversation
Integration with Discord, where it displays Subtitle Edit + the name of the subtitle on Discord.
src/ui/Program.cs
Outdated
@@ -3,33 +3,70 @@ | |||
using System.Diagnostics; | |||
using System.Threading; | |||
using System.Windows.Forms; | |||
using DiscordRPC; | |||
using System.Timers; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this been used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was testing other things and committing with that... it's already been removed 👍 thanks for noticing
src/ui/Program.cs
Outdated
} | ||
catch (Exception ex) | ||
{ | ||
Console.WriteLine("Error updating Discord RPC: " + ex.Message); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe on recursive fail just disable & dispose the timer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
god i completely forgot about that sorry
It basically shows Subtitle Edit on Discord + the name of the subtitle