-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Bandwidth // Audio only #566
Comments
hi :) @AbdallahElYaddak
And finally, here is something big to say, that could save so much bandwidth in the world (, electricity, co2): |
@AbdallahElYaddak thanks to write down the details btw Audio Only source code: https://github.com/Ashish-Bansal/audio-only-youtube |
Requires webRequest permission. |
+1 👍 |
Looking at https://github.com/Ashish-Bansal/audio-only-youtube/blob/master/src/js/content-script.ts they overwrite video element with audio only source. Extracting Audio sources from YT page is no problem, but they need encrypted signature and thats where problems start yt-dlp/yt-dlp#6400 so we cant just use all listed sources easily. audio-only-youtube uses current active playing audio track and overwrites video element .src with that. |
thanks for adding this term. Compare: #2113 |
greetings to @Ashish-Bansal! #1881 |
@ImprovedTube Let me know what help you need from me in regards to this. |
just greeting you @Ashish-Bansal 👋 |
i saw (acknowledged) your extension many times, thus chances are you might you like the idea to make it all more useful? For ImprovedTube thinking of teamwork & cooperation should be Nr.1 on the To-Do List, because we have 100+ features, many of which might require maintenance. (Sadly similar project's developers might want to work on their own code only, even if they can't keep up and have to frustrate users (like 3.5 stars instead of 4.9) #1881 (reply in thread) )
We should implement an audio-only feature already. (At least that will make many of our users save a lot of bandwidth soon. And can increase the overall effect of this feature by many percent, without reducing your users since our user counts are small fractions of Youtube's and intersection might be minimal)
|
we implemented #300 |
Sorry for the late reply!
Yes, I believe that firefox version is a fork.
Yep, that's totally alright with me! |
⚬ PROBLEM:
Unneeded bandwidth usage when I am only interested in listening to the audio, I can set the video quality to the minimum for sure, but that can be better if a feature of "Audio Only" can be added.
There are some chrome extensions that do that, but they overwrite the playback speed settings set by "Improved Youtube":
1 - Audio Only Youtube (Its GitHub Repo)
2 - Audio Only For Youtube
⚬ SOLUTION:
Add a feature of "Audio Only" that keeps the playback speed settings.
⚬ ALTERNATIVES:
Prevent other extensions from overwriting playback speed settings.
⚬ RELEVANCE / SCOPE:
The other extensions that provide "Audio Only" show 82k + users on Chrome Store.
⚬ "SIDE EFFECTS":
Since it should be an on/off setting, no one should hate it.
The text was updated successfully, but these errors were encountered: