discoverj 9.0.0 → 12.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 CHANGED
@@ -1,33 +1,27 @@
1
- # disCoverJ
1
+ <p align="center">
2
+ <img src="https://github.com/RouHim/disCoverJ/raw/main/icon.png" width="200">
3
+ </p>
2
4
 
3
- With disCoverJ you can add cover images from various search engines to your audio files.
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.
5
+ <p align="center">
6
+ <a href="https://github.com/RouHim/disCoverJ/actions/workflows/ci-cd-pipe.yml"><img src="https://github.com/RouHim/disCoverJ/actions/workflows/ci-cd-pipe.yml/badge.svg" alt="CI"></a>
7
+ <a href="https://www.jdeploy.com/~discoverj"><img alt="npm download count" src="https://img.shields.io/npm/dt/discoverj?label=Downloads"></a>
8
+ <a href="https://www.jdeploy.com/~discoverj"><img alt="npm version" src="https://img.shields.io/npm/v/discoverj?label=Version"></a>
9
+ </p>
6
10
 
7
- Supported audio types:
8
- mp3, mp4, m4a, m4r, ogg, oga, flac, wma, ra
11
+ <p align="center">
12
+ <a href="https://www.jdeploy.com/~discoverj">Download</a>
13
+ | <a href="https://github.com/RouHim/disCoverJ/issues">Issue Tracker</a>
14
+ | <a href="https://github.com/RouHim/disCoverJ/discussions">Discussions</a>
15
+ | <a href="https://crowdin.com/project/discoverj/invite">Help translate</a>
16
+ | <a href="https://www.paypal.me/disCoverJ">Donate me</a>
17
+ </p>
9
18
 
10
- ### Help me translating
11
- https://crowdin.com/project/discoverj/invite
19
+ <p align="center">
20
+ <i>A simple tool that allows you to automatically embed cover images into your audio files.</i>
21
+ </p>
12
22
 
13
- # How to get the latest version
14
- Download and install [from here](https://www.jdeploy.com/~discoverj)
15
-
16
- # Usage
17
- - Drag audio files into the program. disCoverJ starts the analysis automatically.
18
- - When the analysis is complete, the files appear in the list on the left.
19
- - Now press the magnifying glass at the bottom right.
20
- - You can get information about the current status by looking at the progress bar and the status bar below.
23
+ ## Features
21
24
 
22
- # Available search engines
23
- - iTunes
24
- - Deezer
25
- - searX
26
- - Discogs
27
- - Spotify
28
- - Musicbrainz
29
- - Local search
25
+ **Supported audio types:** mp3, mp4, m4a, m4r, ogg, oga, flac, wma, ra
30
26
 
31
- # Open topics
32
- * Resolve open todos
33
- ** reimplement manual cover selection
27
+ **Search engines:** iTunes, Deezer, searX, Discogs, Spotify, Musicbrainz, Local search
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":"9.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"}
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":"12.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"}