mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 17:58:31 +02:00
Version 0.1.0
This commit is contained in:
parent
5bac4831ec
commit
ed8b63540d
1
README
1
README
@ -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
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user