dead8309 / Kizzy

Discord Rich Presence for Android. Made with jetpack compose and material3

Home Page:https://kizzy.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I would like this type of timestamp/Time elapsed

Haruki477 opened this issue · comments

I would like that type of elapsed time, ahaghahaah I don't know but if it were possible I would like that type of elapsed time since it looks more realistic when doing custom rpc (apart from discord that is the type of elapsed time it has or well there are other applications that have elapsed time like this Example: 56:37
Screenshot_20240203-155122_Discord

I think the default is now for x hours which is done by discord so I don't think we can change it

@dead8309 I want the opposite, actually. In the media detection and other rpcs, it will display the time in elapsed (00:00:00 format) where as I want it to display in minutes/hours ( Listening/Playing x for x minutes/hours)
I already know how to do this in custom rpc, all i have to do is remove all the activity details and state, only keep the app name, timestamp and image. But I don't know how to do this in detection rpcs.