Skip to content

Latest commit

 

History

History
84 lines (70 loc) · 2.49 KB

README.md

File metadata and controls

84 lines (70 loc) · 2.49 KB

Hellowlol HTPC Manager fork Donate

===== A python based web application to manage the software on your HTPC. HTPC Manager combines all your favorite software into one slick interface. Screenshot

Requires Python 2.6 or 2.7

Start with python Htpc.py

[New modules]

  • Sonarr
  • Headphones
  • Samsung TV remote
  • SickRage module
  • Torrent search (BTN, Norbits, KAT and YTS)
  • vnStat
  • Mylar

[Modules]

  • Couchpotato
  • Deluge
  • kodi
  • NZBGet
  • Plex
  • qBittorrent
  • SABnzbd
  • nzb search (newznab)
  • Sickbeard
  • squeezebox
  • Stats
  • Transmission
  • Tvheadend
  • uTorrent

[Improvements]

  • Pretty much every module has been improved in some way or another
  • NZBGet module (rewritten)
  • qBittorrent module
  • Transmission (add url, upload local torrent)
  • SABnzbd (drag & drop to edit queue)
  • Stats module (Hardware info, S.M.A.R.T report)
  • CouchPotato
  • Plex
  • KODI/XBMC addons tab, where you can search/execute/enable/disable addons and a volume slider instead of a progress bar
  • Send a nzb from NZB search to NZBGet in addition to SABnzbd.

[Misc]

  • Notification if a update is available and autoupdate
  • Htpc manager is now fluid. (Looks much better on high res screens)
  • Delete cache folder from the settings page
  • The brave and bold can choose which branch they want to use.
  • Added a option for robots.txt for bot crawlers
  • Make ssl cert and key automatically if you don't add a path for it
  • Mask sensitive stuff from the log (username, api key, password etc)
  • Reduced size on static files
  • Docker support
  • Various fixes
  • Added argsparse (to support python 2.6)

If you're missing something don't be afraid to make a request :)

See here for full list: https://github.com/Hellowlol/HTPC-Manager/compare/styxit:master...master2

SO YOU FOUND A BUG? GREAT!

INCLUDE THIS IN YOUR ISSUE:

  • Branch
  • Commit hash
  • Your operating system and python version
  • What did you do?
  • What happened?
  • What did you expect to happen?
  • If it's a visual bug, screenshot or it didn't happen!
  • Which browser, including version
  • Link to a copy/paste of your logfile with clear debug info of the error on PASTEBIN

How to enable detailed logs

  1. Shutdown HTPC Manager
  2. Start Htpc.py --loglevel debug (Do NOT start with --debug)
  3. Start HTPC Manager and wait for error to occur again/reproduce it