{"id":36953283,"url":"https://github.com/flashsphere/rainwaveplayer","last_synced_at":"2026-03-06T08:04:46.606Z","repository":{"id":327866255,"uuid":"1002722714","full_name":"flashsphere/rainwaveplayer","owner":"flashsphere","description":"Android app for rainwave.cc","archived":false,"fork":false,"pushed_at":"2026-01-12T06:15:46.000Z","size":11913,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T15:43:37.454Z","etag":null,"topics":["android","rainwave","video-game-music"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/flashsphere.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-16T03:28:56.000Z","updated_at":"2026-01-12T05:59:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flashsphere/rainwaveplayer","commit_stats":null,"previous_names":["flashsphere/rainwaveplayer"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/flashsphere/rainwaveplayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashsphere%2Frainwaveplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashsphere%2Frainwaveplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashsphere%2Frainwaveplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashsphere%2Frainwaveplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flashsphere","download_url":"https://codeload.github.com/flashsphere/rainwaveplayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashsphere%2Frainwaveplayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28385649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T12:01:30.995Z","status":"ssl_error","status_checked_at":"2026-01-13T12:00:09.625Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","rainwave","video-game-music"],"created_at":"2026-01-13T12:38:59.526Z","updated_at":"2026-03-06T08:04:46.598Z","avatar_url":"https://github.com/flashsphere.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Player for Rainwave\n\nAndroid client for [Rainwave](https://rainwave.cc). Rainwave is an interactive radio website that allows users to request, rate, and vote for songs in real time. The site hosts five separate radio streams and focuses on video game music.\n\nThe app provides additional features:\n- Automatic song voting\n- Android Auto support\n- Cast support\n- Android/Google TV support\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.flashsphere.rainwaveplayer\"\u003e\n    \u003cimg alt=\"Get it on Google Play\" height=\"80\" src=\"https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png\" /\u003e\n\u003c/a\u003e\n\n### Tasker, et al., support\n\nUse Tasker (other similar app) to start playing with a custom sleep timer duration\n\nSend the following intent:\n\u003cul\u003e\n  \u003cli\u003eAction: \u003ccode\u003eandroid.intent.action.VIEW\u003c/code\u003e\u003c/li\u003e\n  \u003cli\u003eCategory: \u003ccode\u003eDEFAULT\u003c/code\u003e\u003c/li\u003e\n  \u003cli\u003eTarget: \u003ccode\u003eActivity\u003c/code\u003e\u003c/li\u003e\n  \u003cli\u003eData: \u003ccode\u003erw://rainwave.cc/play/{station_id}?sleep_timer={duration}\u003c/code\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\u003ccode\u003estation_id\u003c/code\u003e: id of the station (optional)\n\u003cbr/\u003e\u003ccode\u003e1\u003c/code\u003e - Game, \u003ccode\u003e2\u003c/code\u003e - OC ReMix, \u003ccode\u003e3\u003c/code\u003e - Covers, \u003ccode\u003e4\u003c/code\u003e - Chiptune, \u003ccode\u003e5\u003c/code\u003e - All, \u003ccode\u003e6\u003c/code\u003e - Chill\n\u003cbr/\u003eIf no \u003ccode\u003estation_id\u003c/code\u003e is specified, it will play the last played station.\n\u003cbr/\u003e\n\u003cbr/\u003e\u003ccode\u003eduration\u003c/code\u003e: duration of sleep timer (optional), in this format: XhXm, where X is a number\n\u003cbr/\u003ei.e. \u003ccode\u003e1h\u003c/code\u003e - 1 hour, \u003ccode\u003e1h5m\u003c/code\u003e or \u003ccode\u003e65m\u003c/code\u003e - 65 minutes, \u003ccode\u003e15m\u003c/code\u003e - 15 minutes\n\u003cbr/\u003eIf no \u003ccode\u003eduration\u003c/code\u003e is specified, no sleep timer will be configured.\n\u003cbr/\u003e\n\u003cbr/\u003eExamples:\n  \u003col\u003e\n    \u003cli\u003e\u003ccode\u003erw://rainwave.cc/play/5?sleep_timer=90m\u003c/code\u003e\n    \u003cbr/\u003eThis will start playing \u003ccode\u003eAll\u003c/code\u003e station with a 90-minute sleep timer configured\n    \u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003erw://rainwave.cc/play/5\u003c/code\u003e\n    \u003cbr/\u003eThis will start playing \u003ccode\u003eAll\u003c/code\u003e station without sleep timer configured\n    \u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003erw://rainwave.cc/play?sleep_timer=2h\u003c/code\u003e\n    \u003cbr/\u003eThis will start playing last played station with a 2-hour sleep timer configured\n    \u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003erw://rainwave.cc/play\u003c/code\u003e\n    \u003cbr/\u003eThis will start playing last played station without sleep timer configured\n    \u003c/li\u003e\n  \u003c/ol\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashsphere%2Frainwaveplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflashsphere%2Frainwaveplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashsphere%2Frainwaveplayer/lists"}