mirror of
http://mpg123.de/trunk/.git
synced 2025-07-30 02:01:12 +03:00
mpg123: generic control v9 with more delimiting
git-svn-id: svn://scm.orgis.org/mpg123/trunk@4877 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -121,6 +121,14 @@ Note: mpg123 returns errors on stderr, so your frontend should
|
||||
@I ID3v2.title:<text>
|
||||
After loading a track with ID3v2 info, such lines occur for every line of the "title" data field and likewise for other fields (author, album, etc).
|
||||
|
||||
Since version 9, ID3 info is wrapped in
|
||||
|
||||
@I {
|
||||
...
|
||||
@I }
|
||||
|
||||
to guide parsers.
|
||||
|
||||
@I <a>
|
||||
Status message after loading a song (no ID3 song info)
|
||||
a = filename without path and extension
|
||||
@ -128,6 +136,14 @@ Note: mpg123 returns errors on stderr, so your frontend should
|
||||
@I LISTENTRY <n>: <url>
|
||||
printout of playlists loaded with LOADLIST
|
||||
|
||||
Since version 9, list printout is wrapped in
|
||||
|
||||
@I {
|
||||
...
|
||||
@I }
|
||||
|
||||
to help parsers decide if they got the whole list.
|
||||
|
||||
@S <a> <b> ...
|
||||
Stream info at beginning of playback, meaning
|
||||
S <mpeg-version> <layer> <sampling freq> <mode(stereo/mono/...)> <mode_ext> <framesize> <stereo> <copyright> <error_protected> <emphasis> <bitrate> <extension> <vbr(0/1=yes/no)>
|
||||
|
Reference in New Issue
Block a user