solaluset / DandelionMusic

Discord music bot written in Python that supports YouTube, SoundCloud, Spotify, Bandcamp, Twitter and custom files
GNU General Public License v3.0
41 stars 16 forks source link

Add support for files oder suno.ai #125

Closed DerP4si closed 4 months ago

DerP4si commented 4 months ago

Hey, Thx for your work! Is there a way to play files? Is there a way how direct streams from suno.ai could be possible?

solaluset commented 4 months ago

It's not supported by yt-dlp and doesn't have an API (yet?). I don't think it's possible. Still, I can look into it if you share some examples of links you want to be supported.

DerP4si commented 4 months ago

This is an example song... https://app.suno.ai/song/212909aa-61e9-4b50-b707-898cced7d341

Or could it be possible to simply upload a file to discord and then link the uploaded file to the bot ?

solaluset commented 4 months ago

Yes, you can give the bot Discord message link or attachment link to play. Looks like I figured out how to play directly from Suno though, I can implement it if needed.

DerP4si commented 4 months ago

wow that would be awesome!

and how to play attachments?

solaluset commented 4 months ago

Not sure how to do it with music, with videos you just choose "share" (mobile version) and copy link or right click and copy link (desktop version). If the bot has access to a message, I suggest copying link to the message instead and it'll grab the attachments automatically. EDIT: You can also just attach a file directly to d!p command or use the button plugin.

DerP4si commented 4 months ago

hmmm that doesnt work... image

solaluset commented 4 months ago

Are you using the latest version?

DerP4si commented 4 months ago

oh uff i didnt adjust the docker compose after you changed your profilename, so it didn't updateted in a while... ^^ But now i have and yes indeed... At least the fileplaying works as intended... thx! But i think a suno support would be cool anyhow.

solaluset commented 4 months ago

Can you please check if the above works for you?

DerP4si commented 4 months ago

works! Amazing, thx!