XBMC Community Forum
[Web Interface Addon] AWXi - Ajax Based Web Interface - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (/forumdisplay.php?fid=156)
+---- Thread: [Web Interface Addon] AWXi - Ajax Based Web Interface (/showthread.php?tid=112956)



- Mizaki - 2012-01-03 18:39

Sadly JSONRPC doesn't allow you to change the audio or subtitle offset.

Yeah could probably do with changing them the problem is, they have to be added as albums or songs as you can't add a "playlist" atm.


- cienislaw - 2012-01-03 19:57

really sad. i took a look at JSON functions and its really limited. maybe they will add more in the future or simple runCMD/fireACTION will do.


- sina94 - 2012-01-04 08:30

Is there a possibility of adding a link to the actual video file? This is one thing that I miss from MythTV. I could browse the web interface from a different computer and click the link to download the file and play it locally (rather than playing it on the host machine). Even if this was just something hacked together on my local install and not part of the main fork, it's something I'd really like, if possible.


- Mizaki - 2012-01-05 14:24

sina94 Wrote:Is there a possibility of adding a link to the actual video file? This is one thing that I miss from MythTV. I could browse the web interface from a different computer and click the link to download the file and play it locally (rather than playing it on the host machine). Even if this was just something hacked together on my local install and not part of the main fork, it's something I'd really like, if possible.

The problem with that is it will return the file location as XBMC knows it. If I look at the info for a film on mine it will say something like: /mnt/video/filmname.mkv. Which on any other computer is meaningless. You could turn it into a link quite easily I would guess. It's how your sources are setup.


Use fan art as background - Mizaki - 2012-01-06 01:35

New option as per the screens a few pages before.

Dilemma: Scale images width and height, just width and repeat or width and black?

Honestly I don't really like any of them but I'm leaning towards width and black.


- newphreak - 2012-01-06 19:27

Nice. To decide it would be nice with screenshots of the differences.
Another thing, can the .zip be updated soon? Smile I use git, but I'm sure there are allot of users out there that doesn't, and the zip is kind of outdated hehe.


- Mizaki - 2012-01-07 13:10

I've been hoping frolick would be back. I'll have to try and see if I can get control of that first post otherwise.

I need to add some more to the control screen. I'm not sure where to put things. On the picture below will the half size buttons be big enough for fingers? Also, if someone can mock-up a better layout, visual please do. Smile

[Image: bigcontrols.jpg]

Need to fit a subtitles on/off button on there to. It whether to add at the bottom or down the side?


- Livin - 2012-01-07 20:01

Mizaki Wrote:I've been hoping frolick would be back. I'll have to try and see if I can get control of that first post otherwise.

I need to add some more to the control screen. I'm not sure where to put things. On the picture below will the half size buttons be big enough for fingers? Also, if someone can mock-up a better layout, visual please do. Smile

[Image: bigcontrols.jpg]

Need to fit a subtitles on/off button on there to. It whether to add at the bottom or down the side?

Size looks fine to me... though I'm not sure what some of the buttons do. I suggest using some more traditional icons for the controls

Since this is XBMC specific sometime words work better thant icons too.
Like.. Arrow-up with bar? If that is a home button, I suggest using a house icon. If that means 'up one level' then just the word BACK works better IMO

The center blue bar... is that "enter"? Usually that is a solid circle, or the work ENTER

Volume up/down arrows should be up and down IMO.

I suggest keeping it simple and compact while being finger friendly, no fancy layouts Smile

Here's some icon and layout examples...

[Image: stock-vector-media-control-web-buttons-n...117788.jpg]

... btw, these are nice, and FREE and http://www.shutterstock.com/


- Mizaki - 2012-01-07 20:14

They are subtitles next/previous and audio next/previous, should have said. I've been trying to keep in the tango icon theme that was used originally. Some better ones are probably the best idea. Text is out really as it supports multiple langs. Now you mention it, should there be volume up, down and mute on there as well? Ideally there needs to be a separate UI for tablet but I don't have the time right now.


- Mizaki - 2012-01-08 01:51

sina94 Wrote:Is there a possibility of adding a link to the actual video file? This is one thing that I miss from MythTV. I could browse the web interface from a different computer and click the link to download the file and play it locally (rather than playing it on the host machine). Even if this was just something hacked together on my local install and not part of the main fork, it's something I'd really like, if possible.

Had a quick look. Looks doable. If it works out as expected it should be quite quick and easy.