Lo que me han contestado:Name: pelisalacarta
addon: plugin.video.pelisalacarta
version: 2.17
url: https://xbmc-tvalacarta.googlecode.com/ ... isalacarta
revision: HEAD
Y mi respuesta:hi,
attached are a patch with some cosmetics changes as well as removal of
unnedded files. also please add a proper, english description to
addon.xml - i updated it so yours is properly registered as the
spanish one.
it seems your plugin has some kind of updating ability? please remove
that, we only want updates happening through the central system.
also what's up with the zip file in resources/lib?
finally, it appears you cache data to the library/ subfolder of the
add-on. this is unacceptable, you must store data to
special://profile/addon_data/<addonid>/
spiff
Básicamente hay dos cosas que tener en cuenta:I have reviewed the changes you propose. I explain this below but i have a question.
This is the first time i apply a diff patch using SVN, but if i applied it ok you have deleted the license.txt file. Is this ok or is there any problem with the file name / license type? I think it is a requisite using GPL or similar license.
My commens for the changes:
- English description in addon.xml: Ok, i'll add this description.
- Updating: I'll remove this feature.
- Zip file in resources/lib: This is a library that cointains .py files. I download the code and used as is, but i'll extract them and remove the zip file.
- The plugin stores files in library, bookmarks and other directories. I'll change to use user_data folder as you request.
Thanks,
Jesús
- No usar actualizaciones automáticas: Me parece lógico, haré un proceso para que el empaquetado de la versión XBMC-ADDON no lo incluya y a correr.
- No almacenar ficheros en los directorios del plugin: Esto es algo más complicado, aunque tampoco mucho, pero que sí que requerirá tocar código en cosas que habéis hecho los demás.
No me importa hacerlo a mí, aunque desde luego agradeceré la ayuda y la comprensión en caso de que rompa algo. Entiendo que el cambio afecta a:
1) Descargas y favoritos
2) Control de vistos y favoritos de los canales de Lily
3) Biblioteca
4) Subtítulos
El 1) lo tengo controlado, y al 2) y al 4) les echaré un vistazo con el permiso de Lily y Bandavi porque es algo que quería incorporar de una forma más global a todo el plugin.
El 3) creo que ya lo estaba mirando @Jurrabi, si es que no está resuelto.
¿Me dejo algo?