SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phone 7

Got a program that plays well with SABnzbd? Share it here!
jjmucker
Newbie
Newbie
Posts: 24
Joined: December 8th, 2012, 4:37 am

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

Post by jjmucker »

Bargain price and an amazing app. :-)
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post by fkmtc »

Thanks :)
cornetje
Newbie
Newbie
Posts: 2
Joined: February 14th, 2013, 5:14 pm

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

Post 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
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post 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
cornetje
Newbie
Newbie
Posts: 2
Joined: February 14th, 2013, 5:14 pm

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

Post 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
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post by fkmtc »

Hi,

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

Cheers
MungoBBQ
Newbie
Newbie
Posts: 1
Joined: February 20th, 2013, 10:18 am

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

Post 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?
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post by fkmtc »

Hi,
Send me a message from the app (using "contact me") after having seen (and closed) the error message.
Thanks
bobbbiee4
Newbie
Newbie
Posts: 6
Joined: February 9th, 2013, 7:57 am

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

Post 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.
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post by fkmtc »

Yes, you can only send links when connected through ssh, sending files won't work.
Cheers
bobbbiee4
Newbie
Newbie
Posts: 6
Joined: February 9th, 2013, 7:57 am

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

Post 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 :)
bobbbiee4
Newbie
Newbie
Posts: 6
Joined: February 9th, 2013, 7:57 am

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

Post 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 :)
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post by fkmtc »

In the early days of the app, people complained they didn't have a popup confirmation.. So I added that :)
fkmtc
Full Member
Full Member
Posts: 209
Joined: September 19th, 2010, 4:49 am

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

Post by fkmtc »

Hi all,

Anyone interested in a Windows Phone 8 version ?

Cheers
rjorge77
Newbie
Newbie
Posts: 22
Joined: December 15th, 2012, 7:05 pm

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

Post by rjorge77 »

Hi,

Sure! a WP8 version would be greatt! ;)
Post Reply