• 1
  • 110
  • 111
  • 112(current)
  • 113
  • 114
  • 151
Release script.extendedinfo
(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.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
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.
Always read the XBMC Online Manual,Frequently Asked Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log file.

Reply
(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".
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
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...
Always read the XBMC Online Manual,Frequently Asked Questions and search the forum before posting.
For troubleshooting and bug reporting use -> Log file.

Reply
(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/1b42udh2ipunbd...k.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
Reply
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
Reply
Hi you add-on is marked as broken & not available from repository any longer
Reply
No worries, seems to be working again
Reply
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 ?
Reply
(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)?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
http://xbmclogs.com/pshjbcqhv
Reply
sorry , i tnink this one have the problem mentioned before,

http://xbmclogs.com/pr8uepsjp
Reply
(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.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(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?
Reply
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
 Estuary MOD V2 
Reply
  • 1
  • 110
  • 111
  • 112(current)
  • 113
  • 114
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29