On Sat, 24 Apr 2021 18:13:57 +0200 Matthias Schmidt <open...@xosc.org>:
> Hi Solene, > > * Solene Rapenne wrote: > > On Thu, 15 Apr 2021 20:12:41 +0200 > > Solene Rapenne <sol...@perso.pw>: > > > > > This is a new port for audio/musikcube, a console music player with > > > server features. It supports mouse :-) > > > > > > $ cat pkg/DESCR > > > musikcube is a fully functional terminal-based music player, library > > > with filters and rating, themes and streaming audio server. It > > > supports ReplayGain and can be extended with plugins. The Android > > > app musikdroid can be used to remote controle musikcube and > > > stream/transcode music to the android device. > > > > ping > > I have the port running since you submitted it and it works really fine. > Thanks for it! > > While reading the documentation at [1] I noticed that the streaming > server is enabled by default. The README states that "it's important to > understand that, out of the box, the server (and remote api) should NOT > be considered safe for use outside of a local network." > > Since people tend to switch networks and connect to untrusted networks > in cafes, trains, events, etc (not so much these days, but anyway) I > think this should either be mentioned in the port's readme or disabled > by default. What do you think? > > Musikcube 0.96.6 got released recently so maybe it makes sense to import > this version. > > Cheers > > Matthias > > [1] https://github.com/clangen/musikcube/ I agree about the security concern, I think the best would be to patch the sources to disable it by default. I currently have issues compiling the 0.96.6 and I can't find how to fix it, my cmake-foo isn't good enough