chaudharirohit2810 / SpotIT

Music streaming advertisement muter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

SpotIt

Music Streaming Advertisement Muter

GitHub top language Made by License

πŸ‘¨πŸ»β€πŸ’» About The Project

SpotIt is a music streaming advertisement muter. It detects advertisements in music streaming apps using notifications and mutes them using AudioManager. It works with popular music streaming services like Spotify, JioSaavn and Gaana.

πŸ“¦ Download

πŸ–ΌοΈ Screenshots

πŸ’‘ How It Works

  1. SpotIt listens for notifications from music streaming apps like Spotify, JioSaavn and Gaana using NotificationListenerService.
  2. Then it searches for words like "advertisement", "sponsored ad" in the notification's data.
  3. If the advertisement words are found then it mutes the music streaming audio (STREAM_MUSIC) of a device using AudioManager.

πŸ˜ƒ Privacy

  1. The app does not collect any private data nor it requires any network permissions.
  2. It uses user notifications to detect advertisements in music streaming services and does not "hack" protection measures of music streaming services

πŸ‘· Issues and Feature requests

If you found a bug, or have an idea for new functionality, feel free to report it on the issue tracker.

About

Music streaming advertisement muter

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%