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

Use file modified timestamp for dynamic streams #152

Closed claes closed 2 months ago

claes commented 2 months ago

Set timestamp for dynamic streams from the file modified timestamp. This is useful for sorting. I use it in Kodi to sort streams by time.

anacrolix commented 2 months ago

Awesome, appreciated.