Android SickStache, CouchTatertot Apps

  Thread Rating:
  • 3 Votes - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Buttink Offline
Senior Member
Posts: 156
Joined: Feb 2010
Reputation: 2
Post: #51
(2012-05-30 17:41)bengalih Wrote:  I agree of mass update for quality not being needed - if what you mean is multiple shows (not episodes of the same).

Meaning, if I am using SickStache to add a new show, I want to be able to easily choose ALL episodes (past and future) of that show to be an initial quality. I also want to be able to change that en masse if I enter it incorrectly or change my mind.

But, the ability to select 5 shows at once and change it....yeah I don't think that's needed in the short term.

Yes.

Already included in 1.4 (although there is a bug I fixed that only let you set initial or archive.) In 1.5 you will be able to mass set status of episodes.

Yah, that's what I thought. The thing is its easy enough to make. I might include it but only make it a Context Action Bar item that is only in the overflow menu.
(This post was last modified: 2012-05-31 22:53 by Buttink.)
find quote
skabyss Offline
Senior Member
Posts: 243
Joined: Dec 2005
Reputation: 0
Post: #52
Hey buttink, I was trying to add a new show and noticed when choosing the quality, there is no button to confirm the choice like there is when you are setting the quality on an existing show. It also seems that this disallows any setting to be chosen, and results in the show not being added to sickbeard (I dont know if the show not adding had to do with the quality settings or not though).

Also, must the show quality default to custom? Would you be able to make it so you could choose between the default settings (SD, HD, Custom, ANY)?

Thanks for the work!
find quote
Buttink Offline
Senior Member
Posts: 156
Joined: Feb 2010
Reputation: 2
Post: #53
(2012-05-31 23:25)skabyss Wrote:  Hey buttink, I was trying to add a new show and noticed when choosing the quality, there is no button to confirm the choice like there is when you are setting the quality on an existing show. It also seems that this disallows any setting to be chosen, and results in the show not being added to sickbeard (I dont know if the show not adding had to do with the quality settings or not though).

Also, must the show quality default to custom? Would you be able to make it so you could choose between the default settings (SD, HD, Custom, ANY)?

Thanks for the work!

What if you select quality and a dialog pops up with
Code:
+----------+
+SD        +
+HD        +
+CUSTOM    +
+ANY       +
+----------+
(no ok/cancel buttons)

If you click on Custom the current dialog boxes will pop up with ok cancel buttons.

I will also do more tests on the add shows. I did it a few times changing all the options and my shows were always added.

I have another week till 1.5 release. Right now, I'm trying to get selection to work with episodes (It sounds easy....but its hard), but I can do this. It wont take me so long anyway.
find quote
skabyss Offline
Senior Member
Posts: 243
Joined: Dec 2005
Reputation: 0
Post: #54
That solution was pretty much precisely what I had in mind! Thanks!
find quote
TeKo Online
Posting Freak
Posts: 809
Joined: Dec 2011
Reputation: 6
Post: #55
One smal thing could you change the textfield type for host and the other stuff?

I dont really know how this works but there are different types where the keyboards handles smybols differently.
For example when I use "." in a normal text field I get a space after it but not in fields for email and stuff.
find quote
Buttink Offline
Senior Member
Posts: 156
Joined: Feb 2010
Reputation: 2
Post: #56
(2012-06-02 20:16)TeKo Wrote:  One smal thing could you change the textfield type for host and the other stuff?

I dont really know how this works but there are different types where the keyboards handles smybols differently.
For example when I use "." in a normal text field I get a space after it but not in fields for email and stuff.

I set all the text fields to what they should be, so passwords now do "******f". There is also no suggestions anymore. The android emulator doesn't do the space after "." so I'm hoping this fixed it.
(This post was last modified: 2012-06-02 23:55 by Buttink.)
find quote
Cryptic1911 Offline
Junior Member
Posts: 1
Joined: Jun 2012
Reputation: 0
Post: #57
I just installed this, and it works awesome so far.. I love the speed. Most other apps are laggy, but this is nice and zippy. Good job dude!
find quote
Buttink Offline
Senior Member
Posts: 156
Joined: Feb 2010
Reputation: 2
Post: #58
well I

implemented mass show and episode options
made a quality dialog with SD HD CUSTOM ANY
finally made an shitty about activity
fixed a spelling mistake
fixed add show bug with archive quality

I think I just might be feature complete. I will look over everything and if I'm done ill upload the new version soon.
find quote
TeKo Online
Posting Freak
Posts: 809
Joined: Dec 2011
Reputation: 6
Post: #59
You said something about a CP app.
Are you planning to release a SABnzbd app?

With stuff like "set season as wanted" I can finally remove other SB apps and it would be really nice to have a matching SAB app.

I hope some ppl bought the app cause you really deserve it for the great work.
find quote
Buttink Offline
Senior Member
Posts: 156
Joined: Feb 2010
Reputation: 2
Post: #60
(2012-06-04 22:24)TeKo Wrote:  You said something about a CP app.
Are you planning to release a SABnzbd app?

With stuff like "set season as wanted" I can finally remove other SB apps and it would be really nice to have a matching SAB app.

I hope some ppl bought the app cause you really deserve it for the great work.

I was thinking of making a CouchPotato app called CouchTater/CouchTaterTot, then maybe a SABnzbd+ app. Afterwords, I could just release a launcher app that will open the others. Although, I will admit that a SABnzbd+ app would be much easier compared to a CouchPotato app. Plus, I don't have a SABnzbd+ app that can retry a failed url get.

In the new version (not up yet), you can set seasons or episode status.

Currently, there is no way to set a "season" to wanted VIA the sickbeard api, BUT my app does allow it. What I do is instead call set status on all the episodes of the season. This does have a downside that there is a limit to the number of episodes you can actually mass edit. But its pretty large, like 100+ episodes at least (tested with 124 episodes at once). You cannot exceed 500KB in the request to sickbeard, so that's like 128000 characters in the url length. I doubt anyone will hit it but you could lol. I might try to make a setstatus for seasons patch to sickbeard later.
find quote
Post Reply