Skip to content

Latest commit

 

History

History
executable file
·
30 lines (16 loc) · 846 Bytes

README.md

File metadata and controls

executable file
·
30 lines (16 loc) · 846 Bytes

TIDALbar

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.

Installation

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

Usage

python3 tidalbar.py

License

Licensed under the Apache License.