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

History #2

Open
magnetardev opened this issue Sep 4, 2023 · 0 comments
Open

History #2

magnetardev opened this issue Sep 4, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@magnetardev
Copy link
Owner

Watch history would be very nice.

Some features that could coincide with it:

  • Keep Watching (likely rename "Following" view to "Feed")
  • Resume video from where you left off
  • View watch history in its own view

Data structure would be something like:

struct HistoryEntry {
  var videoId: String
  var videoTitle: String
  var authorId: String
  var author: String
  var videoThumbnails: [ThumbnailObject]
  var date: Date
  var durationWatched: Int64 // or Duration, if it supports Codable
}
@magnetardev magnetardev added the enhancement New feature or request label Sep 4, 2023
@magnetardev magnetardev added this to the 1.0 milestone Sep 4, 2023
This was referenced Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant