-
-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add button to play audio only (no video at all) for playing podcasts etc. #2286
Comments
This would be great, putting it in picture and picture giving it a basic audio playbar would be perfect for listening to music while I chat on Discord, ect. |
hi! & thanks @tv21 @error-404-usernotfound Our to-do list of buttons: #1445 :
we finished #300 recently We can't reduce the size of pip but you can set the resolution to 144p, so hiding it might be possible to Please try our mixer feature in version 3.* http://web.archive.org/web/20220531043659/https://addons.mozilla.org/firefox/downloads/file/3896635/youtube_addon-3.935.xpi, since we can fix it in the current version and add more to it Let us know if anything else comes to mind sooner or later (Your input can be impactful and i'm not using every feature myself so exact implementations might rely on your voices. Whenever we implement something at all here, we can prepare conceptualize, design with extra depth to make best use of our time and volunteer developer's time and not add anything unnecessary or unsustainable.) |
Best we can do without some serious intrusion into YT internals is 'Quality without focus' to 144p and minimizing the tab. Sadly it appears YT also swaps audio track for lower quality in that case, goes from |
opt-in feature @raszpl const parametersToBeRemoved = ['range', 'rn', 'rbuf', 'ump'];
const audioURL = this.removeURLParameters(url, parametersToBeRemoved);
if (audioURL && this.tabIds.get(tabId) !== audioURL) {
this.tabIds.set(tabId, audioURL);
this.sendMessage(tabId); YouTube video url paramters
|
You cant manipulate most of those parameters, whole URLs are crypto signed and checksummed. |
hi @raszpl.
For example to set a minimum buffer size works well as a URL parameter. (It might helps people depending connection)
The dystopian writing prompt, to be forced to use your eyes and ears at once. (+be disallowed to waste less bandwidth/electricity, let alone to keep memories) |
The text was updated successfully, but these errors were encountered: