mbetter
Member Posts: 62 Joined: Nov 2010 Reputation: 0 |
2010-11-24 05:42
Post: #11
Thanks, spiff!
|
| find quote |
nmirza
Senior Member Posts: 291 Joined: Mar 2008 Reputation: 0 |
2011-01-22 23:18
Post: #12
Hi Spiff, i just installed r35744 and xbmc still doesn't play the next song automatically when the current one i selected ends. i made sure the option to play next song automatically is also selected in options.
could you pleaselook into this thanks. spiff Wrote:fixed in r35433 |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-01-24 19:33
Post: #13
works fine for me in all add-ons. must be your end.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
mbetter
Member Posts: 62 Joined: Nov 2010 Reputation: 0 |
2011-02-03 07:53
Post: #14
I've also had no luck with this. During play, I'll see "Next:" pop up over the currently playing song title with nothing next to it.
Is there something specific I have to do to set the next song? Code: def addLinks(elem): |
| find quote |
mbetter
Member Posts: 62 Joined: Nov 2010 Reputation: 0 |
2011-02-03 09:18
Post: #15
I got it working by using SetResolvedURL.
I would like to know if it's possible to do it without SetResolvedURL as my current plugin doesn't really need it (AFAIK) and it introduces a redundant plugin call in between songs. |
| find quote |
mbetter
Member Posts: 62 Joined: Nov 2010 Reputation: 0 |
2011-02-26 09:48
Post: #16
mbetter Wrote:I got it working by using SetResolvedURL. Can I bump this? SetResolvedURL adds like five seconds to the gap between songs and it's really starting to bother me. |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2011-02-26 10:03
Post: #17
Do a debug log - you should not require SetResolvedUrl at all.
Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
divingmule
Posting Freak Posts: 1,269 Joined: Oct 2008 Reputation: 54 |
2011-11-05 01:14
Post: #18
Hi, I'm working on the internet archive add-on and I can't seem to get this to work either.
Here is the current code I'm working with ->http://code.google.com/p/audio-archive-x...default.py Here is a log ->http://pastebin.com/W3vMnnDN Any help is much appreciated. |
| find quote |
SniperCharlie
Junior Member Posts: 23 Joined: Mar 2008 Reputation: 0 |
2012-02-21 18:22
Post: #19
I'm also having trouble auto-playing the next track in a plugin I'm developing.
The URL gets redirected to the media file - perhaps that is the error we are getting, and the reason setresolvedurl is a workaround. I'm using the following to add the links: Code: def addLink(name,url,iconimage): |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-02-21 22:20
Post: #20
It works only for audio plugins. That is, plugins that set their provides attribute to include "audio".
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help