From 9529d0b703f8ef8f4aea5fe46c993cd565cf124c Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 26 Aug 2015 21:45:59 +0200 Subject: [PATCH] updated readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f431a12..3ea70c4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # dbus-soundrecorder -Records sound from Pulse Audio using ffmpeg. - -Uses D-Bus to determine current song, album, artist and other meta data +Records sound from Pulse Audio with ffmpeg while watching D-Bus to +determine tracks, song title, album, artist and other meta data provided by the media player application via MPRIS D-Bus service. -When the next song start, the recorder automatically starts a new file -and sets available meta data. +When the next song start, the recorder automatically starts recording +a new file and sets available meta data. ## Usage ```