Skip to content

Commit ee3a484

Browse files
committed
Merge branch 'master' of github.com:Moret84/jte
2 parents 126ebd6 + 029a843 commit ee3a484

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ To install just type:
2525
### Usage
2626
```
2727
jte [-n <number>] [-t <title>] [-a <artist>] [-A <album>] [-y <year>] [-g <genre>] [-c <path/to/cover>] [-h] <file(s)>
28+
29+
--clear
30+
clear all tags
31+
32+
-l, --list
33+
list tag(s) instead of write them
2834
2935
-n <number>, --tracknumber <number>
3036
Define the tracknumber tag
@@ -52,4 +58,4 @@ To install just type:
5258
```
5359
### Informations and additional formats
5460

55-
jte is very simple and uses the awesome [taglib](https://taglib.github.io/) library. Taglib provides an easy-to-implement high-level API to tag music (whatever the format) with commons metadatas such as title, artist, year, etc. But there is no high-level cover feature (for know). jte tries to help to provide it. For know, only MP3 and FLAC files are working. If you want to add a format to the list you just have to extend the AudioFile class and implements the setCover method. Due to a bad design (:s), you also have to add to the audioFileType enum the type of the file you want to handle and some conditions in the factory.
61+
jte is very simple and uses the awesome [taglib](https://taglib.github.io/) library. Taglib provides an easy-to-implement high-level API to tag music (whatever the format) with commons metadatas such as title, artist, year, etc. But there is no high-level cover feature (for know). jte tries to help to provide it. For know, only MP3 and FLAC files are working. If you want to add a format to the list you just have to extend the AudioFile class and implements the setCover method as well as clearCover(). Then, you just have to register your new format in the format map, giving the extension of the file it handles. Pull requests in that way are welcome.

0 commit comments

Comments
 (0)