NOCP (Navidrome On Console Player) is a console audio player designed to be powerful and easy to use inpired bien MOCP (Music On Console Player).
Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
install by pypi
pip install nocp
nocp --help
nocp --server-url http://myserver-navidrome/rest --username myusername --password mypassword --lang en_US
after just
nocp
You can access to three views
- listing song (shorcut m)
- listing radio (shorcut r)
- listing playlist (shorcut l)
- listing podcasts (shortcut o)
You can access to
- help (shorcut h)
- volume (shorcut v)
You can listen to a song by selecting it and pressing "Enter"
List of available languages
- English
- French
- German
- Spanish
- Italian
- Portuguese
For add podcasts it's necessary to add in .nocp/config.ini value in podcasts parameter
podcasts = [
{"name": "Rdv Tech", "url": "https://feedpress.me/rdvtech"},
{"name": "Affaires Sensibles", "url": "https://radiofrance-podcast.net/podcast09/podcast_0b91efaf-26e6-11e4-907f-782bcb6744eb.xml"}
]
on ubuntu, create file ~/.local/share/applications/nocp.desktop
[Desktop Entry]
Type=Application
Name=Nocp
Exec=gnome-terminal --title="Music" -- bash -c 'nocp; exit;'
Icon=utilities-terminal
Terminal=false
and
chmod +x ~/.local/share/applications/nocp.desktop
Before propose your merge
flake8
for push on pypi
python -m build twine upload dist/*
- random listen

