Página 1 de 2

Biblioteca / Libreria

Publicado: 08 Sep 2015, 02:05
por zanzibar1982
Hola,

I am on 4.0.3

Got error trying to access "libreria" (or "biblioteca", guess they're the same), so I'm trying to troubleshoot this.

1) I see in channelselector.py the channel's called "wiideoteca" instead of "libreria"
(there's no wiideoteca.py in /channels, but there actually is libreria.py)

2) robalo found a bug about path in library_service.py:

Código: Seleccionar todo

pathchannels = os.path.join(config.get_runtime_path(), 'pelisalacarta' , 'channels' , serie[2].strip() + '.py') 
3)There is a library.py file in /platformcode: what is it for?

4) By changing wiideoteca to libreria, changing pathchannels to

Código: Seleccionar todo

pathchannels = os.path.join(config.get_runtime_path() , 'channels' , serie[2].strip() + '.py') 
in log I get this error:
02:37:42 T:5700 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: cannot import name DecryptYonkis
Traceback (most recent call last):
File "C:\Users\Barracuda\AppData\Roaming\Kodi\addons\plugin.video.pelisalacarta.italiano-master\default.py", line 27, in <module>
launcher.run()
File "C:\Users\Barracuda\AppData\Roaming\Kodi\addons\plugin.video.pelisalacarta.italiano-master\platformcode\launcher.py", line 101, in run
exec "import channels."+channel_name+" as channel"
File "<string>", line 1, in <module>
File "C:\Users\Barracuda\AppData\Roaming\Kodi\addons\plugin.video.pelisalacarta.italiano-master\channels\libreria.py", line 12, in <module>
from core import DecryptYonkis as Yonkis
ImportError: cannot import name DecryptYonkis
-->End of Python script error report<--
02:37:42 T:4072 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.pelisalacarta/?action=mainlist&category=Libreria&channel=libreria
02:37:42 T:4072 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pelisalacarta/?action=mainlist&category=Libreria&channel=libreria) failed
as in /core there's no such file, I added this http://xbmc-tvalacarta.googlecode.com/s ... tYonkis.py

so then the error become this:
02:55:26 T:5596 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.OperationalError'>
Error Contents: no such table: tvshow
Traceback (most recent call last):
File "C:\Users\Barracuda\AppData\Roaming\Kodi\addons\plugin.video.pelisalacarta.italiano-master\default.py", line 27, in <module>
launcher.run()
File "C:\Users\Barracuda\AppData\Roaming\Kodi\addons\plugin.video.pelisalacarta.italiano-master\platformcode\launcher.py", line 308, in run
exec "itemlist = channel."+action+"(item)"
File "<string>", line 1, in <module>
File "C:\Users\Barracuda\AppData\Roaming\Kodi\addons\plugin.video.pelisalacarta.italiano-master\channels\libreria.py", line 42, in mainlist
group by sh.idShow""")
OperationalError: no such table: tvshow
-->End of Python script error report<--
02:55:26 T:4072 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.pelisalacarta/?action=mainlist&category=Libreria&channel=libreria
02:55:26 T:4072 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pelisalacarta/?action=mainlist&category=Libreria&channel=libreria) failed
So now the problem is an sqlite3 that can't find a table named tvshow...
I feel like I'm running in circles :|

Re: Biblioteca / Libreria

Publicado: 08 Sep 2015, 07:29
por robalo

Re: Biblioteca / Libreria

Publicado: 08 Sep 2015, 12:57
por zanzibar1982
I read everything, even until the end of hdfull argument, but could not get useful hints. :|

Re: Biblioteca / Libreria

Publicado: 08 Sep 2015, 14:33
por robalo
Seguro que has leido bien :) la razón del error por el tema "wiideoteca" está al final del hilo

Re: Biblioteca / Libreria

Publicado: 08 Sep 2015, 14:42
por zanzibar1982
Uhm... yeah, I think I got it now.
The "libreria" I see in main menù refers to wiideoteca, that does not exist anymore.
So reassuming, I have to comment the line in channelselector to make it disappear, and use "favoridos"
channel instead of "libreria" to see the streams I saved. Correct?

Re: Biblioteca / Libreria

Publicado: 08 Sep 2015, 17:39
por vitouchiha
I wanted to know if you could add to the TV series to the Library???

so you can add covers and descriptions .

I found this tutorial for the Original Plugin of Pelisalacarta and work but with this italian version no.

can someone tell me how to fix?


link to the video guide
https://www.youtube.com/watch?v=LW_HhZs ... olitariaHD
vitouchiha


I wanted to know if it was my problem or a bug pelisalacarta Italian , because the works in Spanish works .

Maybe you need to translate the library folders in Italian ?

why are you go
Videos - > Library - > File

and add the path in this case

"special://userdata/addon_data/plugin.video.genesis/TVShows "

There are two folders

" CINE " and " SERIES "

maybe just maybe

you have to translate these folders and their connections to bring into the library the TV series

Re: Biblioteca / Libreria

Publicado: 08 Sep 2015, 20:21
por zanzibar1982
This is pelisalacarta forum, the path you talk about is another add-on, genesis.

Plus I'm not sure I understand your problem.

Please simply uninstall any other pelisalacarta version you have and install the one in my signature, you can use prrferiti instead of libreria.

Re: Biblioteca / Libreria

Publicado: 09 Sep 2015, 13:36
por vitouchiha
https://www.youtube.com/watch?v=LW_HhZs ... olitariaHD

or this video

https://www.youtube.com/watch?v=OT-yXDG ... olitariaHD

I was wrong to link

If you watch this video ,
the boy fails to set the library so that the TV series made ​​by " pelisalacarta "
They are added to the library
and then adds cover and description of the film or TV series.

if you add in the favorite TV series , you can not insert the cover and descriptions

Re: Biblioteca / Libreria

Publicado: 09 Sep 2015, 14:29
por zanzibar1982
Well, I haven't been able to enable libreria on v4.0.3 yet, and the video is about a working v3.2, so I guess there's some work to do.

Re: Biblioteca / Libreria

Publicado: 09 Sep 2015, 17:50
por vitouchiha
if you install the latest version of pelisalacarta

the original to be clear

if you follow the steps of the video , it works properly

so I think there is some problem with the plug in Italian

maybe I'm wrong