public string GetHashFromFileName(string fileName) { return(String.IsNullOrEmpty(fileName) ? "" : Xbmc.Hash(fileName)); }