X-Git-Url: http://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=blobdiff_plain;f=README.md;fp=README.md;h=5cdfc2f3449fbdf02654a88f0c9fda3f62156d02;hp=dbab1589c05932f5c29ba72f074ca034f376a1ea;hb=180534dc73b2b9022c28c09f4ad8b4401779e693;hpb=e6edcf4245cbb38ffcaac57e33c5532155567428 diff --git a/README.md b/README.md index dbab158..5cdfc2f 100755 --- a/README.md +++ b/README.md @@ -30,9 +30,13 @@ Zjednodušeně je aplikace lehce použitelná, lehce se instaluje, vše se dá n ##TODO * 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 (mod_rewrite?) + * 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...