mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Added a manual page for 'svdrpsend'
This commit is contained in:
		| @@ -2398,6 +2398,7 @@ Tobias Grimm <tobias.grimm@e-tobi.net> | ||||
|  for suggesting to move setting LC_NUMERIC further up to make sure any floating point | ||||
|  numbers use a decimal point | ||||
|  for adding dependency on 'i18n' to 'install-i18n' in the VDR Makefile | ||||
|  for adding a manual page for 'svdrpsend' | ||||
|  | ||||
| Helge Lenz <h.lenz@gmx.de> | ||||
|  for reporting a bug in setting the 'Delta' parameter when calling the shutdown | ||||
|   | ||||
							
								
								
									
										3
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -7645,7 +7645,7 @@ Video Disk Recorder Revision History | ||||
| - Expanded tabs in PLUGINS/src/dvbhddevice/setup.c. | ||||
| - Some formatting fixes. | ||||
|  | ||||
| 2013-02-20: Version 1.7.39 | ||||
| 2013-02-24: Version 1.7.39 | ||||
|  | ||||
| - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). | ||||
| - Updated the Polish OSD texts (thanks to Marek Nazarko). | ||||
| @@ -7666,3 +7666,4 @@ Video Disk Recorder Revision History | ||||
|   while subtitles are being displayed. | ||||
| - Fixed stuttering or asynchronous audio after changing the audio track. This is done | ||||
|   by doing a "jump" to the current position, which clears all buffers. | ||||
| - Added a manual page for 'svdrpsend' (thanks to Tobias Grimm). | ||||
|   | ||||
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
| # See the main source file 'vdr.c' for copyright information and | ||||
| # how to reach the author. | ||||
| # | ||||
| # $Id: Makefile 2.52 2013/02/17 11:08:04 kls Exp $ | ||||
| # $Id: Makefile 2.53 2013/02/24 10:40:23 kls Exp $ | ||||
|  | ||||
| .DELETE_ON_ERROR: | ||||
|  | ||||
| @@ -273,6 +273,7 @@ install-doc: | ||||
| 	@mkdir -p $(DESTDIR)$(MANDIR)/man5 | ||||
| 	@gzip -c vdr.1 > $(DESTDIR)$(MANDIR)/man1/vdr.1.gz | ||||
| 	@gzip -c vdr.5 > $(DESTDIR)$(MANDIR)/man5/vdr.5.gz | ||||
| 	@gzip -c svdrpsend.1 > $(DESTDIR)$(MANDIR)/man1/svdrpsend.1.gz | ||||
|  | ||||
| # Plugins: | ||||
|  | ||||
|   | ||||
							
								
								
									
										37
									
								
								svdrpsend.1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								svdrpsend.1
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| .TH "svdrpsend" "1" "23 Feb 2013" "1.7" "Video Disk Recorder" | ||||
| .SH NAME | ||||
| .LP | ||||
| svdrpsend \- sends commands to VDR | ||||
| .SH SYNOPSIS | ||||
| .LP | ||||
| svdrpsend [\fIoptions\fP] \fIcommand\fP | ||||
| .SH DESCRIPTION | ||||
| .LP | ||||
| This program sends commands to VDR (the Video Disk Recorder) and displays the | ||||
| result. A list of available commands can be shown by sending the HELP command. | ||||
| .SH OPTIONS | ||||
| .LP | ||||
| .TP | ||||
| \fB\-d\fR \fIhostname\fP | ||||
| Accesses the VDR at the specified \fIhostname\fP (default is localhost). | ||||
| .TP | ||||
| \fB\-p\fR \fIport\fP | ||||
| Uses the SVDRP port number \fIport\fP (default is 6419). | ||||
| .SH EXAMPLES | ||||
| .LP | ||||
| To request the available commands from the VDR running on the local host: | ||||
| .LP | ||||
| svdrpsend HELP | ||||
| .SH AUTHORS | ||||
| .LP | ||||
| Written by Tobias Grimm <tg@e\-tobi.net> | ||||
| .PP | ||||
| Permission is granted to copy, distribute and/or modify this document under | ||||
| the terms of the GNU General Public License, Version 2 any | ||||
| later version published by the Free Software Foundation. | ||||
| .PP | ||||
| On Debian systems, the complete text of the GNU General Public | ||||
| License can be found in /usr/share/common\-licenses/GPL. | ||||
| .SH SEE ALSO | ||||
| .LP | ||||
| vdr(1), vdr(5) | ||||
							
								
								
									
										4
									
								
								vdr.1
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								vdr.1
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ | ||||
| .\" License as specified in the file COPYING that comes with the | ||||
| .\" vdr distribution. | ||||
| .\" | ||||
| .\" $Id: vdr.1 2.11 2013/02/08 10:40:00 kls Exp $ | ||||
| .\" $Id: vdr.1 2.12 2013/02/24 10:41:12 kls Exp $ | ||||
| .\" | ||||
| .TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder" | ||||
| .SH NAME | ||||
| @@ -275,7 +275,7 @@ also be read at program startup to have the full EPG data available immediately. | ||||
| If this file is present in the video directory, its last modification time will | ||||
| be used to trigger an update of the list of recordings in the "Recordings" menu. | ||||
| .SH SEE ALSO | ||||
| .BR vdr (5) | ||||
| .BR vdr (5), svdrp(1) | ||||
| .SH AUTHOR | ||||
| Written by Klaus Schmidinger, with contributions from many others. | ||||
| See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user