Create FUNDING.yml
[mirrors/JukeBox.git] / README.md
1 #Harvie's JuKe!Box
2
3 ###EN
4 This web application allows you to browse, share, download and stream music using webserver with PHP and flashplayer or external audio player (WMP, Audacious, Winamp, Totem, etc...).
5 Basicaly it's easy to use, easy to install, fully configurable and it looks like this:
6
7 ###CZ
8 Tato webová aplikace vám umožní procházet, sdílet, stahovat a streamovat hudbu pomocí webserveru s podporou PHP a flashplayeru, nebo externího přehrávače (WMP, Audacious, Winamp, Totem, apod...).
9 Zjednodušeně je aplikace lehce použitelná, lehce se instaluje, vše se dá nastavit a vypadá takto:
10
11
12 ##ScreenShots
13
14 ###Latest
15 ![screenshot](http://img835.imageshack.us/img835/378/harviejukebox036.png)
16
17 ###Obsolete
18 * http://code.google.com/p/h-jukebox/wiki/ScreenShots
19
20
21 ##ScreenCasts
22
23 ###Latest
24 * n/a
25
26 ###Obsolete
27 * http://www.youtube.com/watch?v=UucMVLs1xfg
28 * http://www.youtube.com/watch?v=DQZqnDdQDDk
29
30
31 ##TODO
32 * Autodetect absolute URL of music directory (replace https with http as some music players are not able to handle TLS)
33 * Turn jukebox into universal filelisting with plugins for playing music, videos, documents,...
34 * some system for registering regex-based hooks on filenames
35 * directory and file lines should be rendered by the same function (using those hooks - directory ends with slash)
36 * Use HTML5 for playback instead of flash (when browsers will be ready)
37 * Nice URLs so Juke!Box will be traversable using lftp and similar tools (PATH_INFO, mod_rewrite?)
38 * Need to add function that will return URL to directory listing of desired directory (should detect if PATH_INFO is in use)
39 * VLC plugin to browse, search and stream using JuKe!Box on server side
40 * there's some LUA API to do this... just need to check some examples...
41 * Documentation ( reuse old one: http://code.google.com/p/h-jukebox/wiki/AboutHelp )
42 * Comment source a bit...
43
44
45 ##Anotation/Anotace
46
47 ###EN
48 This project (which is part of school-leaving exams) is aiming to create web application which enables user to browse audio library stored on web server using web browser
49 and then it offers playback of those audio records directly in web browser, in external software audio player or download to harddrive.
50
51 ###CZ
52 Cílem tohoto maturitního projektu je vytvořit webovou aplikaci, která umožní uživateli procházet knihovnu zvukových záznamů na webovém serveru pomocí webového prohlížeče a
53 potom umožní tyto záznamy přehrávat přímo v prohlížeči, streamovat do jiného přehrávače, nebo stáhnout na disk.
This page took 0.309013 seconds and 4 git commands to generate.