-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
401 lines (306 loc) · 15.5 KB
/
README.txt
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
List of possible ExtendedInfo script calls.
All calls can also be done by using a plugin path.
Example:
<content>plugin://script.extendedinfo?info=discography&&artistname=INSERT_ARTIST_NAME_HERE</content>
- keep Attention to the parameter separators ("&&")
#########################################################################################
Rotten Tomatoes
#########################################################################################
Run:
RunScript(script.extendedinfo,info=intheaters) --> InTheatersMovies.%d.xxx
RunScript(script.extendedinfo,info=comingsoon) --> ComingSoonMovies.%d.xxx
RunScript(script.extendedinfo,info=opening) --> Opening.%d.xxx
RunScript(script.extendedinfo,info=boxoffice) --> BoxOffice.%d.xxx
RunScript(script.extendedinfo,info=toprentals) --> TopRentals.%d.xxx
RunScript(script.extendedinfo,info=currentdvdreleases) --> CurrentDVDs.%d.xxx
RunScript(script.extendedinfo,info=newdvdreleases) --> NewDVDs.%d.xxx
RunScript(script.extendedinfo,info=upcomingdvds) --> UpcomingDVDs.%d.xxx
Available Properties:
'Title': Movie Title
'Art(poster)': Movie Poster
'imdbid': IMDB ID
'Duration': Movie Duration
'Year': Release Year
'Premiered': Release Date
'mpaa': MPAA Rating
'Rating': Audience Rating (0-10)
'Plot': Movie Plot
#########################################################################################
The MovieDB
#########################################################################################
Run:
RunScript(script.extendedinfo,info=incinemas) --> InCinemasMovies.%d
RunScript(script.extendedinfo,info=upcoming) --> UpcomingMovies.%d
RunScript(script.extendedinfo,info=popularmovies) --> PopularMovies.%d
RunScript(script.extendedinfo,info=topratedmovies) --> TopRatedMovies.%d
RunScript(script.extendedinfo,info=similarmovies) --> SimilarMovies.%d
-- required additional parameters: dbid=
RunScript(script.extendedinfo,info=set) --> MovieSetItems.%d
-- required additional parameters: dbid=
RunScript(script.extendedinfo,info=directormovies) --> DirectorMovies.%d
-- required additional parameters: director=
RunScript(script.extendedinfo,info=writermovies) --> WriterMovies.%d
-- required additional parameters: writer=
RunScript(script.extendedinfo,info=studio) --> StudioInfo.%d
-- required additional parameters: studio=
Available Properties:
'Art(fanart)': Movie Fanart
'Art(poster)': Movie Poster
'Title': Movie Title
'OriginalTitle': Movie OriginalTitle
'ID': TheMovieDB ID
'Rating': Movie Rating (0-10)
'Votes': Vote Count for Rating
'Year': Release Year
'Premiered': Release Date
Run:
RunScript(script.extendedinfo,info=populartvshows) --> PopularTVShows.%d
RunScript(script.extendedinfo,info=topratedtvshows) --> TopRatedTVShows.%d
RunScript(script.extendedinfo,info=onairtvshows) --> OnAirTVShows.%d
RunScript(script.extendedinfo,info=airingtodaytvshows) --> AiringTodayTVShows.%d
Available Properties:
'Title': TVShow Title
'ID': TVShow MovieDB ID
'OriginalTitle': TVShow OriginalTitle
'Rating': TVShow Rating
'Votes': Number of Votes for Rating
'Premiered': TV Show First Air Date
'Art(poster)': TVShow Poster
'Art(fanart)': TVShow Fanart
#########################################################################################
Trakt.tv
#########################################################################################
RunScript(script.extendedinfo,info=similar) --> SimilarTrakt.%d
RunScript(script.extendedinfo,info=trendingmovies) --> TrendingMovies.%d
'Title'
'Plot'
'Tagline'
'Genre'
'Rating'
'mpaa'
'Year'
'Premiered'
'Runtime'
'Trailer'
'Art(poster)'
'Art(fanart)'
RunScript(script.extendedinfo,info=trendingshows) --> TrendingShows.%d
'TVShowTitle': TVShow Title
'Duration': Duration (?)
'Plot': Plot
'ID': ID
'Genre': Genre
'Rating': Rating
'mpaa': mpaa
'Year': Release Year
'Premiered': First Air Date
'Status': TVShow Status
'Studio': TVShow Studio
'Country': Production Country
'Votes': Amount of Votes
'AirDay': Day episode is aired
'AirShortTime': Time episode is aired
'Art(poster)': TVShow Poster
'Art(banner)': TVShow Banner
'Art(fanart)': TVShow Fanart
RunScript(script.extendedinfo,info=airingshows) --> AiringShows.%d
RunScript(script.extendedinfo,info=premiereshows) --> PremiereShows.%d
'Title': Episode Title
'TVShowTitle': TVShow Title
'Plot': Episode Plot
'Genre': TVShow Genre
'Runtime': Episode Duration
'Year': Episode Release Year
'Certification': TVShow Mpaa Rating
'Studio': TVShow Studio
'Thumb': Episode Thumb
'Art(poster)': TVShow Poster
'Art(banner)': TVShow Banner
'Art(fanart)': TVShow Fanart
#########################################################################################
TheAudioDB
#########################################################################################
RunScript(script.extendedinfo,info=discography) --> Discography.%d
-- required additional parameters: artistname=
'Label': Album Title
'artist': Album Artist
'mbid': Album MBID
'id': Album AudioDB ID
'Description': Album Description
'Genre': Album Genre
'Mood': Album Mood
'Speed': Album Speed
'Theme': Album Theme
'Type': Album Type
'thumb': Album Thumb
'year': Album Release Year
'Sales': Album Sales
RunScript(script.extendedinfo,info=mostlovedtracks) --> MostLovedTracks.%d
-- required additional parameters: artistname=
RunScript(script.extendedinfo,info=albuminfo) --> TrackInfo.%d
-- required additional parameters: id= ???
'Label': Track Name
'Artist': Artist Name
'mbid': Track MBID
'Album': Album Title
'Thumb': Album Thumb
'Path': Link to Youtube Video
RunScript(script.extendedinfo,info=artistdetails) ???
#########################################################################################
LastFM
#########################################################################################
RunScript(script.extendedinfo,info=albumshouts)
-- required additional parameters: artistname=, albumname=
RunScript(script.extendedinfo,info=artistshouts)
-- required additional parameters: artistname=
'comment': Tweet Content
'author': Tweet Author
'date': Tweet Date
RunScript(script.extendedinfo,info=topartists)
RunScript(script.extendedinfo,info=hypedartists)
'Title': Artist Name
'mbid': Artist MBID
'Thumb': Artist Thumb
'Listeners': actual Listeners
RunScript(script.extendedinfo,info=nearevents) --> NearEvents.%d
-- optional parameters: lat=, lon=, location=, distance=, festivalsonly=, tag=
'date': Event Date
'name': Venue Name
'venue_id': Venue ID
'event_id': Event ID
'street': Venue Street
'eventname': Event Title
'website': Event Website
'description': Event description
'postalcode': Venue PostalCode
'city': Venue city
'country': Venue country
'lat': Venue latitude
'lon': Venue longitude
'artists': Event artists
'headliner': Event Headliner
'googlemap': GoogleMap of venue location
'artist_image': Artist image
'venue_image': Venue image
#########################################################################################
YouTube
#########################################################################################
RunScript(script.extendedinfo,info=youtubesearch) --> YoutubeSearch.%d
-- required additional parameters: id=
RunScript(script.extendedinfo,info=youtubeplaylist) --> YoutubePlaylist.%d
-- required additional parameters: id=
RunScript(script.extendedinfo,info=youtubeusersearch) --> YoutubeUserSearch.%d
-- required additional parameters: id=
'Thumb': Video Thumbnail
'Description': Video Description
'Title': Video Title
'Date': Video Upload Date
#########################################################################################
Misc Images
#########################################################################################
RunScript(script.extendedinfo,info=xkcd) --> XKCD.%d
RunScript(script.extendedinfo,info=cyanide) --> CyanideHappiness.%d
RunScript(script.extendedinfo,info=dailybabe) --> DailyBabe.%d
RunScript(script.extendedinfo,info=dailybabes) --> DailyBabes.%d
'Thumb': Image
'Title': Image Title
'Description': Image Description (only XKCD)
#########################################################################################
ActorInfo / MovieInfo Dialogs (script.metadata.actors replacement)
#########################################################################################
XBMC.RunScript(script.extendedinfo,info=extendedactorinfo,name=ACTORNAME)
XBMC.RunScript(script.extendedinfo,info=extendedactorinfo,id=ACTOR_TMDB_ID)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
List of Built In Controls Available In script-ExtendedInfo Script-DialogInfo.xml:
150 -> container -> movies list
250 -> container -> youtube videos
Labels Available In script-Actors-DialogInfo.xml:
Labels of the currently selected actor / director / writer / artist.
Window(home).Property(Title) --------------------> Name
Window(home).Property(Label) --------------------> Same as Title
Window(home).Property(Poster)---------------------> Poster
Window(home).Property(Plot)---------------------> Biography
Window(home).Property(Biography) ------> Same as Plot
Window(home).Property(Biooutline) -----> (currently not used)
Window(home).Property(TotalMovies) ----> Total of Known Movies (acting / directing / writing)
Window(home).Property(Birthday) -------> Date of Birthday
Window(home).Property(HappyBirthday) --> return true or empty
Window(home).Property(Age) ------------> Age (30)
Window(home).Property(AgeLong) --------> Age long format (age 30)
Window(home).Property(Deathday) -------> Date of Deathday
Window(home).Property(Deathage) -------> Age of dead (30)
Window(home).Property(DeathageLong) ---> Age of dead long format (age 30)
Window(home).Property(PlaceOfBirth) ---> Place of birth
Window(home).Property(AlsoKnownAs) ----> Also Known Name
Window(home).Property(Homepage) -------> Link of homepage, you can use onclick for open web browser directly on homepage: RunScript(script.metadata.actors,homepage=$INFO[Window(home).Property(Homepage)])
Window(home).Property(Adult) ----------> Is Adult Actor (no / yes)
Window(home).Property(fanart) ---> Fanart
Labels of Known Movies list
Container(150).ListItem.Label ---------------------> Title of movie
Container(150).ListItem.Title ---------------------> same as label
Container(150).ListItem.originaltitle -------------> originaltitle
Container(150).ListItem.Year ----------------------> year
Container(150).Listitem.Icon ----------------------> icon of movie
Container(150).ListItem.Property(role) ------------> role in currently slected movie
Container(150).ListItem.Property(job) -------------> job in currently slected movie (director / writer / etc)
Container(150).ListItem.Property(releasedate) -----> release date of movie
Container(150).ListItem.Property(year) ------------> same as year, but not return empty
Container(150).ListItem.Property(DBID) -> return 1 or empty, if movie exists in library
Container(150).ListItem.Property(Playcount) -------> Playcount of movie (default is 0)
Container(150).ListItem.Property(file) ------------> media to play
Labels of thumbs list
Container(250).ListItem.Label --------------------> Image résolution (512x720)
Container(250).Listitem.Icon ---------------------> Image
Container(250).ListItem.Property(aspect_ratio) ---> Aspect Ratio (0.66)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
List of Built In Controls Available In script-Actors-DialogVideoInfo.xml:
150 -> container -> actor / director / writer / artist listing
Labels Available In script-Actors-DialogVideoInfo.xml:
Labels of the currently selected movie.
Window(home).Property(Title) --------------------> Name
Window(home).Property(Label) --------------------> Same as Title
Window(home).Property(Icon) ---------------------> icon
Window(home).Property(Plot) ---------------------> plot
Window(home).Property(year) ---------------------> year
Window(home).Property(Date) ---------------------> same as Window(home).Property(Property(releasedate)
Window(home).Property(originaltitle) ------------> originaltitle
Window(home).Property(director) -----------------> director
Window(home).Property(trailer) ------------------> trailer
Window(home).Property(genre) --------------------> genre
Window(home).Property(mpaa) ---------------------> mpaa
Window(home).Property(playcount) ----------------> playcount
Window(home).Property(plotoutline) --------------> plotoutline
Window(home).Property(rating) -------------------> rating
Window(home).Property(duration) -----------------> duration
Window(home).Property(studio) -------------------> studio
Window(home).Property(tagline) ------------------> tagline
Window(home).Property(top250) -------------------> top250
Window(home).Property(votes) --------------------> votes
Window(home).Property(writer) -------------------> writer
Window(home).Property(lastplayed) ---------------> lastplayed
Window(home).Property(FilenameAndPath) ----------> path of your movie
Window(home).Property(Fanart_Image) ---> fanart
Window(home).Property(set) ------------> Title of Movie Set (return empty if not exists)
Window(home).Property(country) --------> country
Window(home).Property(releasedate) ----> release date of movie
Window(home).Property(lastupdated) ----> last update info
Window(home).Property(Homepage) -------> Link of homepage
Labels of the list actor / director / writer / artist.
Container(150).Listitem.Title -------------------> Name
Container(150).Listitem.Label -------------------> Same as Title
Container(150).Listitem.Label2-------------------> Role
Container(150).ListItem.Icon --------------------> icon
Container(150).ListItem.Plot --------------------> Biography
Container(150).ListItem.Property(Biography) -----> Same as Plot
Container(150).ListItem.Property(Biooutline) ----> (currently not used)
Container(150).ListItem.Property(TotalMovies) ---> Total of Known Movies (acting / directing / writing)
Container(150).ListItem.Property(Birthday) ------> Date of Birthday
Container(150).ListItem.Property(HappyBirthday) -> return true or empty
Container(150).ListItem.Property(Age) -----------> Age (30)
Container(150).ListItem.Property(Deathday) ------> Date of Deathday
Container(150).ListItem.Property(Deathage) ------> Age of dead (30)
Container(150).ListItem.Property(PlaceOfBirth) --> Place of birth
Container(150).ListItem.Property(AlsoKnownAs) ---> Also Known Name
Container(150).ListItem.Property(Homepage) ------> Link of homepage, you can use onclick for open web browser directly on homepage: RunScript(script.metadata.actors,homepage=$INFO[ListItem.Property(Homepage)])
Container(150).ListItem.Property(Adult) ---------> Is Adult Actor (no / yes)
Container(150).ListItem.Property(fanart) --> Fanart