|
|
|
@ -92,11 +92,15 @@ namespace NzbDrone.Core.IndexerSearch
|
|
|
|
|
GetNabElement("rageid", r.TvRageId, protocol),
|
|
|
|
|
GetNabElement("tvdbid", r.TvdbId, protocol),
|
|
|
|
|
GetNabElement("imdb", r.ImdbId.ToString("D7"), protocol),
|
|
|
|
|
GetNabElement("tmdb", r.TmdbId, protocol),
|
|
|
|
|
GetNabElement("tmdbid", r.TmdbId, protocol),
|
|
|
|
|
GetNabElement("seeders", t.Seeders, protocol),
|
|
|
|
|
GetNabElement("files", r.Files, protocol),
|
|
|
|
|
GetNabElement("grabs", r.Grabs, protocol),
|
|
|
|
|
GetNabElement("peers", t.Peers, protocol),
|
|
|
|
|
GetNabElement("author", RemoveInvalidXMLChars(r.Author), protocol),
|
|
|
|
|
GetNabElement("booktitle", RemoveInvalidXMLChars(r.BookTitle), protocol),
|
|
|
|
|
GetNabElement("artist", RemoveInvalidXMLChars(r.Artist), protocol),
|
|
|
|
|
GetNabElement("album", RemoveInvalidXMLChars(r.Album), protocol),
|
|
|
|
|
GetNabElement("infohash", RemoveInvalidXMLChars(t.InfoHash), protocol),
|
|
|
|
|
GetNabElement("minimumratio", t.MinimumRatio, protocol),
|
|
|
|
|
GetNabElement("minimumseedtime", t.MinimumSeedTime, protocol),
|
|
|
|
|