{"id":13634343,"url":"https://github.com/Podlive/podlive-macos","last_synced_at":"2025-04-18T14:34:13.149Z","repository":{"id":40499676,"uuid":"125078396","full_name":"Podlive/podlive-macos","owner":"Podlive","description":"Never miss a live streaming podcast!","archived":false,"fork":false,"pushed_at":"2022-11-09T20:58:22.000Z","size":111233,"stargazers_count":48,"open_issues_count":6,"forks_count":3,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2024-11-09T03:36:35.472Z","etag":null,"topics":["livestreaming","objc","objective-c","parse-server","podcast","podcasts","streaming"],"latest_commit_sha":null,"homepage":"https://podlive.io","language":"Objective-C","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/Podlive.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":"2018-03-13T16:04:16.000Z","updated_at":"2024-10-01T01:09:24.000Z","dependencies_parsed_at":"2023-01-22T05:00:25.895Z","dependency_job_id":null,"html_url":"https://github.com/Podlive/podlive-macos","commit_stats":null,"previous_names":["phranck/podlive-macos"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podlive%2Fpodlive-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podlive%2Fpodlive-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podlive%2Fpodlive-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podlive%2Fpodlive-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Podlive","download_url":"https://codeload.github.com/Podlive/podlive-macos/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249505579,"owners_count":21282912,"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":["livestreaming","objc","objective-c","parse-server","podcast","podcasts","streaming"],"created_at":"2024-08-01T23:01:02.383Z","updated_at":"2025-04-18T14:34:08.139Z","avatar_url":"https://github.com/Podlive.png","language":"Objective-C","funding_links":["https://www.paypal.me/phranck"],"categories":["Applications"],"sub_categories":["Podcast","📦 Podcast (7)"],"readme":"[![Mastodon: @phranck](https://img.shields.io/badge/Mastodon-@phranck-blue.svg?style=flat)](https://chaos.social/@phranck)\n[![Mastodon: @Podlive](https://img.shields.io/badge/Mastodon-@Podlive-ca94d4.svg?style=flat)](https://chaos.social/@Podlive)\n[![License](https://img.shields.io/badge/license-MIT-c9d840.svg?style=flat)](http://cocoanaut.mit-license.org)\n[![Release](https://img.shields.io/github/release/phranck/podlive-macos.svg)]()\n\n# Podlive for macOS\n\nPodlive is a client for iOS, macOS and tvOS to listen to live streaming podcasts. We currently support all livestreams broadcasting via [Ultraschall](http://ultraschall.fm) with [Studio Link On Air](https://studio-link.de).\n\nOur backend is a [Parse-Server](http://parseplatform.org) which is used to collect and control podcast meta data, manage push notifications and all marked favorites for each registered user.\n\n![](screenshot1.png)\n\n## Support the Developer\n\nYou can download and use Podlive for macOS free of charge from the [Mac App Store](https://itunes.apple.com/at/app/podlive/id1210411572?l=en\u0026mt=12). If you like it please be a kind person and support me on Patreon. I really, really appreciate it. It will keep me motivated to provide you with updates and even more features in the future... 😍\n\n\u003cdiv align=\"center\"\"\u003e\u003ca href=\"https://www.paypal.me/phranck\"\u003e\u003cimg src=\"https://www.paypalobjects.com/webstatic/de_DE/i/de-pp-logo-150px.png\" border=\"0\" alt=\"PayPal Logo\" style=\"max-width:100%;margin: 64px;\" /\u003e\u003c/a\u003e\u003c/div\u003e\n\n## How to contribute?\nThe goal to develop this software was a lag of a personal need, at the beginning. It was just a fun and hobby project, and it still is being developed under the same premise.\n\nWe really would like to see passionate developers with tons of ideas to improve and push forward this Mac client. And there is just one requirement: *I would like to see it Objective-C only*.\n\nPlease don’t get me wrong, I’m a Swift developer too. But my private passion still is on ObjC. So, Podlive for Mac may be born with the idea in mind to keep ObjC a living language, who knows (naive minded, isn’t it?)...  \nAnd for all you Swift fans, the code style of this project looks very familiar. 😉\n\nTo contribute, just clone this project and start to develop. *Please avoid to spam us with tons of issues.* It really doesn’t help us. The best way is to fork this project, make your (changes|fixes|additions) and open a pull request. Thanks for understanding.\n\nIn order to test your code you have to use our test-backend. This requires access keys, which aren’t included in this repository.\n\n\u003e **NOTE: To use these keys please send a request to our [email address](mailto:mail@podlive.io?Subject=Parse-Server-Key-Request)**.\n\n## Developer Notes\nPodlive uses GitFlow. There are two branches, `master` and `develop`. The `develop` branch is our default branch. To make your (changes|fixes|additions) you just have to create your working branch with `develop` as parent. If you’re done, open a pull request.\n\nFor more detailed code guidelines please have look at the [Developer Notes](Developer-Notes.md) document.\n\n## Work on Podlive\n\nFirst you have to fork this repository into your own account. Then you follow these steps (replace `YOURACCOUNT` with your account):\n\n```\ngit clone https://github.com/YOURACCOUNT/podlive-macos.git\ncd podlive-macos/App\ncarthage update --no-use-binaries --platform macOS\n\ngit submodule init\ngit submodule update\n```\n\n## Contact\n\n* :envelope: [Write us an email](mailto:mail@podlive.io)\n* :bird: [Ping us on Twitter](https://twitter.com/PodliveApp)\n* :memo: [Read our blog](https://podlive.io/blog)\n\n## License\nThis software is published under the [MIT License](http://woodbytes.mit-license.org).\n\n## Documentations\n\n* [Parse macOS Guide](http://parseplatform.github.io/docs/macos/guide/)\n* [Parse macOS SDK, latest](https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/releases/tag/1.14.3)\n* [Parse API Reference](https://parseplatform.github.io/Parse-SDK-iOS-OSX/api/)\n* [Introducing Parse Push for macOS](http://blog.parse.com/announcements/introducing-parse-push-for-os-x/)\n* [List of Radio-Stream URLs](http://www.chip.de/artikel/Webradio-Live-Stream-Alle-Sender-im-ueberblick_56137550.html)\n* [APNS Payload Key Reference](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPodlive%2Fpodlive-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPodlive%2Fpodlive-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPodlive%2Fpodlive-macos/lists"}