SearchAdvancedSong
(Int32[], Int32[], Int32[], Int32, Int32, Int32, Int32, Int32, Int32, String)
Method performing Advanced Search queries
Artists (Int32[])Any Artist IDs to include in search. Optional (default null)
Albums (Int32[])Any Album IDs to include in search. Optional (default null)
Genres (Int32[])Any Genre IDs to include in search. Optional (default null)
RatingFrom (Int32)The rating from. Optional (default 0)
RatingTo (Int32)The rating to. Optional (default 100)
YearFrom (Int32)The year from. Optional (default 0)
YearTo (Int32)The year to. Optional (default Int32.MaxValue)
PlayCountFrom (Int32)The play count from. Optional (default -1)
PlayCountTo (Int32)The play count to. Optional (default Int32.MaxValue)
SearchPhrase (String)Wildcard search phrase. Optional (default null)