[Android] NZB 360: A sexy, full-featured NZB manager.

Got a program that plays well with SABnzbd? Share it here!
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

Gentlemen, Spotweb and CouchPotato fixes are on my todo list. Once I verify that v7.0 is relatively stable, I will move to fixing those issues.
Developer of NZB 360 on Android
Check out NZB 360.com
CorruptedMinds
Newbie
Newbie
Posts: 1
Joined: December 25th, 2013, 11:34 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by CorruptedMinds »

Any chance of seeing this on the amazon app store?
I've got a free $5 from their xmas bonus to spend :)
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

Just submitted v7.0.1 that aims to fix the NZBGet issues people are having, and also the Spotweb issues a few folks have had.

Version 7.0.1
  • ENHANCEMENT: "Enhanced Spotweb Support" is now an option per indexer to enable better Spotweb compatibility. This is disabled for every indexer by default.
  • ENHANCEMENT: You can now sort by # of Grabs in Search results.
  • BUG FIX: "Send to NZBGet" will no longer appear in Search if no NZBGet server has been added.
  • BUG FIX: "Pause For" option in NZBGet now works correctly.
  • BUG FIX: Fixed an issue where the text size would be different between Queue/History lists in SABnzbd and NZBGet in some cases.
  • BUG FIX: NZBGet speed throttle options now work correctly. You will need to re-enter your speed in Mbps within settings for this to work.
  • BUG FIX: Stability improvements for NZBGet. Thanks bug report submitters!
  • NOTE: Yes, NZBDrone support is coming. It will be included in the next major release =)
Again, I am sure my implementation of NZBGet is a bit buggy, but the intention is to get this out to you guys to help me improve upon its support.

Happy holidays! :)
Developer of NZB 360 on Android
Check out NZB 360.com
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

CorruptedMinds wrote:Any chance of seeing this on the amazon app store?
I've got a free $5 from their xmas bonus to spend :)
Not in the near future, no =(
Developer of NZB 360 on Android
Check out NZB 360.com
n1ghtwish
Newbie
Newbie
Posts: 8
Joined: September 10th, 2013, 2:23 pm

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by n1ghtwish »

Hi Kev,

Thanks for posting one of the recent updates that lets you ignore releases in CP from the Available tab.

Minor FR on this from me - can you make it so that if all releases for a film are ignored it no longer shows up at all in the Available section until another release comes along?

Layman's programming structure for this could be something like this:

Code: Select all

$Film = "FilmName"
$Releases = Get-Releases -Film $Film | ? {$_.Ignored -eq $False}
if ($Releases.Count -gt 0)
{
	Show-Release -Film $Film
}
else
{
	Hide-Release -Film $Film
}
I had a film (Rush) where the sole release it found was for the Grand Prix - I disabled the release but it still showed up in my Available list.
fettomupp
Newbie
Newbie
Posts: 3
Joined: April 22nd, 2013, 12:32 pm

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by fettomupp »

Hi Kev and tnx for a great app!

Having a strange problem. I can log on to the app using the ddns no-ip.biz but Sabnzbd is the only service that works.Sickbeard just don´t work and in Couchpotato i get the message: "Unable to resolve host "www.xxx.no-ip.biz": No adress associated with hostname"

I´ve checked and dubble checked that i have the same settings for each service. I allso have the right ports forwarded in my router, in my case 8080, 8081 and 5050.

Any ideas what can be wrong?
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

Just submitted v7.0.2 that includes some new fixes and enhancements!

Version 7.0.2
  • ENHANCEMENT: The Throttle icon in SABnzbd and NZBGet will now show an indicator if the currently set threshold is below "Unlimited."
  • ENHANCEMENT: The keyboard will now auto-appear when choosing to set a custom threshold or pause time in SABnzbd and NZBGet.
  • ENHANCEMENT: Added "Source" information field in SABnzbd history details.
  • ENHANCEMENT: Added a confirmation dialog in Backup/Restore to prevent accidental overwrites.
  • BUG FIX: Fixed an issue where NZBGet settings were not updated immediately within nzb360.
  • BUG FIX: Fixed crash in CouchPotato when "Soon" is set to the default tab.
Developer of NZB 360 on Android
Check out NZB 360.com
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

n1ghtwish wrote:Hi Kev,

Thanks for posting one of the recent updates that lets you ignore releases in CP from the Available tab.

Minor FR on this from me - can you make it so that if all releases for a film are ignored it no longer shows up at all in the Available section until another release comes along?

Layman's programming structure for this could be something like this:

Code: Select all

$Film = "FilmName"
$Releases = Get-Releases -Film $Film | ? {$_.Ignored -eq $False}
if ($Releases.Count -gt 0)
{
	Show-Release -Film $Film
}
else
{
	Hide-Release -Film $Film
}
I had a film (Rush) where the sole release it found was for the Grand Prix - I disabled the release but it still showed up in my Available list.
Is this how the CP web UI works? I would like to be consistent with the web UI. Whenever I am not, people think nzb 360 is broken =(
Developer of NZB 360 on Android
Check out NZB 360.com
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

fettomupp wrote:Hi Kev and tnx for a great app!

Having a strange problem. I can log on to the app using the ddns no-ip.biz but Sabnzbd is the only service that works.Sickbeard just don´t work and in Couchpotato i get the message: "Unable to resolve host "www.xxx.no-ip.biz": No adress associated with hostname"

I´ve checked and dubble checked that i have the same settings for each service. I allso have the right ports forwarded in my router, in my case 8080, 8081 and 5050.

Any ideas what can be wrong?
Try restarting your device.
Developer of NZB 360 on Android
Check out NZB 360.com
fettomupp
Newbie
Newbie
Posts: 3
Joined: April 22nd, 2013, 12:32 pm

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by fettomupp »

I´ve tryed that and I allso restarted the computer, router and adsl-modem. I have turned of and on Kaspersky. Now im out of options. Could it help to uninstall/install?

Edit: Cleared all data in the app, then everything works on lan but when I add remote ip/host adresses nothing works.

Edit again: And now everything works like a charm! Removed www. and HTTP Auth (the strange thing is that www. and HTTP Auth worked in the Sab service yesterday).
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

Just submitted v7.1 that includes some new features, fixes, and enhancements!

Version 7.1
  • FEATURE: You can now view SABnzbd and NZBGet's server info, including free space, download totals, updates, and logs. This is currently located in the menu for both services.
  • ENHANCEMENT: CouchPotato Quality flags have been added, complete with color feedback that show the status of each quality.
  • ENHANCEMENT: Movies in CouchPotato that have all ignored releases will no longer appear in the "Available" list.
  • ENHANCEMENT: Ignoring releases in CouchPotato will no longer cause the releases list to jump to the top.
  • BUG FIX: Fixed issue where NZBGet wouldn't show history items in some cases.
  • BUG FIX: CouchPotato stability improvements.
Developer of NZB 360 on Android
Check out NZB 360.com
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

Just submitted v7.1.1 that includes some new fixes and enhancements!

Version 7.1.1
  • ENHANCEMENT: You can now tap on the status bar (right above Queue/History tabs) in SABnzbd and NZBGet to bring out the Server Info pane.
  • ENHANCEMENT: Improved image loading performance.
  • BUG FIX: Fixed "Free Space" accuracy in NZBGet's Server Info pane.
  • BUG FIX: Server info pane in NZBGet now animates much more smoothly.
  • BUG FIX: Font size in NZBGet now works correctly.
  • BUG FIX: Improved stability in NZBGet and CouchPotato.
  • BUG FIX: Fixed an issue where nzb360 wouldn't prompt you to upload the .nzb file that was shared with the app.
Developer of NZB 360 on Android
Check out NZB 360.com
Keelan
Newbie
Newbie
Posts: 3
Joined: September 23rd, 2013, 12:33 pm

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Keelan »

Hey any info on when nzbdrone will be added, i see it says coming soon.

Thanks.
User avatar
Kev1000000
Sr. Member
Sr. Member
Posts: 303
Joined: October 3rd, 2011, 12:30 am

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by Kev1000000 »

It's the next included service. I don't have an ETA just yet.
Developer of NZB 360 on Android
Check out NZB 360.com
nepeterson
Newbie
Newbie
Posts: 1
Joined: January 8th, 2014, 10:58 pm

Re: [Android] NZB 360: A sexy, full-featured NZB manager.

Post by nepeterson »

Love NZB 360! Use it all the time! I just wondered if a feature could be added to scan a product barcode (for example, on the back of a Bluray case) and have the movie added to CouchPotato, like Mobile Potato.
Post Reply