XBMC Community Forum
Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - 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: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC (/showthread.php?tid=113136)



RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-19 12:33

Ive been working on a trakt.tv module for the last few days and thought i would share what i have so far with you guys..
I have taken the recommendations module and added a bit more.
The current features include trending, friends list, calendar (thanks DPickles for the tip), profile (with library, watchlist, loved and hated) and recommendations.
Check it out here: http://youtu.be/9bYHdlqJe4k

The friends and profile views also show you what the user is watching (if they are watching something).
The video is more to show off the functionality, it is not the final product.
If anyone would like to test it out its on my git repo https://github.com/N3MIS15/maraschino/tree/traktplus


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - schumi2004 - 2012-04-19 12:41

Looks pretty cool. Going to test it.

edit:
My first problem seems to be fixed.


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - DPickles - 2012-04-20 04:17

(2012-04-19 12:33)N3MIS15 Wrote:  Ive been working on a trakt.tv module for the last few days and thought i would share what i have so far with you guys..
I have taken the recommendations module and added a bit more.
The current features include trending, friends list, calendar (thanks DPickles for the tip), profile (with library, watchlist, loved and hated) and recommendations.
Check it out here: http://youtu.be/9bYHdlqJe4k

The friends and profile views also show you what the user is watching (if they are watching something).
The video is more to show off the functionality, it is not the final product.
If anyone would like to test it out its on my git repo https://github.com/N3MIS15/maraschino/tree/traktplus

This looks great! You've done an amazing job with this one. I love how you've managed to fit so much information into such a small space. I'll test this out when I get home from work tonight.

My only real suggestion would be to perhaps add the times to the calendar as well?


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-20 08:49

(2012-04-20 04:17)DPickles Wrote:  This looks great! You've done an amazing job with this one. I love how you've managed to fit so much information into such a small space. I'll test this out when I get home from work tonight.

My only real suggestion would be to perhaps add the times to the calendar as well?

Done. Its on the repo. I just wanna give a heads up on load times for trakt as it can be quite slow at times. (there is a delay in the module loading to try and compensate for this) The images can add further load times so i have attempted an image caching system. It saves the images to /static/images/trakt and in theory load times should improve as time goes on as it will load any previously viewed images localy and will only need to download new images..


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - hellow - 2012-04-20 10:11

Nice work with the trakt modul, it looks amazing!


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - oneadvent - 2012-04-21 02:16

Hello! Looking great. Two things:

1. Can we get notifications built in?
2. Can we get a TVHeadEnd Icon?

Thanks!


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - DPickles - 2012-04-21 04:36

(2012-04-21 02:16)oneadvent Wrote:  Hello! Looking great. Two things:

1. Can we get notifications built in?
2. Can we get a TVHeadEnd Icon?

Thanks!

Notifications of what exactly?


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - schumi2004 - 2012-04-21 10:45

@N3MIS15
I have added traktplus but for some reason the images won't load.

[Image: aaj85wJ5.jpg]


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-21 10:58

can you give me the url of an image and also check if the images are being created in /static/images/trakt. check if there is anything in the log as well
EDIT: i just pushed a change to use the remote image if maraschino is unable to create the files


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - schumi2004 - 2012-04-21 11:16

Img url http://10.0.0.20:7000/static/images/trakt/shows/87.1-138.jpg

I don't see image dir ( trakt/shows/ ) getting created, maybe a rights issue? I'm using it on OpenELEC.