vixalien / muzika

Elegant music streaming app
GNU General Public License v3.0
251 stars 15 forks source link

Allow playing videos as audio-only #192

Open vixalien opened 1 month ago

vixalien commented 1 month ago

You can already do this on the other YTM apps. This would be useful to play audio only.

Also maybe detect power saver or data saver and choose to play audio only.

AdrianVovk commented 1 month ago

Some other situations where it would make sense to stop playing the video:

Screenshot from 2024-08-01 19-13-54

vixalien commented 1 month ago

heh nice, a polyphia fan.

That actually makes sense, but there's currently a technically issue that prevents this.

The most appropriate way to do this imo would be to select the streams we want in GStreamer, but there's an issue in GJS which prevents us from doing that.