Kodi Community Forum
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)



RE: script.extendedinfo - phil65 - 2016-04-21

(2016-04-21, 15:51)jurrabi Wrote: I do see it clearly. Do you? Just one word: couchpotato. I'm not really trying to pick a fight, but... It's ok to facilitate illegal downloads but not illegal streaming?
For me that's a weird line.
But ok. Rules are rules and I have already apologized.

I apologize again. Nothing else here...

The difference is: One is a generic tool (with nothing illegal provided out-of-the-box), the other one points to specific illegal websites. So that line should be very very clear.


RE: script.extendedinfo - jurrabi - 2016-04-21

Well ok. I do object to the judgemental use of the word "Illegal". One could phrase the same facts in another way and make ti sound different:

"The difference is: One is a tool designed to download illegal and unauthorized copies of copyrighted content through the infamous torrent network designed only to avoid prosecution and the others just use internet searches from selected providers to locate streaming sources for that content that is totally legal if you have the right to watch that content..." See? All depends on where and how you use the adjectives.

PS. I forgot to say: just saying something is illegal doesn't make it illegal.


RE: script.extendedinfo - phil65 - 2016-04-21

(2016-04-21, 16:11)jurrabi Wrote: Well ok. I do object to the judgemental use of the word "Illegal". One could phrase the same facts in another way and make ti sound different:

"The difference is: One is a tool designed to download illegal and unauthorized copies of copyrighted content through the infamous torrent network designed only to avoid prosecution and the others just use internet searches from selected providers to locate streaming sources for that content that is totally legal if you have the right to watch that content..." See? All depends on where and how you use the adjectives.

No, you're absolutelely wrong. There is a clear technical distinction: One of them contains links to illegal sources, the other one doesnt. It's that easy.

EDIT: if you want to nitpick on words: exchange "illegal" with "dubious".


RE: script.extendedinfo - jurrabi - 2016-04-21

At this point I'm just filling your thread. I'll just shut up. Thanks for the intellectual (property) chat..

Feel free to delete whatever...


RE: script.extendedinfo - int0x13 - 2016-04-23

(2016-04-20, 23:18)phil65 Wrote:
(2016-04-20, 12:17)int0x13 Wrote:
(2016-04-13, 23:41)phil65 Wrote: You need to post complete debug logs.
Why do you install from zip file? It is available on the repositories...

Here are the complete log files extracted from a SSH session.
https://www.dropbox.com/s/1b42udh2ipunbdz/kodi_log_pack.zip?dl=0
I tried to install from repository but i cannot because it's noted as "incompatible" and it does the same with installing from zip package.

That´s not a debug log (wiki).

Here is the full debug log (with boot log from Kodi):
http://pastebin.com/UXn0nxgQ


RE: script.extendedinfo - samehvirus - 2016-04-23

Hi, can you please add support to play movies using meta4kodi addon , or show me how to add simple button to send movie name or tmdb id from inside extended info to meta addon ? Thank you


RE: script.extendedinfo - juus - 2016-04-24

Hi you add-on is marked as broken & not available from repository any longer


RE: script.extendedinfo - juus - 2016-04-24

No worries, seems to be working again


RE: script.extendedinfo - samehvirus - 2016-04-24

also pressing "show lists" button keep hang my system ,it will show loading circle forever , however it is still respond to reboot command . is this a bug in current release ?


RE: script.extendedinfo - phil65 - 2016-04-24

(2016-04-24, 15:32)samehvirus Wrote: also pressing "show lists" button keep hang my system ,it will show loading circle forever , however it is still respond to reboot command . is this a bug in current release ?
debug log (wiki)?


RE: script.extendedinfo - samehvirus - 2016-04-24

http://xbmclogs.com/pshjbcqhv


RE: script.extendedinfo - samehvirus - 2016-04-24

sorry , i tnink this one have the problem mentioned before,

http://xbmclogs.com/pr8uepsjp


RE: script.extendedinfo - phil65 - 2016-04-24

(2016-04-24, 16:01)samehvirus Wrote: sorry , i tnink this one have the problem mentioned before,

http://xbmclogs.com/pr8uepsjp

Will be fixed in next version.


RE: script.extendedinfo - samehvirus - 2016-04-24

(2016-04-24, 16:03)phil65 Wrote:
(2016-04-24, 16:01)samehvirus Wrote: sorry , i tnink this one have the problem mentioned before,

http://xbmclogs.com/pr8uepsjp

Will be fixed in next version.

thank you for your fast replay.

would it possible to add simple play using meta4kodi option?


RE: script.extendedinfo - Guilouz - 2016-04-25

Here, my error log on extended info with Estuary.

Code:
01:05:34 T:123145309356032   DEBUG: CPythonInvoker(13, /Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/default.py): entering source directory /Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo
01:05:34 T:123145309356032   DEBUG: CPythonInvoker(13, /Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/default.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.25.0 of the xbmc.python api
01:05:34 T:123145309356032   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named kodi65
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/default.py", line 8, in <module>
                                                from resources.lib import process
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 16, in <module>
                                                import Trakt
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                            ImportError: No module named kodi65
                                            -->End of Python script error report<--
01:05:34 T:123145309356032    INFO: Python script stopped
01:05:34 T:123145309356032   DEBUG: Thread LanguageInvoker 123145309356032 terminating
01:05:34 T:140735137193984   DEBUG: ------ Window Init (DialogNotification.xml) ------
01:05:34 T:140735137193984   DEBUG: Window DialogNotification.xml was already loaded
01:05:34 T:140735137193984   DEBUG: Alloc resources: 0.00ms