Gracias por contestar,
Lo que me recomendaron (e hice) fue entrar por consola al Apple TV e instalar una versión más reciente del XBMC que según leí por ahí resolvía algunos problemas relacionados con la reproducción de los vídeos en pelisalacarta. El proceso es:
Código: Seleccionar todo
wget http://hadm.net/~keith/xbmc_atv2/latest_atv2.deb
dpkg -i latest_atv2.deb
Pero lamentablemente la cosa sigue igual...
¿es algo generalizado? lo digo xq tengo compañeros con ATV y la misma versión tanto de XBMC como de pelisalacarta y según me dicen a ellos si que les funciona el plugin...
En mi caso el plugin explora y carga perfectamente todos los menús pero al intentar cargar cualquier vídeo da "Fallo de script" en el plugin (independientemente del servidor de vídeo o canal). Te pego la parte del log relacionada con el error en cuestión:
Código: Seleccionar todo
11:31:50 T:168165376 M:117219328 NOTICE: -->Python Interpreter Initialized<--
11:31:50 T:168165376 M:117219328 DEBUG: Process - The source file to load is /var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta/default.py
11:31:50 T:168165376 M:117219328 DEBUG: Process - Setting the Python path to /var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta:/var/mobile/Library/Preferences/XBMC/addons/script.module.simplejson/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib:/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pil/lib:/var/mobile/Library/Preferences/XBMC/addons/script.web.viewer/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.elementtree/lib:/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pysqlite/lib:/Applications/XBMC.frappliance/Frameworks:/Applications/XBMC.frappliance/Frameworks/lib/python26.zip:/Applications/XBMC.frappliance/Frameworks/lib/python2.6:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-darwin:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-tk:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-old:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-dynload:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/site-packages:
11:31:50 T:168165376 M:117088256 DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta
11:31:50 T:168165376 M:117088256 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.pelisalacarta" dependent on version 1.0 of the xbmc.python api
11:31:50 T:168165376 M:117084160 NOTICE: [config.py] xbmcdharma config 3.0.1
11:31:50 T:168165376 M:117084160 NOTICE: [config.py] runtime path = /var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta
11:31:50 T:168165376 M:117084160 NOTICE: [config.py] data path = /var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.video.pelisalacarta/
11:31:50 T:168165376 M:117084160 NOTICE: [config.py] temp path = /var/mobile/Library/Preferences/XBMC/temp/test
11:31:52 T:168165376 M:117563392 ERROR: /var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta/core/scrapertools.py:22: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
11:31:52 T:168165376 M:117563392 NOTICE: generico=
11:31:52 T:168165376 M:117563392 NOTICE: True
11:31:52 T:168165376 M:117563392 INFO: -->Python script returned the following error<--
11:31:52 T:168165376 M:117563392 ERROR: Error Type: <type 'exceptions.UnboundLocalError'>
11:31:52 T:168165376 M:117563392 ERROR: Error Contents: local variable 'seleccion' referenced before assignment
11:31:52 T:168165376 M:117563392 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta/default.py", line 27, in <module>
launcher.run()
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta/platform/xbmc/launcher.py", line 180, in run
xbmctools.playvideo(params.get("channel"),item.server,item.url,item.category,item.title,item.thumbnail,item.plot,subtitle=item.subtitle)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta/core/xbmctools.py", line 125, in playvideo
playvideoEx(canal,server,url,category,title,thumbnail,plot,False,False,False,strmfile,Serie,subtitle)
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.pelisalacarta/core/xbmctools.py", line 219, in playvideoEx
logger.info("seleccion=%d" % seleccion)
UnboundLocalError: local variable 'seleccion' referenced before assignment
11:31:52 T:168165376 M:117563392 INFO: -->End of Python script error report<--
Si te sirve de algo, genial, sino espero a esa actualización de todas formas,
Si necesitas algún otro dato para diagnosticar, ya sabes...
Saludos.