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) v
« Previous 1 … 109 110 111 112 113 … 125 Next »
Fastfind error

 
  • 0 Vote(s) - 0 Average
Fastfind error
MaBo
Offline

Senior Member

Posts: 346
Threads: 58
Joined: Dec 2003
#1
2005-08-29, 06:52 PM
Hi,
Fastfind is one of the most used plugins for me. However, in several cases now I have found that I cannot actually schedule a recording from it. It does find the show. When I press schedule and there is a conflict, and I select cancel other show, that other show is cancelled, but the new one is not scheduled.

Also the use of the telephone style input works a bit quirky. For instance, I wanted to enter Phil (yes, my wife loves the Dr. Phil show), so enter 7-44-4, but how long I wait, the extra 4 changes Ph to Pi...
As a request, it would be even more convenient when entering 7-4-4-5 would render Phil, but all other shows that fit in this combination. (As in the jukebox search module).

Greetz,
MaBo
ASUS pundit, pvr 350, celeron 2600, 512 MB, 160GB HD, winXP Pro, 12" touchscreen
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#2
2005-08-29, 07:12 PM
there is not a timeout for a key. It is based on the user hitting any other key
for example.

7-4-Left-4-5 would be phil. Not real easy I know. I just have not had time to work on it.

I will look into the conflict issue.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#3
2005-08-29, 07:52 PM
I am posting a xsearch fix for the conflict issue now.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
MaBo
Offline

Senior Member

Posts: 346
Threads: 58
Joined: Dec 2003
#4
2005-08-30, 07:27 AM
Jorm,
Thanks! I will try it out tonight.
Any change of the more general filter using the telephone style keys being implemented?

Greetz,
MaBo
ASUS pundit, pvr 350, celeron 2600, 512 MB, 160GB HD, winXP Pro, 12" touchscreen
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#5
2005-08-30, 12:44 PM
I need to think about how to do it. I would love to see the code for the jukebox that does it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#6
2005-08-30, 01:43 PM
I have a class in the commongbpvrutilities.dll that does phone key style input with timeout so that you can enter the same number two times in a row. I think the default timeout is 10 seconds but it is configurable through the config.xml file. You can look at the weather plug-in for an example of how to use it. When adding new cities you can use the keypad to spell out names and jump to them in the list.

Jeff
MaBo
Offline

Senior Member

Posts: 346
Threads: 58
Joined: Dec 2003
#7
2005-08-30, 05:32 PM
Jorm,
You could take a look at the sourcecode for the jukebox plugin. It is still on the old wiki:
http://www.bladerhq.com/pmwiki/pmwiki.ph...in/Jukebox

Greetz,
MaBo
ASUS pundit, pvr 350, celeron 2600, 512 MB, 160GB HD, winXP Pro, 12" touchscreen
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#8
2005-08-30, 05:45 PM
thank you I will look at it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#9
2005-08-30, 05:54 PM
the jukebox algorithm can not scale to the 1000's of entries in the database that I have to search through.

what the jukebox is doing is for each entry (imaging in the epg 10000+ entries)

char strCh = track.Search[strIdx];
char expCh = search[expIdx];
if ( (strCh == expCh)
|| ( expCh == '0' && ( strCh == 'Q' || strCh == 'Z'))
|| ( expCh == '2' && ( strCh == 'A' || strCh == 'B' || strCh == 'C' ))
|| ( expCh == '3' && ( strCh == 'D' || strCh == 'E' || strCh == 'F' ))
|| ( expCh == '4' && ( strCh == 'G' || strCh == 'H' || strCh == 'I' ))
|| ( expCh == '5' && ( strCh == 'J' || strCh == 'K' || strCh == 'L' ))
|| ( expCh == '6' && ( strCh == 'M' || strCh == 'N' || strCh == 'O' ))
|| ( expCh == '7' && ( strCh == 'P' || strCh == 'Q' || strCh == 'R' || strCh == 'S'))
|| ( expCh == '8' && ( strCh == 'T' || strCh == 'U' || strCh == 'V' ))
|| ( expCh == '9' && ( strCh == 'W' || strCh == 'X' || strCh == 'Y' || strCh == 'Z'))
)
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
MaBo
Offline

Senior Member

Posts: 346
Threads: 58
Joined: Dec 2003
#10
2005-08-31, 11:09 AM
Hmm, that is a pity. It would have been great. I assume it is not possible to first convert the epg-entries (titles only) to the telephone alfabet (so phil becomes 7445, as does other entries)?

Well, I can live without it.

The cancel bug is solved. Had a problem first when installing the new xrecord/fastfind. As fastfind is now called XSearch. But it did work.

Thanks and Greetz,
MaBo
ASUS pundit, pvr 350, celeron 2600, 512 MB, 160GB HD, winXP Pro, 12" touchscreen
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  GuidePlus xml loading error help tvshowman 6 4,391 2010-04-15, 03:03 AM
Last Post: tvshowman
  Music Library Error chewy747 7 4,876 2010-01-29, 09:44 PM
Last Post: chewy747
  mencoder error messages fvfv 3 2,869 2009-10-19, 08:07 PM
Last Post: -stattik-
  vidimport console error tvshowman 8 4,336 2009-07-27, 07:27 PM
Last Post: carpeVideo
  mc2xml new error? pic included tvshowman 4 2,764 2009-01-06, 11:05 PM
Last Post: tvshowman
  YApi2XML - Run-time Error 13: Type Mismatch nobody481 11 5,428 2008-12-15, 11:48 PM
Last Post: Base
  Full screen error: when in "WMR9 Full Screen"... anppilot 0 2,298 2008-10-17, 09:17 PM
Last Post: anppilot
  mc2xml error? no channel 4.1? sdowney717 2 3,805 2008-10-12, 01:27 PM
Last Post: sdowney717
  YApi2XML Error: Schedule file corrupted or not found jschill 8 4,366 2008-06-17, 11:39 PM
Last Post: zehd
  Archive and Convert skin error messages? Which Plugin? jksmurf 0 1,428 2008-03-26, 02:35 AM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode