Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
estemendoza committed Oct 15, 2015
1 parent 02ede09 commit 73e558a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 6 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.argenteam"
name="Argenteam.net"
version="0.9.0"
version="0.9.2"
provider-name="estemendoza">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
Expand All @@ -10,14 +10,16 @@
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="es">Descarga subtitulos de aRGENTeaM</summary>
<summary lang="en">Download subtitles of aRGENTeaM</summary>
<description lang="es">Argenteam es una comunidad virtual reunida alrededor del interés común por las series televisivas, películas y artes audiovisuales en general. El trabajo del equipo de traducción de aRGENTeaM redunda en un producto que puede disfrutar toda la comunidad, de manera libre y gratuita. Los subtítulos, por lo tanto, no son realizados con fines comerciales y queda expresamente prohibido su uso con esta finalidad. El producto final de estas traducciones queda alojado en este sitio para uso exclusivo y personal de aquellos que lo deseen</description>
<description lang="en">Search and download subtitles from argenteam.net</description>
<disclaimer lang="en"></disclaimer>
<language>es</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=190859</forum>
<website></website>
<email></email>
<source>https://github.com/manacker/service.subtitles.subscene</source>
<website>http://foro.argenteam.net/viewtopic.php?f=63&amp;t=149344</website>
<email>estemendoza@gmail.com</email>
<source>https://github.com/estemendoza/service.subtitles.argenteam</source>
</extension>
</addon>
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.2
- Removed title when searching for an episode
- PEP 8 compliant

0.9
- Migrated to use the Argenteam API
- Make the hearing impared flag to appear on subtitles that are CC
Expand All @@ -11,4 +15,4 @@
- Fixed ordering issue when showing list of subtitles

0.1
- initial port from former XBMC subtitles plugin by amet and by CaTzil
- initial port from former XBMC subtitles plugin by amet and by CaTzil

0 comments on commit 73e558a

Please sign in to comment.