Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track individual episode playback #3

Open
thomaswilburn opened this issue Sep 17, 2020 · 0 comments
Open

Track individual episode playback #3

thomaswilburn opened this issue Sep 17, 2020 · 0 comments

Comments

@thomaswilburn
Copy link
Owner

  • Add a new Table for tracks
  • Add ability to perform LINQ-ish batch operations on tables (e.g. tableInstance.get.where(x => x.listened) or tableInstance.delete.where(r => r.feed == feed)). Behind the scenes this is probably just a regular iterator, I don't particularly want to add supplemental indexes to the tables.
  • Remember the playback metadata object from the player, basically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant