Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 bobafetthotmaildocs: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/iPhone/iPad or Retune/TunesRemote+ on Android. This can be achieved with [[https://github.com/ejurgensen/forked-daapd|forked-daapd]], which is a rewritten and updated version of the old mt-daapd/FireFly. 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/iPhone/iPad or Retune/TunesRemote+ on Android. This can be achieved with [[https://github.com/ejurgensen/forked-daapd|forked-daapd]], which is a rewritten and updated version of the old mt-daapd/FireFly.
  
-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:extroot_configuration]] for more information about that.
  
-If you are running a newer release of OpenWrt than Barrier Breaker then you can just install forked-daapd via the opkg tool. Otherwise you can get pre-built packages for some architechtures by following the procedure described here.+== 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 on your device.
  
-== Pre-built packages (only ar71xx and brcm47xx) == +<code> 
-Edit /etc/opkg.conf and depending on your OpenWrt release and architechture add the following line: +opkg update 
-^ Release ^ Arch ^ opkg line ^ +opkg install forked-daapd 
-| Attitude Adjustment 12.09 | brcm47xx | %%src/gz forked-daapd http://www.gyfgafguf.dk/openwrt/attitude_adjustment/12.09/brcm47xx/packages%% | +</code>
-| Attitude Adjustment 12.09 | ar71xx | %%src/gz forked-daapd http://www.gyfgafguf.dk/openwrt/attitude_adjustment/12.09/ar71xx/packages%% | +
-| Barrier Breaker 14.07 | brcm47xx | %%src/gz forked-daapd http://www.gyfgafguf.dk/openwrt/barrier_breaker/14.07/brcm47xx/packages%% | +
-| Barrier Breaker 14.07 | ar71xx | %%src/gz forked-daapd http://www.gyfgafguf.dk/openwrt/barrier_breaker/14.07/ar71xx/packages%% | +
-Then run <code>opkg update +
-opkg install forked-daapd</code>+
      
 == Building yourself == == Building yourself ==
  • Last modified: 2021/03/27 09:22
  • by pepes