ejurgensen

Results 8 issues of ejurgensen

@chme some suggestions that I think could make the web UI even better: - Could the main volume control be brought to the front page? This is the control I...

enhancement

Currently, when adding a new setting (via settings.c), it isn't immediately available to use (except via the api) before the web interface settings page is updated to display it. I...

Example: http://ais.absoluteradio.co.uk/absoluteradiohigh.aac During an intermission the metadata from the stream is empty, so forked-daapd should not show stale metadata.

bug

For testing, I have a script that kills and immediately restarts forked-daapd. I have noticed that sometimes it fails to start. It seems related to libwebsockets: ``` [2018-12-09 00:33:24] [DEBUG]...

Ref: https://www.raspberrypi.org/forums/viewtopic.php?p=1170400#p1170400

enhancement

Builds that have a configure script that use pkg-config to check for libplist are broken by the renaming of libplist.pc to libplist-2.0.pc, since e.g. PKG_CHECK_EXISTS([libplist]) will fail. See discussion here...

If you add -Wall gcc complains about a few things, see below. Might be good to fix? ``` $ gcc -Wall -fPIC -shared src/sqlite3-unicode.c -o dist/unicode.so src/sqlite3-unicode.c:22: warning: ignoring #pragma...

Deprecation of channels, channel_layout, request_channel_layout and av_get_default_channel_layout: ``` transcode.c: In function 'init_settings': transcode.c:315:7: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations] 315 | settings->channel_layout = av_get_default_channel_layout(quality->channels); | ^~~~~~~~ transcode.c: In function 'stream_settings_set': transcode.c:338:7:...