nvlc - Media Player - Linux TUI
gotbletu
commands used:
for loading songs
nvlc --no-color *.mp3
#for zip files (doesnt work with others like rar) nvlc --no-color filename.zip
#cd player nvlc --no-color cdda://
if cd device location is different then run; ls /dev ;
to find it ; then put in the device for example:
nvlc --no-color cdda:///dev/cdrom or nvlc --no-color cdda:///dev/sr0
#podcast; some rss feed wont work nvlc --no-color -S podcast --podcast-urls "your_rss_feed"
#podcast; multiple feeds using pipe sign nvlc --no-color -S podcast --podcast-urls "your_rss_feed|feed_2|feed_3"
#help nvlc -H | less
VLC media player (informally just VLC) is a highly portable free and open-source cross-platform media player and streaming media server written by the VideoLAN project. VLC media player supports many audio and video compression methods and file formats, including DVD-video, video CD and streaming protocols. It is able to stream over computer network and to transcode multimedia files. The default distribution of VLC includes a large number of free decoding and encoding libraries, avoiding the need for finding/calibrating proprietary plugins. Many of VLC's codecs are provided by the libavcodec library from the FFmpeg project, but it uses mainly its own muxer and demuxers and its own protocols. It also gained distinction as the first player to support playback of encrypted DVDs on Linux and OS X by using the libdvdcss DVD decryption library. ... https://www.youtube.com/watch?v=7y_58wpHuFE
56409355 Bytes