audacious-plugin-rpc icon indicating copy to clipboard operation
audacious-plugin-rpc copied to clipboard

Remove the emoji from the presence

Open some-ash opened this issue 2 years ago • 7 comments

As the title says, if its possible please remove the 🎶. If not please give the steps to recreate the discord application without the emoji.

some-ash avatar May 01 '22 06:05 some-ash

Was considering forking this and trying to create a version without the emoji, but, I'm having a tough time finding out where the emoji is being passed code-wise.... I see everything else except that... I feel like I'm overlooking something super simple

error-0x29A avatar May 11 '22 23:05 error-0x29A

Looks like that info gets into the title by way of aud_drct_get_tuple() -- I suppose it comes from Audacious itself... So I think the following line could be modified to remove the emoji, maybe by cutting it off the end of the title? std::string title(tuple.get_str(Tuple::Title));

error-0x29A avatar May 11 '22 23:05 error-0x29A

@catsnsnacks I did try to fix it myself, and could not find where the title was written aswell. I think the discord application's name is what shows as the title in the presence. However I could not make the exact application for it to work and also could not compile the rpc

some-ash avatar May 12 '22 00:05 some-ash

It's the name of the application, so if you want to remove the emoji, make your own application in Discord Developer Applications and add all the relevant needed items, like rpc assets with the names "logo", "pause" and "play", it should work straight out of the box, the compiling part

crackheadakira avatar Oct 30 '22 18:10 crackheadakira