Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support showing/playing video and music Stacks NFTs #5999

Open
DeeList opened this issue Dec 7, 2024 · 4 comments · May be fixed by #6090
Open

Support showing/playing video and music Stacks NFTs #5999

DeeList opened this issue Dec 7, 2024 · 4 comments · May be fixed by #6090
Assignees
Labels
area:collectibles Issues related to non-fungible tokens (NFTs) enhancement enhancement-p4 Non-critical functionality wanted by few users, or there are clear alternatives

Comments

@DeeList
Copy link

DeeList commented Dec 7, 2024

Currently, Leather doesn’t preview or display Stacks NFTs with video or music. Instead, a placeholder appears. Users must use marketplaces like stacks.gamma.io as a workaround to view them.

Image

Example of an audio/video Stacks NFT that does not display: No. 1 Smiley ,,, Contract

@DeeList DeeList added the enhancement-p4 Non-critical functionality wanted by few users, or there are clear alternatives label Dec 7, 2024
Copy link

linear bot commented Dec 7, 2024

@314159265359879
Copy link
Contributor

We already display video files when they are ordinal inscriptions. I assume we can also do it for Stacks NFT's. Such as the werner.btc 10000's album.

Gated.so is offering .wav files and song art for their album songs. Does that require additional and a custom change to support that?

@markmhendrickson markmhendrickson added the area:collectibles Issues related to non-fungible tokens (NFTs) label Dec 10, 2024
@pete-watters pete-watters self-assigned this Jan 27, 2025
@pete-watters
Copy link
Contributor

Upon investigating, we show Image not available as there is no image in the metadata:
metadata.cached_image

Image

We may need to work with the IPFS json file thats part of the parent nft

@pete-watters pete-watters linked a pull request Jan 28, 2025 that will close this issue
@pete-watters
Copy link
Contributor

@314159265359879 and I were working on this and were unfortunately unable to load the token_uri json file. We have made a UI update to show the metadata information we do have available for these NFTs however more work is needed to correctly load them.

Image

Testing in gamma and we can see and play these videos and gamma uses an mp4 src from their own servers. https://images.gamma.io/ipfs/Qmeoq41WHS4Xfjz1CvwfqorF61FenANFufzFKried6xy87/10.mp4

Some further investigation is needed to determine why we aren't getting this data in the wallet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:collectibles Issues related to non-fungible tokens (NFTs) enhancement enhancement-p4 Non-critical functionality wanted by few users, or there are clear alternatives
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants