Identify tracks from SoundCloud Live set screenshots by cross-referencing tracklist databases, then return Apple Music and Spotify links.
Analyze the provided screenshot to extract:
If either value is unclear, ask the user to clarify before proceeding.
Search for the tracklist using multiple sources. Try them in this order — use the first one that returns usable results with timestamps.
site:livetracklist.com {DJ name} {event or mix name}
Fetch the matching page. Timestamps are usually included inline.
site:set79.com {set name}
Or search for the SoundCloud URL directly on set79:
https://set79.com/tracklist/soundcloud.com/{user}/{slug}
"{set name}" tracklist timestamps
Some users repost sets on SoundCloud with full tracklists and timestamps in the description.
If the set also exists on YouTube (common for fan-curated mixes), the video description often contains the full tracklist with timestamps. Search:
"{set name}" site:youtube.com
Then fetch the video page and extract the description.
site:1001tracklists.com {set name}
Note: 1001tracklists.com frequently blocks automated access with captchas and Cloudflare challenges. Only try this if the above sources fail. If blocked, skip it and note the failure.
From the tracklist:
https://itunes.apple.com/search?term={artist}+{track name}&entity=song&limit=5
Pick the best match from results and use trackViewUrl as the Apple Music link.
site:music.apple.com {artist} {track name}site:open.spotify.com {artist} {track name}{artist} {track name} spotifySet: {set name}
Timestamp: {timestamp from screenshot}
Track: {track name}
Artist: {artist}
Apple Music: {apple_music_link}
Spotify: {spotify_link}
If any step produces uncertain results, state what was found and what wasn't, and ask the user how to proceed.
共 1 个版本