You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Names of some video files don't have extension attached, which causes them not to be indexed by miniDLNA, so it's necessary to rename the downloaded file on a media center manually(e.g. via ssh). There is a way to work around this: attach an appropriate extension after download is done. For this, however, one would have to write a systemd unit that constantly scans the download folder or pings DAM's restful API to find out if there's a complete download.
Much better solution would be to run a script every time download finishes, but this is not currently supported by DAM. Post-download scripts are useful for tons of other things too, so I thought it would be good idea to add this as a feature request :)
The text was updated successfully, but these errors were encountered:
Names of some video files don't have extension attached, which causes them not to be indexed by miniDLNA, so it's necessary to rename the downloaded file on a media center manually(e.g. via ssh). There is a way to work around this: attach an appropriate extension after download is done. For this, however, one would have to write a systemd unit that constantly scans the download folder or pings DAM's restful API to find out if there's a complete download.
Much better solution would be to run a script every time download finishes, but this is not currently supported by DAM. Post-download scripts are useful for tons of other things too, so I thought it would be good idea to add this as a feature request :)
The text was updated successfully, but these errors were encountered: