[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 - hernandito - 2013-08-06 Hi, Here are a couple mockup ideas that illustrate what I am talking about: List Only: Thumbnail Option: I hope you think this is a good idea. Many thanks, H. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2013-08-06 (2013-08-05, 10:39)styxit Wrote:(2013-08-05, 08:59)Lucleonhart Wrote: Did i miss something or where did the sort dropdowns go? The sort functionality is still there in the python code, but it will take som work to make the JS compatible with the new way we filter movies on load. I never use the sort i just filter, so I kinda forgot about it again. Unfortunately i have very limited time these days to finish the work i started. (2013-08-05, 21:23)styxit Wrote:(2013-08-05, 21:12)hernandito Wrote: On the Dashboard page, you have the three sections Latest Movies, TV SHows and Music. You have the nice scrolling graphic. We refactored a lot of the javascript to speed up the load speed of the dashboard (before all the javascript was loaded on all pages). It meant the code for displaying a movie no longer loads on the dashboard. My idea is to make a direct link to the movie page that loads the specific movie. However as with the previous problem its simply a matter of time limitation. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2013-08-06 (2013-08-06, 02:43)hernandito Wrote: Hi, You can add it as a feature request on GitHub. Personally i prefer the dashboard to be a clean overview of all the modules. So i find the suggestion a bit cluttered so I wouldn't use it. However it could be added as a setting you could enable or disable. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-08-06 (2013-08-06, 02:43)hernandito Wrote: Here are a couple mockup ideas that illustrate what I am talking about: I do like the list thing, but want to maintain the somewhat square widget. So the lists have to be separate widgets. Like so: But before that, the dashboard should be adjustable to the users desire. Meaning the blocks can be dragged in the prefered order, added and removed. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - WolvesPhil - 2013-08-07 Is there likely to be support added for headphones at some point? I notice that they have an API? Pretty awesome tool though this is :-) RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-08-07 (2013-08-07, 17:58)WolvesPhil Wrote: Is there likely to be support added for headphones at some point? I notice that they have an API? I would like to do this someday. Probably not any time soon. I will first focus on making a stable release and then look at some new features. At the moment only me and Mbw2001 are actively developing, and since we have limited time, development is not always going as fast as we would like. We are still looking for more regular contributors. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - WolvesPhil - 2013-08-07 I wish I knew were to start to help but haven't a clue. Thanks for the update though, looks like this will become a permanent feature on my htpc. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - kay.one - 2013-08-09 (2013-07-29, 12:36)mbw2001 Wrote:(2013-07-29, 02:24)kay.one Wrote:(2013-07-28, 22:33)styxit Wrote: I am not really familiar with nzbdrone (yet). Will have to take a look at it before i can say anything about when or how to integrate it into Htpc Manager. As long as NzbDrone has a web-api to do most of the tasks and get information out of the application, it should be possible to HtpcManager to work with NzbDrone. That shouldn't be a problem since Nzbdrone v2 runs on linux.you can use the windows package for now, but we plan to release a specific linux package soon. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - menage - 2013-08-09 I to have made the change away from SickBeard to NzbDrone and would love to see it integrate into HTPC Manager RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - stretch886 - 2013-08-09 Man I hate to be "that guy", but I cannot figure out how to get HTPC Manager running? I installed python and PIL both with no problem. But what do I do now? I have the downloaded zip file from the website. When I extract it, none of the files do anything. The Htpc python file tells me that it's unable to find my xbmc server and to check the setting. Where are the settings? Sorry again if this is a stupid problem, just can't seem to get off the ground with this. Re: RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - WolvesPhil - 2013-08-09 (2013-08-09, 21:26)stretch886 Wrote: Man I hate to be "that guy", but I cannot figure out how to get HTPC Manager running? I installed python and PIL both with no problem. But what do I do now? I have the downloaded zip file from the website. When I extract it, none of the files do anything. The Htpc python file tells me that it's unable to find my xbmc server and to check the setting. Where are the settings? Sorry again if this is a stupid problem, just can't seem to get off the ground with this. I had this too . Leave the command prompt open and then open your browser to localhost:8085 as this is the default port. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-08-10 (2013-08-07, 19:36)WolvesPhil Wrote: I wish I knew were to start to help but haven't a clue. If you have some python and html/js skills you can contact me an i will help you get started (2013-08-09, 07:43)menage Wrote: I to have made the change away from SickBeard to NzbDrone and would love to see it integrate into HTPC Manager There are multiple feature requests pending, i have a hard time figuring out wich one is most important. (2013-08-09, 21:28)WolvesPhil Wrote:(2013-08-09, 21:26)stretch886 Wrote: Man I hate to be "that guy", but I cannot figure out how to get HTPC Manager running? I installed python and PIL both with no problem. But what do I do now? I have the downloaded zip file from the website. When I extract it, none of the files do anything. The Htpc python file tells me that it's unable to find my xbmc server and to check the setting. Where are the settings? Sorry again if this is a stupid problem, just can't seem to get off the ground with this. As of today, a startup message has been added telling you to open the browser and go to localhost : your port. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - PogMoThoin - 2013-08-12 I just spotted this, the thing is, my Sabnzb, Sickbeard and Couchpotato are on my Windows server where I have XBMCbuntu on my HTPC. Is it possible to use this having both on separate machines on different platforms? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - styxit - 2013-08-12 (2013-08-12, 11:01)PogMoThoin Wrote: I just spotted this, the thing is, my Sabnzb, Sickbeard and Couchpotato are on my Windows server where I have XBMCbuntu on my HTPC. Is it possible to use this having both on separate machines on different platforms? Sure, no problem. Connection to different services is based on IP and port. As long as the different machines are on the same network you should be good. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - PogMoThoin - 2013-08-12 Thanks, Exactly what I wanted to know, wasn't sure how it connected to XBMC or if it needed to be run from the XBMC machine. I've just installed, I will let you know how it goes and report any issues. |