Using autohotkey again, this script will make the current window always on top when not the focus. Use this with a border less window and your media player can be used picture in picture while playing a game.
hotkey is ctrl+space
^SPACE::
Winset, Alwaysontop, , A
return