[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) |
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - dakpunne - 2012-03-23 Moderator update 16-05-2013 After this project received little update in the last few months, user styxit has been working on further additions and fixes to it. His website for the project can be found here: http://htpc.io and github sources to his modifications are here https://github.com/styxit/HTPC-Manager Original post follows: HTPC-Manager HTPC-Manager is a management tool that SyphOn and me are working on. It's goal is to combine XBMC, Sabnzbd, Sickbeard and soon Couchpotato in one interface! Features: - Dashboard with quick overview of what is recently added - Add, remove nzb's to sabnzbd - View XBMC library - Now playing info with remote controls - Add TV Shows to sickbeard - View upcoming shows from sickbeard - Search NZB's and add them to sabnzbd queue - More to come... Check out our site for more information: http://www.htpcmanager.org Source now available on Github: HTPC-Manager For the user interface we used Bootstrap by Twitter. RE: [WIP] HTPC-Manager - _Mikie_ - 2012-03-23 Language? Like backend, python? Looks very good! Keen to try it out RE: [WIP] HTPC-Manager - dakpunne - 2012-03-23 Yes, its written in Python. RE: [WIP] HTPC-Manager - Capt.Insano - 2012-03-23 I know it is not exactly the download method of choice around these forums, but any torrent support planned?! Would love to see rtorrent support!! Looks great either way! RE: [WIP] HTPC-Manager - SyphOn - 2012-03-23 Torrent support could definitely be integrated, but for now we want to focus on the stuff we have created. I'll try to wrap up some things this weekend so we can provide a download next week. Bare in mind that this is the first time we programmed something in Python, so it's a learning process for us too RE: [WIP] HTPC-Manager - ICDeadPpl - 2012-03-23 Looking forward to it! Subscribed to thread. RE: [WIP] HTPC-Manager - Chromdome93 - 2012-03-24 This looks pretty awesome keep up the hard work, can't wait to check it out. RE: [WIP] HTPC-Manager - UnderCoverUZI - 2012-03-24 Looks really interesting so far, I will be checking in on this one. RE: [WIP] HTPC-Manager - SyphOn - 2012-03-24 Ok, I managed to get some things done. For now I was able to create a download for windows and mac. Please note that you'll need a pre-eden/beta of XBMC for it to work properly with XBMC. Download at http://htpcmanager.org. The default username/password = admin/admin. Let us know what you think RE: [WIP] HTPC-Manager - ErlendSB - 2012-03-24 This looks interesting. It asks for authentication, but I can't find where to set login information. A userdata folder was created upon starting the htpc.exe but it's empty. According to the log file the webserver was started on port 8084. Is it possible to change it? RE: [WIP] HTPC-Manager - SyphOn - 2012-03-24 Oh crap. I'm sorry! The default username/password = admin/admin. Port can be changed in settings. For now you'll have to kill to process and restart the app for port / username / password changes to work. RE: [WIP] HTPC-Manager - ErlendSB - 2012-03-24 Excellent! I love it. Works great and looks good. Looking forward to see the progress. It might already be on your todo list, but I'll put in a request for a filter/search/unwatched option for the xbmc interface. RE: [WIP] HTPC-Manager - ICDeadPpl - 2012-03-24 Will there be a Linux version? RE: [WIP] HTPC-Manager - ErlendSB - 2012-03-24 This is logged on nzb search: PHP Code: [24/Mar/2012:14:52:52] HTTP Traceback (most recent call last): RE: [WIP] HTPC-Manager - SyphOn - 2012-03-24 That error should be fixed now. I've put up a new download on the website. (2012-03-24, 15:51)ICDeadPpl Wrote: Will there be a Linux version? I'm only running osx and windows. No linux machine to test on. Maybe we can put the source code up on GitHub so u can run from source? (Beware! code is very messy ) |