Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:user-guide:services:forked-daapd [2018/02/17 18:57] – ↷ Page moved from doc:howto:forked-daapd to docs:user-guide:services:forked-daapd bobafetthotmail | docs:guide-user:services:media_server:forked-daapd [2021/03/27 09:22] (current) – Remove mention about releases Attitude Adjustment and Barrier Breaker (both of them are not supported for ages). Advise to install package from repository (packages #15279) pepes | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| This page is intented for people who want to run an itunes server on their OpenWrt device, controlling it via Apple Remote on iPod Touch/ | This page is intented for people who want to run an itunes server on their OpenWrt device, controlling it via Apple Remote on iPod Touch/ | ||
| - | You’ll need a device with good cpu/memory. The device will probably also need attached USB storage. Your USB storage must have your music library, and it must also be set up so that custom packages will be installed on it. See [[doc:howto:extroot]] for more information about that. | + | You’ll need a device with good cpu/memory. The device will probably also need attached USB storage. Your USB storage must have your music library, and it must also be set up so that custom packages will be installed on it. See [[docs:guide-user:additional-software: |
| - | If you are running a newer release of OpenWrt than Barrier Breaker then you can just install forked-daapd | + | == Building yourself == |
| + | This package is available in opkg repositories provided by packages feed. It should be possible to run the following commands to install forked-daapd | ||
| - | == Pre-built packages (only ar71xx and brcm47xx) == | + | < |
| - | Edit / | + | opkg update |
| - | ^ Release ^ Arch ^ opkg line ^ | + | opkg install forked-daapd |
| - | | Attitude Adjustment 12.09 | brcm47xx | %%src/gz forked-daapd http:// | + | </ |
| - | | Attitude Adjustment 12.09 | ar71xx | %%src/gz forked-daapd http:// | + | |
| - | | Barrier Breaker 14.07 | brcm47xx | %%src/gz forked-daapd http:// | + | |
| - | | Barrier Breaker 14.07 | ar71xx | %%src/gz forked-daapd http:// | + | |
| - | Then run < | + | |
| - | opkg install forked-daapd</ | + | |
| | | ||
| == Building yourself == | == Building yourself == | ||