-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementfeature plandescription including technical details regarding the implementation of a featuredescription including technical details regarding the implementation of a featureperformanceproblems and/or suggestions regarding app's performanceproblems and/or suggestions regarding app's performanceplayerrelated to the Player systemrelated to the Player systemredesign / restructureneeded/pending changes to existing systemsneeded/pending changes to existing systemsui
Description
The Goal
The end-goal here is to just generally improve session persistence and restoration, both computationally and visually. Visually, the experience of restoring a previous session is fairly jarring when there's visual media involved, and starts to approach frightening if multiple tabs are also involved. This tantrum will often last for as long as 20-30sec, and then everything normalizes.
I'm pretty confident that all of this weirdness can be fixed with a new algorithm for restoring a serialized session.
The Current Implementation
- (repeat for each serialized Tab)
- create empty Tab
- build a media-queue for it
- attach restored queue to the blank Tab
- find and focus the Tab's active Track
- shift focus to the active Tab
- mount 'now-playing' track for playback
- initiate loading of
TrackData
s for all restored tracks, all at once, in alphabetical order
Specification for New Implementation
Metadata
Metadata
Assignees
Labels
enhancementfeature plandescription including technical details regarding the implementation of a featuredescription including technical details regarding the implementation of a featureperformanceproblems and/or suggestions regarding app's performanceproblems and/or suggestions regarding app's performanceplayerrelated to the Player systemrelated to the Player systemredesign / restructureneeded/pending changes to existing systemsneeded/pending changes to existing systemsui