Warning:
Can't synchronize with the repository (Unsupported version control system "git": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
- Timestamp:
-
02/27/09 07:06:50 (19 months ago)
- Author:
-
msfrank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 23 | 23 | By now you have Higgins running, and you can access the web interface on localhost:8000. However, there is no media in the library, so Higgins isn't very useful at the moment. In order to add media, we use the `higgins-upload` command: |
| 24 | 24 | {{{ |
| 25 | | $ higgins-upload -l /path/to/my/music |
| | 25 | $ higgins-upload -l /path/to/my/song.mp3 [...] |
| 26 | 26 | }}} |
| 27 | 27 | |
| 28 | | === Configuring services === |
| | 28 | The `-l` flag uploads in local mode, which means `higgins-upload` only sends the file metadata and the local path to the file, instead of uploading the file itself. If your media exists on the same machine that Higgins is running on, you want to be sure to use local mode. |
| 29 | 29 | |
| | 30 | === Enabling plugins === |
| 30 | 31 | |
| 31 | | === Accessing Higgins with other software === |
| | 32 | Higgins can share audio with iTunes and iTunes-compatible software. To do so we need to enable the DAAP plugin. In the web interface, click the ''Settings'' link, then click the ''Plugins'' link. Below the link you will see a list of available plugins, including the DAAP plugin. Click the DAAP checkbox, then press the Update Services button to enable the plugin. Now fire up iTunes, Banshee, or another DAAP-aware music player and you can stream your songs from Higgins! |