~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to doc/README.remote

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-12-21 00:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091221001129-gsbnzbenceqv4pjt
Tags: upstream-1.10.0
ImportĀ upstreamĀ versionĀ 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
You can get this info via the control command "help".
24
24
 
25
 
 
26
25
HELP/H: command listing (LONG/SHORT forms), command case insensitve
27
26
 
28
27
LOAD/L <trackname>: load and start playing resource <trackname>
53
52
 
54
53
SEQ <bass> <mid> <treble>: simple eq setting...
55
54
 
 
55
PITCH <[+|-]value>: adjust playback speed (+0.01 is 1 % faster)
 
56
 
56
57
SILENCE: be silent during playback (meaning silence in text form)
57
58
 
 
59
STATE: Print auxilliary state info in several lines (just try it to see what info is there).
 
60
 
58
61
TAG/T: Print all available (ID3) tag info, for ID3v2 that gives output of all collected text fields, using the ID3v2.3/4 4-character names.
59
62
   The output is multiple lines, begin marked by "@T {", end by "@T }".
60
63
   ID3v1 data is like in the @I info lines (see below), just with "@T" in front.
62
65
    @T ID3v2.<NAME>[ [lang(<LANG>)] desc(<description>)]:
63
66
   The lines of data follow with "=" prefixed:
64
67
    @T =<one line of content in UTF-8 encoding>
 
68
meaning of the @S stream info:
 
69
 
 
70
S <mpeg-version> <layer> <sampling freq> <mode(stereo/mono/...)> <mode_ext> <framesize> <stereo> <copyright> <error_protected> <emphasis> <bitrate> <extension> <vbr(0/1=yes/no)>
 
71
The @I lines after loading a track give some ID3 info, the format:
 
72
     @I ID3:artist  album  year  comment genretext
 
73
    where artist,album and comment are exactly 30 characters each, year is 4 characters, genre text unspecified.
 
74
    You will encounter "@I ID3.genre:<number>" and "@I ID3.track:<number>".
 
75
    Then, there is an excerpt of ID3v2 info in the structure
 
76
     @I ID3v2.title:Blabla bla Bla
 
77
    for every line of the "title" data field. Likewise for other fields (author, album, etc).
65
78
 
66
79
 
67
80
RESPONSE CODES
71
84
      look not only at stdout but also at stderr for responses.
72
85
      It is a good idea to use --remote-err and just look at stderr.
73
86
 
74
 
@R MPG123 (ThOr) v4
 
87
@R MPG123 (ThOr) v6
75
88
        Startup version message. Everything after MPG123 is auxilliary information about behaviour and command support, ID3v2 tag support is new in v3.
76
89
 
77
90
@I ID3:<a><b><c>