Tolriq

Results 240 comments of Tolriq

> Since PVR channels don't store this kind of information right now there's no way to provide "real uniqueIds". Yes for now, but if it's to be fixed one day...

> The jsonrpc: prefix would only be used internally so for the "genreid" property for songs / albums we would inject So it's already used in the wild. If it's...

Track and streamdetails are returned as a string, only explanation would be that you set those somewhere as customproperties of that type. I do not have more details than https://community.yatse.tv/t/kodi-pvr-again-returning-bad-data/3406...

Sounds like the data is serialized then unserialized somewhere. Do you have a doc somewhere for how to download and setup your beta addon in that PVR mode with some...

@DevSrSouza Restore with transition still does not work talked about some times ago: https://github.com/adrielcafe/voyager/issues/27#issuecomment-1555908104

Can you try the normal way? AndroidScreen and not disabling the necessary lifecycle. And check in Screen2 that the state is correctly restored

There's different things here between @Syer10 and @DevSrSouza Is there a way to have the DefaultNavigatorScreenLifecycleProvider works on Android to not have to force an empty one and add overrides...

So it should work OOB with Android screen ? I need the viewmodels to be properly scoped to the screens and not the single activity and to work with hilt...

> AndroidScreen by default does that behavior, but, it is not required anymore if you use the default ScreenLifecycleProvider from it, because, in the new version, this behavior that was...

I have nothing custom. Simple AndroidScreen. FadeTransition don't restore. I'll see if hilt viewmodels support savedstatehandle with simple Screen.