Sharemarks: Difference between revisions
Jump to navigation
Jump to search
(initial) |
No edit summary |
||
Line 10: | Line 10: | ||
==Installation== |
==Installation== |
||
Libwww-perl |
|||
There is a small dokumentation in the sharemarks archive. |
|||
<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 |
|||
|} |
|} |
Revision as of 22:34, 20 November 2004
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 |