NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) SearchWiz & MovieWiz v
« Previous 1 … 12 13 14 15 16 Next »
Listing all shows A-Z

 
  • 0 Vote(s) - 0 Average
Listing all shows A-Z
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#1
2008-01-03, 08:53 PM
Sorry if this is a dumb question but is there an easy way that SearchWiz can just bring up all shows in alphabetical order.

I tried adding a search filter where "a" is in the title but pvrx2.exe went to 100% cpu and memory consumption went through the roof.

Code:
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: OnUiClick()- {X=12.5, Y=22.04861}
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: OnUiClick()- cmdMenuButtons
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: Controls_OnKeyDown()- MenuButton - Search
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: CreateProgramList- ENTER - for: a
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: ClearProgramsList()- Executed.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: ClearSearchResults()- Called.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: ClearProgramTimesList()- Executed.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: GuideSearch()- criteria: a
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: ClearSearchResults()- Called.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: BuildProgramArray()- requested for: a
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: BuildProgramArray()- sql: SELECT p.oid, p.name as name, description, rating, count(*) as numShows FROM PROGRAMME p, CHANNEL c WHERE (p.name like '%a%' )  AND p.end_time >= '2008-01-03 20:48:02.00' AND p.channel_oid = c.oid AND c.name in ('BBC1', 'BBC2', 'ITV1 London', 'Channel 4', 'Five', 'UKTV History', 'BBC3', 'BBC4', 'ITV2', 'ITV3', 'ITV4', 'Film4', 'Dave') GROUP BY p.name;
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: OpenSqlReader- statement: SELECT p.oid, p.name as name, description, rating, count(*) as numShows FROM PROGRAMME p, CHANNEL c WHERE (p.name like '%a%' )  AND p.end_time >= '2008-01-03 20:48:02.00' AND p.channel_oid = c.oid AND c.name in ('BBC1', 'BBC2', 'ITV1 London', 'Channel 4', 'Five', 'UKTV History', 'BBC3', 'BBC4', 'ITV2', 'ITV3', 'ITV4', 'Film4', 'Dave') GROUP BY p.name;
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2008-01-03, 09:47 PM
gEd Wrote:Sorry if this is a dumb question but is there an easy way that SearchWiz can just bring up all shows in alphabetical order.

I tried adding a search filter where "a" is in the title but pvrx2.exe went to 100% cpu and memory consumption went through the roof.

Code:
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: OnUiClick()- {X=12.5, Y=22.04861}
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: OnUiClick()- cmdMenuButtons
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: Controls_OnKeyDown()- MenuButton - Search
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: CreateProgramList- ENTER - for: a
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: ClearProgramsList()- Executed.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: ClearSearchResults()- Called.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2: ClearProgramTimesList()- Executed.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: GuideSearch()- criteria: a
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: ClearSearchResults()- Called.
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: BuildProgramArray()- requested for: a
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: BuildProgramArray()- sql: SELECT p.oid, p.name as name, description, rating, count(*) as numShows FROM PROGRAMME p, CHANNEL c WHERE (p.name like '%a%' )  AND p.end_time >= '2008-01-03 20:48:02.00' AND p.channel_oid = c.oid AND c.name in ('BBC1', 'BBC2', 'ITV1 London', 'Channel 4', 'Five', 'UKTV History', 'BBC3', 'BBC4', 'ITV2', 'ITV3', 'ITV4', 'Film4', 'Dave') GROUP BY p.name;
2008-01-03 20:48:02.031    VERBOSE    [1]    SearchWizX2.core: OpenSqlReader- statement: SELECT p.oid, p.name as name, description, rating, count(*) as numShows FROM PROGRAMME p, CHANNEL c WHERE (p.name like '%a%' )  AND p.end_time >= '2008-01-03 20:48:02.00' AND p.channel_oid = c.oid AND c.name in ('BBC1', 'BBC2', 'ITV1 London', 'Channel 4', 'Five', 'UKTV History', 'BBC3', 'BBC4', 'ITV2', 'ITV3', 'ITV4', 'Film4', 'Dave') GROUP BY p.name;
Not sure why the program responded that way, I'll take a look tonight and see if I can replicate.

Looks like you only had a channel filter and a search string of 'a', correct?
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#3
2008-01-03, 11:54 PM
correct. I selected all channels in the config and when running SW, selected "a" in the title.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2008-01-04, 01:40 AM
I've run the same query on my machine. I selected approx 30 channels and retrieved all programs starting with A.
  • Memory started at approx. 526 mb
  • CPU pegged at 100% while query ran (approx 6-8 seconds)
  • Memory peaked at approx. 644 mb
  • The query returned 841 shows
  • Memory settled back to approx. 537 mb
I noticed according to your sig, you only have 512mb of memory, I suspect you may be swapping heavily when doing the search.

Another thing, your query looks for 'A' ANYWHERE in the title, not just at the beginning. You may want to modify your range filter to "BEGINNING of any Search By Field". This will retrieve ONLY the programs beginning with A in the title.

Do you notice this behavior when you run other searches, or only when you attempt to retrieve a large amount of data?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  MovieWiz with TV shows acb 1 1,842 2009-05-30, 05:11 PM
Last Post: JavaWiz

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode