Page 20 of 24

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 4th, 2013, 5:33 pm
by jjmucker
Bargain price and an amazing app. :-)

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 4th, 2013, 5:38 pm
by fkmtc
Thanks :)

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 14th, 2013, 5:24 pm
by cornetje
Hi Everybody,

I hope sombody can help me. I have search the internet and found this topic, but still a problem.....

I have sabnzbd on a server running on port 8080, however i access the sabnzbd through a reverse proxy server using the url: http://sabnzbd.mydomain.nl
All trafic is coming in on port 80 through the internet on my apache server with IP 192.168.0.5. Sabnzbd is running on the same machine, but on port 8080.
I have configured my apache proxy server with these setting:

<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
ProxyPass / http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse / http://192.168.0.5:8080/sabnzbd/
</VirtualHost>

I can access the webinterface of sabnzbd correctly, however i dont know how to configure SABMobile HD.

My settings:
Host: sabnzbd.mydomain.nl
Port: 80

Any idea???

Hope to hear something.

Regards,

Pieter

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 14th, 2013, 5:31 pm
by fkmtc
Hi,

If you want help about SABMobile, you're on the right forum... But I'd like you to send me a message from the app after having had the error message. This will attach the error log and I will be able to see the exact error message.

If you want help about SabmobileHD, please contact its author, it's not the same app nor the same developer... So it's not the right topic.

Cheers

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 17th, 2013, 5:24 pm
by cornetje
cornetje wrote:Hi Everybody,

I hope sombody can help me. I have search the internet and found this topic, but still a problem.....

I have sabnzbd on a server running on port 8080, however i access the sabnzbd through a reverse proxy server using the url: http://sabnzbd.mydomain.nl
All trafic is coming in on port 80 through the internet on my apache server with IP 192.168.0.5. Sabnzbd is running on the same machine, but on port 8080.
I have configured my apache proxy server with these setting:

<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
ProxyPass / http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse / http://192.168.0.5:8080/sabnzbd/
</VirtualHost>

I can access the webinterface of sabnzbd correctly, however i dont know how to configure SABMobile HD.
Thank to the excellent support of SABMobile I have a working situation...

What to do:

1. Create a virtual host within your apache environment

<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
<Location /sabnzbd/>
ProxyPass http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse http://192.168.0.5:8080/sabnzbd/
</Location>
</VirtualHost>

This entry basically routes sabnzbd.mydomain.nl/sabnzbd/ to your internal machine using the specified port (8080)

2. Change the settings within SABMobile

Server IP: sabnzbd.mydomain.nl
Server Port: 80

You don't have to add /sabnzbd/ behind the servername SABMobile will add it for you.

It's much more easier than i thought it would be ;D

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 17th, 2013, 5:33 pm
by fkmtc
Hi,

I'd recommend using a non standard port (not 8080 as the public port) and https... For security reasons :)

Cheers

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 20th, 2013, 10:20 am
by MungoBBQ
Hey! I'm having a problem with SABMobile and NZBs.org. I've got the searcher added OK, and I can search. However, when clicking the download link it spins for a while and then says "Error when submitting the file to the server".

Other searchers that came with SABMobile work fine, although they don't require API key I guess.

Any help here?

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 20th, 2013, 11:04 am
by fkmtc
Hi,
Send me a message from the app (using "contact me") after having seen (and closed) the error message.
Thanks

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 21st, 2013, 5:31 pm
by bobbbiee4
I am having trouble sending a NZB link to SABnzbd+ via SSH (or should that be SFTP for MAC OS) using Safari on my iPAD and the NZB7 web site. I receive the error message from SABnzbd+ "Empty NZB File" This is only a problem when I use the SSH setup on SABMobile.

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 21st, 2013, 5:40 pm
by fkmtc
Yes, you can only send links when connected through ssh, sending files won't work.
Cheers

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: February 21st, 2013, 8:30 pm
by bobbbiee4
fkmtc wrote:Yes, you can only send links when connected through ssh, sending files won't work.
Cheers
I thought that might be the case. Thank you for your reply :)

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: March 6th, 2013, 7:21 am
by bobbbiee4
You click on the NZB icon and after a period of time receive the message "Open in SABMobile" all good and well, but then you receive the message "Adding file to downloads" and you are forced to click OK. Is that really necessary to click OK all the time. Why can't the NZB just be added without confirmation, I find being forced to click OK annoying. Hey otherwise I love SABMobile and it works a treat :)

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: March 6th, 2013, 8:10 am
by fkmtc
In the early days of the app, people complained they didn't have a popup confirmation.. So I added that :)

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: March 22nd, 2013, 9:25 am
by fkmtc
Hi all,

Anyone interested in a Windows Phone 8 version ?

Cheers

Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon

Posted: March 22nd, 2013, 3:02 pm
by rjorge77
Hi,

Sure! a WP8 version would be greatt! ;)