XBMC Community Forum
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app (/showthread.php?tid=126297)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - SyphOn - 2012-04-07 09:42

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


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - dakpunne - 2012-04-07 18:19

(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


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Maxwell Smart - 2012-04-07 23:43

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.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - paavor - 2012-04-08 00:23

(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


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - dakpunne - 2012-04-08 00:44

Can you post log your file?


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - paavor - 2012-04-08 01:28

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?)


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - SyphOn - 2012-04-08 01:29

Try updating again Smile They should display correctly now


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Maxwell Smart - 2012-04-09 03:35

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.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Jimmeh - 2012-04-09 06:13

The images are working fine now, even with my old version of python. Not sure if that was intentional or not but thanks Smile


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - paavor - 2012-04-09 08:23

(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.