BetterMediaPlayer icon indicating copy to clipboard operation
BetterMediaPlayer copied to clipboard

Adds more functionality to the media player in discord.

Results 10 BetterMediaPlayer issues
Sort by recently updated
recently updated
newest added

The picture-in-picture feature works, but while it's in use you cant click any of the buttons on it. the scaling feature works and it does play when I click on...

Setting to control the overall size of the video player. As far as I have seen, the width and height of the video gets calculated via js in discord. Would...

Better Media Player: Could not be compiled. See console for details. at Object.loadAddon (:4:268079) at Object.loadAddon (:4:305909) at Object.reloadAddon (:4:269069) at Object.reload (:4:325983) at PluginLibrary._reloadPlugins (betterdiscord://plugins/0PluginLibrary.plugin.js:3437:65) at PluginLibrary.load (betterdiscord://plugins/0PluginLibrary.plugin.js:3425:18) at...

stable 318710 (5b3a6a2) Host 1.0.9157 x64 (50412) Build Override: N/A Windows 11 64-bit (10.0.22631) BetterDiscord Core v1.10.2 ``` TypeError: Cannot read properties of undefined (reading 'useStateFromStores') at eval (betterdiscord://plugins/BetterMediaPlayer.plugin.js:61:33) at...

I coded mine, figured if you wanna impliment into yours, since I modded it off yours. ``` const appendLoopButtons = (videoButtons) => { /** @type {HTMLVideoElement} */ const video =...

For a few versions now, I've noticed that the buttons are so large they overtake the play bar. Is there any way to adjust the size? Also is the project...

Funny, but you are the only ones using `POPOUT_WINDOW_OPEN`. Is it possible to write such a plugin that will create a dozen different windows with chats?

Doesn't really matter for UX, but the recent push introduces some errors. When typing, `addedNodes` comprises text nodes, which doesn't have `querySelector`. Probably do a check if added nodes are...

Hi. Since the new update, the plugin causes an error when loading. _canary 465281 (69b77b3) Host 1.0.755 x64 (71511) Build Override: N/A Windows 11 64-bit (10.0.26200)_ ```js TypeError: Cannot read...

This plugin introduces excess vertical space above and below the embedded audio player when an audio file is uploaded. I tested and found this occurs even when BetterMediaPlayer is the...