Search episode details feature (1 Viewer)

johnz1

Portal Member
January 19, 2009
10
0
Home Country
United States of America United States of America
Hi all

Since MP-TVSeries already has data for every episode of the shows, it would be great if there were a search function. Frequently I'll be looking through descriptions to find something specific that happens in an episode. This happens most frequently with Seinfeld, where you know what happens with one character, but that doesn't necessarily tell you what the title of the episode might be (e.g. what's the episode where Kramer & Mickey get the acting gig for the hospital?). It would be great to be able to search the episode descriptions instead of browsing through each episode.


Thanks for the GREAT plugin

John
 

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Hi all

    Since MP-TVSeries already has data for every episode of the shows, it would be great if there were a search function. Frequently I'll be looking through descriptions to find something specific that happens in an episode. This happens most frequently with Seinfeld, where you know what happens with one character, but that doesn't necessarily tell you what the title of the episode might be (e.g. what's the episode where Kramer & Mickey get the acting gig for the hospital?). It would be great to be able to search the episode descriptions instead of browsing through each episode.


    Thanks for the GREAT plugin

    John

    You can go to the Google SVN website and submit this as an enhancement (as I'm pretty sure it doesn't exist already, but be sure to search 'All' issues to make sure).

    In the meantime, you could use SQL queries to do this now:

    Code:
    SELECT thumbFilename, Summary FROM online_episodes WHERE Summary LIKE '%IRS%' AND Summary LIKE '%roommate%';

    keep adding AND Summary LIKE '%word%' to match more keywords, but then you might as well just use Google.
     

    Users who are viewing this thread

    Top Bottom