ejurgensen

Results 276 comments of ejurgensen

I agree, just having it enabled makes sense if the difference is that small. > With DEPENDS+= +AUDIO_SUPPORT:pulseaudio, targets not supporting audio support will gracefully compile without pulseaudio support Not...

Specifically what volume control interface are you thinking of? Is it buttons on AP2 speakers? Most remotes change the master volume, thus changing all volumes like you suggest, so I...

I don't remember volume control for atv, and I suppose the express doesn't have any. But for the b&o it might be possible to add an Owntone setting declaring that...

I don't remember how atv volume control works (technically), so can't say what should be expected. I suspect it might be tied into Apple Homekit.

I think you are getting these errors because avcodec_init and SAMPLE_FMT_S16 have been removed from newer versions of ffmpeg. I've made a fork where forked-daapd has been patched against this,...

No, I just fixed avcodec_init and SAMPLE_FMT_S16 since they were preventing compilation. I began cleaning up the deprecated ones too, but didn't finish that. If you did that I'd like...

Thank you for your patches, I'm going to see about applying them to my fork. You did it a better way by adding those conditionals. There might be a small...

This fork is inactive, but you'll find that others - like myself - are still doing a bit of work on it. I'm not aware of any web interface.

I had this problem too. I found out configure expects to find /usr/lib/pkgconfig/zlib.pc, which however is absent in some distributions. When it's there, zlib.pc contains something like this: prefix=/usr exec_prefix=${prefix}...