This commit is contained in:
2026-07-31 10:23:23 +02:00
parent ad0d676853
commit 9daf7e7e3d
7 changed files with 126 additions and 3 deletions
+7
View File
@@ -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)
]
+5
View File
@@ -82,6 +82,11 @@ finish.
[server media-file-server?]
[url string?]
[#:title title (or/c #f string?) #f]
[#: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]
[#:id id string? "0"]
[#:parent-id parent-id string? "0"])