Skip to content

Add playback history when exporting the 'Watchlist' #177

@tzinm

Description

@tzinm

Currently, when exporting the watchlist to a .csv file, only the date of the last playback is included. The full playback history, which includes all the dates the content was watched, is not exported.

Suggestion:

  • Keep the current column (WatchedAt) with the date of the last playback to ensure compatibility with other platforms.
  • Add a new column that includes all playback dates, listed in a comma-separated format.

Expected format example:

Title WatchedAt Plays WatchedAtHistory
Example Movie 2025-01-27T23:00:00.000Z 3 2025-01-01T12:05:00.000Z, 2025-01-15T15:30:00.000Z, 2025-01-2723:00:00.000Z

Would it be possible to consider adding this feature?

Thanks for all the great work on this project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions