Posters and ratings on both sides of search results #147
Notifications
Due Date
No due date set.
Blocks
Depends on
Reference: yolo/arr#147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Depends on: #145
§9.2 groups in-library results above TMDB results. §9.6 wants both halves to
carry a poster thumbnail and a rating, and right now neither does: the TMDB half
reports
poster_pathbut no rating, and the library half is pure SQL andreports neither.
GET /api/search:vote_averageandvote_count. Both are already in thesearch/movieandsearch/tvresponse bodies, so this is a widening of theRawSearchResultmapping inarr-meta, not a new upstream call.overviewand
poster_pathare already carried.poster_pathandvote_average, read from thecolumns #145 adds. Series rows too, not only movies. Still one query, still no
TMDB call — that is the reason those columns exist.
of its own worth showing at row size.
GET /api/moviesandGET /api/seriesgain the same two fields, for thelibrary grid in #151.
Update the hand-written mirrors in
web/src/search.tsandweb/src/library.tsso
tscstays honest — the generated client is uncommitted and CI cannot seeit. This issue does not render anything; #148 and #151 do.
Do not start until
blitz/tv-trackingis on main — it rewritesarr-api/src/search.rsand theweb/src/search.tsmirror, including theseries and episode result variants this extends.