KENPOKASMMA1982 / saadhn

A desktop client for JioSaavn, based on the official JioSaavn web app. Built with Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saadhn: Desktop App for JioSaavn

A desktop client for JioSaavn, based on the official JioSaavn web app. Built with Electron.

Screenshot

This is NOT an official product. This project does not attempt to reverse engineer the JioSaavn API or attempt to reimplement any part of the JioSaavn client. Any communication between the user and JioSaavn servers is handled by official JioSaavn Web itself; this is just a native wrapper for JioSaavn Web, like a browser.

Features

  • Cross platform. (OSX, Windows, Linux)

  • Native notifications.

  • Media Shortcuts/ Keybindings for music player

    • leftArrow for Next song
    • rightArrow for Previous song
    • Space for pause/play
  • A couple of things can be configured:

    • Proxy settings connect to JioSaavn web

    Not working:

    • Login

Planned features:

  • Auto-launch on OS startup.

Installation

Download and run the Saavn file from the latest release.

Note: Windows and Linux versions are test release.

How to use in Linux

In order to execute the program in Linux, first you should give it permission to the App:

sudo chmod u+x Saadhn
./Saadhn

Contributions

Contributions are welcome! For feature requests and bug reports please submit an issue.

Build

To build from the source, run the following commands:

npm install
npm run build

## Building Windows build from non-Windows platforms

Wine needs to be installed. On OS X, it is installable via Homebrew:
brew install wine

--

Made with ❤️ in 🇮🇳 at Zense and IIIT Bangalore

License

FOSSA Status

About

A desktop client for JioSaavn, based on the official JioSaavn web app. Built with Electron.


Languages

Language:JavaScript 88.8%Language:HTML 9.9%Language:CSS 1.3%