Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BLCK-B authored Apr 13, 2024
1 parent b39b931 commit cd17609
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Currently available sources: Beatport, Musicbrainz, Junodownload, Youtube.
Setup
-

**dependencies:** A web browser: UI is rendered there. Works best with firefox. Linux: OpenJDK or similar.
**dependencies:** A web browser: UI is rendered there. Works best with firefox. Linux: OpenJDK.

**Windows:** Download and install. When launched, Spring terminal and browser window/tab will open.

Expand All @@ -43,24 +43,12 @@ Setup
**Responsibility**:

Delays during scraping prevent excessive traffic.
To avoid granting admin permission, can run the exe from unzipped installer.
To avoid granting admin permission, one can run the exe from unzipped installer.

I have no affiliation with Musicbrainz, Beatport, Junodownload, Youtube. I can only recommend contributing to [crowdsourced](https://musicbrainz.org/doc/How_to_Contribute) projects and directly supporting artists via Bandcamp and other means.

---

**v5.1 and older**

**JDK not found [#5](https://github.com/BLCK-B/MusicReleaseTracker/issues/5)**: you can resolve this by [downloading JDK](https://www.oracle.com/java/technologies/downloads/). Tested with JDK20. Location must be `C:\Program Files\Java\jdk-20` ***exactly***.

**Windows:** Download and install. Won´t function without JDK.

**Linux**: Unzip tar. OpenJDK or alternative and OpenJFX are required. Direct way to launch the jar (XXX name of the jar):
```
java --module-path "/usr/lib/jvm/openjfx" --add-modules=javafx.controls,javafx.fxml -jar XXX.jar
```


License
-

Expand Down

0 comments on commit cd17609

Please sign in to comment.