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 - hellow - 2014-09-27

For those you that is waiting for NzbDrone a pr has been sendt. https://github.com/styxit/HTPC-Manager/pull/297
I dont use NzbDrone so please test it and let me know if you find any bugs.


[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Ayla - 2014-09-28

Thanks a lot hellow!


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

Happy to help Smile. I figure sickbeard could use some love aswell, i would like to have a option for postprocess aswell


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

Any mediabrowser users using htpc manager?


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

I made i little script that compares all forks branches to styxit's branches.

Here is some of what i found:
- Some guys started a nzbdrone module back in may (wish i knew that before i started..)
- sort transmission torrents (is a pr, so not really that interesting)
- a service module, to restart the computer and delete watched movies on plex
- fix for epty tvhead channels
- trakt branch
- toggle fullscreen and audio source on xbmc
- headphones
- sickbeard anime
- Dude is ripping out all nzb code
- more headphones
- stream to xbmc?
- css work on sabnzbd module
- next air for nzbdrone
- change subtitle size
- changed scroll trigger so it scrolls more
- docker
- remove show for sickbeard
- webapp look and feel for ios and android

Some of these are prs, others might be commits directly to there own master or other branches.
Anyhow its cool to see what ideas other people have Smile


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Frozin - 2014-10-22

(2014-10-10, 06:41)hellow Wrote: I made i little script that compares all forks branches to styxit's branches.

Here is some of what i found:
- Some guys started a nzbdrone module back in may (wish i knew that before i started..)

Any chance you can link the download address for this fork... I'd like to try it out. Or yours would be great.

Thanks


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

You where after the nzbdrone branch? Its included in this one https://github.com/Hellowlol/HTPC-Manager/tree/master2 along with other stuff like nzbget etc. (not the one i mention but one i made myself.)
The script to find forks is here: https://gist.github.com/Hellowlol/d12cd37ec3e0735914b6


(2014-10-22, 07:57)Frozin Wrote:
(2014-10-10, 06:41)hellow Wrote: I made i little script that compares all forks branches to styxit's branches.

Here is some of what i found:
- Some guys started a nzbdrone module back in may (wish i knew that before i started..)

Any chance you can link the download address for this fork... I'd like to try it out. Or yours would be great.

Thanks



RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Frozin - 2014-10-22

Thanks hellow for the very quick response.


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

No problem. Hopefully the nzbdrone branch will be merged when styxit gets some time to review the pr.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Dec64 - 2014-11-17

Tried to change over to hellowlol's repo, re installed many times, both master and hellowlol's repo and the same issue. Can not save any settings, to refresh's the page back to blank with default settings. Debuging log says it can not find any of the settings.

Code:
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: app_theme
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: app_theme
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: xbmc_update_server_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: sabnzbd_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: couchpotato_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: sickbeard_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: transmission_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: deluge_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: squeezebox_enable
2014-11-17 19:00:13 :: htpc.settings :: DEBUG :: Unable to find the selected object: nzbsearch_enable

Not sure what i've managed to mess up, any one have an idea?


[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-11-17

Make a clean install of the master2 branch. If you have any more problems make a issue on github and I'll see what I can do. This thread is related to styxits version and not any forks Smile


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Dec64 - 2014-11-17

i did do a clean install of both styxits, and yours. I deleted all files on xbmcuntu install, re added it. Same problem on both versions, hence why i posted here =/


[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-11-17

Oki, that doesn't happen here. If you use dev tools, in the network tab can you see that the save command is fired before the page reloads?


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Dec64 - 2014-11-17

Do not use Dev Tools, or know what that is unfortunately. When i click save, it briefly flashes over to General settings tab before reloading back the settings tab i was on.

http://pastebin.com/FnGiXvU5 Full debug


[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-11-17

I added a delay before the page reloads now. Can you check, if this work I'll send this upstream aswell