SniperCharlie
Junior Member
Posts: 23
Joined: Mar 2008
Reputation: 0
|
Am I missing something?
Thanks for your help!
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.hypem"
name="Hype Machine"
version="0.0.1"
provider-name="Snipercharlie">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Hype Machine</summary>
<description lang="en">The Hype Machine is a music blog aggregator, that can provide you with your own customized playlist feeds, and expose you to new music - ad free!</description>
</extension>
</addon>
|
|
find
quote
|
jmarshall
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
|
In addition, it was only working after about b2.
|
|
find
quote
|
SniperCharlie
Junior Member
Posts: 23
Joined: Mar 2008
Reputation: 0
|
Is that Beta2 for Eden?
Sorry - I didn't mean to hijack this thread. But the auto-play next works in Dharma 10.1 for other audio plugins such as the Soundcloud plugin.
However - I went through their code - they are using the xbmcplugin.setResolvedUrl parameter - which has been documented as a work around. From my limited understanding, this would necessitate two calls to the plugin for each item, rather than the current form of just listing it once. Was this the only way to auto-play an item pre Eden B2?
I'll install the most recent Eden Beta and see if its working there.
Thanks for your help!!!
|
|
find
quote
|
SniperCharlie
Junior Member
Posts: 23
Joined: Mar 2008
Reputation: 0
|
Just installed my plugin in Eden B3. Auto play next item works great!!!!
Thanks so much for this awesome app guys - Eden is looking INCREDIBLE! So glad I can finally contribute something to the group - should have my plugin out within the week.
|
|
find
quote
|