Boot embedded daemon from RockboxRpcModule.OnCreate, not on first play
NowPlayingService.onCreate only fires after JS calls RockboxNowPlaying.update(), which only happens once playback starts. RockboxRpcModule.OnCreate runs the moment the Expo module loads (app start) — much earlier and unconditional. Daemon now boots even if the user just opens the app and looks at the discovery list.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>