mirror of
http://mpg123.de/trunk/.git
synced 2025-07-31 13:24:22 +03:00
Manual bookmarking, as a start. Conplay does not yet really work with this.
git-svn-id: svn://scm.orgis.org/mpg123/trunk@3237 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -86,6 +86,12 @@ while(<MPG123>)
|
||||
$entry = $1;
|
||||
$frame = $2;
|
||||
}
|
||||
if(/^\[BOOKMARK\]\s+track\s+(\d+)\s+frame\s+(\d+)/)
|
||||
{
|
||||
print STDERR "\nGot bookmark at track $1, frame $2; not yet doing anything with that, besides storing.\n";
|
||||
$entry = $1;
|
||||
$frame = $2;
|
||||
}
|
||||
}
|
||||
close(MPG123);
|
||||
|
||||
|
Reference in New Issue
Block a user