mizaki Wrote:should we start a new thread to save confusion?
yes - change it to something like... AWX v2 - for Eden and beyond
Livin
Posting Freak Posts: 3,432 Joined: May 2004 Reputation: 17 Location: above ground |
2011-10-22 00:22
Post: #311
mizaki Wrote:should we start a new thread to save confusion? yes - change it to something like... AWX v2 - for Eden and beyond I'm not an expert but I play one at work. |
| find quote |
frolick
Junior Member Posts: 35 Joined: Jun 2011 Reputation: 0 |
2011-10-22 02:01
Post: #312
Mizaki Wrote:Should we start a new thread to save confusion? Probably a good idea. I'll work on that after I get home in an hour or two. I also need to spend some quality time with the thread in the development section that describes how to get your addon into the repositories. Also, sorry it took so long to approve that pull request. Work's been kind of busy today. |
| find quote |
frolick
Junior Member Posts: 35 Joined: Jun 2011 Reputation: 0 |
2011-10-22 04:57
Post: #313
New thread can be found here.
|
| find quote |
pecl24
Junior Member Posts: 4 Joined: Oct 2011 Reputation: 0 |
2011-10-22 11:40
Post: #314
Thanks for all the good work, frolick! I also see you've added my changes to Git.., again saving me some work..
|
| find quote |
bigpack
Junior Member Posts: 5 Joined: Nov 2011 Reputation: 0 |
2011-11-10 17:05
Post: #315
Hey Guys,
thank you very much for AWX, i love it! I mainly use the playlist, but i did not figure out how or where to set up that the playlist repeats automatically. I tryed to set it up in the advancedsettings.xml, but i took now effect. My changes in the advancedsettings.xml look like this: PHP Code: <advancedsettings>Does anybody have a solution for me? Thank you very much in advance. Greetz, BigPack |
| find quote |
frolick
Junior Member Posts: 35 Joined: Jun 2011 Reputation: 0 |
2011-11-10 21:29
Post: #316
bigpack Wrote:Hey Guys, We currently don't have a setting for repeat and I don't think there's a setting in advancedsettings.xml that will allow you to control that state. The Dharma build of this addon is pretty much abandoned but if you're running (or willing to run) a pre-Eden build, there are navigation buttons in the pre-Eden version that you could use to turn on repeat manually. It can be found at: http://forum.xbmc.org/showthread.php?tid=112956 |
| find quote |
Mizaki
Fan Joined: Apr 2011 Reputation: 12 |
2011-11-10 21:30
Post: #317
I don't think that is possible. I can't see it in http://wiki.xbmc.org/index.php?title=Adv...ttings.xml anyway.
I'll be adding the repeat function hopefully this weekend to our Eden version: http://forum.xbmc.org/showthread.php?tid=112956 |
| find quote |
bigpack
Junior Member Posts: 5 Joined: Nov 2011 Reputation: 0 |
2011-11-11 01:11
Post: #318
thank you very much for your answers!
so it's possible to set the repeat function via the xbmc-api through the json-rpc? i'll have a look at the api-docs, and if its possible i'll code it myself tonight. |
| find quote |
frolick
Junior Member Posts: 35 Joined: Jun 2011 Reputation: 0 |
2011-11-11 01:16
Post: #319
bigpack Wrote:thank you very much for your answers! Yeah, you should be able to use Player.Repeat to set the state. I think the code should be similar to the shuffle/unshuffle code which is spread across jquery.awx.js, layout.css, and lib.XBMC.js in the pre-Eden version of the code. ...And now that I go back and look. v2 of JSON-RPC, which is the one that's shipped with Dharma, doesn't have a repeat command.
(This post was last modified: 2011-11-11 01:22 by frolick.)
|
| find quote |
bigpack
Junior Member Posts: 5 Joined: Nov 2011 Reputation: 0 |
2011-11-11 01:31
Post: #320
oh... now i'm a little bit confused -.- ... i'm running the current stable release "dharma", so i cannot use the json-rpc v3... i mistook awx for xbmc...
|
| find quote |