anacrolix / dms

A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
646 stars 96 forks source link

Fix confusing startup log #145

Closed timon closed 4 months ago

timon commented 4 months ago

During startup, DMS prints things like path being served or default network

However it does so before parsing the configuration JSON file, if one was providing, thus generating confusing output.

anacrolix commented 4 months ago

Thanks very much!