Great Big Bug Fix for You.
@vipersonic, @dionysos283, @Alan_Lee
I've merged VLC and Discord into my AquaTouch Preset successfully, and i've also refined the VLC setup greatly.
Ignore the right side control strip and the escape button in the screenshots below as these are part of AquaTouch and not VLC & Discord.
Improvements to VLC:
- Bugs have been fixed*
The Centre Scrubber doesn't disappear anymore.
I've made this widget only 'ask for the time' when VLC is open using:
if application "VLC" is running then
--ASK VLC FOR TIME
end ifAlso, the uncalled function 'on returnPositionValue' is removed. This seems to fix the 'disappearing' issue.
The Time Widgets adapted to this change. They now display --:-- if no media is playing.
I've made the time widgets only 'ask for the time' when VLC is open using:
if application "VLC" is running then
--ASK VLC FOR TIME
end if
Quitting VLC is much more stable.
A result of the above code changes, especially the edit where I now check if VLC is running before 'asking VLC for the time'.
- Tap the time displays to skip back/forward instead of extra buttons
- The skipback/forward icons are still available if you still want them. They've been evamped too.
- Enter/Exit FullScreen changes it's icon based on the fullscreen state.
- VLC's fullscreen is now used instead of native OSX fullscreen.
- CPU/Battery Efficiency improved by reducing unnecessary fast update times
- Time widgets update every 0.5s seconds instead of 0.1s reducing CPU strain
- Clean up button icons and Preset layout handling
- Left side / right side are ordered properly in BTT.
- No more massive "Free Space After Button" s
*stabilised greatly, bug free not garanteed
@vipersonic, You might want to merge my edits and alert the users of the changes if my edits pass your standards
Download my edit here:
VLC & Discord (yyuuiko remix).bttpreset (191.2 KB)
Edits have been annotated within the preset for you, vipersonic.
Have a great movie / music night with VLC!