• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 11
[RELEASE] SimplePlaylists
#91
(2013-08-15, 14:52)Martijn Wrote: remove the log spam from the forum. read the rules

Do you perhaps have an answer to my question?
Reply
#92
(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:

{"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.
Sorry for the late reply...
I never used "Addons.ExecuteAddon", but i will have a look at it.

(2013-08-08, 17:28)jmh2002 Wrote:
(2012-10-27, 23:40)AddonScriptorDE Wrote:
(2012-09-25, 23:05)matkoo Wrote: I have a question about Settings of SimplePlayLists.
- 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)?
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!
Its a custom playlist. The default location is: XBMC/userdata/addon_data/script.simpleplaylists/SimplePlaylists.spl
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.

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.
Never tested it on a network share! Wink Will fix it...

(2013-08-15, 14:45)hstegeman Wrote: I am trying to make use of SimplePlayLists, but I am getting an errormessage after starting SimplePlayLists.

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
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.
When i find some more time i will rewrite the addon... The code looks terrible - i can hardly remember it.
Reply
#93
(2013-08-17, 00:22)AddonScriptorDE Wrote:
(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.

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.
Never tested it on a network share! Wink Will fix it...
Thank you! Its eagerly awaited Smile
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
#94
(2013-08-17, 00:22)AddonScriptorDE Wrote: Never tested it on a network share! Wink Will fix it...
Any luck with progress on this? If you need it tested on a network share let me know Smile
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
#95
(2013-09-01, 10:29)jmh2002 Wrote:
(2013-08-17, 00:22)AddonScriptorDE Wrote: Never tested it on a network share! Wink Will fix it...
Any luck with progress on this? If you need it tested on a network share let me know Smile
Sorry, i forgot it. Currently very busy, but i will have a look at it next weekend...
Reply
#96
(2013-09-01, 23:51)AddonScriptorDE Wrote:
(2013-09-01, 10:29)jmh2002 Wrote:
(2013-08-17, 00:22)AddonScriptorDE Wrote: Never tested it on a network share! Wink Will fix it...
Any luck with progress on this? If you need it tested on a network share let me know Smile
Sorry, 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 Smile
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
#97
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.
Reply
#98
(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 know Smile
Sorry, 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 Smile

BUMP Smile
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
#99
(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:

{"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.
Sorry for the late reply...
I never used "Addons.ExecuteAddon", but i will have a look at it.

(2013-08-08, 17:28)jmh2002 Wrote:
(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!
Its a custom playlist. The default location is: XBMC/userdata/addon_data/script.simpleplaylists/SimplePlaylists.spl
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.

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.
Never tested it on a network share! Wink Will fix it...

(2013-08-15, 14:45)hstegeman Wrote: I am trying to make use of SimplePlayLists, but I am getting an errormessage after starting SimplePlayLists.

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
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.
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.
Reply
(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>
Reply
We do not offer any support regarding 1channel on this forum
see the rules
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(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.
Reply
(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
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(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.
Reply
@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.
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 11

Logout Mark Read Team Forum Stats Members Help
[RELEASE] SimplePlaylists2