{"id":30732607,"url":"https://github.com/prayerslayer/scplaylist","last_synced_at":"2025-10-30T06:18:01.772Z","repository":{"id":2335357,"uuid":"3297177","full_name":"prayerslayer/SCPlaylist","owner":"prayerslayer","description":"A jQuery plugin that turns a bunch links to SC tracks on your website into a simple playlist, regardless of their DOM position.","archived":false,"fork":false,"pushed_at":"2013-01-28T15:57:17.000Z","size":154,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T02:57:48.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prayerslayer.png","metadata":{"files":{"readme":"README.mediawiki","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-29T13:21:43.000Z","updated_at":"2015-06-17T15:35:39.000Z","dependencies_parsed_at":"2022-08-26T12:51:33.347Z","dependency_job_id":null,"html_url":"https://github.com/prayerslayer/SCPlaylist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prayerslayer/SCPlaylist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2FSCPlaylist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2FSCPlaylist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2FSCPlaylist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2FSCPlaylist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prayerslayer","download_url":"https://codeload.github.com/prayerslayer/SCPlaylist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2FSCPlaylist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273477200,"owners_count":25112632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-03T17:10:30.316Z","updated_at":"2025-10-30T06:17:56.737Z","avatar_url":"https://github.com/prayerslayer.png","language":"JavaScript","readme":"== SoundCloud Playlist ==\n\nIt turns all links to tracks on SC on your page into custom players that are linked via a simple playlist feature - one track ends, the next starts. The plugin collects all tracks in a container you specify, regardless of their position in the DOM.\n\n=== Dependencies ===\n\njQuery, of course. Then sc-player.js and soundcloud.player.api.js from SoundCloud, a CSS for the custom player would also be nice. Look [http://developers.soundcloud.com/docs/custom-player here].\n\n=== Usage ===\n\nSimple. Add links to tracks on SoundCloud like this:\n\u003ccode\u003e\n\t\u003ca class=\"track\" href=\"url-to-track-on-sc\"\u003eTrack name\u003c/a\u003e\n\u003c/code\u003e\n\nIt's important that all tracks that you want in a playlist share a CSS class. You're now one function call away from your playlist:\n\u003ccode\u003e\n\t$(document).ready(function() {\n\t\t$(div-containing-your-tracks).SCPlaylist();\n\t});\n\u003c/code\u003e\n\nIf you want to use a class other than \"track\", call it like this:\n\u003ccode\u003e\n\t$(document).ready(function() {\n\t\t$(div-containing-your-tracks).SCPlaylist({\n\t\t\t\"tracks\": \"your-class\"\n\t\t});\n\t});\n\u003c/code\u003e\n\nCheck out the example too!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayerslayer%2Fscplaylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprayerslayer%2Fscplaylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayerslayer%2Fscplaylist/lists"}