{"id":18707342,"url":"https://github.com/topac/php-shoutcast-ripper","last_synced_at":"2025-04-12T10:23:09.205Z","repository":{"id":4297579,"uuid":"5428751","full_name":"topac/php-SHOUTcast-ripper","owner":"topac","description":"A php script to rip a SHOUTcast server stream","archived":false,"fork":false,"pushed_at":"2019-11-02T16:33:28.000Z","size":33,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T05:21:48.781Z","etag":null,"topics":["php","ripper","shoutcast","shoutcast-streaming"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/topac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-15T16:53:08.000Z","updated_at":"2022-07-08T12:09:36.000Z","dependencies_parsed_at":"2022-08-27T21:43:16.833Z","dependency_job_id":null,"html_url":"https://github.com/topac/php-SHOUTcast-ripper","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/topac%2Fphp-SHOUTcast-ripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topac%2Fphp-SHOUTcast-ripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topac%2Fphp-SHOUTcast-ripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topac%2Fphp-SHOUTcast-ripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/topac","download_url":"https://codeload.github.com/topac/php-SHOUTcast-ripper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248551185,"owners_count":21123048,"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":["php","ripper","shoutcast","shoutcast-streaming"],"created_at":"2024-11-07T12:17:33.660Z","updated_at":"2025-04-12T10:23:09.180Z","avatar_url":"https://github.com/topac.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### php-SHOUTcast-ripper\n\nA PHP script to rip a SHOUTcast server stream.\n\n#### Example\n\nTry out the example.php.\n\n    require 'lib/ripper.php';\n    $url = \"http://shout_cast_server_addr.com:6178\";\n    $ripper = new SHOUTcastRipper\\Ripper(array(\n      'path'               =\u003e './ripped_streams',\n      'split_tracks'       =\u003e true,\n      'max_track_duration' =\u003e 3600\n    ));\n    $ripper-\u003estart($url);\n\nOptions are:\n\n__path__  - Where the mp3 file(s) will be created.  \n__split\\_tracks__  - If false rip everything in a single mp3 file, otherwise it splits the stream according to the current song.  \n__max\\_track\\_duration__  - Stops ripping and exit when a track reach the specified duration (in seconds).  \n__max_track_length__  - Stops ripping and exit when a track reach the specified size (in bytes).  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopac%2Fphp-shoutcast-ripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopac%2Fphp-shoutcast-ripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopac%2Fphp-shoutcast-ripper/lists"}