{"id":17056284,"url":"https://github.com/nanotech/localscrobble","last_synced_at":"2026-05-02T15:41:36.015Z","repository":{"id":66557770,"uuid":"164555424","full_name":"nanotech/localscrobble","owner":"nanotech","description":"Local scrobbling server","archived":false,"fork":false,"pushed_at":"2019-08-30T06:17:46.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T13:28:52.484Z","etag":null,"topics":["lastfm","scrobble"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanotech.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}},"created_at":"2019-01-08T03:52:34.000Z","updated_at":"2019-12-18T20:06:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cddb8d8-d27c-4186-9f18-c9850a1912c3","html_url":"https://github.com/nanotech/localscrobble","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/nanotech%2Flocalscrobble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanotech%2Flocalscrobble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanotech%2Flocalscrobble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanotech%2Flocalscrobble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanotech","download_url":"https://codeload.github.com/nanotech/localscrobble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066495,"owners_count":20555402,"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":["lastfm","scrobble"],"created_at":"2024-10-14T10:23:56.980Z","updated_at":"2026-05-02T15:41:30.977Z","avatar_url":"https://github.com/nanotech.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# localscrobble\n\nA scrobbling server for localhost, implementing\n[last.fm's 1.2.1 protocol][protocol].\n\n[protocol]: https://web.archive.org/web/20190531021725/https://www.last.fm/api/submissions\n\n## Building\n\n    cabal new-build\n\nor\n\n    stack build\n\nBoth commands will print the path of the compiled binary when\ncomplete.\n\n## Usage\n\n    localscrobble [--host HOST] [--port PORT] [--database PATH] [--accounts PATH]\n\n    Available options:\n      --host HOST              Host to listen on (default: \"127.0.0.1\")\n      --port PORT              Port to listen on (default: 7123)\n      --database PATH          Database path (default: \"localscrobble.db\")\n      --accounts PATH          Account list path (default: \"localscrobble-accounts.txt\")\n      -h,--help                Show this help text\n\nThe accounts file is a list of allowed username and password\npairs in this format:\n\n    user1:password1\n    user2:password2\n\nIf your scrobbling client supports submitting to an alternate\nserver, set it to submit to `http://127.0.0.1:7123/`. If it\ndoesn't, point `post.audioscrobbler.com` to `127.0.0.1` in your\n`/etc/hosts` and run a reverse proxy on port 80. For example,\n\n    echo \"127.0.0.1 post.audioscrobbler.com\" | sudo tee -a /etc/hosts\n    sudo socat TCP-LISTEN:80,fork TCP:127.0.0.1:7123\n\n## Database\n\nScrobbles will be written to an SQLite database at\n`./localscrobble.db`. Some useful queries to run are in the\nanalysis directory:\n\n    sqlite3 localscrobble.db \u003c analysis/top-tracks.sql | less\n    sqlite3 localscrobble.db \u003c analysis/list-scrobbles.sql | less\n\nTo write your own queries, you can view the database's schema with\n\n    sqlite3 localscrobble.db .schema\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanotech%2Flocalscrobble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanotech%2Flocalscrobble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanotech%2Flocalscrobble/lists"}