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 … 8 9 10 11 12 … 16 Next »
Sources

 
  • 0 Vote(s) - 0 Average
Sources
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2008-08-08, 01:03 PM
I like the idea of searching for up and coming Movies. I'm currently using Freeview DVB EPG as a TV Guide source - does this have the info required perform this kind of search?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2008-08-09, 03:14 AM
McBainUK Wrote:I like the idea of searching for up and coming Movies. I'm currently using Freeview DVB EPG as a TV Guide source - does this have the info required perform this kind of search?
Hmm... I am in the US and really have no idea what kind of info in the FreeView EPG gets loaded into the GBPVR db.

SearchWiz creates SQL queries linking tables PROGRAMME, PROGRAMME_GENRE, GENRE and CHANNEL based on the criteria you enter.

For movie searches I usually create the following type of Filters:
  • Filter Name: What's On Today
  • Criteria: spaces
  • SearchBy: Title, Episode and Prog Desc
  • Times: Today (will retrieve anything starting now thru midnight)
  • Genres: Movies
This will pull all movies on today IF in the EPG the Genre contains Movie. If Freeview EPG loads genres into the GBPVR db, you should be able to create a filter like this to pull movies.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#3
2008-08-09, 08:25 AM
So the best thing might be to look in the GB-PVR database and see if there are any Genres...
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2008-08-09, 04:23 PM
McBainUK Wrote:So the best thing might be to look in the GB-PVR database and see if there are any Genres...
Almost. The table GENRES holds the complete list of Genres. The table PROGRAME_GENRE contains the relationship between a specific program and the GENRES that relate to it. 1 program MANY genres.

The following SQL will list every program with it's associated genres:
Code:
SELECT p.name, g.genre_name
  FROM PROGRAMME p, GENRE g, PROGRAMME_GENRE pg
WHERE pg.programme_oid = p.oid
   and pg.genre_oid = g.oid
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



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

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

Linear Mode
Threaded Mode