Nuzair46 / SpotX-Linux

Spotify Ad blocker based on SpotX for Linux
MIT License
760 stars 33 forks source link

Lyrics not showing #25

Closed galaxian01 closed 1 year ago

galaxian01 commented 1 year ago

🧐 Have you fully read the README and viewed similar issues?

Сountry of your account

Australia

What is your Spotify Plan?

Free

Do you have Spicetify installed?

No

ℹ Computer information

- Spotify: 1.1.84.716
- Distro: Garuda Linux
- Shell: fish 3.5.1

📝 Description

Installing the script is perfectly fine, and no ads are to be seen, but when launching there is no more lyrics. Existing issue already was "resolved", but the "fix" does not fix the issue.

🖵 Terminal Output


SpotX-Linux by @SpotX-CLI


SpotX-Linux version: 1.2.1.968-1

Spotify directory found in PATH: /opt/spotify /opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)

Spotify version: 1.1.84.716

Creating xpui backup... Extracting xpui... Applying SpotX patches... Removing ad-related content... Removing premium-only features... Unlocking Spotify Connect... Removing logging... Rebuilding xpui... SpotX finished patching!

📸 Screenshots

Screenshot_Spotify_4

look in bottom right hand corner*

jetfir3 commented 1 year ago

You didn't share terminal input as requested in template but it seems -e was not used which may be required if lyrics are not showing for you.. as the "fix" is in the experimental patches subset. And since SpotX was already ran, you'd also need the -f flag to force a re-patch.

galaxian01 commented 1 year ago

typing in multiple flags does not work? like for example when i add -e -f to the command, it does not register the flags.

jetfir3 commented 1 year ago

typing in multiple flags does not work? like for example when i add -e -f to the command, it does not register the flags.

as already shown in the example in the readme, combine them: -ef

galaxian01 commented 1 year ago

sorry but adding both flags still does not work? still no lyrics show...

jetfir3 commented 1 year ago

I would suspect this is due to cached app data conflicting with the new settings. you can try re-running SpotX with the -cef flags and have SpotX attempt to clear Spotify app data..

but due to so many file location variables with Spotify on Linux it may notbe able to find the proper location where app cache is located on your system. And in that case you would need to manually locate your Spotify cache folder and delete it. By default, the location SpotX looks for app cache is CACHE_PATH="${HOME}/.cache/spotify/".

galaxian01 commented 1 year ago

i get bash: -c: option requires an argument when trying to add -cef argument.

also tried deleting cache folder and reinstalling but still no change.