discoverj 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -9
- package/jdeploy-bundle/disCoverJ.jar +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# disCoverJ
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-
|
|
5
3
|
With disCoverJ you can add cover images from various search engines to your audio files.
|
|
6
|
-
|
|
7
|
-
disCoverJ
|
|
4
|
+
Simply drag and drop the files into the application and press the search button.
|
|
5
|
+
disCoverJ will store the images directly in the metadata of the audio file.
|
|
8
6
|
|
|
9
7
|
Supported audio types:
|
|
10
8
|
mp3, mp4, m4a, m4r, ogg, oga, flac, wma, ra
|
|
@@ -12,11 +10,8 @@ mp3, mp4, m4a, m4r, ogg, oga, flac, wma, ra
|
|
|
12
10
|
### Help me translating
|
|
13
11
|
https://crowdin.com/project/discoverj/invite
|
|
14
12
|
|
|
15
|
-
### Sonarqube
|
|
16
|
-
http://nemo.sonarqube.org/dashboard/index/de.itlobby:disCoverJ
|
|
17
|
-
|
|
18
13
|
# How to get the latest version
|
|
19
|
-
Download and install [from
|
|
14
|
+
Download and install [from here](https://www.jdeploy.com/~discoverj)
|
|
20
15
|
|
|
21
16
|
# Usage
|
|
22
17
|
- Drag audio files into the program. disCoverJ starts the analysis automatically.
|
|
@@ -34,6 +29,5 @@ Download and install [from gitlab](https://gitlab.com/rouvenhimmelstein/disCover
|
|
|
34
29
|
- Local search
|
|
35
30
|
|
|
36
31
|
# Open topics
|
|
37
|
-
* Implement updated via git(lab)
|
|
38
32
|
* Resolve open todos
|
|
39
33
|
** reimplement manual cover selection
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"bin":{"disCoverJ":"jdeploy-bundle/jdeploy.js"},"author":"Rouven Himmelstein","description":"With disCoverJ you can add cover images from various search engines to your audio files. Just drag and drop the files into the program and press the search button. disCoverJ saves the images directly in the meta data storage of the audio file.","main":"index.js","preferGlobal":true,"repository":"","version":"
|
|
1
|
+
{"bin":{"disCoverJ":"jdeploy-bundle/jdeploy.js"},"author":"Rouven Himmelstein","description":"With disCoverJ you can add cover images from various search engines to your audio files. Just drag and drop the files into the program and press the search button. disCoverJ saves the images directly in the meta data storage of the audio file.","main":"index.js","preferGlobal":true,"repository":"","version":"2.0.0","jdeploy":{"jdk":false,"checksums":{"icon.png":"92e41f22b1f6f0cb890a9632133cecea"},"javaVersion":"17","jar":"target/disCoverJ.jar","javafx":true,"title":"disCoverJ"},"dependencies":{"njre":"^0.3.0","shelljs":"^0.8.4"},"license":"GPL-2.0 License","name":"discoverj","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/RouHim/disCoverJ"}
|