Skip to content

Commit

Permalink
Merge pull request #23 from tphoney/movie_filtering
Browse files Browse the repository at this point in the history
(maint) cleanup of web folder and plex
  • Loading branch information
tphoney committed May 8, 2024
2 parents 484b027 + f96cc11 commit b99eeaf
Show file tree
Hide file tree
Showing 18 changed files with 395 additions and 362 deletions.
13 changes: 10 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ COPY plex/*.go plex/
COPY spotify/*.go spotify/
COPY types/*.go types/
COPY utils/*.go utils/
COPY web/*.go web/
COPY web/*.html web/
COPY web/static/* web/static/

COPY web/movies/*.go web/movies/
COPY web/movies/*.html web/movies/
COPY web/music/*.go web/music/
COPY web/music/*.html web/music/
COPY web/tv/*.go web/tv/
COPY web/tv/*.html web/tv/
COPY web/settings/*.go web/settings/
COPY web/settings/*.html web/settings/
COPY web/server.go web/index.html web/static/ /web/

# Build
RUN CGO_ENABLED=0 GOOS=linux go build -o /plex-lookup
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

- allow amazon tv search for newer series
- update movies to use tv like search
- write a function to calculate plex dates
- allow amazon tv search for indivdual series

## done
Expand All @@ -28,3 +27,4 @@
- bastille is showing "give me the future" as an album. wrong !!
- remove dead fields from the tv data types
- remove links to tv series we already have in plex. eg dont show adventure time series 1 and 2 ?
- write a function to calculate plex dates
Loading

0 comments on commit b99eeaf

Please sign in to comment.