summaryrefslogtreecommitdiff
path: root/package/mpd/files
AgeCommit message (Collapse)Author
2017-07-13mpd/ympd updates and fixesMartin Thomas
- make mpd.conf more generic - added dependency on libressl to fix compile errors Signed-off-by: Martin Thomas <mtadk@hamtam.de>
2014-07-11make default mpdbox collection working out of the boxWaldemar Brodkorb
2014-06-24fixup pid file place and rightsWaldemar Brodkorb
2014-06-17put state file on /data and run as non-root again, as discussed with joernWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2013-10-18disable running mpd as non-root, we now use a data directory which is ↵Waldemar Brodkorb
automatically remounted rw when database is written. it is not possible to remount a filesystem as user read-write, without any sudo or sbit hacks.
2013-10-16fix idiotic commit, mpd runs as mpd userWaldemar Brodkorb
2013-10-16update mpd to latest upstream version, add ffmpeg 2.0 support from masterWaldemar Brodkorb
2013-10-11add UTF-8 encoding to example configWaldemar Brodkorb
2013-10-08add state_file to config, save running playlist over rebootsWaldemar Brodkorb
2013-09-27fix example config, use cfgfs for databaseWaldemar Brodkorb
2013-07-11need " for syslogWaldemar Brodkorb
2013-07-11create playlists directory if not existWaldemar Brodkorb
2013-07-11use syslog for mpdWaldemar Brodkorb
2013-07-11fix varios compile issues for raspberryWaldemar Brodkorb
2013-04-29use /music as home for mpdWaldemar Brodkorb
2011-05-14update mpd,mpc and libmpdclientWaldemar Brodkorb
2010-02-25enable esd output for libao, enable mpd ao output plugin via package flavourWaldemar Brodkorb
2009-12-29add atm network scriptWaldemar Brodkorb
order network scripts. Add atm example. enable reboot option for mtd.
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-06-14alix1c optimizationWaldemar Brodkorb
- use LZMA for kernel - use TICKLESS system - check mpd user is in group audio - fix some kernel module dependencies
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx