BlafKing / spicetify-cat-jam-synced

A spicetify extension that lets a cat jam in sync with the beat of your music.
94 stars 7 forks source link

NOT AN ISSUE, BUT A REQUEST #1

Closed harsharora08 closed 6 months ago

harsharora08 commented 6 months ago

I absolutely adore this extension. I was wondering if you could make one for a gif that I have. If you have time to spare and if you want to, of course.

I tried reading the code and adding the gif (webm converted) myself but I guess there is more to it than just that.

Anyway, here is the gif I am talking about

this gif

Thanks in advance <3

ohitstom commented 6 months ago

a custom image / gif settings menu would be nice - even if the user is forced to define the default BPM values or any other needed data

Satanarious commented 6 months ago

a custom image / gif settings menu would be nice - even if the user is forced to define the default BPM values or any other needed data

This would be perfect.

BlafKing commented 6 months ago

a custom image / gif settings menu would be nice - even if the user is forced to define the default BPM values or any other needed data

Sounds good! I'll look into how I can add settings somewhere where you can define a custom webm and default BPM of that webm! :)

BlafKing commented 6 months ago

Latest commit now includes some settings in the Spotify settings tab where you can define a custom webM link and a default BPM for the webM that you're using!

image (Reload button look a little bad but, at least it works๐Ÿ˜…)

I'll close this request as it should be solved! ๐Ÿ‘๐Ÿป Please do feel free to ask any more questions related to the custom webM's here though!

Satanarious commented 6 months ago

Any plans on supporting a local path to the WebM file?

BlafKing commented 6 months ago

Any plans on supporting a local path to the WebM file?

I'd definitely like to see if that's possible, but it's always a bit tricky when making something with just typescript/javascript, since it does not have the ability to access and or modify local files directly.

I'll see if I can find a workaround and if any else knows a good way to achieve this, feel free to let me know!

ohitstom commented 6 months ago

Any plans on supporting a local path to the WebM file?

I'd definitely like to see if that's possible, but it's always a bit tricky when making something with just typescript/javascript, since it does not have the ability to access and or modify local files directly.

I'll see if I can find a workaround and if any else knows a good way to achieve this, feel free to let me know!

one thing the user can do is place it in an assets folder in their theme but this doesn't work with marketplace, essentially aslong as the image is in your xpui folder Spotify can access it

doot-64 commented 5 months ago

Latest commit now includes some settings in the Spotify settings tab where you can define a custom webM link and a default BPM for the webM that you're using!

image (Reload button look a little bad but, at least it works๐Ÿ˜…)

I'll close this request as it should be solved! ๐Ÿ‘๐Ÿป Please do feel free to ask any more questions related to the custom webM's here though!

Are there specific requirements for the webm link to work? None of my tries with my hosted webm videos worked so far. Am I missing something?