• 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 68
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app
(2015-09-14, 13:31)Slick789 Wrote: This is probably a pretty stupid question, that I'm going to regret asking.. Is there an Android App? How do I get this on my tablet, all I see is that it works on a tablet but no more discussion on the topic.

Thanks in Advance!

There are no stupid questions. Htpc manager is a python program, it's intended to run on a computer (win, OS X, Linux, freenas) and you interact with it via your browser.

Check out htpc.io or htpcguides.com if you want to install it.
Reply
Thanks for the quick reply.

I've got it installed in a Windows environment. Still am setting it up, Sonarr's API Key won't stay when I save the settings...

Quote:From HTPC Manger's website:

Multi-device Responsive interface

HTPC Manager is created using Twitter Bootstrap and is compatible with all sorts of devices. Whether you use HTPC Manager on your desktop, tablet or phone, it always looks good! The interface adjusts according to your screen size. On you desktop, white spacing makes sure the interface looks nice and clean, while on your phone the content adjusts size to fit on the screen without horizontal scrolling.


I have an OrigenAE S21T. I'm running HTPC Manager in a window on the case screen. Kodi, displays on the TV. Right now I can go up to the case and flip through music, movies, tv shows and Sonarr. Basically using HTPC Manager as a User Interface to control Kodi. I thought I saw on HTPC Manager's website, htpc.io, that you can control HTPC Manager, and subsequently Kodi, with a tablet. I.e. like a remote. My thinking was that I would be able to do the same thing on the tablet as I would if I got up and went to HTPC Manager on the case screen. If there isn't an app, I'm guessing it's just parsed through the tablet browser?
Reply
If you have any issues with sonarr please make a issue on github (see my sig) as it isn't included in the main version.

Yeah it's just the browser, the remote support is kinda lacking in mobile/tab view as you use the keyboard to control kodi, (arrow up, down, c, enter etc)
Reply
Question

have this on a Ubuntu box

Have turn on System Info
what do i put in the filesystem feild and the Mountpoint

im wing the ubuntu sytem
Reply
That depends if your using its as a blacklist or whitelist. Generally you enter shit you don't want to see in the disk list (since all kind of crap is visable, especially on Linux) and what file system.

Personally I'm using it as a white list so I have ntfs and c: and d: there. There are a bunch of other mounted disks but they all point to different shares on my untaid box
Reply
ok what is blacklist or whitelist.
Reply
My HTPC Manager install, on ubuntu mate 15.10 raspberry pi, seems to be missing HDD stats for usb attached storage. Whitelist is off, no filters on filesystem or mountpoint. Is there a trick to getting usb hard drive stats?

pi@pi:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 3.9G 3.6G 341M 92% /
devtmpfs 459M 0 459M 0% /dev
tmpfs 463M 4.0K 463M 1% /dev/shm
tmpfs 463M 48M 416M 11% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 463M 0 463M 0% /sys/fs/cgroup
/dev/mmcblk0p1 64M 20M 45M 31% /boot
/dev/sda1 932G 81G 852G 9% /USBHDD1
tmpfs 93M 0 93M 0% /run/user/1000
pi@pi:~$

Image
Reply
(2015-10-26, 07:42)mkeguy506 Wrote: My HTPC Manager install, on ubuntu mate 15.10 raspberry pi, seems to be missing HDD stats for usb attached storage. Whitelist is off, no filters on filesystem or mountpoint. Is there a trick to getting usb hard drive stats?

pi@pi:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 3.9G 3.6G 341M 92% /
devtmpfs 459M 0 459M 0% /dev
tmpfs 463M 4.0K 463M 1% /dev/shm
tmpfs 463M 48M 416M 11% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 463M 0 463M 0% /sys/fs/cgroup
/dev/mmcblk0p1 64M 20M 45M 31% /boot
/dev/sda1 932G 81G 852G 9% /USBHDD1
tmpfs 93M 0 93M 0% /run/user/1000
pi@pi:~$

Image

Dunno why it doesnt show up.

Can you run

import psutil
print psutil.disk_partitions(all=True)

and see if the disk is listed there. If it isnt ill have to try to recreate your issue (if only i can find the charge cable to the usb drive...)

You using my fork, id appreciate if you could post in http://forum.kodi.tv/showthread.php?tid=221715&page=14 as the whiltelist/blacklist option does not exist in the orginal version.
Reply
Hello hellow.. thanks for the quick reply. As requested, I posted the output to http://forum.kodi.tv/showthread.php?tid=...pid2143718.

Thanks!
Reply
I love the idea of this. Smile

I'm wondering if it will do some of the things I really want tho. Here's the list:

1) sonarr integration

2) plexpy type data for plex & emby (https://forums.plex.tv/discussion/169591...program/p1)

3) plexrequests type interace, again with plex & emby integration (http://plexrequests.8bits.ca/)

4) r(u)torrent interface
Reply
(2015-11-04, 16:37)tymanthius Wrote: I love the idea of this. Smile

I'm wondering if it will do some of the things I really want tho. Here's the list:

1) sonarr integration

2) plexpy type data for plex & emby (https://forums.plex.tv/discussion/169591...program/p1)

3) plexrequests type interace, again with plex & emby integration (http://plexrequests.8bits.ca/)

4) r(u)torrent interface

I think you should make a feature request on github Smile
Reply
(2015-11-04, 16:53)hellow Wrote:
(2015-11-04, 16:37)tymanthius Wrote: I love the idea of this. Smile

I'm wondering if it will do some of the things I really want tho. Here's the list:

1) sonarr integration

2) plexpy type data for plex & emby (https://forums.plex.tv/discussion/169591...program/p1)

3) plexrequests type interace, again with plex & emby integration (http://plexrequests.8bits.ca/)

4) r(u)torrent interface

I think you should make a feature request on github Smile

Probably. Just didn't want to duplicate (I did search, but didn't come up with anything).

I take it that these items do not yet exist? Didn't expect 2 or 3. Mildly expected 1 or 4.
Reply
(2015-11-04, 17:13)tymanthius Wrote:
(2015-11-04, 16:53)hellow Wrote:
(2015-11-04, 16:37)tymanthius Wrote: I love the idea of this. Smile

I'm wondering if it will do some of the things I really want tho. Here's the list:

1) sonarr integration

2) plexpy type data for plex & emby (https://forums.plex.tv/discussion/169591...program/p1)

3) plexrequests type interace, again with plex & emby integration (http://plexrequests.8bits.ca/)

4) r(u)torrent interface

I think you should make a feature request on github Smile

Probably. Just didn't want to duplicate (I did search, but didn't come up with anything).

I take it that these items do not yet exist? Didn't expect 2 or 3. Mildly expected 1 or 4.

1. Exist in my fork. The rest does not exist to my knowledge.
Reply
Awesome. I see some other things there too. Smile

How do I make a feature request? I'll put each as it's own line item, unless you say otherwise.

One more thing I need to install . . .
Reply
(2015-11-04, 18:16)tymanthius Wrote: Awesome. I see some other things there too. Smile

How do I make a feature request? I'll put each as it's own line item, unless you say otherwise.

One more thing I need to install . . .

Search the issue tracker. If you don't find your requests make a new one. Add one request per issue so it easy to read all requests
Reply
  • 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 68

Logout Mark Read Team Forum Stats Members Help
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app7