Paths changed in Estuary/Krypton?
#1
Hi,

Just upgraded from Jarvis to Krypton Nightly Windows build.

I have my IR remote setup via EventGhost to trigger JSON calls to allow for various navigation shortcuts to be executed in Kodi.

For example, using the below http prefix:
Code:
urlStr='http://127.0.0.1:8080/jsonrpc?request='

to execute requests such as:
Code:
#####Goto movies
scanRequest='{ "jsonrpc": "2.0", "method": "GUI.ActivateWindow", "params": { "window": "video", "parameters": [ "RecentlyAddedMovies" ] }, "id": 1 }'

or

Code:
#####Goto Kids shows
scanRequest='{ "jsonrpc": "2.0", "method": "GUI.ActivateWindow", "params": { "window": "video", "parameters": [ "special://profile/playlists/video/Kids - TV.xsp" ] }, "id": 1 }'

or

Code:
#####Goto Recently Added TV Episodes
scanRequest='{ "jsonrpc": "2.0", "method": "GUI.ActivateWindow", "params": { "window": "video", "parameters": [ "RecentlyAddedEpisodes" ] }, "id": 1 }'


However, these don't seem to be working any longer. Has the path (i.e. the "parameters" argument value) changed in Esturary/Krypton? And if so, what are the new paths?

Thanks a lot!
Reply
#2
In Krypton some windows have been replaced.

For example VideoLibrary has been replace by MyVideoNav
Reply
#3
(2016-07-29, 19:25)elchupete Wrote: In Krypton there some windows, that have been deleted.

For example VideoLibrary has been replace by MyVideoNav

Not correct.

- Video
- VideoFiles
- VideoLibrary
have been replaced by: Videos

- MusicFiles
- MusicLibrary
have been replaced by: Music

Files has been replaced by FileManager
PVR has been replaced by TVChannels
Scripts has been replaced by Programs
InfoDialog has been replaced by Notification
VisualisationSettings has been replaced by AddonSettings
NetworkSettings has been replaced by ServiceSettings
TVSettings has been replaced by PVRSettings
GUICalibration has been replaced by ScreenCalibration
 Estuary MOD V2 
Reply
#4
Thanks for correction
Reply
#5
That's perfect Guilouz... Thank you!

The only thing I would add is that it seems (unless I forgot to save/human error) that there is case sensitivity required... i.e. "videos" and "music" as opposed to "Videos" and "Music".
I would have personally left the "video" alone as it can be considered holistic (i.e. plural) in context, similar to "Music".. This would also have reduced impact at least slightly as well..
Reply

Logout Mark Read Team Forum Stats Members Help
Paths changed in Estuary/Krypton?0