meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hw:olympus_vn4100_pc [2018/03/26 14:52] – created niziakhw:olympus_vn4100_pc [2018/03/27 12:21] (current) niziak
Line 1: Line 1:
-[[https://github.com/twilly/odvr]]+ 
 +====== Olympus VN-4100PC dictaphone ====== 
 + 
 +Source code: [[https://github.com/twilly/odvr]] 
 + 
 +<code bash> 
 +$ odvr -h 
 + 
 +Usage: odvr [options] 
 +-= Options =- 
 +  -h             : This help. 
 +  -v             : Print version. 
 +  -d <folder>    : Download all files in <folder>
 +  -e             : Download everything. 
 +  -l             : List all files. 
 +  -x <folder>    : Delete all recordings in <folder>
 +  -c             : Delete all recordings. 
 +  -y             : "yes" to all yes/no questions. 
 +  -r             : Reset the DVR. This may fix some sync issues. 
 +  -D             : Enable debug tracing. 
 +  -E             : Download everything in RAW format. 
 + 
 +</code>