Nova-YouTube-extension
Nova-YouTube-extension copied to clipboard
Update time-remaining.js: add Playback Rate
What:
- Added
playbackRate
to the time remaining calculation.
Questions:
- Should this be implemented in the current plugin, or should it be a separate plugin independent of the
time-remaining
plugin? A separate plugin would be code duplication, but might more clear in the options dialog. - Should it be added as an additional option to
time-remaing
, similar to "time_remaining_position," with a setting likeshow_playbackRate: yes/no
? However, this would limit the customization of its position in the template string. - Should
playbackRate
be included in all format templates where speed is relevant?