FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
12.85k stars 792 forks source link

[Feature Request]: Add visual indicator that video is in "Using audio formats" mode #5363

Closed taivlam closed 1 month ago

taivlam commented 1 month ago

Guidelines

Problem Description

Currently there is no indicator whether or not FreeTube is in audio-only mode after a user chooses "Use Audio Formats" from the "Change Media Formats" button. Sometimes I use the audio-only mode to listen to music from music videos or watch videos of podcasts where nothing important happens in the video stream.

This is what the video looks like when playing the video normally (default behavior): pic1

Audio-only mode basically looks the same, except the video frame uses the video thumbnail: pic2

Proposed Solution

Adding some sort of visual symbol to indicate if the video is on audio-only mode would make it easier for users to visually inspect and ensure that audio-only mode is on when they want activate it.

Maybe there could a headphones icon that lets the user activate the audio-only mode when desired (see below for how this works on Invidious). Basically, in the default video mode, there will be a headphones icon that will activate the audio-only mode; and in the audio-only mode, there will be a camcorder icon that will activate the default video mode.

Alternatives Considered

Doing nothing and keeping the app the same is the other alternative.

Issue Labels

display more information to user, ease of use improvement, visual improvement

Additional Information

Using the invidious.private.coffee Invidious instance, this is what the default video looks like: pic3

There is an icon for a pair of headphones, if an Invidious user wants to activate the audio-only mode, when the video is in default video mode.

When the headphones icon is clicked, this is how the player looks on Invidious: pic4

There is an icon for a camcorder, if an Invidious user wants to activate the default video mode, when the video is in audio-only mode.

efb4f5ff-1298-471a-8973-3d47447115dc commented 1 month ago

Duplicate of #1092