Sharemarks
From VDR Wiki
(Difference between revisions)
(initial) |
(language link) |
||
| (One intermediate revision not shown) | |||
| Line 10: | Line 10: | ||
==Installation== | ==Installation== | ||
| - | + | Libwww-perl | |
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | libwww-perl-<VERSION>.tar.gz | ||
| + | cd libwww-perl-<VERSION> | ||
| + | perl Makefile.PL | ||
| + | make | ||
| + | make test | ||
| + | make install | ||
| + | </pre> | ||
| + | |||
| + | Sharemarks | ||
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | tar xvzf sharemarks-<VERSION> | ||
| + | cd sharemarks-<VERSION> | ||
| + | cp pts2marks marks2pts /usr/local/bin | ||
| + | </pre> | ||
| + | |||
| + | ==Configuration== | ||
| + | The configration file '''/etc/marks2pts.conf''' gets the following content | ||
| + | <pre> | ||
| + | after_cutting=Yes | ||
| + | channel=/etc/vdr/channels.conf | ||
| + | debug=Yes | ||
| + | debug_log=/var/log/sharemarks.log | ||
| + | download_noad=Yes | ||
| + | epg=/etc/vdr/epg.data | ||
| + | fake_source=S19.2E | ||
| + | gop_drift=0 | ||
| + | passwd= | ||
| + | svdrp=/usr/local/bin/svdrpsend.pl | ||
| + | timer=/etc/vdr/timers.conf | ||
| + | use_svdrp=No | ||
| + | user_name= | ||
| + | video=/video | ||
| + | </pre> | ||
| + | |||
| + | Alternatively this configuration file can be created with the call | ||
| + | <pre> | ||
| + | marks2pts | ||
| + | </pre> | ||
| + | |||
| + | |||
==Problems== | ==Problems== | ||
| Line 19: | Line 62: | ||
| http://vdrsync.vdr-portal.de/sharemarks | | http://vdrsync.vdr-portal.de/sharemarks | ||
| Sharemarks homepage | | Sharemarks homepage | ||
| + | |- | ||
| + | | [2] | ||
| + | | http://lwp.linpro.no/lwp | ||
| + | | Libwww-perl homepage | ||
|} | |} | ||
| + | |||
| + | <!-- Link to german wiki page --> | ||
| + | [[de:Sharemarks]] | ||
Latest revision as of 13:24, 29 November 2004
Contents |
Description
The sharemarks project has the goal to transform cutting marks of VDR into a universal format and collect them on a central webserver where everyone can access them an use them on their own recordings.
Hardware requirements
- Internet access
Software requirements
- Perl
- LWP::Simple (in libwww included)
Installation
Libwww-perl
cd $SOURCEDIR libwww-perl-<VERSION>.tar.gz cd libwww-perl-<VERSION> perl Makefile.PL make make test make install
Sharemarks
cd $SOURCEDIR tar xvzf sharemarks-<VERSION> cd sharemarks-<VERSION> cp pts2marks marks2pts /usr/local/bin
Configuration
The configration file /etc/marks2pts.conf gets the following content
after_cutting=Yes channel=/etc/vdr/channels.conf debug=Yes debug_log=/var/log/sharemarks.log download_noad=Yes epg=/etc/vdr/epg.data fake_source=S19.2E gop_drift=0 passwd= svdrp=/usr/local/bin/svdrpsend.pl timer=/etc/vdr/timers.conf use_svdrp=No user_name= video=/video
Alternatively this configuration file can be created with the call
marks2pts
Problems
Links
| [1] | http://vdrsync.vdr-portal.de/sharemarks | Sharemarks homepage |
| [2] | http://lwp.linpro.no/lwp | Libwww-perl homepage |
