1. login via SSH, user `osmc`, password `osmc`
2. if not already installed: `sudo apt-get update && sudo apt-get install mediainfo`
3. `cd`to the directory containing the video/audio material in question
4. since `mediainfo`only needs to read the header information of the file data, copy the first 4 Mbytes of the media file to a new file:
`dd if="" of=purgeme.bin bs=1024 count=4096`
5. upload the decoded media information using
`mediainfo purgeme.bin|paste-log`
6. publish the returned URL here in this topic
7. remove the created media file snippet
`rm purgeme.bin`
I would also check the network performance between osmc & the server storing the video files:
Also I would consider using kernel based mounts over the kodi software based ones, as they provide better through put: