Version 0.1.0

This commit is contained in:
louis 2014-04-14 17:22:20 +02:00
parent 5bac4831ec
commit ed8b63540d
2 changed files with 2 additions and 3 deletions

1
README
View File

@ -150,7 +150,6 @@ For movies the format is
movie movie
id = <movie id from moviedb.org> id = <movie id from moviedb.org>
episode = <episode id from tvdb.com>
Service Interface Service Interface
----------------- -----------------

View File

@ -13,7 +13,7 @@
//*************************************************************************** //***************************************************************************
// Constants // Constants
//*************************************************************************** //***************************************************************************
static const char *VERSION = "0.0.1"; static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = "'scraper2vdr' plugin"; static const char *DESCRIPTION = "'scraper2vdr' plugin";
static const char *MAINMENUENTRY = "Scraper2Vdr"; static const char *MAINMENUENTRY = "Scraper2Vdr";
@ -54,4 +54,4 @@ public:
}; };
//*************************************************************************** //***************************************************************************
#endif // __SCRAPER2VDR_H #endif // __SCRAPER2VDR_H