Ok, I'm almost done:
The directory structure:
| tiddlywiki.info
|
+---files
| \---audio
| Caruso-AveMaria.mp3
|
\---tiddlers
| $__StoryList.tid
|
\---audio
tiddlywiki.files
Everything in the `files` directory is available on http://127.0.0.1/files/
thus relative URLs working. The contents of tiddlywiki.files is:
{
"directories": [
{
"path": "../../files/audio",
"filesRegExp": "^.*\\.mp3$",
"isTiddlerFile": false,
"fields": {
"title": {"source": "basename-uri-decoded"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"type": "audio/mp3",
"tags": ["Music"],
"text": "",
"_canonical_uri": {"source": "filename", "prefix":
"./files/audio/"}
}
}
]
}
One more issue (what I really don't understand): I cannot seek in the audio
file (clicking on the "position" bar does nothing).
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/c29ed955-d535-400e-8e5d-b0347de9b5e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.