Release script.extendedinfo - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.extendedinfo (/showthread.php?tid=160558) Pages:
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
|
RE: script.extendedinfo - alipendier - 2016-10-19 @phil65 Is there a way to set up all library videos and shows to launch extendedinfo first by default? Thanks @sualfred For some reason I thought you didn't approve of this addon that's why I didn't refer to it by name on your thread, good to know better RE: script.extendedinfo - phil65 - 2016-10-19 (2016-10-19, 02:11)alipendier Wrote: @phil65 No, not possible in a sane manner. RE: script.extendedinfo - mikeSiLVO - 2016-10-19 (2016-10-19, 02:16)phil65 Wrote: No, not possible in a sane manner.Uh oh... Do you think I should remove this option? RE: script.extendedinfo - alipendier - 2016-10-19 (2016-10-19, 04:44)mikeSiLVO Wrote:(2016-10-19, 02:16)phil65 Wrote: No, not possible in a sane manner.Uh oh... Do you think I should remove this option? No! So how do you make it possible? RE: script.extendedinfo - phil65 - 2016-10-19 (2016-10-19, 04:44)mikeSiLVO Wrote:(2016-10-19, 02:16)phil65 Wrote: No, not possible in a sane manner.Uh oh... Do you think I should remove this option? Well, you wont break anything, but I would not guarantee that this works for all cases. For a repo skin it would probably be forbidden, but otherwise I do not have real objections (but please optional with default to off so that people know what happens) RE: script.extendedinfo - mikeSiLVO - 2016-10-19 (2016-10-19, 05:30)phil65 Wrote: Well, you wont break anything, but I would not guarantee that this works for all cases. For a repo skin it would probably be forbidden, but otherwise I do not have real objections (but please optional with default to off so that people know what happens)I have it default set to off and people activate it anyway with no idea what it does ... Thinking about adding a warning popup or something. I also hide all options that don't work with it enabled to mitigate user "error" In the future if you prefer I remove the option just let me know, I never use it myself. I added it way back when you added it in your Nox fork which is why it broke somewhat recently when openinfodialog was deprecated. RE: script.extendedinfo - JohnyBee - 2016-10-19 Hi, How do I clear all downloaded properties in Window (home).Property(name)? In my skin I run the command: PHP Code: <onload>RunScript(script.extendedinfo,info=artistdetails,artistname='ARTIST1',silent=False)</onload> When later in my skin I run the command: PHP Code: <onload>RunScript(script.extendedinfo,info=artistdetails,artistname='ARTIST2',silent=False)</onload> If is lack some properties for ARTIST2 script.extendedinfo leaves property ARTIST1. I have mixed properties ARTIST1 and ARTIST2. I want to clear all property ARTIST1 before downloading properties for ARTIST2. Thank you for your help. RE: script.extendedinfo - BigNoid - 2016-10-19 @phil65 i've looked through all the process options, but can't find the right one's for the trailers, artwork and fanart lists so i guess they are only part of the extended info dialog. Would you be interested into exposing those to so I can load them as plugin content, like similarmovies etc in the regular info dialog? RE: script.extendedinfo - [CGB] - 2016-10-26 Just wondering if it would be possible to add a change/feature to the script... When you're looking up an actor's info and it displays their filmography, the first ones it displays are those that are in your library with the "PLAY" button. Then it displays the movies you don't have but the button remains "PLAY". It would be nice if you could check if the video plug-in "Specto-..,. Fork" (or Pheonix) is installed on the user's system and change the button label to "GET" and call Specto with a search command on the movie title. This I think would be a VERY COOL feature to have. Thanks, -Claude. RE: script.extendedinfo - JohnyBee - 2016-10-26 @phil65 thanks for the great work - script.extendedinfo is great. The command: PHP Code: <onload>RunScript(script.extendedinfo,info=artistdetails,artistname='$INFO[ListItem.Artist]',silent=False)</onload> I found the problem (small error) when the library has more albums with the same name (Greatest Hits, The Hits, The Best ....) for various artists, script.extendedinfo searches for the first album in the database and mixed albums from various artists. For example we've got 1000 albums, 100 has the same name. if we start to search, it will find position with this name album but not for artist that we want. I think that, JSON command should search for albums by artist name and album name. Can you fix it, please? RE: script.extendedinfo - Bloksel - 2016-10-30 After youtube-dl updated to 2016.10.26, I get an error from the extended info script Code: No module named downloader.external Do I have to ask for a solution here or at the Youtube-dl thread? Edit: I already tried reverting back to Youtube-dl 2016.6.27 and then the error is gone RE: script.extendedinfo - Angelinas - 2016-10-31 @Phill can you check Krypton version for music info..(latest git) Is this code need some modification and add some rows https://github.com/phil65/script.extendedinfo/blob/master/resources/lib/TheAudioDB.py#L43 when I change...remove....album.set_artwork({ Mine thumbs,spine,cdart & thumbback start to show ListItem.Property(cdart) ListItem.Property(thumb)..... Cant use RunScript(script.extendedinfo,info=mostlovedtracks)...some error Code: 19:26:59 T:2760 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RunScript(script.extendedinfo,info=topartists) RE: script.extendedinfo - phil65 - 2016-10-31 crash should be fixed on git. RE: script.extendedinfo - Wanilton - 2016-10-31 @phil65, please check this error, I think need fix too, using Krypton last nightlie, with more recent version in your git. Fix mentioned in previous post work great, thanks. Module Kodi65 is update too. Code: 8:30:26 T:13004 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=artistevents&&artistname=Van Morrison RE: script.extendedinfo - Gade - 2016-11-01 @Wanilton, I get the very same errors. Using Code: youtubesearchvideos |