{"id":13611395,"url":"https://github.com/BeamApp/MusicPlayerViewController","last_synced_at":"2025-04-13T04:34:13.412Z","repository":{"id":3439838,"uuid":"4492414","full_name":"BeamApp/MusicPlayerViewController","owner":"BeamApp","description":"An iPhone view controller to visualize and control music playback","archived":false,"fork":false,"pushed_at":"2014-03-18T11:46:00.000Z","size":2485,"stargazers_count":347,"open_issues_count":16,"forks_count":71,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-04-27T00:00:57.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeamApp.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-05-30T08:01:19.000Z","updated_at":"2024-01-20T16:57:26.000Z","dependencies_parsed_at":"2022-08-20T18:51:00.622Z","dependency_job_id":null,"html_url":"https://github.com/BeamApp/MusicPlayerViewController","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamApp%2FMusicPlayerViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamApp%2FMusicPlayerViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamApp%2FMusicPlayerViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeamApp%2FMusicPlayerViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeamApp","download_url":"https://codeload.github.com/BeamApp/MusicPlayerViewController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665010,"owners_count":21142091,"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-08-01T19:01:54.867Z","updated_at":"2025-04-13T04:34:12.923Z","avatar_url":"https://github.com/BeamApp.png","language":"Objective-C","readme":"MusicPlayerViewController [![Build Status](https://travis-ci.org/BeamApp/MusicPlayerViewController.png?branch=master)](https://travis-ci.org/BeamApp/MusicPlayerViewController) [![Cocoa Pod](http://cocoapod-badges.herokuapp.com/v/BeamMusicPlayerViewController/badge.png)](http://cocoadocs.org/docsets/BeamMusicPlayerViewController/)\n=========================\n\n![SCreenshot](https://github.com/BeamApp/MusicPlayerViewController/raw/master/Documentation/images/screen.png)\n\nMusicPlayerViewController aimes to be a drop-in component that serves as an UI for a Music Player on iPhone and iPad by replicating the Music.app's user interface.\n\nMusicPlayerViewController has the following features\n* UI for iPhone and iPad\n* Support for variable-speed scrobbling\n* Support for resolution/device-dependent cover art\n* Controllable using a data source and an optional delegate\n* Three Repeat Modes and Shuffle mode\n\nUsage\n-------\nYou can read the full [API Reference at CocoaDocs](http://cocoadocs.org/docsets/BeamMusicPlayerViewController/), but using the component itself is simple.\nSince it is derived from a standard UIViewController, you can just instantiate it, set a delegate and datasource and are good to go.\n\n    BeamMusicPlayerViewController* controller = [BeamMusicPlayerViewController new];\n    controller.delegate = self;\n    controller.dataSource = self;\n    // Push the controller or something else\n\nThe Project contains an example that uses the MediaLibrary to provide data for the UI. You can use this as an starting point.\n\nInstallation\n------------\nTo use MusicPlayerViewController in your Project, just \n\n1. Clone this repository or add it as submodule to your repository\n1. Add all files from **Source/** to your project's target\n2. Add the frameworks **MessageUI** and **MediaPlayer** to your target\n\nAlternatively, you can use the fabulous [CocoaPods](http://cocoapods.org/):\n\n1. add the dependency `pod 'BeamMusicPlayerViewController'` in your podfile\n2. run `pod install`\n\nand you are done.\n\nDevelopment\n-------\nYou are more than welcome to contribute code to this project! Since this project relies on [CocoaPods](http://cocoapods.org/) while describing a Pod itself, make sure to open `BeamMusicPlayerExample.xcworkspace` instead of the project file.\n\nLicense\n-------\nThe Project is licensed under the new BSD License (see file LICENSE).\n\n© 2013 Beam App UG ( haftungsbeschränkt )\n","funding_links":[],"categories":["Objective-C","etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeamApp%2FMusicPlayerViewController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBeamApp%2FMusicPlayerViewController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeamApp%2FMusicPlayerViewController/lists"}