help with building a package

  • did not manage to have a working package.

    the package compiles and installs but clients (like LE mpd-client or android MALP) can not find the service at default port.

    mpd.conf should work the one i had with standard mpd

    i did build the package from LE master repo.

    only changed mpd's package.mk as vpeter posted except PKG_NAME="mpd"

    and created libupnp's package with:

    then:

    Code
    PROJECT=RPi DEVICE=RPi2 ARCH=arm scripts/create_addon mpd

    then installed package in rpi3/LEv8.90.007

  • Use this package:

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

  • thank you vpeter.

    i have some good news and some bad news.

    GOOD NEWS:

    the package now installs and clients can connect.

    iso-sacd are now recognized alongside other file formats, and can be played

    BAD NEWS:

    on raspberry pi 3 i use this mpd.conf for audio output:

    Code
    audio_output { 
       enabled "yes" 
       type "alsa" 
       name "mytek" 
       device "hw:0,0" 
       auto_resample "no"
       auto_channels "no"
       auto_format "no"
       dop "yes"
    }

    audio card device i use for rpi3 is a allo-digione which outputs via spidif to a dac that can decode DSD over PCM (dop).

    with LE default mpd package, dsf files play well.

    with this sacd-mpd version both dsf files and iso-sacd output corrupted audio: songs play but there is noise on top. looks like static noise, but could be something else. dac correctly sees them as DSD.

    flac or mp3 play fine.


    if you have any suggestions i'll be happy to test them