mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 12:35:19 +01:00
commit
99569ecaa9
2 changed files with 2 additions and 2 deletions
|
|
@ -570,7 +570,7 @@ class FfmpegBackend(Backend):
|
|||
value = line.split(b":", 1)
|
||||
if len(value) < 2:
|
||||
raise ReplayGainError(
|
||||
u"ffmpeg ouput: expected key value pair, found {0}"
|
||||
u"ffmpeg output: expected key value pair, found {0}"
|
||||
.format(line)
|
||||
)
|
||||
value = value[1].lstrip()
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ absolute path::
|
|||
$ beet ls playlist:/path/to/someplaylist.m3u
|
||||
|
||||
The plugin also supports referencing playlists by name. The playlist is then
|
||||
seached in the playlist_dir and the ".m3u" extension is appended to the
|
||||
searched in the playlist_dir and the ".m3u" extension is appended to the
|
||||
name::
|
||||
|
||||
$ beet ls playlist:anotherplaylist
|
||||
|
|
|
|||
Loading…
Reference in a new issue