Quran-cli
Quran-cli copied to clipboard
A simple command line interface for listening to Quran.
Provide a way to pause and stop the playing without just brutely killing the process may be like this `~ ❯ ps -ef | grep mpv | grep -v grep...
We have already the verses and their Tafseer in English and Arabic uploaded in the data directory. We only need to show it.
Reproduction: 1- In cmd or powershell: run any playback command `q-cli -d 0` 2- Immediate output: `Finished playing` while playback is continued in the background 3- Can't `Ctrl-c` to stop,...
Create docker image for easily usage without need to install node and npm
Documentation doesn't include sub-folders.
Add a new option to choose a reciter and run his playlist. We can add more options to this, like defining a range and so.
More unit tests and e2e tests are required. A testing stage should be added to the pipeline.
We should add more detailed instructions for installing both MPV and node on windows. A script for installing both would be better of course. The same applies to other Linux...