2011-11-04, 18:21
Dejavu looking at your screen shot when you hit the seasons under the library does your shows list? mine does not it just looks like it's loading
Livin Wrote:One non-coding suggestion -- You might want to create 2 separate forum threads to keep things cleaner and easier to follow:
1) User Support
2) Features & Status Updates (reserve the first 4 posts for yourself) & Feature Requests
I've seen so many popular threads become impossible to follow and repeated posts bog things down since the threads are too big and combine too many different subjects.
just a thought.
HarryRosen Wrote:hmm my server part looks like this
SERVER = {
'hostname': '192.168.1.146',
'port': '8080',
'username': 'xbmc',
'password': 'xbmc'
}
i wonder if it's because i use mysql
DejaVu Wrote:Edits are needed to make this run at the moment Steve, albeit not the best option at the moment. Something I think MrK is working on is to load this the same as SB or CP using CherryPY.
Read this post and change the htpcfrontend.py as mentioned, then try running it.
steve1977 Wrote:Thanks for your quick reply. Unfortunately, I am using Win7 and not Linux. I did the change you suggested. When running from command line, error is "no module called flask". Appears, activepython and uniserver don't include that and I need to manually install it? Any link relevant for Win7x32? I googled, but didn't find a clear answer.
gugahoi Wrote:There ari instructions for windows here. Just go carefully through them and it should install flask...
DejaVu Wrote:Edits are needed to make this run at the moment Steve, albeit not the best option at the moment. Something I think MrK is working on is to load this the same as SB or CP using CherryPY.
Read this post and change the htpcfrontend.py as mentioned, then try running it.
Been watch the changes unfold on the branches and he certainly is beavering away at this!
steve1977 Wrote:Was just making an attempt to run it on Win7x32. I have activepython installed and thought I could just give it a test run double-clicking the htpcfrontend.py file. This is how it works for headphones and other python files.
Given that this does not work, I was curious what I would need to install to make it run (as test first to try it out). Besides activepython, I have Uniserver installed, which currently serves MFP nicely.
Thoughts?
gugahoi Wrote:There ari instructions for windows here. Just go carefully through them and it should install flask...
DejaVu Wrote:I now have maraschino/htpcfrontend auto loading if anyone is interested.
It's ugly, but it works if anyone is interested. It means that the installation instructions are going to need to change though -
also - it's just a start script. Nothing in it to kill it, but I do not think there is any need seeing as things change really well on the fly anyway. No need to restart the server etc.
Example,
You will now git clone to /home/user/.maraschino instead of in the apache folder.
I shall draft up some instructions and post it shortly - it will also need a permanent port.
I chose 5050 to avoid other programs, unless there are any other objections?
EDIT-
This is pretty simple for anyone with minor knowledge of Linux, but thought I'd post it anyway seeing as everyone seems to be having problems.
First, reclone to your user (check it) directory -
.......CUT...Code:git clone https://github.com/mrkipling/maraschino.git /home/xbmc/.maraschino