{"id":15764877,"url":"https://github.com/thorwebdev/popcorn.sequence.smart","last_synced_at":"2026-01-08T19:09:04.752Z","repository":{"id":13369551,"uuid":"16057261","full_name":"thorwebdev/popcorn.sequence.smart","owner":"thorwebdev","description":"create a sequence of any kind of media files that are supported by popcorn.js","archived":false,"fork":false,"pushed_at":"2014-01-20T00:25:48.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T02:51:58.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/thorwebdev.png","metadata":{"files":{"readme":"README.md","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":"2014-01-20T00:09:57.000Z","updated_at":"2014-01-20T00:25:49.000Z","dependencies_parsed_at":"2022-08-25T16:22:39.638Z","dependency_job_id":null,"html_url":"https://github.com/thorwebdev/popcorn.sequence.smart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorwebdev%2Fpopcorn.sequence.smart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorwebdev%2Fpopcorn.sequence.smart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorwebdev%2Fpopcorn.sequence.smart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thorwebdev%2Fpopcorn.sequence.smart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thorwebdev","download_url":"https://codeload.github.com/thorwebdev/popcorn.sequence.smart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246452109,"owners_count":20779740,"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","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":"2024-10-04T12:22:09.722Z","updated_at":"2026-01-08T19:08:59.720Z","avatar_url":"https://github.com/thorwebdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"popcorn.sequence.smart\n======================\n\ncreate a sequence of any kind of media files that are supported by popcorn.js\n(see http://popcornjs.org/popcorn-docs/players/)\n\nUsage:\n```javascript\nvar sequence = Popcorn.sequence.smart(\n                \"container-id\",\n                [\n                    {\n                        src: \"http://www.youtube.com/watch?v=hHUbLv4ThOo\",\n                        in: 0,\n                        out: 5\n                    },\n                    {\n                        src: \"http://vimeo.com/44633289\",\n                        in: 13,\n                        out: 20\n                    },\n                    {\n                        src: \"http://www.youtube.com/watch?v=EHkozMIXZ8w\u0026wmode=opaque\u0026controls=0\u0026disablekb=1\u0026controls=0\u0026modestbranding=1\u0026rel=0\u0026showinfo=0\",\n                        in: 8,\n                        out: 18\n                    }\n                ]\n                [,'http://soundcloud.com/lilleput/popcorn']);\n                //audio src is optional. if you set an audio source the videos' audio will be muted.\n                \n                \nSequences implement the following methods:\n\n//play the sequence\n\nsequence.play();\n\n//pause the sequence\n\nsequence.pause();\n\n//check if sequence is paused\n\nsequence.paused();\n\n//TODO: trigger canplaythrough event\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorwebdev%2Fpopcorn.sequence.smart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthorwebdev%2Fpopcorn.sequence.smart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorwebdev%2Fpopcorn.sequence.smart/lists"}