[Stats] the play button in Tracks not working
clickable but unresponsive, and no errors in devtools-console
version: latest stats Spotify for macOS (Apple Silicon) 1.2.44.405.g81fd6352 Spicetify v2.37.1 Theme: Hazy / Base Extensions: fullAppDisplay.js, beautiful-lyrics.mjs, playNextWrapper.js, adblock.js, hazy.js Custom apps: marketplace, stats, library, lyrics-plus, visualizer Runtime: Chrome Build System: Bazel
I have the same issue!
Same for the settings wheel
I applied the temporary CSS to fix the topbar layout issues here But both those buttons weren't working before as well
I have the same issue!
Same for the settings wheel
I applied the temporary CSS to fix the topbar layout issues here But both those buttons weren't working before as well
@BertV1 everything on latest version(spotify, spicetify and stats), it works well
@hyunicode I believe i'm on the latest version for all three:
I pulled stats yesterday!
The only thing that doesn't work is
- the settings wheel (any view)
- unable to play the track directly (Top Tracks view)
just fixed it, made a pr, hopefully get accepted soon https://github.com/harbassan/spicetify-apps/pull/156 turns out all the code in the function to play the track was just commented out so that it did nothing
@MrBiscuit921
Thanks!
To make use of it, can you please tell me the steps for building the project?
To build the project you must fork my repository then clone it to your machine then you must open the folder with your preferred code editor, then open up the terminal and then run cd stats that will put your terminal in the correct folder then run npm i that will install all the required dependencies then you can run npm run build and it will build for you and automatically put the files in the correct directory
then you will most likely need to run
spicetify config custom_apps stats
spicetify apply
lmk if you have any issues
Thanks! It worked! :)
Before I came across your fix, I made my own, where I added the Play button to the context menu. Maybe you'll find it useful sometime:
https://github.com/harbassan/spicetify-apps/issues/164#issuecomment-2498376479
To build the project you must fork my repository then clone it to your machine then you must open the folder with your preferred code editor, then open up the terminal and then run
cd statsthat will put your terminal in the correct folder then runnpm ithat will install all the required dependencies then you can runnpm run buildand it will build for you and automatically put the files in the correct directorythen you will most likely need to run
spicetify config custom_apps stats spicetify applylmk if you have any issues
followed your steps, didn't work...
To build the project you must fork my repository then clone it to your machine then you must open the folder with your preferred code editor, then open up the terminal and then run
cd statsthat will put your terminal in the correct folder then runnpm ithat will install all the required dependencies then you can runnpm run buildand it will build for you and automatically put the files in the correct directory then you will most likely need to runspicetify config custom_apps stats spicetify applylmk if you have any issues
followed your steps, didn't work...
![]()
for that error run npx update-browserslist-db@latest however it should've worked as it does say build succeded
@hyunicode
Could you please tell me how you managed to make all the app icons show up without any navigation arrows?
As for me it shows up like this:
@hyunicode
Nevermind, I made this snippet:
.custom-navlinks-scrollable_container {
max-width: none !important; /* Overrides the previous max-width value */
-webkit-app-region: no-drag;
}
.search-searchCategory-carouselButton.GwVDOOhNp0LMO_SFOqVp,
.search-searchCategory-carouselButton.vzVooVFhdI7BIyM3fq0v {
display: none !important; /* Hides specific buttons */
}
It's looking like this now:
Note to self:
Reorder app icons by going to config-xpui.ini and change the order of:
custom_apps = stats|marketplace|better-local-files|visualizer|lyrics-plus|history-in-sidebar
then issue in CMD:
spicetify apply
Same for the settings wheel
