Update header example
This commit is contained in:
parent
0ec080fc7d
commit
0d9691ab0b
1 changed files with 5 additions and 2 deletions
|
@ -41,9 +41,12 @@ libimagentryref does store the following data:
|
|||
|
||||
```toml
|
||||
[ref]
|
||||
filehash.sha1 = "<sha1 hash of the file>"
|
||||
basepath = "music"
|
||||
is_ref = true # marker that this entry is actually a "ref"
|
||||
relpath = "Psy_trance_2018_yearmix.mp3"
|
||||
collection = "music"
|
||||
|
||||
[ref.hash]
|
||||
sha1 = "<sha1 hash of the file>"
|
||||
```
|
||||
|
||||
The filehash is stored so that libimagentryref can re-find the file whenever it
|
||||
|
|
Loading…
Reference in a new issue