Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Thanks for your reply. Finally someone is looking at my threads.. i thought i am an invisible banned member.
just kidding.
Yes i am using the correct test file per my version. Currently i am on this window. (please see attachment)
Using an example of one of the Playlist.. does the below syntax look good.. with all the double quotes, braces and cornered brackets and double slashes?
[{"file":"C:\\Users\\Admin\\AppData\\Roaming\\XBMC\\userdata\\playlists\\video\\Hollywood.xsp"}]
Ok, just an update here, It does take me to the playlist, but it also starts playing some random movie. I tried different playlists, and each time it took me to the corresponding playlist i added.. but instead of listing the movies, it starts playing something from that playlist.
I want the command to take me to the playlist page.. displaying all the movies thumnails
MANswers wrote:Ok, just an update here, It does take me to the playlist, but it also starts playing some random movie. I tried different playlists, and each time it took me to the corresponding playlist i added.. but instead of listing the movies, it starts playing something from that playlist.
I want the command to take me to the playlist page.. displaying all the movies thumnails
I figured just before your post that you probably wanted to show the list and not play them all.
MANswers wrote:Do you think the GetPlayList under Playlist is the right action for the playlist to be displayed, instead of playing the movies?
No I don't think so, I'm not sure but GUI.ActivateWindow seems like the best bet. but it's too late for me, so I have to give up for today(tomorrow?).
jonib
XBMC2 plugin to control XBMC. If you want to flatter me
jonib, you are a genius bro!! This worked perfectly fine.
I can open all my 7 movie genre playlists through irule (remote application on ipad).
Quick question.. early morning when i googled to find the correct commands to inculcate with the GUI action.. i found this link.. https://github.com/xbmc/xbmc/pull/1465
Why hasnt the author mentioned to add the link location as you mentioned.. special://profile/playlists/video
I am trying to understand these command languages per the author.
I might have a few other questions as i configure more activities on the irule with various macros.. but let me try these on my own first.
MANswers wrote:jonib, you are a genius bro!! This worked perfectly fine.
Great.
Why hasnt the author mentioned to add the link location as you mentioned.. special://profile/playlists/video
I guess it just accesses some function internal to XBMC that supports it, but it makes it hard to figure out the syntax for some of the JSON-RPC commands.
I might have a few other questions as i configure more activities on the irule with various macros.. but let me try these on my own first.
Sure.
jonib
XBMC2 plugin to control XBMC. If you want to flatter me
Hey guys, i'm glad that i found this plug in. i've searched, so if i've missed the answer, please forgive me. i'm setting up the xbmc2 plug in and most of the actions work with the exception of the most important one for me...xbmc:start.
I'm sure that there must be an easy fix, any ideas? when i manually test the action, it shows up in the log, but nothing happens.
Wigalo wrote:i'm setting up the xbmc2 plug in and most of the actions work with the exception of the most important one for me...xbmc:start.
Do you mean "Buttons\Remote\Start"? If you are expecting it to start XBMC it wont do that (Don't remember what XBMC has it mapped to), to start XBMC from EventGhost you need to use the generic "Start Application" action.
jonib
XBMC2 plugin to control XBMC. If you want to flatter me