hi, i'm not sure whether this is a pupnp issue or a minidlna issue but
observed behaviour with minidlna on open media vault,
attempt to browse folder causes instant crash of minidlna (browsing with other clients is fine)
setting the Filter value to * resolves this
i added the following line in client.php:
if(array_key_exists('Filter', $data) && $data['Filter'] == null) $data['Filter'] = '*';
hi, i'm not sure whether this is a pupnp issue or a minidlna issue but
observed behaviour with minidlna on open media vault, attempt to browse folder causes instant crash of minidlna (browsing with other clients is fine) setting the Filter value to * resolves this
i added the following line in client.php: if(array_key_exists('Filter', $data) && $data['Filter'] == null) $data['Filter'] = '*';