• 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 58
[Web Interface Addon] AWXi - Ajax Based Web Interface
Cool, that would be great to have those back in...really helpful when watching shows with commercials!
Reply
So is the remote function jacked up for anyone else? Showing a translucent grey box? And also no now playing information? It's been messed up on my ubuntu server ever since the last update.
Reply
Tried clearing the cache?
Image
AWXi - Ajax web interface. Wiki
Reply
On Windows 7 and Frodo 12.1.... AWXi isn't able to play items from "Files" -- but items from "Library" play ok. Anytime I try to play a file, I receive a red X and "Playing.." Trying to play a directory gives red X and "Playing...Failed to add items to the playlist!"

I've tried changing HTTP ports from 80 to 8080... to 8081. Have firewall off. Same behavior from localhost on host machine as from remote machines on network.

Code:
10:30:56 T:5704   DEBUG: webserver: request received for /jsonrpc?awx
10:30:56 T:5704   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params" : { "directory" : "D:\\DOWNLOADS\\1-New-Tunes\\", "media" : "music", "properties": [ "file" ], "sort": { "order": "ascending", "method": "file" } }, "id": 1}
10:30:56 T:5704   DEBUG: JSONRPC: Calling files.getdirectory
10:30:56 T:5704   DEBUG: CUtil::GetMatchingSource: no matching source found for [D:\DOWNLOADS\1-New-Tunes\]
10:3

Here is the log:


https://www.dropbox.com/s/tqt5jv2fh2egj56/xbmc.log
Reply
I'm guess it's a Windows slash thing from when I changed how files are played. I'll need to test it on Windows.
Image
AWXi - Ajax web interface. Wiki
Reply
Ok. Thanks for your help. Happy to test more for you on my Win 7 machine if you need more log info.
Reply
@ticketstub should be fixed with https://github.com/frolick/AWX-Eden/comm...f063d5fd0d if you want to give it a try.
Image
AWXi - Ajax web interface. Wiki
Reply
There is a bug with the language files... if i want to change any options it gives me the message that i shoul select a language. But in the language filed no language can be selected... if i exit the reload fails with the message that no language file is selected.
ASRock Beebox J3160 4GB RAM 120GB SATA SSD - Harmony Elite BT
Intel NUC Kit DN2820FYKH 4GB RAM 120GB SATA SSD - Harmony Smart Control BT
all @ Libreelec Testbuild
HP N54L @ Ubuntu 14.04.4 Minimal Server / MySQL DB
HP N40L @ Ubuntu 14.04.4 Minimal Server
Reply
Mizaki - this fix worked! Thank you. Excellent work!
Reply
@John.cord probably a cookie problem. Delete them and start again, a cache clear might be required as well.

@ticketstub great, thanks for testing.
Image
AWXi - Ajax web interface. Wiki
Reply
Tried everything. Cleard cache, deleted cookies. I tested it in ohter Browsers too (Chrome, IE10, Safari, Android Chrome). Everything is working as long as i go inteo the options and try to change something. The language field is empty and no language can be selected. If i try to safe some changes it gives me an pop up that no language is selected.
ASRock Beebox J3160 4GB RAM 120GB SATA SSD - Harmony Elite BT
Intel NUC Kit DN2820FYKH 4GB RAM 120GB SATA SSD - Harmony Smart Control BT
all @ Libreelec Testbuild
HP N54L @ Ubuntu 14.04.4 Minimal Server / MySQL DB
HP N40L @ Ubuntu 14.04.4 Minimal Server
Reply
Is there a way to set the default options for the landing page when you first open? Example: I have people come over and use their laptop I want to have them hit the address of my pi and see the recently added movies list.
I know once you change it in your browser it will take effect, but just for that machine/browser.
Reply
@John.cord just to check you are using the one from the Official Repo and not git? Is there any errors in the javascript console? Do you have the lang dir with (en etc.).json files in it?

@ludespeedny Not really. The default is TV so you could change the code to default to Movies. If there is a lot of people wanting it I could probably add the option to the settings.json.
Image
AWXi - Ajax web interface. Wiki
Reply
what would I need to change in the code to default to that view?
Reply
awx.js:
Code:
awxUI.settings.startPage = mkf.cookieSettings.get('startPage', 'recentTV');
[code]
to
[code]
awxUI.settings.startPage = mkf.cookieSettings.get('startPage', 'recentMovies');

That should do it.
Image
AWXi - Ajax web interface. Wiki
Reply
  • 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 58

Logout Mark Read Team Forum Stats Members Help
[Web Interface Addon] AWXi - Ajax Based Web Interface3