Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keifufu committed Feb 26, 2023
1 parent a5f2369 commit b78065a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Default | Description
`Title` | "" | Title
`Artist` | "" | Artist
`Album` | "" | Album
`Cover` | "" | Description too long; read below this table.
`CoverWebAddress` | "" | URL of the current cover image, useful for doing an onChangeAction as cover will update twice when when the media changes. This will only update once and only once the image has been downloaded to the disk.
`Duration` | "0:00" | Duration in (hh):mm:ss (Hours are optional)
`Position` | "0:00" | Position in (hh):mm:ss (Hours are optional)
Expand All @@ -26,7 +27,7 @@ Name | Default | Description
### `Cover`
String returning the path to the current cover art, or the path to the default cover if none is found.
**Note:** Do not assume the image will always be a square. It won't in most cases.
**Attributes:**
**Attributes:**
CoverPath - A system path to where to store the album art.
DefaultPath - A system path to what image to use as fallback.

Expand Down

0 comments on commit b78065a

Please sign in to comment.