-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hannemann
committed
Apr 19, 2015
1 parent
4eb0f20
commit a9d2053
Showing
7 changed files
with
198 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
|
||
<div class="center"> | ||
<h1>RESTFULAPI-Plugin for VDR</h1><br /> | ||
<b>Version 0.2.3.0</b><br /> | ||
<b>Version 0.2.3.1</b><br /> | ||
Copyright © 2015 yavdr-Team, Michael Eiler<br /><br /> | ||
Organization/Community: <a href="mailto:[email protected]">[email protected]</a><br /> | ||
Developer: <a href="mailto:[email protected]">[email protected]</a> or <a href="mailto:[email protected]">[email protected]</a><br /> | ||
|
@@ -82,6 +82,7 @@ <h1>Table Of Contents</h1> | |
<li><a href="#SearchTimersRecordingdirs">Get recording dirs</a> | ||
<li><a href="#SearchTimersChannelgroups">Get channel groups</a> | ||
<li><a href="#SearchTimersConflicts">Check timer conflicts</a> | ||
<li><a href="#SearchTimersExtEPGInfo">Fetch ext EPG info (epgsearchcats.conf)</a> | ||
</ul> | ||
<li><a href="#ScraperImages">ScraperImages</a></li> | ||
<li><a href="#Wirbelscan">Control the Wirbelscan plugin</a> | ||
|
@@ -1080,6 +1081,14 @@ <h2><a name="SearchTimersConflicts">Check timer conflicts</a></h2> | |
</code></div> | ||
<br /> | ||
<br /> | ||
|
||
<h2><a name="SearchTimersExtEPGInfo">Fetch searchtimer ext EPG info defined in epgsearchcats.conf</a></h2> | ||
<br /> | ||
<div class="code"><code> | ||
GET http://<ip>:<port>/searchtimers/extepginfo.json|xml|html<id> | ||
</code></div> | ||
<br /> | ||
<br /> | ||
<hr/> | ||
<h1 class="center"><a name="ScraperImages">ScraperImage</a></h1> | ||
<hr /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
vdr-plugin-restfulapi (0.2.3.1-0yavdr0~precise) precise; urgency=medium | ||
|
||
* add searchtimer ext EPG info responder | ||
|
||
-- Henning Künne <[email protected]> Sun, 19 Apr 2015 21:28:20 +0200 | ||
|
||
vdr-plugin-restfulapi (0.2.3.0-0yavdr0~precise) precise; urgency=medium | ||
|
||
* add searchtimer channelgroups responder | ||
* add searchtimer blacklists responder | ||
* add searchtimer timer conflicts responder | ||
* add searchtimer recording dirs responder | ||
|
||
-- Henning Künne <[email protected]> Sun, 22 Mar 2015 21:09:20 +0200 | ||
-- Henning Künne <[email protected]> Sun, 19 Apr 2015 20:09:20 +0200 | ||
|
||
vdr-plugin-restfulapi (0.2.2.1-0yavdr0~precise) precise; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters