diff --git a/.hound.yml b/.hound.yml
new file mode 100644
index 00000000..7dfcbe09
--- /dev/null
+++ b/.hound.yml
@@ -0,0 +1,2 @@
+eslint:
+ enabled: true
\ No newline at end of file
diff --git a/Core/pom.xml b/Core/pom.xml
index 9823dcea..008374b6 100755
--- a/Core/pom.xml
+++ b/Core/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.9.0
+ 0.9.1
4.0.0
diff --git a/Dockerfile b/Dockerfile
index 34933f42..812f64c0 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.9.0.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.9.1.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 5536ec9d..a8ebf7c5 100755
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.9.0.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.9.1.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le
index 60e55c82..4179c34a 100755
--- a/Dockerfile.ppc64le
+++ b/Dockerfile.ppc64le
@@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.9.0.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.9.1.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian
index 5bc3e94b..f565f722 100755
--- a/Dockerfile.raspbian
+++ b/Dockerfile.raspbian
@@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.9.0.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.9.1.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
diff --git a/Dockerfile.riscv64 b/Dockerfile.riscv64
index fde60bc4..2113def8 100755
--- a/Dockerfile.riscv64
+++ b/Dockerfile.riscv64
@@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.9.0.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.9.1.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
diff --git a/GapsAsJar/gaps.nsi b/GapsAsJar/gaps.nsi
index 5c95d60a..669f0516 100644
--- a/GapsAsJar/gaps.nsi
+++ b/GapsAsJar/gaps.nsi
@@ -48,4 +48,4 @@ RMDIR /r $INSTDIR
SectionEnd
# name the installer
-OutFile "gaps-0.9.0-installer.exe"
\ No newline at end of file
+OutFile "gaps-0.9.1-installer.exe"
\ No newline at end of file
diff --git a/GapsWeb/pom.xml b/GapsWeb/pom.xml
index 8d90e4a0..0d6ee245 100755
--- a/GapsWeb/pom.xml
+++ b/GapsWeb/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.9.0
+ 0.9.1
4.0.0
diff --git a/GapsWeb/src/main/java/com/jasonhhouse/gaps/service/GapsSearchService.java b/GapsWeb/src/main/java/com/jasonhhouse/gaps/service/GapsSearchService.java
index 34e771d9..25d78ba6 100755
--- a/GapsWeb/src/main/java/com/jasonhhouse/gaps/service/GapsSearchService.java
+++ b/GapsWeb/src/main/java/com/jasonhhouse/gaps/service/GapsSearchService.java
@@ -468,6 +468,7 @@ private void handleCollection(PlexProperties plexProperties, String machineIdent
Integer tmdbId = jsonNode.get(ID).intValue();
BasicMovie collectionBasicMovie = new BasicMovie.Builder(title, year).build();
+ collectionBasicMovie.setTmdbId(tmdbId);
LOGGER.info(collectionBasicMovie.toString());
Boolean owned = ownedBasicMovies.contains(collectionBasicMovie);
diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml
index 48af2eb2..5c0019da 100755
--- a/GapsWeb/src/main/resources/application.yaml
+++ b/GapsWeb/src/main/resources/application.yaml
@@ -50,7 +50,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
- version: 0.9.0
+ version: 0.9.1
storageFolder: /usr/data
properties:
rssFeed: rssFeed.json
diff --git a/GapsWeb/src/main/resources/templates/about.html b/GapsWeb/src/main/resources/templates/about.html
index e6673f15..35456fc5 100755
--- a/GapsWeb/src/main/resources/templates/about.html
+++ b/GapsWeb/src/main/resources/templates/about.html
@@ -29,7 +29,7 @@
About
- v0.9.0
+ v0.9.1
Gaps searches through your Plex Server. It then queries
for known
diff --git a/GapsWeb/src/main/resources/templates/index.html b/GapsWeb/src/main/resources/templates/index.html
index fad1abc7..5702c75e 100755
--- a/GapsWeb/src/main/resources/templates/index.html
+++ b/GapsWeb/src/main/resources/templates/index.html
@@ -27,7 +27,7 @@
-
v0.9.0
+
v0.9.1
Gaps searches through your Plex Server. It then queries
for known
diff --git a/GapsWeb/src/main/resources/templates/updates.html b/GapsWeb/src/main/resources/templates/updates.html
index f4ac0328..cb01152a 100755
--- a/GapsWeb/src/main/resources/templates/updates.html
+++ b/GapsWeb/src/main/resources/templates/updates.html
@@ -28,6 +28,12 @@
Updates
+
v0.9.1
+
+ - Fixed bug in matching names in collections to use IDs
+
+
+
v0.9.0
- Updated Cypress to 7.2.0
diff --git a/Plex/pom.xml b/Plex/pom.xml
index 9f44f1ad..36f9a3f6 100755
--- a/Plex/pom.xml
+++ b/Plex/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.9.0
+ 0.9.1
4.0.0
diff --git a/RadarrV3/pom.xml b/RadarrV3/pom.xml
index 5831c5ae..c383a0bd 100755
--- a/RadarrV3/pom.xml
+++ b/RadarrV3/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.9.0
+ 0.9.1
4.0.0
diff --git a/application-custom.yml b/application-custom.yml
index 72f3af79..9d47bb75 100644
--- a/application-custom.yml
+++ b/application-custom.yml
@@ -44,7 +44,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
- version: 0.9.0
+ version: 0.9.1
storageFolder: /{CUSTOM_FOLDER} #Change to folder that gaps has permission to read, write, and delete in.
properties:
rssFeed: rssFeed.json
diff --git a/build b/build
index 5594323f..e2896635 100755
--- a/build
+++ b/build
@@ -11,7 +11,7 @@
##
set -e
-VERSION=0.9.0
+VERSION=0.9.1
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci
diff --git a/build.bat b/build.bat
index 1f782d8b..b5a01391 100644
--- a/build.bat
+++ b/build.bat
@@ -7,7 +7,7 @@ call npm run uglifyjs-pages
call mvn clean install
del GapsOnWindows\*.jar
del GapsOnWindows\README.md
-copy GapsWeb\target\GapsWeb-0.9.0.jar GapsOnWindows\gaps.jar
+copy GapsWeb\target\GapsWeb-0.9.1.jar GapsOnWindows\gaps.jar
copy README.md GapsOnWindows\
cd GapsOnWindows
makensis gaps.nsi
\ No newline at end of file
diff --git a/cypress/integration/about/about.spec.js b/cypress/integration/about/about.spec.js
index 21ed4646..997b7415 100644
--- a/cypress/integration/about/about.spec.js
+++ b/cypress/integration/about/about.spec.js
@@ -21,7 +21,7 @@ describe('Verify About Page', () => {
.should('have.text', 'About');
cy.get('.container > :nth-child(3)')
- .should('have.text', 'v0.9.0');
+ .should('have.text', 'v0.9.1');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
diff --git a/cypress/integration/common.spec.js b/cypress/integration/common.spec.js
index b12f2013..5df13678 100755
--- a/cypress/integration/common.spec.js
+++ b/cypress/integration/common.spec.js
@@ -11,8 +11,8 @@
/* global cy, expect */
/* eslint no-undef: "error" */
-// export const BASE_URL = '';
-export const BASE_URL = '/gaps';
+export const BASE_URL = '';
+// export const BASE_URL = '/gaps';
export const CYPRESS_VALUES = {
notBeChecked: 'not.be.checked',
diff --git a/package-lock.json b/package-lock.json
index b6b82945..e35a3dec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.9.0",
+ "version": "0.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e8d01ad1..7307d4e8 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.",
"main": "/",
"dependencies": {
diff --git a/pom.xml b/pom.xml
index bbb79607..1a925363 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
com.jasonhhouse
Gaps
- 0.9.0
+ 0.9.1
Gaps
Demo project for Spring Boot
@@ -26,7 +26,7 @@
3.9
1.9
2.8.0
- 0.9.0
+ 0.9.1
3.0.0
30.1-jre
5.2.12.Final