diff --git a/README.md b/README.md index 8254a9c..ecc221b 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ Garlmap is the Gapless Almighty Rule-based Logical Mpv Audio Player. - Search with filters, custom queries and build a dynamic playlist - Logical in form and function, no hidden magic - A base folder, your own queries and a playlist, that's all -- Mpv is used as the underlying technology to play the files themselves - - Requires [mpv](https://mpv.io) to be installed +- [Mpv](https://mpv.io) is used as the underlying technology to play the files - Audio only playback, no video support or other second-grade features - Player that plays music >.> diff --git a/app/util.js b/app/util.js index ea04a84..7eb1c02 100644 --- a/app/util.js +++ b/app/util.js @@ -70,14 +70,17 @@ F12 will open the development tools where you can find any runtime errors. There are many more shortcuts, which are listed in most of the sections below. When in doubt, the mouse can also be used to do most actions. -Startup options +Settings It's required to load a folder for Garlmap to play songs. It will index and cache the info of them, so you can search it easily. -You can load a folder by pressing Ctrl-o, or you can customize your settings. +You can load a folder with Ctrl-o, the button, or by changing your settings. There are many ways to do so, with env vars, a config file, or with arguments, all of which are explained if you start Garlmap with the "--help" argument. It's recommended to read both this help and the startup help at least once. +You can save all your settings with the button or using Ctrl-s at any time, +a list of custom settings currently in use is always displayed on startup. +Your playlist is not part of the settings, but you can import/export it instead. Syntax for queueing and searching diff --git a/package-lock.json b/package-lock.json index cea3946..0b8a196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "garlmap", - "version": "0.2.0-dev", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "garlmap", - "version": "0.2.0-dev", + "version": "0.2.0", "license": "GPL-3.0-or-later", "dependencies": { "genius-lyrics": "4.3.5", @@ -3737,9 +3737,9 @@ } }, "node_modules/signal-exit": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", - "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "dev": true }, "node_modules/slice-ansi": { @@ -7192,9 +7192,9 @@ "dev": true }, "signal-exit": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", - "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "dev": true }, "slice-ansi": { diff --git a/package.json b/package.json index fb9dead..69a9803 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "garlmap", "productName": "Garlmap", - "version": "0.2.0-dev", + "version": "0.2.0", "description": "Gapless Almighty Rule-based Logical Mpv Audio Player", "main": "app/index.js", "scripts": {