forked from rohitsoni77/plugin.video.tvondesizonexl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
actions.xml
70 lines (56 loc) · 3.64 KB
/
actions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<actions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://code.google.com/p/apple-tv2-xbmc/xoze/ xoze.xsd"
xmlns="https://code.google.com/p/apple-tv2-xbmc/xoze/">
<service path="resolveStream" action-id="resolveStream" module="tvshows.actions" function="set_stream_in_response"/>
<action id="resolveStream">
<move module="tvshows.actions" function="resolve_stream"/>
</action>
<action id="start">
<move module="tvshows.actions" function="start_addon" view-id="startView" />
</action>
<action id="wishBoard">
<move module="tvshows.actions" function="check_wish" />
<move module="tvshows.actions" function="display_wish" view-id="wishView"/>
</action>
<action id="displaySourceList">
<move module="tvshows.actions" function="load_source_list" view-id="tvSourceView" />
</action>
<action id="determineSource">
<move module="tvshows.actions" function="determine_source" />
</action>
<action id="end">
<move module="tvshows.actions" function="end_addon" />
</action>
<view id="tvSourceView" function="show_tv_source_view" module="tvshows.views">
<event function="handle_tv_source_selected" module="tvshows.views" action-id="determineSource" control-id="1202" intent="ACTION_MOUSE_LEFT_CLICK" />
<event function="handle_tv_source_selected" module="tvshows.views" action-id="determineSource" control-id="1202" intent="ACTION_SELECT_ITEM" />
<event function="handle_tv_source_selected" module="tvshows.views" action-id="determineSource" control-id="1202" intent="ACTION_ENTER" />
<event function="handle_tv_source_selected" module="tvshows.views" action-id="determineSource" control-id="1202" intent="ACTION_TOUCH_TAP" />
<event action-id="end" control-id="10" intent="ACTION_MOUSE_LEFT_CLICK" />
<event action-id="end" control-id="10" intent="ACTION_SELECT_ITEM" />
<event action-id="end" control-id="10" intent="ACTION_ENTER" />
<event action-id="end" control-id="10" intent="ACTION_TOUCH_TAP" />
<event action-id="end" control-id="" intent="ACTION_PREVIOUS_MENU" />
<event action-id="end" control-id="" intent="ACTION_NAV_BACK" />
<event action-id="end" control-id="" intent="ACTION_PARENT_DIR" />
<event action-id="end" control-id="" intent="ACTION_TOUCH_TAP_TEN" />
</view>
<view id="startView" function="show_start_view" module="tvshows.views">
<event action-id="end" control-id="" intent="ACTION_PREVIOUS_MENU" />
<event action-id="end" control-id="" intent="ACTION_NAV_BACK" />
<event action-id="end" control-id="" intent="ACTION_PARENT_DIR" />
<event action-id="end" control-id="" intent="ACTION_TOUCH_TAP_TEN" />
<event action-id="wishBoard" function="handle_init" module="tvshows.views" control-id="" intent="INIT" />
</view>
<view id="wishView" function="show_wish_view" module="tvshows.views">
<event action-id="end" control-id="" intent="ACTION_PREVIOUS_MENU" />
<event action-id="end" control-id="" intent="ACTION_NAV_BACK" />
<event action-id="end" control-id="" intent="ACTION_PARENT_DIR" />
<event action-id="end" control-id="" intent="ACTION_TOUCH_TAP_TEN" />
<event function="handle_wish_closed" module="tvshows.views" action-id="displaySourceList" control-id="701" intent="ACTION_MOUSE_LEFT_CLICK" />
<event function="handle_wish_closed" module="tvshows.views" action-id="displaySourceList" control-id="701" intent="ACTION_SELECT_ITEM" />
<event function="handle_wish_closed" module="tvshows.views" action-id="displaySourceList" control-id="701" intent="ACTION_ENTER" />
<event function="handle_wish_closed" module="tvshows.views" action-id="displaySourceList" control-id="701" intent="ACTION_TOUCH_TAP" />
</view>
</actions>