Página 1 de 2

Modificando Mcanime.py

Publicado: 07 Dic 2011, 19:04
por talixme
Muy buenas:

Se podría modificar el sistema de reconocimiento de las serie de anime para que tambien salgan la del apartado de fansubs??
Me he aventurado a modificar el codigo y he conseguido que ya salgan en listado pero ni mucho menos me reconoce los archivos para porder verlos.
He aqui lo que he modificado

# Aportaciones de los usuarios / Fansubs
patron = '<h6 class="m">Fansubs que trabajan esta serie[/size]</h6>[^<]+'
patron += '<div id="user_actions">(.*?)</div>'
matches = re.compile(patron,re.DOTALL).findall(data)

Y el log del error intentando acceder a http://www.mcanime.net/fansubs/heiwai_n ... 2147/10830

18:51:01 T:4676 M:2137870336 NOTICE: -----------------------------------------------------------------------
18:51:01 T:4676 M:2137808896 NOTICE: Starting XBMC, Platform: Windows 7, 64-bit (WoW) Service Pack 1 build 7601. Built on Mar 8 2011 (Git:e9e9099, compiler 1500)
18:51:01 T:4676 M:2137808896 NOTICE: AMD Phenom(tm) 9850 Quad-Core Processor
18:51:01 T:4676 M:2137808896 NOTICE: Desktop Resolution: 1920x1080 32Bit at 59Hz
18:51:01 T:4676 M:2137808896 NOTICE: Running with administrator rights
18:51:01 T:4676 M:2137808896 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
18:51:01 T:4676 M:2137808896 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
18:51:01 T:4676 M:2137808896 NOTICE: special://masterprofile/ is mapped to: C:\Users\Administrador\AppData\Roaming\XBMC\userdata
18:51:01 T:4676 M:2137808896 NOTICE: special://home/ is mapped to: C:\Users\Administrador\AppData\Roaming\XBMC
18:51:01 T:4676 M:2137808896 NOTICE: special://temp/ is mapped to: C:\Users\Administrador\AppData\Roaming\XBMC\cache
18:51:01 T:4676 M:2137808896 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
18:51:01 T:4676 M:2137808896 NOTICE: Log File is located: C:\Users\Administrador\AppData\Roaming\XBMC\xbmc.log
18:51:01 T:4676 M:2137808896 NOTICE: -----------------------------------------------------------------------
18:51:01 T:4676 M:2137788416 NOTICE: Setup SDL
18:51:01 T:4676 M:2137219072 NOTICE: Found screen: Monitor PnP genérico on ATI Radeon HD 3600 Series, adapter 0.
18:51:01 T:4676 M:2137214976 NOTICE: Primary mode: 1920x1080 @ 59.94 - Full Screen
18:51:01 T:4676 M:2135568384 NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
18:51:01 T:4676 M:2135490560 NOTICE: Additional mode: 640x480 @ 73.00 - Full Screen
18:51:01 T:4676 M:2135494656 NOTICE: Additional mode: 640x480 @ 75.00 - Full Screen
18:51:01 T:4676 M:2134392832 NOTICE: Additional mode: 720x480 @ 59.94 - Full Screen
18:51:01 T:4676 M:2134392832 NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
18:51:01 T:4676 M:2134392832 NOTICE: Additional mode: 720x480 @ 75.00 - Full Screen
18:51:01 T:4676 M:2134286336 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2134286336 NOTICE: Additional mode: 720x576 @ 50.00 - Full Screen
18:51:01 T:4676 M:2134269952 NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
18:51:01 T:4676 M:2134204416 NOTICE: Additional mode: 800x600 @ 72.00 - Full Screen
18:51:01 T:4676 M:2134220800 NOTICE: Additional mode: 800x600 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133929984 NOTICE: Additional mode: 848x480 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133929984 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133929984 NOTICE: Additional mode: 848x480 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133843968 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133843968 NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133843968 NOTICE: Additional mode: 1024x768 @ 70.00 - Full Screen
18:51:01 T:4676 M:2133843968 NOTICE: Additional mode: 1024x768 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133843968 NOTICE: Additional mode: 1152x648 @ 50.00 - Full Screen
18:51:01 T:4676 M:2133843968 NOTICE: Additional mode: 1152x648 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133843968 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133843968 NOTICE: Additional mode: 1152x864 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1152x864 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x720 @ 59.94 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x900 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x960 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1280x1024 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133794816 NOTICE: Additional mode: 1360x1024 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Previous line repeats 2 times.
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1440x900 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1440x900 @ 75.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1600x1200 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1680x1050 @ 59.94 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1680x1050 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1776x1000 @ 25.00i - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1776x1000 @ 50.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1776x1000 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 59.94 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 24.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 25.00i - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 29.97i - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 30.00i - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 50.00 - Full Screen
18:51:01 T:4676 M:2133782528 NOTICE: Additional mode: 1920x1080 @ 60.00 - Full Screen
18:51:01 T:4676 M:2133917696 NOTICE: load settings...
18:51:01 T:4676 M:2133807104 NOTICE: special://profile/ is mapped to: special://masterprofile/
18:51:01 T:4676 M:2133807104 NOTICE: loading special://masterprofile/guisettings.xml
18:51:01 T:4676 M:2133745664 NOTICE: Getting hardware information now...
18:51:01 T:4676 M:2133745664 NOTICE: Checking resolution 11
18:51:01 T:4676 M:2133745664 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
18:51:01 T:4676 M:2133733376 NOTICE: Loaded playercorefactory configuration
18:51:01 T:4676 M:2133733376 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
18:51:01 T:4676 M:2133733376 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
18:51:01 T:4676 M:2133729280 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
18:51:01 T:4676 M:2133729280 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<video>
<timeseekforward>30</timeseekforward>
<!-- Time to seek forward in sec - short seek. Defaults to 30. -->
<timeseekbackward>-5</timeseekbackward>
<!-- Time to seek backward in sec - short seek. Defaults to -30. -->
<timeseekforwardbig>30</timeseekforwardbig>
<!-- Time seek forward in sec- long seek. Def 600 (10 min). -->
<timeseekbackwardbig>-5</timeseekbackwardbig>
<!-- Time seek back in sec - long seek. Def to -600 (10 min). -->
<playcountminimumpercent>01</playcountminimumpercent>
</video>
</advancedsettings>
18:51:01 T:4676 M:2133721088 NOTICE: Getting hardware information now...
18:51:01 T:4676 M:2133721088 NOTICE: Checking resolution 11
18:51:01 T:4676 M:2133721088 NOTICE: Default DVD Player: dvdplayer
18:51:01 T:4676 M:2133721088 NOTICE: Default Video Player: dvdplayer
18:51:01 T:4676 M:2133721088 NOTICE: Default Audio Player: paplayer
18:51:01 T:4676 M:2133696512 NOTICE: Loading media sources from special://masterprofile/sources.xml
18:51:02 T:4676 M:2121142272 NOTICE: initializing playlistplayer
18:51:02 T:4676 M:2121142272 NOTICE: DONE initializing playlistplayer
18:51:02 T:4676 M:2110582784 NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
18:51:02 T:4676 M:2110451712 NOTICE: initialize done
18:51:02 T:4676 M:2110451712 NOTICE: Running the application...
18:51:02 T:4676 M:2110435328 NOTICE: ES: Starting event server
18:51:02 T:4492 M:2110427136 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
18:51:02 T:4492 M:2110410752 NOTICE: UDP: Listening on port 9777
18:51:02 T:3188 M:2110304256 NOTICE: VideoInfoScanner: Starting scan ..
18:51:04 T:652 M:2096840704 NOTICE: -->Python Interpreter Initialized<--
18:51:04 T:652 M:2093760512 NOTICE: {'limit': '4'}
18:51:04 T:3188 M:2091769856 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:02
18:51:07 T:4452 M:2089869312 ERROR: WEATHER: Unable to get data: Invalid License Key.
18:51:10 T:4560 M:2090729472 NOTICE: -->Python Interpreter Initialized<--
18:51:10 T:4560 M:2090676224 NOTICE: PLATFORM_NAME=xbmceden
18:51:10 T:4560 M:2090676224 NOTICE: [config.py] xbmceden config 3.2
18:51:10 T:4560 M:2090672128 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
18:51:10 T:4560 M:2090672128 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
18:51:10 T:4560 M:2090672128 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
18:51:12 T:4676 M:2085400576 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
18:51:15 T:648 M:2083241984 NOTICE: -->Python Interpreter Initialized<--
18:51:15 T:648 M:2083221504 NOTICE: PLATFORM_NAME=xbmceden
18:51:15 T:648 M:2083221504 NOTICE: [config.py] xbmceden config 3.2
18:51:15 T:648 M:2083221504 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
18:51:15 T:648 M:2083221504 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
18:51:15 T:648 M:2083221504 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
18:51:16 T:648 M:2082717696 ERROR: Error Type: exceptions.KeyError
18:51:16 T:648 M:2082713600 ERROR: Error Contents: u'\xf3'
18:51:16 T:648 M:2082533376 ERROR: Traceback (most recent call last):
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\default.py", line 27, in ?
launcher.run()
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\platform\xbmc\launcher.py", line 113, in run
exec "channel."+action+"(params, url, category)"
File "<string>", line 1, in ?
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\pelisalacarta\channels\mcanime.py", line 426, in ddpostdetail
xbmctools.addnewvideo( CHANNELNAME , "addalltodownloadlist" , title , "" , "(Añadir todos los videos a la lista de descarga)" , url , thumbnail , plot )
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\platform\xbmc\xbmctools.py", line 120, in addnewvideo
itemurl = '%s?channel=%s&action=%s&category=%s&title=%s&fulltitle=%s&url=%s&thumbnail=%s&plot=%s&server=%s&Serie=%s&subtitle=%s&show=%s&extradata=%s' % ( sys.argv[ 0 ] , canal , accion , urllib.quote_plus( category ) , urllib.quote_plus( title ) , urllib.quote_plus( fulltitle ) , urllib.quote_plus( url ) , urllib.quote_plus( thumbnail ) , urllib.quote_plus( plot ) , server , Serie , urllib.quote_plus(subtitle), urllib.quote_plus( show ) , urllib.quote_plus(extra) )
File "special://xbmc/system/python/Lib\urllib.py", line 1123, in quote_plus
s = quote(s, safe + ' ')
File "special://xbmc/system/python/Lib\urllib.py", line 1117, in quote
res = map(safe_map.__getitem__, s)
KeyError: u'\xf3'
18:51:16 T:4676 M:2082529280 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.pelisalacarta/?channel=mcanime&action=ddpostdetail&category=mcanime&title=%5BHnoF%5D+Shakugan+no+Shana+III+%28Final%29+5+%2F+%3F%3F+%28hace+23+hrs.+56+mins.%29&fulltitle=%5BHnoF%5D+Shakugan+no+Shana+III+%28Final%29+5+%2F+%3F%3F+%28hace+23+hrs.+56+mins.%29&url=http%3A%2F%2Fwww.mcanime.net%2Ffansubs%2Fheiwai_no_fansub%2Fanime%2Fshakugan_no_shana_iii_final%2F2147%2F10830&thumbnail=http%3A%2F%2Fimages.mcanime.net%2Fimages%2Fanime%2F10830.jpg&plot=%0AContinuaci%C3%B3n+directa+de+la+segunda+temporada+de+Shakugan+no+Shana%2C+nuevos+enemigos+y+nuevas+batallas+les+esperan+a+Sakai+Yuuji+y+Shana.%0A%0A%0A&extradata=&Serie=&show=
18:51:16 T:4676 M:2082529280 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pelisalacarta/?channel=mcanime&action=ddpostdetail&category=mcanime&title=%5BHnoF%5D+Shakugan+no+Shana+III+%28Final%29+5+%2F+%3F%3F+%28hace+23+hrs.+56+mins.%29&fulltitle=%5BHnoF%5D+Shakugan+no+Shana+III+%28Final%29+5+%2F+%3F%3F+%28hace+23+hrs.+56+mins.%29&url=http%3A%2F%2Fwww.mcanime.net%2Ffansubs%2Fheiwai_no_fansub%2Fanime%2Fshakugan_no_shana_iii_final%2F2147%2F10830&thumbnail=http%3A%2F%2Fimages.mcanime.net%2Fimages%2Fanime%2F10830.jpg&plot=%0AContinuaci%C3%B3n+directa+de+la+segunda+temporada+de+Shakugan+no+Shana%2C+nuevos+enemigos+y+nuevas+batallas+les+esperan+a+Sakai+Yuuji+y+Shana.%0A%0A%0A&extradata=&Serie=&show=) failed
18:51:16 T:4676 M:2082422784 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
18:51:22 T:3756 M:2081124352 NOTICE: -->Python Interpreter Initialized<--
18:51:22 T:3756 M:2080980992 NOTICE: {'limit': '4'}
18:51:23 T:4676 M:2080845824 NOTICE: Storing total System Uptime
18:51:23 T:4676 M:2080907264 NOTICE: Saving settings
18:51:23 T:4676 M:2081067008 NOTICE: stop all
18:51:23 T:4676 M:2081067008 NOTICE: ES: Stopping event server
18:51:23 T:4492 M:2081107968 NOTICE: ES: UDP Event server stopped
18:51:23 T:4676 M:2081189888 NOTICE: stop sap announcement listener
18:51:23 T:4676 M:2081189888 NOTICE: clean cached files!
18:51:23 T:4676 M:2081181696 NOTICE: unload skin
18:51:23 T:4676 M:2084802560 NOTICE: stop python
18:51:23 T:4676 M:2105151488 NOTICE: stopped
18:51:23 T:4676 M:2104479744 NOTICE: destroy
18:51:23 T:4676 M:2105282560 NOTICE: unload sections

Una cosa mas, el plugin animeflv no cambia correctamente los nombres al agregar una serie a la blibioteca, cambia la extension a strm pero mantiene el nombre original por lo que la blibioteca no los reconoce.

Muchas gracias.

Re: Modificando Mcanime.py

Publicado: 08 Dic 2011, 12:30
por jesus
Parece un fallo de encoding...

¿Puedes subir el fichero con el canal modificado y los pasos para reproducir el error?

Ayer empecé a trabajar en mcanime para hacerlo multiplataforma, intentaré integrar ya los cambios para los fansubs y sacarlo todo junto.

Re: Modificando Mcanime.py

Publicado: 08 Dic 2011, 23:16
por talixme
Ok adjunto el archivo miodificado.

Pelis a la carta->Canales->Anime->McAnime->Descarga directa-Listado alfabetico->S->Shakugan no Shana III(Final)->[RKB™] Shakugan no Shana III (Final) 9 / ??

Adjunto el nuevo log ya que he cambiado en fansub.
23:08:44 T:4884 M:2978861056 NOTICE: -----------------------------------------------------------------------
23:08:44 T:4884 M:2978848768 NOTICE: Starting XBMC, Platform: Windows 7, 64-bit (WoW) Service Pack 1 build 7601. Built on Mar 8 2011 (Git:e9e9099, compiler 1500)
23:08:44 T:4884 M:2978848768 NOTICE: AMD Phenom(tm) 9850 Quad-Core Processor
23:08:44 T:4884 M:2978848768 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
23:08:44 T:4884 M:2978848768 NOTICE: Running with administrator rights
23:08:44 T:4884 M:2978848768 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
23:08:44 T:4884 M:2978848768 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
23:08:44 T:4884 M:2978848768 NOTICE: special://masterprofile/ is mapped to: C:\Users\Administrador\AppData\Roaming\XBMC\userdata
23:08:44 T:4884 M:2978848768 NOTICE: special://home/ is mapped to: C:\Users\Administrador\AppData\Roaming\XBMC
23:08:44 T:4884 M:2978848768 NOTICE: special://temp/ is mapped to: C:\Users\Administrador\AppData\Roaming\XBMC\cache
23:08:44 T:4884 M:2978848768 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
23:08:44 T:4884 M:2978848768 NOTICE: Log File is located: C:\Users\Administrador\AppData\Roaming\XBMC\xbmc.log
23:08:44 T:4884 M:2978848768 NOTICE: -----------------------------------------------------------------------
23:08:44 T:4884 M:2978828288 NOTICE: Setup SDL
23:08:44 T:4884 M:2978643968 NOTICE: Found screen: Monitor PnP genérico on ATI Radeon HD 3600 Series (Microsoft Corporation WDDM 1.1) , adapter 0.
23:08:44 T:4884 M:2978639872 NOTICE: Primary mode: 1920x1080 @ 60.00 - Full Screen
23:08:44 T:4884 M:2977677312 NOTICE: Additional mode: 640x432 @ 60.00 - Full Screen
23:08:44 T:4884 M:2976342016 NOTICE: Previous line repeats 2 times.
23:08:44 T:4884 M:2976342016 NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
23:08:44 T:4884 M:2976358400 NOTICE: Additional mode: 640x480 @ 73.00 - Full Screen
23:08:44 T:4884 M:2976358400 NOTICE: Additional mode: 640x480 @ 75.00 - Full Screen
23:08:44 T:4884 M:2976358400 NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
23:08:44 T:4884 M:2976215040 NOTICE: Additional mode: 720x576 @ 50.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 800x600 @ 56.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 800x600 @ 70.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 800x600 @ 72.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 800x600 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1024x768 @ 70.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1024x768 @ 72.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1024x768 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1152x648 @ 50.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1152x648 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Previous line repeats 2 times.
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1152x864 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1152x864 @ 70.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1152x864 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Previous line repeats 2 times.
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1280x768 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975883264 NOTICE: Previous line repeats 2 times.
23:08:44 T:4884 M:2975883264 NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x960 @ 70.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x960 @ 72.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x960 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x1024 @ 70.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1280x1024 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1440x480 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975879168 NOTICE: Previous line repeats 2 times.
23:08:44 T:4884 M:2975879168 NOTICE: Additional mode: 1440x900 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1440x900 @ 75.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1600x1200 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1680x1050 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1776x1000 @ 25.00i - Full Screen
23:08:44 T:4884 M:2975875072 NOTICE: Additional mode: 1776x1000 @ 50.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1776x1000 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1920x1080 @ 60.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1920x1080 @ 24.00 - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1920x1080 @ 25.00i - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1920x1080 @ 30.00i - Full Screen
23:08:44 T:4884 M:2975870976 NOTICE: Additional mode: 1920x1080 @ 50.00 - Full Screen
23:08:44 T:4884 M:2976014336 NOTICE: load settings...
23:08:44 T:4884 M:2976002048 NOTICE: special://profile/ is mapped to: special://masterprofile/
23:08:44 T:4884 M:2976002048 NOTICE: loading special://masterprofile/guisettings.xml
23:08:44 T:4884 M:2975924224 NOTICE: Getting hardware information now...
23:08:44 T:4884 M:2975924224 NOTICE: Checking resolution 12
23:08:44 T:4884 M:2975911936 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
23:08:44 T:4884 M:2975899648 NOTICE: Loaded playercorefactory configuration
23:08:44 T:4884 M:2975899648 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
23:08:44 T:4884 M:2975899648 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
23:08:44 T:4884 M:2975895552 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
23:08:44 T:4884 M:2975895552 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<video>
<timeseekforward>30</timeseekforward>
<!-- Time to seek forward in sec - short seek. Defaults to 30. -->
<timeseekbackward>-5</timeseekbackward>
<!-- Time to seek backward in sec - short seek. Defaults to -30. -->
<timeseekforwardbig>30</timeseekforwardbig>
<!-- Time seek forward in sec- long seek. Def 600 (10 min). -->
<timeseekbackwardbig>-5</timeseekbackwardbig>
<!-- Time seek back in sec - long seek. Def to -600 (10 min). -->
<playcountminimumpercent>01</playcountminimumpercent>
</video>
</advancedsettings>
23:08:44 T:4884 M:2975870976 NOTICE: Getting hardware information now...
23:08:44 T:4884 M:2975870976 NOTICE: Checking resolution 12
23:08:44 T:4884 M:2975870976 NOTICE: Default DVD Player: dvdplayer
23:08:44 T:4884 M:2975870976 NOTICE: Default Video Player: dvdplayer
23:08:44 T:4884 M:2975870976 NOTICE: Default Audio Player: paplayer
23:08:44 T:4884 M:2975866880 NOTICE: Loading media sources from special://masterprofile/sources.xml
23:08:44 T:4884 M:2960269312 NOTICE: initializing playlistplayer
23:08:44 T:4884 M:2960269312 NOTICE: DONE initializing playlistplayer
23:08:45 T:4884 M:2949685248 NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
23:08:45 T:4884 M:2949505024 NOTICE: initialize done
23:08:45 T:4884 M:2949472256 NOTICE: Running the application...
23:08:45 T:4884 M:2949455872 NOTICE: ES: Starting event server
23:08:45 T:3052 M:2949398528 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
23:08:45 T:3052 M:2949349376 NOTICE: UDP: Listening on port 9777
23:08:45 T:4284 M:2949345280 NOTICE: VideoInfoScanner: Starting scan ..
23:08:46 T:4352 M:2927013888 NOTICE: -->Python Interpreter Initialized<--
23:08:47 T:4284 M:2924318720 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:01
23:08:47 T:4352 M:2924158976 NOTICE: {'limit': '4'}
23:08:49 T:488 M:2917740544 ERROR: WEATHER: Unable to get data: Invalid License Key.
23:09:27 T:4884 M:2917572608 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
23:09:27 T:4604 M:2917691392 ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\Administrador\AppData\Roaming\XBMC\userdata\Thumbnails\b\bc009d5b.png
23:09:27 T:4604 M:2917691392 ERROR: XFILE::CFile::Delete - Error deleting file special://masterprofile/Thumbnails/b/bc009d5b.png
23:09:28 T:3572 M:2916806656 NOTICE: -->Python Interpreter Initialized<--
23:09:28 T:3572 M:2916765696 NOTICE: PLATFORM_NAME=xbmceden
23:09:28 T:3572 M:2916741120 NOTICE: [config.py] xbmceden config 3.2
23:09:28 T:3572 M:2916737024 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:09:28 T:3572 M:2916737024 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:09:28 T:3572 M:2916737024 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:09:29 T:4884 M:2913128448 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:09:32 T:3904 M:2912677888 NOTICE: -->Python Interpreter Initialized<--
23:09:32 T:3904 M:2912657408 NOTICE: PLATFORM_NAME=xbmceden
23:09:32 T:3904 M:2912645120 NOTICE: [config.py] xbmceden config 3.2
23:09:32 T:3904 M:2912620544 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:09:32 T:3904 M:2912620544 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:09:32 T:3904 M:2912620544 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:09:32 T:4884 M:2911809536 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:09:44 T:1132 M:2909634560 NOTICE: -->Python Interpreter Initialized<--
23:09:44 T:1132 M:2909614080 NOTICE: PLATFORM_NAME=xbmceden
23:09:44 T:1132 M:2909601792 NOTICE: [config.py] xbmceden config 3.2
23:09:44 T:1132 M:2909605888 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:09:44 T:1132 M:2909605888 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:09:44 T:1132 M:2909605888 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:09:45 T:4884 M:2908557312 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:09:45 T:608 M:2907975680 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
23:09:45 T:608 M:2907975680 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
23:09:45 T:608 M:2909003776 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
23:09:45 T:608 M:2909003776 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
23:09:45 T:4556 M:2908930048 NOTICE: -->Python Interpreter Initialized<--
23:09:45 T:4556 M:2908897280 NOTICE: PLATFORM_NAME=xbmceden
23:09:45 T:4556 M:2908884992 NOTICE: [config.py] xbmceden config 3.2
23:09:45 T:4556 M:2908872704 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:09:45 T:4556 M:2908872704 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:09:45 T:4556 M:2908872704 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:09:46 T:4884 M:2907963392 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:09:47 T:2632 M:2908303360 NOTICE: -->Python Interpreter Initialized<--
23:09:47 T:2632 M:2908282880 NOTICE: PLATFORM_NAME=xbmceden
23:09:47 T:2632 M:2908274688 NOTICE: [config.py] xbmceden config 3.2
23:09:47 T:2632 M:2908274688 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:09:47 T:2632 M:2908274688 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:09:47 T:2632 M:2908274688 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:09:47 T:4884 M:2907435008 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:09:48 T:4912 M:2906693632 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
23:09:48 T:4912 M:2906693632 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
23:09:48 T:4912 M:2906918912 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
23:09:48 T:4912 M:2906918912 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
23:09:49 T:4912 M:2906923008 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
23:09:49 T:4912 M:2906923008 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
23:10:00 T:380 M:2909761536 NOTICE: -->Python Interpreter Initialized<--
23:10:00 T:380 M:2909741056 NOTICE: PLATFORM_NAME=xbmceden
23:10:00 T:380 M:2909732864 NOTICE: [config.py] xbmceden config 3.2
23:10:00 T:380 M:2909732864 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:10:00 T:380 M:2909732864 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:10:00 T:380 M:2909732864 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:10:01 T:4884 M:2908213248 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:10:47 T:1264 M:2912141312 NOTICE: -->Python Interpreter Initialized<--
23:10:47 T:1264 M:2912120832 NOTICE: PLATFORM_NAME=xbmceden
23:10:47 T:1264 M:2912120832 NOTICE: [config.py] xbmceden config 3.2
23:10:47 T:1264 M:2912120832 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:10:47 T:1264 M:2912120832 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:10:47 T:1264 M:2912120832 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:10:49 T:4884 M:2910429184 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:10:52 T:3040 M:2909241344 NOTICE: -->Python Interpreter Initialized<--
23:10:52 T:3040 M:2909224960 NOTICE: PLATFORM_NAME=xbmceden
23:10:52 T:3040 M:2909212672 NOTICE: [config.py] xbmceden config 3.2
23:10:52 T:3040 M:2909212672 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:10:52 T:3040 M:2909212672 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:10:52 T:3040 M:2909212672 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:10:54 T:4884 M:2905944064 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:10:57 T:4480 M:2904711168 WARNING: Previous line repeats 1 times.
23:10:57 T:4480 M:2904711168 NOTICE: -->Python Interpreter Initialized<--
23:10:57 T:4480 M:2904666112 NOTICE: PLATFORM_NAME=xbmceden
23:10:57 T:4480 M:2904653824 NOTICE: [config.py] xbmceden config 3.2
23:10:57 T:4480 M:2904653824 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:10:57 T:4480 M:2904653824 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:10:57 T:4480 M:2904653824 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:11:00 T:4884 M:2900041728 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:12:26 T:220 M:2892664832 NOTICE: -->Python Interpreter Initialized<--
23:12:26 T:220 M:2892644352 NOTICE: PLATFORM_NAME=xbmceden
23:12:26 T:220 M:2892632064 NOTICE: [config.py] xbmceden config 3.2
23:12:26 T:220 M:2892632064 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:12:26 T:220 M:2892632064 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:12:26 T:220 M:2892632064 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:12:29 T:4884 M:2889973760 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:13:46 T:4280 M:2863538176 WARNING: Previous line repeats 1 times.
23:13:46 T:4280 M:2863538176 NOTICE: -->Python Interpreter Initialized<--
23:13:46 T:4280 M:2863517696 NOTICE: PLATFORM_NAME=xbmceden
23:13:46 T:4280 M:2863505408 NOTICE: [config.py] xbmceden config 3.2
23:13:46 T:4280 M:2863505408 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:13:46 T:4280 M:2863505408 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:13:46 T:4280 M:2863505408 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:13:48 T:4884 M:2860298240 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:14:48 T:1132 M:2862911488 NOTICE: -->Python Interpreter Initialized<--
23:14:48 T:1132 M:2862895104 NOTICE: PLATFORM_NAME=xbmceden
23:14:48 T:1132 M:2862882816 NOTICE: [config.py] xbmceden config 3.2
23:14:48 T:1132 M:2862882816 NOTICE: [config.py] runtime path = C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta
23:14:48 T:1132 M:2862882816 NOTICE: [config.py] data path = C:\Users\Administrador\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.pelisalacarta\
23:14:48 T:1132 M:2862882816 NOTICE: [config.py] temp path = C:\Users\Administrador\AppData\Roaming\XBMC\cache\test
23:14:50 T:1132 M:2861199360 ERROR: Error Type: exceptions.KeyError
23:14:50 T:1132 M:2861195264 ERROR: Error Contents: u'\xf3'
23:14:50 T:1132 M:2861072384 ERROR: Traceback (most recent call last):
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\default.py", line 27, in ?
launcher.run()
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\platform\xbmc\launcher.py", line 113, in run
exec "channel."+action+"(params, url, category)"
File "<string>", line 1, in ?
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\pelisalacarta\channels\mcanime.py", line 426, in ddpostdetail
xbmctools.addnewvideo( CHANNELNAME , "addalltodownloadlist" , title , "" , "(Añadir todos los videos a la lista de descarga)" , url , thumbnail , plot )
File "C:\Users\Administrador\AppData\Roaming\XBMC\addons\plugin.video.pelisalacarta\platform\xbmc\xbmctools.py", line 120, in addnewvideo
itemurl = '%s?channel=%s&action=%s&category=%s&title=%s&fulltitle=%s&url=%s&thumbnail=%s&plot=%s&server=%s&Serie=%s&subtitle=%s&show=%s&extradata=%s' % ( sys.argv[ 0 ] , canal , accion , urllib.quote_plus( category ) , urllib.quote_plus( title ) , urllib.quote_plus( fulltitle ) , urllib.quote_plus( url ) , urllib.quote_plus( thumbnail ) , urllib.quote_plus( plot ) , server , Serie , urllib.quote_plus(subtitle), urllib.quote_plus( show ) , urllib.quote_plus(extra) )
File "special://xbmc/system/python/Lib\urllib.py", line 1123, in quote_plus
s = quote(s, safe + ' ')
File "special://xbmc/system/python/Lib\urllib.py", line 1117, in quote
res = map(safe_map.__getitem__, s)
KeyError: u'\xf3'
23:14:50 T:4884 M:2860990464 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.pelisalacarta/?channel=mcanime&action=ddpostdetail&category=mcanime&title=%5BRKB%E2%84%A2%5D+Shakugan+no+Shana+III+%28Final%29+9+%2F+%3F%3F+%28hace+3+hrs.+35+mins.%29&fulltitle=%5BRKB%E2%84%A2%5D+Shakugan+no+Shana+III+%28Final%29+9+%2F+%3F%3F+%28hace+3+hrs.+35+mins.%29&url=http%3A%2F%2Fwww.mcanime.net%2Ffansubs%2Frayka_blog_team_fansub%2Fanime%2Fshakugan_no_shana_iii_final%2F407%2F10830&thumbnail=http%3A%2F%2Fimages.mcanime.net%2Fimages%2Fanime%2F10830.jpg&plot=%0AContinuaci%C3%B3n+directa+de+la+segunda+temporada+de+Shakugan+no+Shana%2C+nuevos+enemigos+y+nuevas+batallas+les+esperan+a+Sakai+Yuuji+y+Shana.%0A%0A%0A&extradata=&Serie=&show=
23:14:50 T:4884 M:2860990464 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pelisalacarta/?channel=mcanime&action=ddpostdetail&category=mcanime&title=%5BRKB%E2%84%A2%5D+Shakugan+no+Shana+III+%28Final%29+9+%2F+%3F%3F+%28hace+3+hrs.+35+mins.%29&fulltitle=%5BRKB%E2%84%A2%5D+Shakugan+no+Shana+III+%28Final%29+9+%2F+%3F%3F+%28hace+3+hrs.+35+mins.%29&url=http%3A%2F%2Fwww.mcanime.net%2Ffansubs%2Frayka_blog_team_fansub%2Fanime%2Fshakugan_no_shana_iii_final%2F407%2F10830&thumbnail=http%3A%2F%2Fimages.mcanime.net%2Fimages%2Fanime%2F10830.jpg&plot=%0AContinuaci%C3%B3n+directa+de+la+segunda+temporada+de+Shakugan+no+Shana%2C+nuevos+enemigos+y+nuevas+batallas+les+esperan+a+Sakai+Yuuji+y+Shana.%0A%0A%0A&extradata=&Serie=&show=) failed
23:14:50 T:4884 M:2860838912 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
23:14:56 T:4884 M:2860871680 NOTICE: Storing total System Uptime
23:14:56 T:4884 M:2860875776 NOTICE: Saving settings
23:14:56 T:4884 M:2860843008 NOTICE: stop all
23:14:56 T:4884 M:2860843008 NOTICE: ES: Stopping event server
23:14:57 T:3052 M:2860875776 NOTICE: ES: UDP Event server stopped
23:14:57 T:4884 M:2860929024 NOTICE: stop sap announcement listener
23:14:57 T:4884 M:2860957696 NOTICE: clean cached files!
23:14:57 T:4884 M:2860949504 NOTICE: unload skin
23:14:57 T:4884 M:2865135616 NOTICE: stop python
23:14:58 T:4884 M:2889625600 NOTICE: stopped
23:14:58 T:4884 M:2889646080 NOTICE: destroy
23:14:58 T:4884 M:2889773056 NOTICE: unload sections

Mil gracias

Re: Modificando Mcanime.py

Publicado: 10 Dic 2011, 01:03
por jesus
En realidad el fallo estaba en la opción de "Añadir todos los vídeos a la lista de descarga", porque este fichero tiene el encoding mal. Si la comentas (o quitas los acentos y eñes) funcionará.

Prueba con este .py, he puesto los fansubs sin quitar las aportaciones de los usuarios.

Re: Modificando Mcanime.py

Publicado: 10 Dic 2011, 21:56
por talixme
Ok prefecto :D supongo que ya lo dejaras añadido para la proxima revision.

Seguire haciendo pruebas a ver si añado "añadir a la biblioteca"

Muchas gracias

Re: Modificando Mcanime.py

Publicado: 11 Dic 2011, 13:13
por jesus
Ok, aunque tengo pensado darle una vuelta a este canal para hacerlo multiplataforma. De paso añadiré eso si no lo has hecho tú ya.

Re: Modificando Mcanime.py

Publicado: 13 Dic 2011, 02:41
por talixme
Muy buenas,

He estado probando el Plugin largo y tendido y la verdad es que la pagina de mcanime no tiene ningún patrón a la hora de postear una serie por lo que es imposible saber en que numero de capítulo estas viendo sin antes mirarlo en un ordenador. He visto una pagina que tienen en pruebas con el mismo material, http://kronos.mcanime.net/ ,la cual si que sigue un patrón. Si nosotros seleccionamos una serie, en la parte izquierda tenemos una pestaña de episodios, los cuales salen numerados correlativamente, si pinchamos uno de esos links nos dirige a los aportes, pero solo de ese capitulo por lo que sabríamos cuando nos salgan los enlaces sin nombre que es el numero que hemos pinchado. La verdad es que es una pena que teniendo la mejor pagina de anime encima en español no la aprovechemos al 100x100. ;) Ademas por lo que estoy viendo la posición de la info de la serie también tiene un patrón.Por si te apetece echarle un vistazo

Una vez mas un saludo y muchas gracias.

Re: Modificando Mcanime.py

Publicado: 13 Dic 2011, 03:25
por talixme
La verdad es que esto al final es un vicio, le dedico mas tiempo a que este todo colocado y que funcione, que al final usarlo :)

Ok he modificado el mcanime.py original para ir vinculando a la nueva pagina antes comentada. El problema es el siguiente, el listado alfabetico ahora apunta directamente a la bibliteca, ha cambiado de ruta y me muestra el abcedario pero al pichar una letra, no me muestran los enlaces, y me he dicho, esto es porque el patron en la nueva pagina ha cambiado. Efectivamente lo compruebo y lo modifico por el correto en este caso <div style="width:760px; padding-left:5;"><a href="([^"]+)">(.*?)</a>\s*<i>([^<]+)</i>\s*</h5></li> pero sigue sin mostrar los nombres de las series encontradas.
Bueno yo mañana le echaré otro vistazo pero si te animas te dejo el archivo que he modificado.

Un saludo.

Re: Modificando Mcanime.py

Publicado: 13 Dic 2011, 10:26
por jesus
La versión "kronos" la he usado alguna vez desde el navegador, pero no parece funcionar muy bien. La consulta de series por categoría por ejemplo devuelve cosas raras.

Con el tiempo que lleva el anuncio en "beta", igual está abandonado ya.

Re: Modificando Mcanime.py

Publicado: 13 Dic 2011, 11:04
por talixme
Ok , la pagina de mcanime tambien tiene el listado de episodios por lo que no sería necesario cambia a la de Kronos.El problema es que las rutas cambian,pongo un ejemplo.

Descarga directa - Listado alfabetico -> http://www.mcanime.net/descarga_directa/anime

Nos sale el abecedario,pulsamos A -> http://www.mcanime.net/descarga_directa/anime/lista/a

Tenemos el listado,pulsamos 11 Eyes -> http://www.mcanime.net/descarga_directa ... eyes/10650

Entonces si en este ultimo paso pudieramos acceder a la ruta -> http://www.mcanime.net/enciclopedia/ani ... /episodios
Tendriamos deglosados todos los capitulos siempre con el mismo patron, sabiendo asi el capitulo que vamos a ver.

Pulsamos el 1 -> http://www.mcanime.net/descarga_directa ... pisodios/1
Y nos muestra todoa las publicaiones, pero solo de este capitulo.

Estoy haciendo pruebas pero no tengo ni idea de como añadir el "/episodios" a todas las rutas.

Esta es la razon por la que la funcion "Enciclopedia - Estrenos" No muestra los enlaces.

Un saludo.