ja
This commit is contained in:
@@ -17,6 +17,11 @@ type, duration, and byte-range capability.
|
||||
[uri string?]
|
||||
[#:protocol-info protocol-info string?]
|
||||
[#:title title string? "Media"]
|
||||
[#:artist artist (or/c #f string?) #f]
|
||||
[#:album album (or/c #f string?) #f]
|
||||
[#:genre genre (or/c #f string?) #f]
|
||||
[#:year year (or/c #f exact-nonnegative-integer?) #f]
|
||||
[#:track track (or/c #f exact-nonnegative-integer?) #f]
|
||||
[#:duration duration (or/c #f nonnegative-real?) #f]
|
||||
[#:size size (or/c #f exact-nonnegative-integer?) #f]
|
||||
[#:id id string? "0"]
|
||||
@@ -35,6 +40,8 @@ For example:
|
||||
#:protocol-info
|
||||
"http-get:*:audio/flac:DLNA.ORG_OP=01;DLNA.ORG_CI=0"
|
||||
#:title "Test track"
|
||||
#:artist "Test artist"
|
||||
#:album "Test album"
|
||||
#:duration 639
|
||||
#:size 50357462)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user