Search found 30 matches

by realgeizt
September 12th, 2014, 6:10 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative multi-user web frontend

I just pushed a new version. It contains some bugfixes and minor cosmetic changes, also there are two new options: authRequired and downloadAuthRequired. When the first one is set you need to login to access sabRE. When the second one is set, downloads from sabRE (.tar archives) are allowed without ...
by realgeizt
August 30th, 2014, 2:51 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Some minutes ago a new version was published. The postprocessing scripts can now convert .flac files to .mp3 files when the needed tools are installed and the user desired the conversion. Also a new setting to hide downloads after a configurable number of days was introduced. Some other minor stuff ...
by realgeizt
August 15th, 2014, 5:23 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

I just pushed a new version. It now listens on IPv6, additionally there is a new option to rename windows executables that can be switched on/off in "sabre_settings.py". I hope everything went right - this was my first commit using Git on Linux from the shell... Don't forget to run "n...
by realgeizt
July 25th, 2014, 1:25 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Very nice. I will push this to GitHub soon.
BTW, if you update your copy after my push, you will have to do "npm install" before starting sabRE. I hope everything works afterwards because I changed some things, if not I am here for new bug reports :) ...
by realgeizt
July 20th, 2014, 1:05 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Replace the line "app.listen settings.port, () =>" in app.coffee with "app.listen settings.port, '::', () =>". Then sabRE should listen on IPv6, too. :)
by realgeizt
July 20th, 2014, 12:01 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Hi sander, sorry for my late reply! The remoteauth part is - despite your explanation - still dark matter to me. I will explain it in detail now. I hope it is understandable. When a user logs in, sabRE checks the users.json file if the user is allowed to login. If the user is not defined in users.js...
by realgeizt
June 23rd, 2014, 2:37 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Nice to hear, thank you!
by realgeizt
June 23rd, 2014, 12:22 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Nice to hear that most stuff works. :) Download results: Download works, the result is in the sabRE's GUI, but user1's download just arrives in :~/Downloads/complete/. That means (AFAIK) there is no way to share it to a specific user. I would have expected a directory per user defines in sabRE's con...
by realgeizt
June 20th, 2014, 8:07 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

I just pushed a new version, I think everything you suggested is included. By setting the value of "noPostProcess" you can control if sabRE will create tar files or use categories for each user to download files (so you can setup shares for each user pointing to that directory).
by realgeizt
June 17th, 2014, 3:21 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Ah, do you mean this: the separate files of a download are packed into one tar file, which makes remote downloading via een webinterface easier? Exactly. It does not run on a local LAN for me and is only reachable using HTTP, so I needed an easy way to let users download files. I implemented your u...
by realgeizt
June 16th, 2014, 2:34 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

To get it the way you suggest, one has to use categories (you suggested that on the first page of this thread I think) or one would have to modify the postprocessing script so that it would create the users dir, but the first option makes more sense I think. Then sabRE needs to set the category when...
by realgeizt
June 16th, 2014, 1:04 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Regarding the issue with the my_home I think it can be solved without doing the API call, which makes it easier for me (looked at SABnzbd.py file). You aren't running SABnzbd in daemon mode I think, so it uses your home directory. I run it in daemon mode, so it uses it's installation path and does n...
by realgeizt
June 16th, 2014, 4:04 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Very nice, I think using this information I can fix it. If I have to go the way with the API it will be some more work, because I would first have to be sure the user has entered the right IP/Port/API-Key, and then I would be able to get the complete dir. So it would be a setup with two "stages...
by realgeizt
June 16th, 2014, 3:24 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

It makes sense what you say, and I would have thought that it works this way. But why does my SABnzbd not behave this way? In Settings->Folders, SABnzbd states on top of the page: "Default Base Folder: /home/user/.sabnzbd" and I read the only way to change this folder is by running SABnzbd...
by realgeizt
June 16th, 2014, 2:51 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 49024

Re: sabRE - an alternative web frontend

Hmm, how does your SABnzbd interpret the relative path? If you use "Downloads/complete", where get your files saved? On my setup, they would get saved to "/home/user/.sabnzbd/Downloads/complete". Also the directory has to exist when importing settings.