id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 1472 "network command ""play seek HH:MM:SS"" ignores hours" grhowes@… cpinkham "If you telnet into mythfrontend on version .19 and play a recording over an hour in length, you cannot use the ""play seek"" command to skip to a time after 59 minutes 59 seconds. It appears that the code in networkcontrol.cpp does not parse the hours portion of this particular command. Looking in the source line 480 int hours = tokens[2].left(0).toInt(); probably should be int hours = tokens[2].left(2).toInt(); This should work, that is..." defect closed minor unknown mythtv medium fixed telnet 0