Skip to main content

how to install spotify adblocker in linux?

spotify-adblock-install
Before installation of package,INSTALL BUILDING PACKAGES

sudo apt-get install build-essential fakeroot devscripts
INSTALL RUST WITH THIS COMMANDS

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
OR GO-TO Download RUST
IF YOU DON'T HAVE || INSTALL SPOTIFY CLIENT WITH THIS COMMANDS
You will first need to configure our debian repository:

curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list

Then you can install the Spotify client:

sudo apt-get update && sudo apt-get install spotify-client

OR GO-TO Download Spotify

spotify-adblock
More details on this repo spotify-adblock

git clone https://github.com/abba23/spotify-adblock.git
cd spotify-adblock
make

INSTALL

sudo make install
LOOKS LIKE
You can integrate it with your desktop environment (create desktop icon.)

wget "https://raw.githubusercontent.com/sudiplun/.desktop/main/SpotifyAdblock.desktop" -P ~/.local/share/applications 

if you install from flatpak.

wget "https://raw.githubusercontent.com/sudiplun/.desktop/main/spotifyFlatpak.deskop" -P ~/.local/share/applications

Manual

creating a `.desktop` file (e.g. spotifyadblock.desktop) in ~/.local/share/applications.

[Desktop Entry]
Type=Application
Name=Spotify (adblock)
GenericName=Music Player
Icon=spotify-client
TryExec=spotify
Exec=env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify %U
Terminal=false
MimeType=x-scheme-handler/spotify;
Categories=Audio;Music;Player;AudioVideo;
StartupWMClass=spotify

Comments

Popular posts from this blog

Best md file reader and writer with open source

Obsidian Obsidian is a personal knowledge base and note-taking software application that operates on Markdown files. It allows users to make internal links for notes and then to visualize the connections as a graph. It is designed to help users organize and structure their thoughts and knowledge in a flexible, non-linear way. Official link Marktext A simple and elegant open-source markdown editor that focused on speed and usability Official link Joplin Joplin is a free and open-source desktop and mobile note-taking application written for Unix-like and Microsoft Windows operating systems, as well as iOS, Android, and Linux/Windows terminals, written in JavaScript. The desktop app is made using Electron, while the mobile app uses React Native. Official link

How to install wordpress on xampp (LINUX)?