A very unofficial CLI player for the TIDAL music streaming service.
This project is built upon the excellent tidalapi and python-mpv libraries.
Using tidalapi, it is possible to acquire the RTMP URLs for tracks on TIDAL. mpv is used to fetch and play the RTMP stream.
Clone the repo:
git clone https://github.com/bsilvereagle/tidalbar.git
Install tidalapi
pip module:
pip install tidalapi
Get the python-mpv
module from Github, NOT python repos:
cd tidalbar
wget -O mpv.py https://raw.githubusercontent.com/jaseg/python-mpv/master/mpv.py
python3 tidalbar.py
Licensed under the Apache License.