Kodi Community Forum
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - 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: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app (/showthread.php?tid=126297)



RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-09-07

(2013-09-04, 10:49)hellow Wrote: Please forgive my ignorance but why is "all" the data appended with javascrip/jquery instead of mako?

You mean why most of the page data is not rendered in python (serverside) but in the browser (client side)? This probably is for two reasons.

1. Htpc manager does not depends on 3rd party software when serving a page. The data is provided by various api's, which is always slower than accessing a datasource directly. By using ajax to collect the data, in most cases the experience is faster. Also, in case an api connection is not working of over the internet and therefore slow, i would rather wait on a nice spinner telling me 'loading tv shows' for a few seconds, than my browser waiting/hanging on the initial request.

2. When doing things like paging, or auto-refresh, javascript seemed the way to go. Loading which song is playing in xbmc or updating the sabnzbd status every 5 seconds.

I would like to build the entire page server side, but there were just too much things that did not feel right due to the api connections.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2013-09-07

(2013-09-07, 12:56)styxit Wrote:
(2013-09-04, 10:49)hellow Wrote: Please forgive my ignorance but why is "all" the data appended with javascrip/jquery instead of mako?

You mean why most of the page data is not rendered in python (serverside) but in the browser (client side)? This probably is for two reasons.

1. Htpc manager does not depends on 3rd party software when serving a page. The data is provided by various api's, which is always slower than accessing a datasource directly. By using ajax to collect the data, in most cases the experience is faster. Also, in case an api connection is not working of over the internet and therefore slow, i would rather wait on a nice spinner telling me 'loading tv shows' for a few seconds, than my browser waiting/hanging on the initial request.

2. When doing things like paging, or auto-refresh, javascript seemed the way to go. Loading which song is playing in xbmc or updating the sabnzbd status every 5 seconds.

I would like to build the entire page server side, but there were just too much things that did not feel right due to the api connections.

Thanks for the feedback. I just started adding support for qbittorrent. Should be ready over the weekend.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2013-09-10

Any tips on how i can get two input fields to show on the correct side?

Its working correctly on desktop version using float: right; and float: left;. But when i check my tab the damn fields is just sits next to eachother.. Big Grin

The answear was to add a class pull-left and pull right to the items instead of css.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2013-09-11

removed


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - dhead - 2013-09-11

Hi styxit.

Another idea/request I've got is to choose a background color for PVR logos.
Some of my channels logos are grayish and partially transparent which isn't an issue on XBMC gui bit does on HTPC-Manager.
Here's an example.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-09-12

(2013-09-11, 18:34)dhead Wrote: Hi styxit.

Another idea/request I've got is to choose a background color for PVR logos.
Some of my channels logos are grayish and partially transparent which isn't an issue on XBMC gui bit does on HTPC-Manager.
Here's an example.


The Pvr section has been created by someone else. by mbw2001 to be exact. I have never used the pvr section for htpc manager. I also do not use pvr and even do not know how it works. So i can not really help you out because i can not test anything.

If there is someone who would like to improve this and work on it, i am more than happy to accept any pull requests regarding this issue.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - dhead - 2013-09-12

Thanks styxit.

If you will want in the future to test the pvr functionality then you can use the playlist linked in my signature (also use the logos) with IPTVSimple.
IPTVSimple included in the latest Gotham alpha builds and doesn't need a pvr backend.
You will want to remove the tag radio="true" so the stations will list as tv channels.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-09-14

Social sharing!

To get the Htpc Manager community a little more active and to let more people know about Htpc Manager i added Social buttons to the Htpc Manager website.
Pleas help me spread the word by sharing, tweeting, HackerNews+ or whatever you can think of. This would benefit the development of Htpc manager because hopefully, more people will get involved! Visit http://htpc.io to find the social-share buttons.

Thank you!


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - menage - 2013-09-18

Good news, NzbDrone has now released a Linux app. See this link http://www.nzbdrone.com/
It really would be great if NzbDrone was incorporated into HTPC-Manager


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - PogMoThoin - 2013-09-21

Hi, I still have this installed but gave up on it when the images didn't work no matter what I tried. Anyone any ideas on where I start?


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-09-21

(2013-09-21, 13:28)PogMoThoin Wrote: Hi, I still have this installed but gave up on it when the images didn't work no matter what I tried. Anyone any ideas on where I start?

Htpc Manager can also show the images without PIL. Are you using the latest version of Htpc Manager? Please re-download and test. I have a windows system where i completely removed PIL and the images still work. You might get a warning about missing PIL and that images could load really slow, but they should work, even without Pil. Try uninstalling PIL and using HTPC Manager without PIL.

opacity on images and resizing might not work, but at least you can view covers.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - PogMoThoin - 2013-09-21

(2013-09-21, 13:55)styxit Wrote: Htpc Manager can also show the images without PIL. Are you using the latest version of Htpc Manager? Please re-download and test. I have a windows system where i completely removed PIL and the images still work. You might get a warning about missing PIL and that images could load really slow, but they should work, even without Pil. Try uninstalling PIL and using HTPC Manager without PIL.

opacity on images and resizing might not work, but at least you can view covers.

Thanks, I'll update now and give it a go


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-09-21

(2013-09-21, 14:58)PogMoThoin Wrote:
(2013-09-21, 13:55)styxit Wrote: Htpc Manager can also show the images without PIL. Are you using the latest version of Htpc Manager? Please re-download and test. I have a windows system where i completely removed PIL and the images still work. You might get a warning about missing PIL and that images could load really slow, but they should work, even without Pil. Try uninstalling PIL and using HTPC Manager without PIL.

opacity on images and resizing might not work, but at least you can view covers.

Thanks, I'll update now and give it a go

If you use the internal update function from within HtpcManager, make sure you restart htpc manager after a successfull update. But to be sure, in your case i would do a fresh download or a git- pull. Let me know if this works for you.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - PogMoThoin - 2013-09-21

Removed PIL and did an overwrite with latest GIT and it's working fine now.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - fldc - 2013-09-22

Thanks for this great thing, I'm creating a few modules myself for my up and coming home automation setup that my htpc is controlling, I was also thinking of creating a boblight module for some basic led control, but hey, we'll see. Big Grin I guess this tellstick thing isn't very widely used outside sweden so inclusion into htpc-manager doesn't make much sense though. Big Grin

A screenshot of the beginning of a basic tellstick home automation module, those switches and sliders controls different lights and dimmers Big Grin
https://docs.google.com/file/d/0BwfRqRApE7uJSFpxMlFpZXV1SU0/edit