soundcloud-lib icon indicating copy to clipboard operation
soundcloud-lib copied to clipboard

Soundcloud API wrapper for tracks & playlists that doesn't require API credentials. Asyncio support.

Results 12 soundcloud-lib issues
Sort by recently updated
recently updated
newest added

I am trying to scrap new music form sound loud and upload them via telegram group so, I asked [here][1] and by not finding answer I have tried to use...

artwork get from browser ![image](https://user-images.githubusercontent.com/80153297/182007669-bb91b8d9-9b48-45e7-970f-cced1967040d.png) artwork get from soundcloud-lib ![image](https://user-images.githubusercontent.com/80153297/182007698-a9368117-4801-4103-8d9c-948e56a4ca77.png)

Would it be possible to implement the ability to scrape info from a user's Likes? I don't want to download thousands of songs, just scrape the information for the artists...

enhancement

I know that this is already a known issue, but you are not able to download any new-ish music (maybe after 2018?) because this library does not yet assemble HLS...

While trying to run the example from the README: ```python from sclib import SoundcloudAPI, Track, Playlist api = SoundcloudAPI() # never pass a Soundcloud client ID that did not come...

enhancement

hi , why for some music just downloading first 30 sec ?

Добавьте код для заполнения тегов года выпуска и жанра. Правки необходимо внести в **class Track:** в методе **def write_track_id3(self, track_fp, album_artwork:bytes = None): """ Write track meta """** #SET TRACK...

Fixed issue using @thedtvn's proposed changes from their repository. Imports bs4 and random are no longer required. Moved CONST URLs to util.py. Commented out any that are not used.

I see HLS assembly support mentioned in the README for songs without downloadable links. What kind of effort would this take? I can work on this, would enjoy some helpful...