{"id":23677030,"url":"https://github.com/devfake/sta","last_synced_at":"2026-01-25T21:46:25.010Z","repository":{"id":269880293,"uuid":"908653354","full_name":"devfake/sta","owner":"devfake","description":"simply tag audio","archived":false,"fork":false,"pushed_at":"2024-12-26T20:53:25.000Z","size":367,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T14:16:39.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sta.pyxl.dev","language":"HTML","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/devfake.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-26T15:55:42.000Z","updated_at":"2024-12-26T20:53:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f46c553b-93a8-43be-8af7-cb9f11328dc3","html_url":"https://github.com/devfake/sta","commit_stats":null,"previous_names":["devfake/sta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devfake/sta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfake%2Fsta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfake%2Fsta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfake%2Fsta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfake%2Fsta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfake","download_url":"https://codeload.github.com/devfake/sta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfake%2Fsta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28759429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"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":[],"created_at":"2024-12-29T14:57:51.403Z","updated_at":"2026-01-25T21:46:25.001Z","avatar_url":"https://github.com/devfake.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"sta - simply tag audio\n===============\n\nA simple project to embed title and artist metadata into MP3 files - nothing fancy ♫\n\n[![sta](./frontend/screenshot.png)](https://sta.pyxl.dev/)\n\nThe frontend is built with Angular, while the backend uses Hono. The backend’s sole purpose is to send a request with uploaded file names to GPT-4o mini to identify the artist and song title as accurately as possible.\n\nAll metadata modifications for the title and artist are done locally in the browser using [mp3tag.js](https://github.com/eidoriantan/mp3tag.js), ensuring that no files are ever sent to the server.\n### Requirements\n\nOpenAI API Key (needed for GPT-4o mini)\n\n### Installation\n\n```shell\ngit clone https://github.com/devfake/sta\n```\n\n### Backend\n\n```shell\n# Navigate to the backend directory\ncd sta/backend\n# Install dependencies\nnpm install\n# Configure environment variables\ncp .env.example .env\n# Add your OpenAI API key to the .env file\nOPENAI_API_KEY=YOUR_API_KEY\n# Start the backend server\nnpm run dev\n```\n\nThe backend will be available at `http://localhost:3000`.\n\n### Frontend\n\n```shell\n# Navigate to the frontend directory\ncd sta/frontend\n# Install dependencies\nnpm install\n# Start the Angular frontend\nnpm start\n```\n\nThe frontend will be available at `http://localhost:4200`.\n\n### Development\n\n- Start both the Hono backend and the Angular frontend.\n- The Angular frontend uses a proxy for backend calls:\n  - Any API request to `/api` from the frontend is automatically forwarded to `http://localhost:3000/api`.\n\n### Production\n\nAfter running the `npm run build` script for the Angular frontend, the production files will be placed at `/backend/public`. The Hono backend is configured to serve these static files at `http://localhost:3000`.\n\n### Rate Limiter\n\nTo protect the API from overuse, a rate limiter is enabled by default. This limits the number of API requests that can be made per hour.\n\nYou can adjust the limit by editing the `RATE_LIMIT_PER_HOUR` value in your `.env` file.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfake%2Fsta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevfake%2Fsta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfake%2Fsta/lists"}