@@ -13,15 +13,18 @@ Made with a lot of help from
1313
1414## Changelog
1515
16- ### v0.6.2
16+ v0.6.2
17+ ------
1718
18- - Added key-binding(` u ` ) for reloading ` music_dir `
19- - Fix: All option are now aligned properly in preferences view
20- - Added validators for preferences(Error message is shown if an error occurs)
19+ - [x] Fix: Issue #1 in Github
20+ - [x] Added key-binding(` u ` ) for reloading ` music_dir `
21+ - [x] Fix: All option are now aligned properly in preferences view
22+ - [x] Added validators for preferences(Error message is shown if an error occurs)
2123
22- ### v0.6.1
24+ v0.6.1
25+ ------
2326
24- - Add track number to preview format option in preferences
27+ - [x] Add track number to preview format option in preferences
2528
2629
2730## Installation
@@ -55,12 +58,12 @@ You can then launch the app by entering `clid` in the command line.
5558
5659The main window will show the mp3 files you have in ` ~/Music ` . The interface is similar to that of cmus:
5760
58- ![ clid main window] ( ./img/main.png " The Main Window")
61+ ![ clid main window] ( ./img/main.png " Main Window ")
5962
6063You will have a command line at the bottom of the window, to recieve commands. You will also see a live preview of the
6164common tags of the file under the cursor.
6265
63- > Note: The status line shows the tags in ` artist - album - track_number title ` format
66+ > Note: The status line shows the tags in ` artist - album - track_number title ` format by default; you can change it in preferences
6467
6568### Editing Tags
6669
@@ -76,7 +79,21 @@ Use the arrow keys to move through the tags; edit them if needed and hit `OK`(or
7679To edit preferences, press ` 2 ` . Then hit <kbd >Enter</kbd > on the highlighted setting to edit it (it will be then shown
7780at the bottom of the screen; edit it and hit <kbd >Enter</kbd > again).
7881
82+ ![ clid preferences] ( ./img/pref.png " Preferences Window ")
83+
7984| Option | You should set this as... | Default Value|
8085| --------| -------| ---------|
8186| ` music_dir ` | Directory in which the app will search for mp3 files | ` ~/Music ` |
8287| ` preview_format ` | Format in which a preview of the file under cursor will be shown | ` %a - %l - %n. %t ` |
88+
89+ #### Supported Format Specifiers
90+
91+ | Format Specifier | Expands to... |
92+ | :----------------:| :-------------:|
93+ | %t | Title |
94+ | %a | Artist |
95+ | %l | Album |
96+ | %n | Track Number |
97+ | %c | Comment |
98+ | %A | Album Artist |
99+ | %y | Date |
0 commit comments