Page 42 of 47
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 24th, 2013, 3:04 am
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.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 25th, 2013, 11:36 am
by CorruptedMinds
Any chance of seeing this on the amazon app store?
I've got a free $5 from their xmas bonus to spend
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 26th, 2013, 7:18 pm
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!
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 26th, 2013, 7:18 pm
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 =(
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 27th, 2013, 7:31 pm
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.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 28th, 2013, 1:12 am
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?
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 28th, 2013, 7:07 pm
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.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 28th, 2013, 7:07 pm
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 =(
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 28th, 2013, 7:08 pm
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.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 29th, 2013, 4:38 am
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).
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: December 30th, 2013, 8:35 pm
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.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: January 5th, 2014, 5:16 pm
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.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: January 6th, 2014, 12:52 pm
by Keelan
Hey any info on when nzbdrone will be added, i see it says coming soon.
Thanks.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: January 6th, 2014, 12:55 pm
by Kev1000000
It's the next included service. I don't have an ETA just yet.
Re: [Android] NZB 360: A sexy, full-featured NZB manager.
Posted: January 9th, 2014, 4:11 pm
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.