helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Add vlc player #177

Closed louies0623 closed 1 year ago

louies0623 commented 1 year ago

image Need an easy-to-use media player. The mpv player is not what we need, because the GUI is not "friendly" to the user.

probonopd commented 1 year ago

If I remember correctly, VLC ships its own whole set of codecs different from the ones the rest of Qt uses. We don't want this for space reasons on the Live ISO.

louies0623 commented 1 year ago

Then add it to the network "sideload" and let users download it separately, so there is no need to add it to the ISO.