Large

MyEpisodes to NZBmatrix/NZBs.Org

By AyoobAli Last update Jun 15, 2010 — Installed 708 times.

Script Summary: Search for shows episodes on NZBmatrix.com and NZBs.Org from MyEpisodes, and change the width to 100%.



Version: 1.1.1

License: Free

Remotely hosted version

Script homepage

Thumb

This script will add two links to MyEpisodes.com in front of each Show name to search the episode (Name, Season, & Episode number) on MZBmatrix.com and NZBs.org. And it will Add another link after the checkbox to send you quickly to the top of the page. And it will maximize the width of the table to 100% instead of 760px.

you can change the options of the script by changing the first couple lines as below:



If you want to search only the show name WITHOUT the episode number, set this to 'no'
    var SearchEpisodeNumber = 'yes';

If you don't want to convert the episode number format from 02x14 to S02E14 set this to 'no'

    var ConvertEpisodeText = 'yes';

Here you can change the search URL to search in specific category or even another website. the keyword (( --Search )) will be replaced with the show name

    var SearchURL = 'http://nzbmatrix.com/nzb-search.php?search=--Search';

Here you can change the text of the search link. and if you want to disable this search you can keep this empty ( '' )

    var SearchText = NZBm';

This is the Search URL for the second website.

    var SearchURL2 = 'http://nzbs.org/index.php?action=search&q=--Search';

This the Search link text for the second website.

    var SearchText2 = 'NZBs';

If you don't want to change the table width to 100% set this to 'no'

var ChangeWidth = 'yes';

if you want the goto top link to apper write any text in here.

var AddTopLink = '^';

if you want the goto top link to apper before the show name set this to '1', And if you want it to apper at the end of the row set this to '2'

var AddTopLinkLocation = '2';

[Note]
To change the search URL's to BinSearch.info and NZBindex.nl

Change the URL in the line:

var SearchURL = 'http://nzbmatrix.com/nzb-search.php?search=--Search';

To:
var SearchURL = 'http://binsearch.info/?adv_age=&q=--Search';

and change the URL in the line:

var SearchURL2 = 'http://nzbs.org/index.php?action=search&q=--Search';

To:
var SearchURL2 = 'http://nzbindex.nl/search/?age=&max=25&sort=agedesc&hidespam=1&q=--Search';

[Update v1.1.1]
* Changing the place of the NZB links, it will be in a column after the show name.