moreginger / xbmc-plugin.video.ted.talks

GNU General Public License v2.0
18 stars 20 forks source link

Startup logging should use version number from addon.xml #1

Closed moreginger closed 12 years ago

moreginger commented 12 years ago

Plugin logs a hardcoded and incorrect version number on start up, see https://github.com/moreginger/xbmc-plugin.video.ted.talks/blob/dharma/default.py

It should obtain the one from addon.xml (in a similar way to pluginName in https://github.com/moreginger/xbmc-plugin.video.ted.talks/blob/dharma/resources/lib/ted_talks_scraper.py I imagine?).

Possible cause of confusion on https://groups.google.com/group/xbmc-addons-discuss/browse_thread/thread/175b97f36eaa87ed

moreginger commented 12 years ago

Fixed on master f196a1af38e354cedecade4a720495ec66ca3624

Leaving open to merge to dharma branch when proven stable :)

moreginger commented 12 years ago

Request to merge here.