X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=README.md;h=8d4e233c44cd26ed9bf8f29c0f1c62016b4354bf;hb=HEAD;hp=4809ac7613195e8662e5b7aa9fc7270ee1f279ba;hpb=4ab7ab1d10ada44fa83393fd9c920b7a06605f09;p=mirrors%2FJukeBox.git diff --git a/README.md b/README.md index 4809ac7..8d4e233 100755 --- a/README.md +++ b/README.md @@ -29,9 +29,15 @@ Zjednodušeně je aplikace lehce použitelná, lehce se instaluje, vše se dá n ##TODO + * Autodetect absolute URL of music directory (replace https with http as some music players are not able to handle TLS) * Turn jukebox into universal filelisting with plugins for playing music, videos, documents,... + * some system for registering regex-based hooks on filenames + * directory and file lines should be rendered by the same function (using those hooks - directory ends with slash) * Use HTML5 for playback instead of flash (when browsers will be ready) + * Nice URLs so Juke!Box will be traversable using lftp and similar tools (PATH_INFO, mod_rewrite?) + * Need to add function that will return URL to directory listing of desired directory (should detect if PATH_INFO is in use) * VLC plugin to browse, search and stream using JuKe!Box on server side + * there's some LUA API to do this... just need to check some examples... * Documentation ( reuse old one: http://code.google.com/p/h-jukebox/wiki/AboutHelp ) * Comment source a bit...