diff --git a/web/index.html b/web/index.html index ce068bb..bba5451 100644 --- a/web/index.html +++ b/web/index.html @@ -83,14 +83,21 @@

Plex lookup

-

This is a simple tool to look up movies in a Plex library and find them on Amazon or Cinema - Paradiso.

+

Connect to your Plex library and scan your movies. Then search for Higher quality + versions of them (Blu-ray, 4k Blu-ray) on Amazon or CinemaParadiso.

-

Enter the Plex server IP, library ID and token to get a list of all movies in the library. +

Enter the Plex + Server IP, Plex X-Plex-Token and Plex + Movie Library ID and to get started.

- - - + + +
Lookup
- +
diff --git a/web/web.go b/web/web.go index c1e6e65..9f7c3f2 100644 --- a/web/web.go +++ b/web/web.go @@ -81,7 +81,7 @@ func StartServer() { func renderTable(movieCollection []types.MovieSearchResults) (tableRows string) { tableRows = `

Results

` - tableRows += `Plex TitleBlu-ray4K-rayDisc` //nolint: lll + tableRows += `Plex Title ↕Blu-ray ↕4K-ray ↕Disc` //nolint: lll for _, movie := range movieCollection { tableRows += fmt.Sprintf( `%s [%v]%d%d`,