Pext / pext_module_radio

Allows Pext to play internet radio
GNU General Public License v3.0
4 stars 4 forks source link

Windows support #2

Open TheLastProject opened 6 years ago

TheLastProject commented 6 years ago

The radiobrowser module currently depends on ffmpeg, which is a bit complex for to Windows. It should be rewritten to directly do audio itself. As a bonus, this should remove any dependencies that need to be manually installed on Linux and macOS too.

TheLastProject commented 6 years ago

Consider https://pypi.python.org/pypi/musicplayer.

TangentFoxy commented 5 years ago

musicplayer also depends on ffmpeg.

TheLastProject commented 5 years ago

Oh, can't believe I missed that...

deep5050 commented 3 years ago

@TheLastProject what about python-vlc?