DESCR 368 B

12345678
  1. Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the
  2. 1.2 protocol, including "Now Playing' feature.
  3. Items are submitted and stored in a queue. This queue is stored as a
  4. file using Tie::File. When you submit a track, it will add the queue to
  5. the track and process the queue. If it submits all items in the queue,
  6. the submit() method will return true.