PlayXman / app-msa

MediaStorage App - small personal "database" of various media (movies, games, books, etc.).
MIT License
0 stars 0 forks source link

Log in to trakt.tv on movie/tv show open #55

Closed PlayXman closed 1 year ago

PlayXman commented 1 year ago

The sign in to trakt.tv api probably happens on app init. It would make sense to do it on movie or tv show open. The idea is the app would load a bit faster, as games and books don't need trakt.tv.

Todo

  1. Load and display DB data first, then sign in and sync trakt.tv.
  2. Cache the login details, so they can be reused if switched to other media (tv shows, games and back to movies, etc.).
PlayXman commented 1 year ago

Already done