kasemiranda / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

search and rss #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
XBMC script Navi-X 3.2

type=search:rss:download
name=isohunt torrent
URL=http://isohunt.com/js/rss/

The above search works great. But there are also rss that doesn't end with
the word you are searching.
On the rss example below rss  is 30 rock the word I used to search.

Example A
http://www.opensubtitles.org/nl/search/sublanguageid-dut/moviename-30+rock/rss_2
_00
Example B
http://ezrss.it/search/index.php?show_name=30+rocklost&date=&quality=&release_gr
oup=&mode=rss

Can you make this some how possible?
Below is an example I was thinking of how it can look.

type=search?/rss_2_00:rss:download
name=torrent 
URL=http://www.opensubtitles.org/nl/search/sublanguageid-dut/moviename-

Note : However the search result is always limited on rss. This is solution
 for movies but not to search tv shows.
The new episoded you will get at the search result but quit often not older
episodes.
I am gong to search for rss that have a far more higher limit that will
work on tv shows.

Original issue reported on code.google.com by tikkiebr...@gmail.com on 27 May 2010 at 8:29

GoogleCodeExporter commented 9 years ago
Made a small mistake url of Example B is
http://ezrss.it/search/index.php?show_name=30+rock&date=&quality=&release_group=
&mode=rss

Original comment by tikkiebr...@gmail.com on 27 May 2010 at 8:37

GoogleCodeExporter commented 9 years ago
I will think about a more flexible way of inserting the search string in the 
URL. Can
be fixed.

Regarding example B: The URL parameters (¶meter=value) can be given in any 
order.
This means that you can also put the show_name parameter at the end like this:
http://ezrss.it/search/index.php?date=&quality=&release_group=&mode=rss&show_nam
e=30+rock

Original comment by rodejo16@gmail.com on 1 Jun 2010 at 6:06

GoogleCodeExporter commented 9 years ago
Can fix this myself. I am going to use yahoo.pipes to do this. Therefore no 
need to fix this anymore.

Original comment by tikkiebr...@live.com on 18 Aug 2010 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by rodejo16@gmail.com on 13 Apr 2011 at 7:14