• 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 146
Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC
Hi,
My trakt.tv Recommends is showing posters that seem to be full size instead of limited to the border of the widget. Browser is Chrome. O/S is XUbuntu running Apache2.
If you need more info, let me know. Yes I restarted Apache2.
Cheers
Reply
guy_smiley:) Wrote:Hi,
My trakt.tv Recommends is showing posters that seem to be full size instead of limited to the border of the widget. Browser is Chrome. O/S is XUbuntu running Apache2.
If you need more info, let me know. Yes I restarted Apache2.
Cheers

Is that after you updated? If so, try flushing your cache. I'm running on Chrome and also noticed some weird behaviour until I re-installed.

If problem persists delete your maraschino.db and restart from scratch.

Worst case scenario: re-clone.
Maraschino - github - website
Reply
Shaolin Wrote:I made a basic Windows Installer which will install the necessary dependancies for Maraschino in windows:

Python 2.7.2
Setup Tools 0.6c11
cherrypy
Flask
Flask-SQLAlchemy
jsonrpclib


This is only an installer for the dependancies. You still need to download the Maraschino Repo and edit settings.py then run setup.py

After Installing the dependancies just follow Archigos' guide post #221 from here:



If anyone would like to test it to check it will correctly install all necessary depedancies for Maraschino using cherrypy feel free.

Should the script work on XP? Been trying to install Maraschino there for testing purposes and it keeps complaining.

"blahblah.exe is not a valid Win32 application"
Maraschino - github - website
Reply
gugahoi Wrote:Should the script work on XP? Been trying to install Maraschino there for testing purposes and it keeps complaining.

"blahblah.exe is not a valid Win32 application"

Dont think it will work on XP. Vista / Win 7 only.

It's just a simple package of the installers (Python 2.7 and Python Setup-tools togther with a script to easy_install cherrypy, Flask, Flask-SQLAlchemy and jsonrpclib). Archigos mentions all these in post 221

Maybe try installing them individually and manually instead.
Reply
I love this thing!
Except I can't get it to work behind a reverse proxy of apache.
Ik got reverseproxy configured settings localhost:7000 to / wich seems to work but I am only getting text, just like the guy a few posts back.
http://forum.xbmc.org/showpost.php?p=931...tcount=204
Image
Beware of he who would deny you access to information, for in his heart he dreams himself your master.
Reply
Just pushed a few small changes:

* Fixed a bug with the Sickbeard module, plus a few minor code tweaks
* Recently Added Movies module now uses a cropped poster as the file size is dramatically smaller (the fanart is crazy-large)
* Got rid of the posters in the Recommendations module for the same reason (crazy-large files, not worth downloading for such a small thumbnail)
Maraschino - a web frontend for your XBMC HTPC
Project homepage | XBMC forum thread
Reply
eXisTa Wrote:I love this thing!
Except I can't get it to work behind a reverse proxy of apache.
Ik got reverseproxy configured settings localhost:7000 to / wich seems to work but I am only getting text, just like the guy a few posts back.
http://forum.xbmc.org/showpost.php?p=931...tcount=204

If you're running Apache, why not just run it as your base directory? Otherwise you can run it as a second directory, second web page under another instance of apace.
Reply
Shaolin Wrote:Dont think it will work on XP. Vista / Win 7 only.

It's just a simple package of the installers (Python 2.7 and Python Setup-tools togther with a script to easy_install cherrypy, Flask, Flask-SQLAlchemy and jsonrpclib). Archigos mentions all these in post 221

Maybe try installing them individually and manually instead.

Yeah, that was the way. Had to add python to the system path tho. Whole installation took no more than 15 minutes.

I believe I have found a way to get windows drives to work from the module now. After installing a Windows XP VM and getting maraschino up and running, I tested it out and seemed to be reading everything alright. Only problem is it rounds to the nearest GB but this should be easy to fix.

The pull request has already been made and should get into the master branch in the next couple of days.

Image
Maraschino - github - website
Reply
I moved back to your repo mrkipling now, my sickbeard module doesn't work, and the recently added only shows tv shows not movies

I was using dejavu repo before
Reply
HarryRosen Wrote:I moved back to your repo mrkipling now, my sickbeard module doesn't work, and the recently added only shows tv shows not movies

I was using dejavu repo before

I'm using MrK's repo as well and the SB Module works fine for me... as far as the recently added only showing TV, that's because they split them, you have to add the Recent Movies now...

Try flushing your browsers cache to see if it fixes the SB issue... (I had to flush mine to fix the movie thumb issue that was mentioned earlier {the oversized issue})
HTPC 1: 64-bit Quad Core 3.4GHz Athlon X4 / 16GB DDR3 / (8) 2TB / 42" Vizio / Windows 8.1 (x64) / IIS 8.5
HTPC 2: 64-bit Quad Core 2.0GHz / 8GB DDR3 / 1TB / Windows 8.1 (x64) / IIS 8.5
My Personal Blog - NewsDemon | Text size doesn't seem to be working anymore for signatures?
Reply
Archigos Wrote:I'm using MrK's repo as well and the SB Module works fine for me... as far as the recently added only showing TV, that's because they split them, you have to add the Recent Movies now...

Try flushing your browsers cache to see if it fixes the SB issue... (I had to flush mine to fix the movie thumb issue that was mentioned earlier {the oversized issue})

Flushing cache is always recommended. If you didn't do a fresh install then delete the old db and rerun "python setup.py".
Maraschino - github - website
Reply
got it, for some reason, I have to put in my server name not the IP address don't know why
Reply
HarryRosen Wrote:got it, for some reason, I have to put in my server name not the IP address don't know why

Yes, just enter whatever you normally use to connect to Sickbeard. Personally I use my DyDNS address.
Maraschino - a web frontend for your XBMC HTPC
Project homepage | XBMC forum thread
Reply
one other thing, the recommendation module is it suppose to show the thumbnail?
Reply
HarryRosen Wrote:one other thing, the recommendation module is it suppose to show the thumbnail?

Had to remove it because the thumbnails were incredibly large and download way too slowly for those who have poor upload speeds and not accessing Maraschino on a LAN.

Would love to bring them back, but not until we get much smaller images. Or perhaps they could be an option for those who don't care about the filesize. Will have a think.
Maraschino - a web frontend for your XBMC HTPC
Project homepage | XBMC forum thread
Reply
  • 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 146

Logout Mark Read Team Forum Stats Members Help
Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC4