Page 1 of 2
Web (php, perl, python whatever) renderer ?
Posted: Tue Apr 15, 2014 5:20 am
by Angelfr83
Hello everyone !
I would like to know if such a thing as a webui render does exist, something like a "in browser" media browser and player.
Thanks, have a nice day.
Re: Web (php, perl, python whatever) renderer ?
Posted: Thu Apr 17, 2014 3:24 am
by DeFlanko
Working on it:
https://github.com/UniversalMediaServer ... r/pull/142
UPDATE: 4/19/2014
Also so its easier for all -- ill be building and updating this link whenever possible:
UMS-Web-Branch.exe
Re: Web (php, perl, python whatever) renderer ?
Posted: Thu Apr 17, 2014 4:57 am
by Wolfgan
I read all the comments and files changed. Tons of work, thanks for all the effort to the dev team! (and tdcosta seems to be on fire looking at the latest PRs
This feature will be wonderful for incorporating playing capabilities to any device with a modern browser. Any plans to enable an Alpha test version once most of the core changes are introduced?
Thx, Wolf
Re: Web (php, perl, python whatever) renderer ?
Posted: Thu Apr 17, 2014 5:17 am
by DeFlanko
Wolfgan wrote:I read all the comments and files changed. Tons of work, thanks for all the effort to the dev team! (and tdcosta seems to be on fire looking at the latest PRs
This feature will be wonderful for incorporating playing capabilities to any device with a modern browser. Any plans to enable an Alpha test version once most of the core changes are introduced?
Thx, Wolf
TdCosta should rename himself to "TDCosta_ON_FIRE"
If you go to the wiki and view the how to build documentation.. you can build that Branch right form netbeans!
it works great.
Re: Web (php, perl, python whatever) renderer ?
Posted: Thu Apr 17, 2014 8:32 am
by Wolfgan
DeFlanko wrote:If you go to the wiki and view the how to build documentation.. you can build that Branch right form netbeans!
it works great.
Thanks! Will surely try it.
Re: Web (php, perl, python whatever) renderer ?
Posted: Sat Apr 19, 2014 7:07 am
by Wolfgan
Just to avoid having to install a netbeans environment, as I already have UMSbuilder installed and working, do anyone know if it will allow building a different branch?
I just found that the only reference to the branch is in the build scrip at:
Code: Select all
CALL java -jar ../jgit-cli.jar merge origin/master -s theirs
Can anyone confirm that replacing master with web will produce a working jar?
Thx, Wolf
Re: Web (php, perl, python whatever) renderer ?
Posted: Sat Apr 19, 2014 7:43 am
by DeFlanko
there is... but the easiest way is to use a git app and switch branches on the Code Folder...
i think there is also in the PR someone went into details about change in the BAT file to pull from another branch.
Updated my first post to have the latest EXE for the Web Branch there.
Re: Web (php, perl, python whatever) renderer ?
Posted: Sat Apr 19, 2014 9:40 am
by infidel
DeFlanko wrote:i think there is also in the PR someone went into details about change in the BAT file to pull from another branch.
That would be
me, and here's the
batch file.
Re: Web (php, perl, python whatever) renderer ?
Posted: Sat Apr 19, 2014 11:55 am
by DeFlanko
infidel wrote:DeFlanko wrote:i think there is also in the PR someone went into details about change in the BAT file to pull from another branch.
That would be
me, and here's the
batch file.
Thaaaaaaaaath's right... Thank you
Infidel
Re: Web (php, perl, python whatever) renderer ?
Posted: Sat Apr 19, 2014 1:23 pm
by Wolfgan
Excellent, thanks guys!