styxit / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
http://htpc.io
MIT License
529 stars 183 forks source link

Newznab Search Result #148

Open lebuzzer opened 10 years ago

lebuzzer commented 10 years ago

The result page for search is buggy, tha nzb row contain only "[object Object]" and not the NZB name, that could be easiest to choose the release !

styxit commented 10 years ago

Wich search provider are you using? I use nzbs.org and results look fine.

screen shot 2014-03-10 at 17 31 06

lebuzzer commented 10 years ago

I use nzbs.in and results are like that result

lebuzzer commented 10 years ago

I find the error that is from nzbs.in : description is like that : "description":{}, when it should be : "description":"", but it's a problem anyway, because nzbs.in don't put any information in description. Is it possible you use title instead of description ?

lebuzzer commented 10 years ago

in xml result, nzbs.in put a complex structure in description, containing image link, imdb link, nzbs links .... So definitly using description can't work with this indexer ! I correct my htpcmanager by replacing "decription" by "title" in "interfaces/default/js/search.js"