{"id":20238157,"url":"https://github.com/basilfx/subdaap","last_synced_at":"2025-04-10T19:23:04.654Z","repository":{"id":19608199,"uuid":"22859319","full_name":"basilfx/SubDaap","owner":"basilfx","description":"DAAP server/proxy for SubSonic: play your favorite tunes from SubSonic in iTunes!","archived":false,"fork":false,"pushed_at":"2019-07-26T05:08:46.000Z","size":262,"stargazers_count":13,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T17:01:45.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/basilfx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-12T00:27:26.000Z","updated_at":"2022-11-28T08:53:17.000Z","dependencies_parsed_at":"2022-08-05T04:17:33.408Z","dependency_job_id":null,"html_url":"https://github.com/basilfx/SubDaap","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FSubDaap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FSubDaap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FSubDaap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilfx%2FSubDaap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basilfx","download_url":"https://codeload.github.com/basilfx/SubDaap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281383,"owners_count":21077423,"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-14T08:31:52.382Z","updated_at":"2025-04-10T19:23:04.621Z","avatar_url":"https://github.com/basilfx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SubDaap\nDAAP server/proxy for SubSonic: play your favorite tunes from SubSonic in iTunes!\n\n[![Build Status](https://travis-ci.org/basilfx/SubDaap.svg?branch=master)](https://travis-ci.org/basilfx/SubDaap)\n\nThe motivation for this application comes from the fact that SubSonic does not ship a DAAP server, and OS X clients for SubSonic lack features, in my opinion. And after all, iTunes is a pretty intuitive and stable player.\n\n## Features\n* Compatible with SubSonic 5.3+ and iTunes 12+, including password protection and Bonjour.\n* Artwork support.\n* Playlist support.\n* Browse the whole library in iTunes at once.\n* Supports gapless playback.\n* Smart file caching: supports in-file searching and concurrent access.\n* Revision support: efficient library updates pushed to all connected clients.\n\n## Requirements\n* Python 2.7+ (not Python 3.x). PyPy 2.5+ may work.\n* SubSonic 5.3+\n\n## Installation\nThis application was designed as a gateway between SubSonic and iTunes. Therefore, it's recommended to install this on the same system where you would access iTunes on. It can be installed on a central server, however.\n\n* Clone this repository.\n* Install dependencies via `pip install -r requirements.txt`.\n* Copy `config.ini.default` to `config.ini` and edit as desired.\n* `chmod 700 config.ini`, so others cannot view your credentials!\n\nTo start this service when your computer starts:\n\n* On OS X:\n  * Copy `init-scripts/init.osx` to `~/Library/LaunchAgents/com.basilfx.subdaap.plist`. Do not symlink!\n  * Edit the file accordingly. Make sure all paths are correct.\n  * Run `launchctl load  ~/Library/LaunchAgents/com.basilfx.subdaap.plist`\n* On Ubuntu:\n  * Copy `init-scripts/systemd.service` to `/etc/systemd/system/subdaap.service`.\n  * Edit the file accordingly. Make sure all paths are correct and the user and group `subdaap` exists and have the correct file permissions.\n  * Run `systemctl enable subdaap`.\n\n## Run the application\nTo run the application, use the following command, or similar:\n\n```\npython SubDaap.py --config-file config.ini --data-dir path/to/datadir --pid-file /var/run/subdaap.pid\n```\n\nThe data directory should exist. Optionally, add `-v` for verbose, or `-vv` for more verbose. All paths in the command line are relative to where you run it from. Any paths in `config.ini` are relative to the `--data-dir`.\n\nAdd `--daemon` to run the program in the background.\n\n## Contributing\nFeel free to submit a pull request. All pull requests must be made against the `development` branch. Python code should follow the PEP-8 conventions.\n\n## License\nSee the `LICENSE` file (MIT license).\n\nThe web interfaces uses the [Pure.css](http://purecss.io/) CSS framework.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilfx%2Fsubdaap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasilfx%2Fsubdaap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilfx%2Fsubdaap/lists"}