{"id":16543087,"url":"https://github.com/binhex/arch-airsonic","last_synced_at":"2025-10-28T15:31:03.513Z","repository":{"id":82321630,"uuid":"100261905","full_name":"binhex/arch-airsonic","owner":"binhex","description":"Docker build script for Arch Linux base with Airsonic","archived":false,"fork":false,"pushed_at":"2024-03-31T19:41:57.000Z","size":72,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-01T18:21:46.611Z","etag":null,"topics":["airsonic","audio","docker-image","java","music","streaming","video"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.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}},"created_at":"2017-08-14T11:48:55.000Z","updated_at":"2023-02-07T11:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"af54e453-af6e-4c64-bdab-a522da64611f","html_url":"https://github.com/binhex/arch-airsonic","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-airsonic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-airsonic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-airsonic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-airsonic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-airsonic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859300,"owners_count":16556036,"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":["airsonic","audio","docker-image","java","music","streaming","video"],"created_at":"2024-10-11T18:59:17.596Z","updated_at":"2025-10-28T15:31:03.168Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"**Application**\n\n[Airsonic](https://github.com/airsonic/airsonic)\n\n**Description**\n\nAirsonic is a free, web-based media streamer, providing ubiquitious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\n\nAirsonic is designed to handle very large music collections (hundreds of gigabytes). Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins, Airsonic supports on-the-fly conversion and streaming of virtually any audio format, including WMA, FLAC, APE, Musepack, WavPck and Shorten.\n\nIf you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. Airsonic will then automatically resample the music to a suitable bitrate.\n\nIn addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes.\n\nBased on Java technology, Airsonic runs on most platforms, including Windows, Mac, Linux and Unix variants.\n\n**Build notes**\n\nLatest stable release of airsonic.\n\n**Usage**\n```\ndocker run -d \\\n    -p 4040:4040 \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for media files\u003e:/media \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e CONTEXT_PATH=\u003croot path\u003e \\\n    -e MAX_MEMORY=\u003cmax memory for java\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-airsonic\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the correct values.\n\n**Access application**\n\n`http://\u003chost ip\u003e:4040`\n\nusername/password is admin/admin\n\n**Example**\n```\ndocker run -d \\\n    -p 4040:4040 \\\n    --name=airsonic \\\n    -v /media/music/:/media \\\n    -v /apps/docker/airsonic:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e CONTEXT_PATH=\\ \\\n    -e MAX_MEMORY=2046 \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-airsonic\n```\n\n**Notes**\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-\n\n```\nid \u003cusername\u003e\n```\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.lime-technology.com/topic/59427-support-binhex-airsonic/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-airsonic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-airsonic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-airsonic/lists"}