i recently needed this library again but im having some problems
when i have a listview containing fields like this :
Code:
District 9;District 9 (2009) DVDRip XviD-MAXSPEED;http://www.imdb.com/title/tt1136608/;Action, Sci-Fi;2009;DVD Rip;Aliens;Yes;{T066795}
and i use
Code:
LVG_Search(1,"All","List","All","1","District 9")
it gives me the row number correctly
but when i use
Code:
LVG_Search(1,"All","List","All","9","{T066795}")
it returns nothing.its just blank
i tried it with the imdb link also like this :
Code:
LVG_Search(1,"All","List","All","3","http://www.imdb.com/title/tt1136608/")
but that doesnt work either
any ideas?