Kodi Community Forum
Android MediaDog 0.9.1(18/03/13)-WIDGET!!Couchpotato(V1&V2),Sickbeard,Headphones,Sabnzbd - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Android MediaDog 0.9.1(18/03/13)-WIDGET!!Couchpotato(V1&V2),Sickbeard,Headphones,Sabnzbd (/showthread.php?tid=105712)



- Cadal - 2011-11-13

Just purchased it, thanks Ian.


- PogMoThoin - 2011-11-27

Anything in the pipeline for this Ian?


- Buttink - 2011-11-27

Is there any way to get the source code? like a google apps page or github?


- skabyss - 2011-12-06

Just wanted to toss this out there.. Has anybody checked out the app traktoid for keeping track of trak.tv shows? There are similar apps for movies as well, but what struck me about it was how similar the TV show structure was to mediadog's, but it implements show thumbnails as well as the theme to the episodes being looked at, as well as a nice fade-in while loading. I know its purely cosmetic, but if mediadog could offer a similar UI it would really make it feel professional and polished.

Just my 2 cents, great app!


- bean_ian - 2011-12-06

skabyss Wrote:Just wanted to toss this out there.. Has anybody checked out the app traktoid for keeping track of trak.tv shows? There are similar apps for movies as well, but what struck me about it was how similar the TV show structure was to mediadog's, but it implements show thumbnails as well as the theme to the episodes being looked at, as well as a nice fade-in while loading. I know its purely cosmetic, but if mediadog could offer a similar UI it would really make it feel professional and polished.

Just my 2 cents, great app!

just had a look at this app, awesome UI. Really nicely done. Love how it handles the season episodes and marking them as watched. Might adopt a few idesa from this and implement them into the sickbeard part of MediaDog
Thanks for the heads up.


- thezoggy - 2011-12-07

http://www.sickbeard.com/forums/viewtopic.php?f=3&t=3468


- bean_ian - 2011-12-07

thezoggy Wrote:http://www.sickbeard.com/forums/viewtopic.php?f=3&t=3468

Nice one! I'll starting work on integrating this into MediaDog Big GrinBig Grin


- thezoggy - 2011-12-07

bean_ian Wrote:Nice one! I'll starting work on integrating this into MediaDog Big GrinBig Grin

google chrome extension is now live. also windows binaries build 491 got pushed out to fix the googlecode issue... shouldnt happen in the future now... also now it includes the API.. people will have to update manually to 491.. but hopefully this will be the last manual update they will have to do.

clear browser cache.. lots of js changes from 489->491


- bluenote - 2011-12-08

Please consider re-working the sickbeard shows list.
I have a lot of shows, and its basically unusable even over wifi
trying to scroll around and find a show.

I'd like to suggest -

1) Show banner placeholders should be replaced with the show name in text.
2) Add a quick-scroll alphabetical control so you can quickly scroll to a particular alphabet letter. [like contacts works]
3) Option to do away with banners altogether and just use text.

thanks for your work on this!


- PearsonFlyer - 2011-12-13

Just purchased, and configured it in less than 5 minutes. Works wonderfully, thanks!


- PearsonFlyer - 2011-12-13

Beezer Wrote:Hi,

I've purchased the app from the market & think it's pretty cool. I'm just in the process of securing my servers a little & there's a few small improvements I'd like to request.

1) Allow each of sab, coach & sick to have their own host names rather than assume they're all on the same box
2) Implement SSL.

Thanks.

Beezer, you can get around this by using dyndns.org or something similar. That's how I did it, having programs on different machines.


- mrpopo - 2011-12-13

Hi Ian,

I was just wondering if the beta test app is the same release as in the android market?
The reason why I`m asking is, is that the 0.5.2 beta is a bit buggy on my HTC Desire.

I get a lot of ooops messages

Perhaps it`s a memory thing on my Desire as I have 124 series in my sickbeard?
The SABNZB part doesn`t even show on my phone. As soon as I click on SABNZB it gives me the oops message.

With sickbeard it loaded all the banners, but as soon as I turn to coming soon, and scroll down a little I get a ooops message.

If I`m not mistaken it did send the logs out to you Smile

Perhaps my phone is to old already?


- thezoggy - 2011-12-13

hey bean,

you'll be happy to know that we just added show.getposter and show.getbanner to the api.. this will now allow you to just use the api and not need sb username/pw anymore. however due to the nature of these commands returning images and not json.. you can not chain these commands.. but we figure this would be okay since generally you'd want to run the show.cache command first to know if the poster or banner being returned would be the default sickbeard one or not. these new commands are already pushed out to the master branch but the api-builder and api-doc updates are pending review until midget gets home from work.

also, the command 'shows' paused logic has been fixed.


- bean_ian - 2011-12-14

thezoggy Wrote:hey bean,

you'll be happy to know that we just added show.getposter and show.getbanner to the api.. this will now allow you to just use the api and not need sb username/pw anymore. however due to the nature of these commands returning images and not json.. you can not chain these commands.. but we figure this would be okay since generally you'd want to run the show.cache command first to know if the poster or banner being returned would be the default sickbeard one or not. these new commands are already pushed out to the master branch but the api-builder and api-doc updates are pending review until midget gets home from work.

also, the command 'shows' paused logic has been fixed.
Nice one zoggy, seen that on the latest git commits and tested and is working fine.
Currently working on a complete rewrite of sickbeard that will use the new api and also an offline database.

If anyone has any comments, features or issue use the hashtag #mediadog on twitter and I can get back to you fast enough


- Beezer - 2011-12-14

PearsonFlyer Wrote:Beezer, you can get around this by using dyndns.org or something similar. That's how I did it, having programs on different machines.

Well, I already use dynamic dns but that's not the issue here. I currently have to open 3 different ports on the firewall directly to each app. I'd rather hide all 3 apps behind an Apache Server & use reverse proxy to expose them from a single port. I can then access them either via virtualhosts (different host name for each app) or via a url path for each app.

http://help.couchpotatoapp.com/kb/tips/reverse-proxy
http://code.google.com/p/sickbeard/wiki/AdvancedSettings
http://wiki.sabnzbd.org/howto-apache

However, Mediadog assumes all apps are running on the same host but on different ports.

It's not a huge big deal - it works ok as-is, but was hoping that providing an advanced configuration option would be an easy thing to do. I see several people are asking for this so it would be very much appreciated.