-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include intro/credits info in marker breakdown
The existing marker breakdown only shows the number of episodes have a total number of markers, it doesn't break it down by marker type. Make that distinction with a questionable change to bit-shift credits counts so that a single number can represent a unique (intro, credits) group. This is one part of unlocking future work to allow filtering by whether something has a specific type of marker. Another part of this change is to share the MarkerBreakdown class so there's a bit more structure to the client-side breakdown instead of raw objects. This complicated the SerializedPlexType to PlexType conversion, and while what this commit does works, it's be nice to make it cleaner. As a part of the additional breakdown, add intro/credits info to the extended marker stats tooltip, and add intro/credits specific breakdown charts (and fix single-point pie charts).
- Loading branch information
Showing
17 changed files
with
535 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.