rxri / spicetify-extensions

Collection of custom Spicetify extensions to enhance your Spotify experience
MIT License
153 stars 1 forks source link

bug: adblock is not working again #17

Closed sachinchaudhary1808 closed 3 months ago

sachinchaudhary1808 commented 3 months ago

🔍 Is there already an issue for your problem?

ℹ Environment / Computer Info

- Spotify version:1.2.42.290.g242057a2
- Spicetify version:flake of https://github.com/Gerg-L/spicetify-nix/blob/5a4a301de746e16851165b0da8ab6d38ed37b8dd/pkgs/extensions.nix#L149

📦 Extension name

adblock

📝 Description

not working still

📸 Screenshots

i don't have one for now

sachinchaudhary1808 commented 3 months ago

image

rxri commented 3 months ago

You're not on latest version then. It changes the experimental feature because I can see that so the issue is in your end

sachinchaudhary1808 commented 3 months ago

You're not on latest version then. It changes the experimental feature because I can see that so the issue is in your end

i don't think i can get more latest version then that

rxri commented 3 months ago

image Red means it's in override state which is set to false. It works just fine. I'm pretty sure you're not on latest then. I already know that the adblock extension doesn't even load for you because you have Explore Premium button in the topbar which should disappear.

sachinchaudhary1808 commented 3 months ago

image Red means it's in override state which is set to false. It works just fine. I'm pretty sure you're not on latest then. I already know that the adblock extension doesn't even load for you because you have Explore Premium button in the topbar which should disappear.

i'm on nixos unstable may be nixos dont have latest spotify version

rxri commented 3 months ago

i'm on nixos unstable may be nixos dont have latest spotify version

Why would it matter? This extension works on many spotify versions. I'm saying that you do not have adblock applied to spotify, at all.

sachinchaudhary1808 commented 3 months ago

i'm on nixos unstable may be nixos dont have latest spotify version

Why would it matter? This extension works on many spotify versions. I'm saying that you do not have adblock applied to spotify, at all.

but i have this is my config

{ config, pkgs, inputs, ... }: {
  programs.spicetify =
    let spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
    in {
      enable = true;
      enabledExtensions = with spicePkgs.extensions; [
        adblock
        lastfm
        fullAppDisplay
        hidePodcasts
        betterGenres
        shuffle # shuffle+ (special characters are sanitized out of extension names)
      ];
      theme = spicePkgs.themes.catppuccin;
      colorScheme = "mocha";
    };
}
rxri commented 3 months ago

I don't know anything about nix packages and how they work. I'm just saying that it doesn't load for you

sachinchaudhary1808 commented 3 months ago

I don't know anything about nix packages and how they work. I'm just saying that it doesn't load for you

sad