Kodi Community Forum
Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC (/showthread.php?tid=113136)



- mrkipling - 2012-01-29

gugahoi Wrote:I am having the same problem, probably the last batch of updates. Will have to check out and find a fix.

gugahoi fixed this (thanks!) and it's now on master.

Livin Wrote:@ mrkipling

I'm not sure if you've seen EventGhost but it is a Python based PC/software automation tool for Windows. Many of us use it for control of applications (XBMC, Windows Media Center, etc) and our equipment (TV's, receivers, etc) and a TON more.

It would be very cool to see integration with EventGhost so that Maraschino could be used as a graphical front-end to launching EventGhost macros.

Noted, thanks for the suggestion!


- mrkipling - 2012-01-29

Today I merged in a bunch of pull requests, including gugahoi's compact mode for the recently added episodes and movies modules.

I also started work on an expanded media library browser. It's a button in the media library module that throws you into a full-screen library browser when clicked:

Image

Currently you navigate by pressing arrow keys although there will be clickable options too. I also plan on making it look a lot nicer (this is only a couple of hours work so far). Just thought I'd post a sneak peek...


- N3MIS15 - 2012-01-30

mrkipling Wrote:Today I merged in a bunch of pull requests, including gugahoi's compact mode for the recently added episodes and movies modules.

I also started work on an expanded media library browser. It's a button in the media library module that throws you into a full-screen library browser when clicked:

Image

Currently you navigate by pressing arrow keys although there will be clickable options too. I also plan on making it look a lot nicer (this is only a couple of hours work so far). Just thought I'd post a sneak peek...

Nice.. Will give the media browser branch a run when I get home


- mrkipling - 2012-01-30

N3MIS15 Wrote:Nice.. Will give the media browser branch a run when I get home

Not yet working for anything other than browsing (not playing) your library, just so you know Smile

It's, like, 10% done.


- stourwalk - 2012-01-30

mrkipling Wrote:Not yet working for anything other than browsing (not playing) your library, just so you know Smile

It's, like, 10% done.

Hey - all I want is a media browser - stop developing right now Smile

Actually all I want is the current Media Library, with a click to show detail rather than a click to play - quick, light and easy to find stuff in.. really really must learn python... Smile


- N3MIS15 - 2012-01-30

latest iteration of media stuff i am working on

Image

http://s14.postimage.org/wo4isiak1/media2.png
http://s13.postimage.org/p5i5s98mf/media3.png


- Archigos - 2012-01-30

I grabbed a copy of the MediaBrowser branch and I know it's not finished yet but something I noticed is when I clicked the new button for the MB function is I get a black screen with two white boxes and the word "Movies" and that's it, no images, etc. but no noticeable way of going back to the 'main' page.

(I'm running this version independent from my main copy)


- mrkipling - 2012-01-30

Archigos Wrote:I grabbed a copy of the MediaBrowser branch and I know it's not finished yet but something I noticed is when I clicked the new button for the MB function is I get a black screen with two white boxes and the word "Movies" and that's it, no images, etc. but no noticeable way of going back to the 'main' page.

(I'm running this version independent from my main copy)

It's not finished to the point where it's hardly even started yet, most things are not working because they haven't been implemented (or even decided on how they're going to be implemented). Not intended for public consumption, but it's on GitHub for those who are curious and/or brave enough Smile (not that I would necessarily recommend it, there's really not much to see).

Have you tried pressing "enter" to go a level deeper, backspace to go back a level once you've gone deeper, and left/right arrows to navigate?


- Archigos - 2012-01-30

mrkipling Wrote:It's not finished to the point where it's hardly even started yet, most things are not working because they haven't been implemented (or even decided on how they're going to be implemented). Not intended for public consumption, but it's on GitHub for those who are curious and/or brave enough Smile (not that I would necessarily recommend it, there's really not much to see).

Have you tried pressing "enter" to go a level deeper, backspace to go back a level once you've gone deeper, and left/right arrows to navigate?

Don't remember, I think I may have tried left/right and that was about it... I knew it was far from 'consumer' but mistakenly thought the screenshot a few posts up was functional, but I'm guessing now it was probably a mix of mock-up/current.

Anyway, I'm still using master for main, so I'll keep just playing around. I just hope the doctor allows me to have my laptop or iPad with me for the next couple days.

--Edit--
I tried again and pressing Enter on Movies brought up the list, it took awhile for the images to populate, especially the fanart, however pressing backspace didn't go up a level or even return to the main maraschino, it actually acted like "Back" in the browser, however Esc works fine for going back...
Chrome on Windows.


- DejaVu - 2012-01-31

New "Maraschino Style" scroll bars. Work perfectly in Chrome and Safari.
Image


- TeKo - 2012-01-31

Imo it would look way better if there was a little space between the scrollbar and the library entries.


- mrkipling - 2012-01-31

DejaVu Wrote:New "Maraschino Style" scroll bars. Work perfectly in Chrome and Safari.
Image

There's no denying that these look great, but I've kinda grown to like the existing white ones that you made.

Need to have a think... Huh


- N3MIS15 - 2012-01-31

DejaVu Wrote:New "Maraschino Style" scroll bars. Work perfectly in Chrome and Safari.
Image

Damn. still no love for firefox Sad


- hotlobster - 2012-01-31

Hi,

I saw this was already reported a while ago, but didn't found a solution for this issue.

All my webservices are behind an apache server to avoid having multiple open ports on my firewall.

Each service is accessible on a separated folder.
ex:
http://mediacenter/xbmc
http://mediacenter/sickbeard
http://mediacenter/sabnzbd
etc...

I'm trying to achieve this with Maraschino without success. Apache reverse proxy doesn't work because maraschino always wants to be on web root / .
Is it possible to add a "webroot" paramter like it's already the case for sickbeard, couchpotato etc.

Then we can define Maraschino as be accessible on http://mediacenter/maraschino with a reverse proxy pointing to http://mediacenter:7000/maraschino

Best regards.


- castortray - 2012-01-31

one quick question,

something was changed with Disk Space module ?
after update to 923de4c build I cannot add my network drives/paths which are mapped on windows system, only local drive is working properly Sad
but before upgrade everything was ok