2013-08-15, 17:00
2013-08-17, 00:22
(2013-04-15, 20:06)el_cabong Wrote: having a hard time figuring out how to call this addon from a web page using json. below is one of the variations of what i have tried, and i keep getting the following return:Sorry for the late reply...
{"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"} from:
http://192.168.3.218/jsonrpc?request={"jsonrpc":"2.0","id":"1","method":"Addons.ExecuteAddon","params":{"wait":true, "addonid":"script.simpleplaylist", "params":{"mode":"addCurrentUrl"}}}
any help is appreciated.. still trying to get a handle on how the json commands work.
I never used "Addons.ExecuteAddon", but i will have a look at it.
(2013-08-08, 17:28)jmh2002 Wrote:Never tested it on a network share! Will fix it...(2012-10-27, 23:40)AddonScriptorDE Wrote:Was it ever checked that the Alternative Directory can be a Shared Network Location? I am entering an smb:// location and I am getting a script error from the AddOn. The location is the same as used by other AddOns, so XBMC definitely has access to it.(2012-09-25, 23:05)matkoo Wrote: I have a question about Settings of SimplePlayLists.Yes, you can change the directory for saving the playlist. It could be any directory. It should work on a shared drive too, but I did not test this... I have to look for this!
- what does mean "Use alternative directory for playlist"?
- is it relative sub-directory to some hard-coded location or can it be anywhere, e.g. on shared drive (this did not work for me)?
Its a custom playlist. The default location is: XBMC/userdata/addon_data/script.simpleplaylists/SimplePlaylists.spl
I have multiple devices and MySQL and I would like the SimplePlaylists to be able to be shared across the network by all the devices.
(2013-08-15, 14:45)hstegeman Wrote: I am trying to make use of SimplePlayLists, but I am getting an errormessage after starting SimplePlayLists.It's a file - the addon should create it. It's a bad workaround i used when writing the addon for eden, in frodo there's a correct solution. But it's still working fine for me with 12.2.
Edit:
The subfolder C:\\Users\\Harry\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.simpleplaylists\\lastContentType doesn't exist on my Windows 7 computer,
My Windows 8 computer is giving the same error.
I am making use of XBMC 12.2
When i find some more time i will rewrite the addon... The code looks terrible - i can hardly remember it.
2013-08-17, 09:21
(2013-08-17, 00:22)AddonScriptorDE Wrote:Thank you! Its eagerly awaited(2013-08-08, 17:28)jmh2002 Wrote: Was it ever checked that the Alternative Directory can be a Shared Network Location? I am entering an smb:// location and I am getting a script error from the AddOn. The location is the same as used by other AddOns, so XBMC definitely has access to it.Never tested it on a network share! Will fix it...
I have multiple devices and MySQL and I would like the SimplePlaylists to be able to be shared across the network by all the devices.
2013-09-01, 10:29
(2013-08-17, 00:22)AddonScriptorDE Wrote: Never tested it on a network share! Will fix it...Any luck with progress on this? If you need it tested on a network share let me know
2013-09-01, 23:51
(2013-09-01, 10:29)jmh2002 Wrote:Sorry, i forgot it. Currently very busy, but i will have a look at it next weekend...(2013-08-17, 00:22)AddonScriptorDE Wrote: Never tested it on a network share! Will fix it...Any luck with progress on this? If you need it tested on a network share let me know
2013-09-23, 00:01
(2013-09-01, 23:51)AddonScriptorDE Wrote:(2013-09-01, 10:29)jmh2002 Wrote:Sorry, i forgot it. Currently very busy, but i will have a look at it next weekend...(2013-08-17, 00:22)AddonScriptorDE Wrote: Never tested it on a network share! Will fix it...Any luck with progress on this? If you need it tested on a network share let me know
I was wondering if you have had a chance to look at this? Network capability is really essential with so many people having multiple devices these days.
I hope you can find some time to work on this. Thank you
2013-10-05, 19:48
Dont work for youtube videos, if I watch them in xbmc. cant see nothing in playlist. It saves all the music video info what is in youtube to SimplePlaylists.spl. Plz make it work whit youtube videos allso.
2013-10-14, 09:43
(2013-09-23, 00:01)jmh2002 Wrote:(2013-09-01, 23:51)AddonScriptorDE Wrote:(2013-09-01, 10:29)jmh2002 Wrote: Any luck with progress on this? If you need it tested on a network share let me knowSorry, i forgot it. Currently very busy, but i will have a look at it next weekend...
I was wondering if you have had a chance to look at this? Network capability is really essential with so many people having multiple devices these days.
I hope you can find some time to work on this. Thank you
BUMP
2013-10-19, 13:18
(2013-08-17, 00:22)AddonScriptorDE Wrote:(2013-04-15, 20:06)el_cabong Wrote: having a hard time figuring out how to call this addon from a web page using json. below is one of the variations of what i have tried, and i keep getting the following return:Sorry for the late reply...
{"error":{"code":-32602,"message":"Invalid params."},"id":"1","jsonrpc":"2.0"} from:
http://192.168.3.218/jsonrpc?request={"jsonrpc":"2.0","id":"1","method":"Addons.ExecuteAddon","params":{"wait":true, "addonid":"script.simpleplaylist", "params":{"mode":"addCurrentUrl"}}}
any help is appreciated.. still trying to get a handle on how the json commands work.
I never used "Addons.ExecuteAddon", but i will have a look at it.
(2013-08-08, 17:28)jmh2002 Wrote:Never tested it on a network share! Will fix it...(2012-10-27, 23:40)AddonScriptorDE Wrote: Yes, you can change the directory for saving the playlist. It could be any directory. It should work on a shared drive too, but I did not test this... I have to look for this!Was it ever checked that the Alternative Directory can be a Shared Network Location? I am entering an smb:// location and I am getting a script error from the AddOn. The location is the same as used by other AddOns, so XBMC definitely has access to it.
Its a custom playlist. The default location is: XBMC/userdata/addon_data/script.simpleplaylists/SimplePlaylists.spl
I have multiple devices and MySQL and I would like the SimplePlaylists to be able to be shared across the network by all the devices.
(2013-08-15, 14:45)hstegeman Wrote: I am trying to make use of SimplePlayLists, but I am getting an errormessage after starting SimplePlayLists.It's a file - the addon should create it. It's a bad workaround i used when writing the addon for eden, in frodo there's a correct solution. But it's still working fine for me with 12.2.
Edit:
The subfolder C:\\Users\\Harry\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.simpleplaylists\\lastContentType doesn't exist on my Windows 7 computer,
My Windows 8 computer is giving the same error.
I am making use of XBMC 12.2
When i find some more time i will rewrite the addon... The code looks terrible - i can hardly remember it.
It's allready 2 month s later, are you still gonna rewrite this addon? Iwas never been able to use this addon, or this addon should be marked as broken.
2013-11-03, 13:35
(2012-05-30, 16:04)AddonScriptorDE Wrote: Any feedback is welcome!
asde
Hey there, thanks for the Add-on... very useful for the thing I am trying to do.
It's next to impossible to find movies my wife wants to see in 2 minutes... so creating a playlist of possible ones is VERY useful... and I have mapped the ` key to do this as it is free.
All works well, and there are a couple of issues
I would LOVE to be able to play trailers using the contextual menu. Otherwise I have to navigate to and from SimplePlaylists and a move playing addon to show my wife a snippet.
There also seems to be a bug in that playing the movie directly from the plugin never works, I tried about 12 movies. Maybe it is because "playing the movie" is really just selecting it in the movie playing addon, and there is still a step to take after that... to choose which stream to play. Anyhoo,
Thanks again,
Mark.
PS the keymap I made is:
<!--Template XBMC keyboard file-->
<keymap>
<global>
<keyboard>
<leftquote>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</leftquote>
</keyboard>
</global>
</keymap>
2013-11-03, 14:03
(2013-11-03, 13:38)Martijn Wrote: We do not offer any support regarding xxxx on this forum
see the rules
Martijn
xxxx, is besides the point. I was using that as an example. I am not looking for any support for xxxx.
I would understand your comment if the rules were that one could not *mention* that addon.
2013-11-03, 14:04
(2013-11-03, 14:03)fredphoesh Wrote:(2013-11-03, 13:38)Martijn Wrote: We do not offer any support regarding 1channel on this forum
see the rules
Martijn
1channel, is besides the point. I was using that as an example. I am not looking for any support for 1channel.
I would understand your comment if the rules were that one could not *mention* that addon.
the rules are that you can not mention that addon
2013-11-03, 14:09
(2012-05-30, 16:04)AddonScriptorDE Wrote: Any feedback is welcome!
Hi again AddonScriptorDE,
I hope all is well?
I see other users also have errors when trying to use SMB... which would be very useful as we have 5 xbmc devices in the house! Sharing common playlists would be great!
Thanks,
Mark.
(2013-11-03, 14:04)Martijn Wrote: the rules are that you can not mention that addon
I will go re-read them. I apologise then!
tx
Mark.
2013-11-09, 15:54
@AddonScriptorDE and fredphoesh,
SimplePlaylists is now working for me, I don't get errors anymore.
I can make use of simpleplaylists with the function key "f2".
Definition that I am making use of:
keyboard.xml
<keymap>
<global>
<keyboard>
<f2>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</f2>
</keyboard>
</global>
</keymap>
I did also make a favourite.
<favourite name="SimplePlaylists" thumb="C:\Users\Harry\AppData\Roaming\XBMC\addons\script.simpleplaylists\icon.png">RunPlugin(plugin://script.simpleplaylists/?mode=showPlaylists)</favourite>
Thank you very much.
SimplePlaylists is now working for me, I don't get errors anymore.
I can make use of simpleplaylists with the function key "f2".
Definition that I am making use of:
keyboard.xml
<keymap>
<global>
<keyboard>
<f2>RunPlugin(plugin://script.simpleplaylists/?mode=addCurrentUrl)</f2>
</keyboard>
</global>
</keymap>
I did also make a favourite.
<favourite name="SimplePlaylists" thumb="C:\Users\Harry\AppData\Roaming\XBMC\addons\script.simpleplaylists\icon.png">RunPlugin(plugin://script.simpleplaylists/?mode=showPlaylists)</favourite>
Thank you very much.