Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Feb 3, 2022
1 parent cca0ac1 commit db86cff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >.>

Expand Down
7 changes: 5 additions & 2 deletions app/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit db86cff

Please sign in to comment.