[mythtv] [PATCH] protocol extension patch, no generic SQL
+} + +if (rowcnt > 0) +retlist.prepend(QString("%1").arg(rowcnt)); +else +retlist << "-1"; + +if (pbssock) +SendResponse(pbssock, retlist); + +return; +} + + +void MainServer::HandleBookmarkQuery(QString &chanid, +
Re: [mythtv] [PATCH] Mythweb -- generalized SQL queries, HD search, page of canned searches
a) One can preface "hd:" to a search and find only programs broadcast in HDTV. Good enough, but I think I'm going to make this a checkbox option like "exact match" -- you'll see the commit go in soon. b) One can provide a parameter "sql" which is a gener