Quote
As you said, divx web player doesn't work with web auth, so we need to make a symlink in root of www to link to rutorrent download dir. Example :
Download dir : /home/user1/download
rutorrent dir : /var/wwww/rutorrent (web auth on /var/wwww/rutorrent)
symlink : /var/www/user1_download -> /home/user/download
for user=user1, filemanager will stream directly from /var/www/user1_download but if I type
http://IP/user1_download I can't access into it, only streamer.
It's just an idea, I don't know how you can handle easly streaming function.
Heh, made it work external.
Check out the SVN, and create a symlink to view.php somewhere on the server where basic auth is not activated and edit conf.php with that path.
Quote
Here's my feedback:
Running on Debian Lenny fresh install, last rutorrent from svn
IE7
The only thing I get it's an error and rutorrent doesn´t load:
JS error: [
http://IP/rutorrent/: 110253742] Expected identifier, string or number
IE8 / Chrome / Firefox
When I enter in the FileManager Tab shows "/" instead of "/home/user/downloads/" that it's the top directory
I cannot enter on any existing user folder (Eg /home/user/downloads/myfolder) On logger I receive FILEMANAGER: Directory does not exist: /home/user/downloads/myfolder/ (the folders exists and its 755)
I can create new folders but cannot enter, same error.
Trying to rar/zip/copy/move existing file gets error FATAL ERROR: Destination not permited
Trying to copy/move doens't show folders, I only get /home/user/downloads/ but can't see the folders inside this one that were showed at FileManager.
When I try to make a SFV the popup apperas but nothing happen.
Trying to view a video, divx player shows error and on the logger appears: JS error [
http://IP/rutorrent/ : 1586] theWeUI.fManager.player.Open is not a function
Later I try to get it working on ubuntu because I think that have some permission issues and keep you posted.
No support for IE7, as i tested it works on IE8 (partially mostly).
This is how i designed it. Not planning to change it. (rootpath)
And mostly the errors you mentioned are because there are incorrect permissions. Ex: /home/user/downloads/ , in this case download's doesnt have the right permissions.
DivX web player not installed.