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 … 40 41 42 43 44 … 125 Next »
How do I do an Advanced Search?

 
  • 0 Vote(s) - 0 Average
How do I do an Advanced Search?
Tinker
Offline

Member

Posts: 92
Threads: 24
Joined: Jul 2006
#1
2006-12-05, 04:17 PM
My wife is a Christmas FREEK! I would like to be able to search the EPG for Holiday specials or christmas shows. Not all christmas specials have the word Christmas in the title. I installed the TVGuideSuperCharger to get more info about each program but the search window seems to still only search the title.

Is there anything out there that I can use (plugin or utility) to search for something like this?
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#2
2006-12-05, 04:32 PM
the web admin has better search functionality than the guide - try that...
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#3
2006-12-05, 04:48 PM
You might try the ShowSearch plug-in.

Jeff
Tinker
Offline

Member

Posts: 92
Threads: 24
Joined: Jul 2006
#4
2006-12-05, 05:46 PM
The ShowSearch plugin appears (from the description) to only check the show title also. Is that right, anyone?
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#5
2006-12-05, 06:21 PM
The show search plug-in can also search the description.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#6
2006-12-05, 06:27 PM
Tinker Wrote:My wife is a Christmas FREEK! I would like to be able to search the EPG for Holiday specials or christmas shows. Not all christmas specials have the word Christmas in the title. I installed the TVGuideSuperCharger to get more info about each program but the search window seems to still only search the title.

Is there anything out there that I can use (plugin or utility) to search for something like this?

Hi Tinker, these are the ones I’m familiar with.
Using the Enhanced WebAdmin (Build 51 or above, the older one had a genre search issue)
Select the “Episode Search” tab
Choose “Holiday special” from the “Genre:” drop-down menu.
Click “submit”.


Searching from the TV with your remote, using TVGuide Supercharger & TV Listings.

1. Install TV Listings.

2. Edit I-xmltv.ini using notepad, choose a channel that is not in use (1 is the default). Then enable the FIND channel by changing “SET TheFindChannel=0” to “SET TheFindChannel=1” in UpdateEPG.bat.
Update your epg, you will have a FIND channel listed in your guide.

The genre are listed alphabetically, use the FF / skip buttons on the remote to highlight the genre you’re interested in.
Press ok on the remote.
Right arrow over to “Find More” and press ok again.
Choose “By Genre” from the menu.
The shows will be listed in the order they air.Smile


More TV Listings tips.
In gbpvr config, go to the TV Listings settings and “include the last (3) days in the guide”.

You can disable the built-in “TV Guide” plugin and use TV Listings as your default guide.
If you want the “Guide” button to bring up TV Listings, simply edit the gbpvr “config.xml” file with notepad.
Search for “<DefaultPluginGuide>” and change the line to look like this.

Code:
<!-- Default plugins -->
  [B]<DefaultPluginGuide>TV Listings</DefaultPluginGuide>[/B]
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#7
2006-12-05, 07:24 PM
If you want to risk all kinds of holiday side affects Rolleyes you can use this for one of the two available custom search entries in I-xmltv.ini

Remember to add the new genre you just created "Christmas specials" to the alphabetical genre list in I-xmltv.ini so you can search for it using TV Listings.
But "Christmas specials" will be a searchable genre entry in the EWA, even if you dont add it to the alphabetical genre list.


Code:
<ConditionalGenre-2>
    <GenreName>Christmas specials</GenreName>
    <NameInDescription>False</NameInDescription>
    <MovieOnly>False</MovieOnly>
    <FromYear>1800</FromYear>
    <UntilYear>3000</UntilYear>
    <IfGenre>Holiday</IfGenre>
    <IfGenre>Holiday special</IfGenre>
    <IfGenre>Holiday-children special</IfGenre>
    <IfGenre>Holiday music special</IfGenre>
    <IfGenre></IfGenre>
  </ConditionalGenre-2>
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Tinker
Offline

Member

Posts: 92
Threads: 24
Joined: Jul 2006
#8
2006-12-08, 09:26 PM (This post was last modified: 2006-12-08, 09:30 PM by Tinker.)
Jim_,

Thanks! I somehow missed the TV Listings Plugin. This look like just what I am looking for. I am going to try it out tonight.

Is the web admin built into GBPVR now or does it still require a seperate install? It sounded like, on the wiki, that it has been bundled with GBPVR in the latest version. Is that right? Are there any guides or tips using/setting up the web admin?
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#9
2006-12-09, 09:16 PM
Hi Tinker,
Yes the EWA is included with gbpvr, it just needs to me enabled in the gbpvr config utility.

Update to the latest version (v52) before enabling it in config.
http://gbpvr.com/pmwiki/pmwiki.php/Utili...edWebAdmin

Then you click on this link to access in your web browser.
http://localhost:7647/gbpvr/guide.aspx

The EWA is very popular and has its own support section located here: http://forums.gbpvr.com/forumdisplay.php?f=21
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Tinker
Offline

Member

Posts: 92
Threads: 24
Joined: Jul 2006
#10
2006-12-11, 09:17 PM
I tried out the EWA. I love it. Very powerful.

I have two MVPs so it would be nice to be able to do the advanced search with a remote. The TV Listings plugin is really nice and can do what I want, sort of. If I have a program in the EPG that is of the same genre that I am looking for I can use the "find more" option to search for that genre but I can not input the genre that I want from scratch (at least not as far as I can tell) and do a search like the EWA does.

Thanks for all the tips! Thanks Sub for a great program! I would like to help document the program if there is a need. It would be wonderful to have a PDF of help files to go with the program. I know that it is constantly changing so that is difficult but if there is a need let me know. Sub?

Tinker
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Skin Problem Northpole 12 23,932 2011-07-10, 08:24 PM
Last Post: Northpole
  Searchlite Wishlist - Search by (favorite) channel(s) ralphy 8 18,219 2011-03-05, 02:38 AM
Last Post: mvallevand
  Search for Movies in TV Guide spdrac1 1 1,994 2009-05-23, 03:37 PM
Last Post: JavaWiz
  Search Guide skinning grayfox 5 2,058 2007-04-02, 06:31 PM
Last Post: sub
  Advanced Admin delete recording function writebac 1 1,326 2006-11-22, 02:50 PM
Last Post: Glasswalker
  show search and conflicts rlbond 1 1,253 2006-11-15, 12:41 AM
Last Post: rbelisle
  help needed with advanced use of HIP and My Programs idkpmiller 2 1,527 2006-11-06, 12:40 PM
Last Post: ricklous
  Text Size in Search Guide cameluk 2 1,424 2006-10-29, 10:59 PM
Last Post: cameluk
  Movie Search oddible 2 1,469 2006-10-16, 06:49 PM
Last Post: Jim_
  Contour Search Listings Date format - double days jam_zhou 1 1,235 2006-08-10, 04:41 AM
Last Post: Torque

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

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

Linear Mode
Threaded Mode