dinogomez / genzai

A lightweight custom Discord Rich Presence manager. Compatible with Linux and Windows. Built with customtkinter and pypresence.
MIT License
16 stars 1 forks source link

[Feature] CustomRP config compatibility #2

Open IQBE opened 3 months ago

IQBE commented 3 months ago

Is your feature request related to a problem? Please describe. As a user I would like the application to be a drop-in replacement for CustomRP.

Describe the solution you'd like I would like to import/convert my existing CustomRP configuration file. I would also like to be able to convert my Genzai config to CustomRP.

Describe alternatives you've considered Only way for this to be possible is by making a converter between the file types.

Additional context CustomRP uses an XML format to store its configuration files. Converting should be as easy as just running a function that maps the xml values to the json format we're using.

dinogomez commented 3 months ago

I agree, I'll patch out the json in favor for the xml format. I see no rush for this so you could definitely open a pr any time soon. Goodluck!