Skip to content

Conversation

@AdrianDieDose
Copy link

@AdrianDieDose AdrianDieDose commented Jan 12, 2026

Adds SmartVis real-time audio visualizer extension manifest

Summary by CodeRabbit

  • New Features
    • Added SmartVis extension - a real-time audio visualizer with dynamic effects synchronized to audio playback and BPM detection capabilities.

✏️ Tip: You can customize this high-level summary in your review settings.

@AdrianDieDose AdrianDieDose requested a review from a team as a code owner January 12, 2026 04:12
@AdrianDieDose AdrianDieDose requested review from Delusoire and removed request for a team January 12, 2026 04:12
@kyrie25
Copy link
Member

kyrie25 commented Jan 12, 2026

Duplicate of #1089

#1089 (comment)

@kyrie25 kyrie25 closed this Jan 12, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

Walkthrough

The pull request adds a new git submodule for SmartVis, a Spicetify audio visualizer extension, and introduces a manifest file describing the extension's metadata, including name, description, preview URL, script location, documentation, author information, and relevant tags.

Changes

Cohort / File(s) Summary
Extension Registration
.gitmodules
Adds submodule entry for SmartVis extension pointing to external GitHub repository
Extension Metadata
src/extensions/manifest.json
New JSON manifest file declaring SmartVis extension with metadata: description as real-time audio visualizer, preview/main/readme URLs, author attribution, and tags (audio, visualizer, spicetify, bpm, music, css)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A visualizer hops into view,
With colors and beats, both vibrant and new,
SmartVis joins Spicetify's grand parade,
Audio magic, in manifest made! 🎵✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title '(extension) SmartVis' directly describes the main change: adding a new SmartVis extension to the marketplace, which is confirmed by the .gitmodules addition and manifest.json file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3f9b752 and ae15c96.

📒 Files selected for processing (2)
  • .gitmodules
  • src/extensions/manifest.json
🔇 Additional comments (3)
.gitmodules (1)

1-3: LGTM!

The submodule configuration follows the standard format. Note that without a branch specification, Git will track the remote's default branch. If you need to pin to a specific branch (e.g., master), you can add branch = master to the submodule config.

src/extensions/manifest.json (2)

1-13: Manifest structure looks good.

The JSON manifest is well-formed with all necessary metadata fields for a Spicetify extension.


5-7: All CDN URLs are valid and accessible. The SmartVis repository has a master branch and all three referenced files (preview image, smartvis.js, and README.md) return HTTP 200 status codes via jsdelivr. No action required.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AdrianDieDose
Copy link
Author

Ive read the Intructions but dont seem to get it, sorry D:
I removed all files and only commited the manifest.json this time.

@kyrie25
Copy link
Member

kyrie25 commented Jan 12, 2026

https://github.com/spicetify/marketplace/wiki/Publishing-to-Marketplace

In order for your creation to be visible in Marketplace, you'll need to make a public GitHub repository...

@AdrianDieDose
Copy link
Author

AdrianDieDose commented Jan 12, 2026

I have linked the public repository in the manifest.json as described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants