[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
SyphOn Offline
Senior Member
Posts: 175
Joined: May 2007
Reputation: 6
Location: Netherlands
Post: #131
The updater is still being worked on. In the mean time I completely removed the PIL libs and redid the way we resize images. So it should run on win/linux/mac 32/64 without any problems! Big Grin
find quote
dakpunne Offline
Junior Member
Posts: 15
Joined: Jul 2010
Reputation: 3
Post: #132
(2012-04-07 09:42)SyphOn Wrote:  The updater is still being worked on. In the mean time I completely removed the PIL libs and redid the way we resize images. So it should run on win/linux/mac 32/64 without any problems! Big Grin

It runs fine now!, on my mac. Big Grin
find quote
Maxwell Smart Offline
Junior Member
Posts: 23
Joined: Dec 2009
Reputation: 0
Post: #133
I just updated to the latest development build, I'm loving all the updates. Unfortunately, I'm still not seeing any thumbnail images on the XMBC or dashboard pages. Running on Ubuntu 11.10 server with Python 2.7.2+ installed.
find quote
paavor Offline
Member+
Posts: 83
Joined: Mar 2011
Reputation: 4
Location: Tampere, Finland
Post: #134
(2012-04-07 23:43)Maxwell Smart Wrote:  Unfortunately, I'm still not seeing any thumbnail images on the XMBC or dashboard pages. Running on Ubuntu 11.10 server with Python 2.7.2+ installed.

Same thing here. Thumbs were working fine earlier, but now they are broken. There are no thumbs in userdata/xbmc_thumbs (I did completely clean install from development branch), but it tries to write something like "4d38189.tbn_100_150_original.png" there, but those files gets immediatly deleted.

I used command watch -d -n 1 ls -l to see if anything gets written in that folder. Big Grin (I am NOT a linux guru..)

Ubuntu 12.04 Server (32 bit) / Python 2.7.3rc2

XBMC @ Windows Server 2012 | Pulse-Eight USB-CEC Adapter
(This post was last modified: 2012-04-08 00:29 by paavor.)
find quote
dakpunne Offline
Junior Member
Posts: 15
Joined: Jul 2010
Reputation: 3
Post: #135
Can you post log your file?
find quote
paavor Offline
Member+
Posts: 83
Joined: Mar 2011
Reputation: 4
Location: Tampere, Finland
Post: #136
Here are some logs (I don't know actually what logs do you need) when opening HTPC Manager front page and after that XBMC tab.

Standard outputs, when running python htpc.py 1>std.txt 2>err.txt
- std.txt: http://pastebin.com/fhR9NZvv
- err.txt: http://pastebin.com/VBiAYUss
XMBC log (snipped to only relevant time)
- http://pastebin.com/jmLLZbDz

(HTPC Manager doesn't seem to be requesting any thumbs when I clicked XBMC tab?)

XBMC @ Windows Server 2012 | Pulse-Eight USB-CEC Adapter
find quote
SyphOn Offline
Senior Member
Posts: 175
Joined: May 2007
Reputation: 6
Location: Netherlands
Post: #137
Try updating again Smile They should display correctly now
find quote
Maxwell Smart Offline
Junior Member
Posts: 23
Joined: Dec 2009
Reputation: 0
Post: #138
Just updated to the latest, and it's working now, however its loading slow and on the settings page I'm getting this error:

Warning: Failed to resize thumbnails. This can be slow on some browsers. For more information and a solution on how to fix this visit http://htpcmanager.org/#faq

But the link is not working, how do I fix the issue? Also what does the option "Regenerate Thumnails" do? When I select it and click save changes, it goes back to being unchecked after the page reloads.
(This post was last modified: 2012-04-09 03:53 by Maxwell Smart.)
find quote
Jimmeh Offline
Member
Posts: 70
Joined: Aug 2010
Reputation: 0
Location: Berkshire, UK
Post: #139
The images are working fine now, even with my old version of python. Not sure if that was intentional or not but thanks Smile
find quote
paavor Offline
Member+
Posts: 83
Joined: Mar 2011
Reputation: 4
Location: Tampere, Finland
Post: #140
(2012-04-09 03:35)Maxwell Smart Wrote:  Just updated to the latest, and it's working now, however its loading slow [...]

I had the same problem. It's not finding program to resize your thumbs. For me, it was using PIL and it was awfully slow (python_imaging).

What I did (and you should perhaps try?) was:

- Shut down HTPC Manager
- Remove current thumbs by simply removing folder [HTPC Manager root]/userdata/xbmc_thumbs (it will be created again)
- install libfreeimage3 (apt-get install libfreeimage3 should find it)
- and if I wanted to be sure, I would probably empty [HTPC Manager root]/userdata/config.cfg file. By doing that, you have to put all your settings again, but it's quite fast process. Smile
- Empty your browsers cache
- Start HTPC Manager. Note that first time loading of those thumbs will be slower, since it is resizing them on the fly. Next time those should be ready and things should speed up.

If I have understood things correctly HTPC Manager tries to resize thumbs (in Linux) first with Freeimage, then with Imagemagic if Freeimage cannot be found, then with PIL if Freeimage or Imagemagic cannot be found, and if even PIL doesn't work, it bithces about it. Big Grin

One thing that I have noticed: Using Opera (Windows) as a browser to view HTPC Manager slows things down considerably. Both Firefox and Chrome are much faster loading HTCP Manager XMBC pages/tabs. I don't know if that is Operas fault or something to do with jquery (or something). Opera is usually quite fast browser and it's javascript engine is quite good.

XBMC @ Windows Server 2012 | Pulse-Eight USB-CEC Adapter
(This post was last modified: 2012-04-09 08:32 by paavor.)
find quote
Post Reply