nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.14k stars 1.06k forks source link

Add LBRY/Odysee as source #1122

Open 21millions-nostr opened 2 years ago

21millions-nostr commented 2 years ago

As the title suggest I think it would be positive to add support for looking for content in the LBRY platform.

Is it possible?

haidang666 commented 2 years ago

Yes, it is possible if it provides an endpoint to query and fetch stream URLs.

nukeop commented 2 years ago

I looked at npm and there are no published modules that would let us easily search and get audio streams. We can still write our own scraper or use their api (if there's a public one). Not sure if it's possible to get only audio, like it is with youtube.

21millions-nostr commented 2 years ago

As far as I know, LBRY supports all types of content, video but also audio, images, text. Maybe searching only for audio files would be a solid starting point, sorry for not being much help with the technical details :/