{"id":20632782,"url":"https://github.com/acm-uiuc/beats","last_synced_at":"2025-04-15T19:04:12.110Z","repository":{"id":14435238,"uuid":"17146594","full_name":"acm-uiuc/beats","owner":"acm-uiuc","description":"Beats by ACM","archived":false,"fork":false,"pushed_at":"2016-09-15T21:41:10.000Z","size":1254,"stargazers_count":11,"open_issues_count":25,"forks_count":19,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-15T19:03:46.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/acm-uiuc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":"audit_log.py","citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-24T18:46:52.000Z","updated_at":"2023-10-11T17:04:01.000Z","dependencies_parsed_at":"2022-09-14T15:50:20.392Z","dependency_job_id":null,"html_url":"https://github.com/acm-uiuc/beats","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/acm-uiuc%2Fbeats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fbeats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fbeats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fbeats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acm-uiuc","download_url":"https://codeload.github.com/acm-uiuc/beats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135815,"owners_count":21218365,"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-11-16T14:17:23.225Z","updated_at":"2025-04-15T19:04:12.075Z","avatar_url":"https://github.com/acm-uiuc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Beats by ACM\n============\n\nNew Acoustics Media Player for ACM@UIUC.\n\nSetup\n-----\n\nFirst, install MySQL locally and start it. Create a database for Beats.\n\n```bash\necho \"CREATE DATABASE acoustics2;\" | mysql\n```\n\nSet up a virtual Python environment for this project.\n\n```bash\nvirtualenv venv\nsource venv/bin/activate\n```\n\nThen install all the Python dependencies.\n\n```bash\npip install -r requirements.txt\n```\n\nInitialize the database.\n\n```bash\npython db.py\n```\n\nAdd songs. From the Python interpreter:\n\n```python\nimport song\nsong.add_songs_in_dir('/path/to/music')\n```\n\nFinally, create a `beats.cfg` file from `beats.cfg.sample` and customize it.\n\nNow you're ready to start the Beats server.\n\n```bash\ngunicorn -c gunicorn_config.py main:app\n```\n\nThe server will start at [http://localhost:5000/](http://localhost:5000/).\n\nAdding songs on prod\n--------------------\n```bash\ncd /var/www/beats\nsource venv/bin/activate\n./scan_netid.py netid1 [netid2 netid3 ...]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-uiuc%2Fbeats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facm-uiuc%2Fbeats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-uiuc%2Fbeats/lists"}