Playong is a free weekly top-30 songs player from online music streaming website jiosaavn.com.
- User Log in option available.
- Checking Credentials and prompt to user to add the right username/password.
- Choose numnber of songs you want to play.
- Song Duration can be manually set by User.
- Current song and album notification.
- Logging out user at the end of program.
Currently only nix like Operating Systems are supported.
Requires Python 3.4+ and pip3 for installing and running.
It relies on Firefox headless mode, so make sure you have Firefox version > 56.0 installed, also geckodriver is needed, you can follow Install geckodriver for firefox to see how to download and configure it.
For Notifications make sure you have notify2 installed.
To ensure that firefox headless is supported, enter $firefox --headless
and see that it works correctly
NOTE: This program is tested on Ubuntu 18.04 with Python 3.6, Firefox v64.0 and geckodriver v0.23.0
-
Run the file using
python playong.py
. -
It will prompt you for Log in (Currently Log in option is not available due to some error.)
- Select the number of songs and their duration(User's choice).
- Song information is available via notification.
- At the end of the program User is automatically Logged out.
Please Give a 🌟 if you 👍 it.