input: show deprecation warnings for some recently replaced commands

Let's see if I get annoyed reactions...
This commit is contained in:
wm4 2013-11-01 00:25:42 +01:00
parent 39fc0060fb
commit 482009d170
1 changed files with 4 additions and 4 deletions

View File

@ -286,11 +286,11 @@ static const struct legacy_cmd legacy_cmds[] = {
{"osd_show_property_text", "show_text"},
{"osd_show_progression", "show_progress"},
{"show_chapters_osd", "show_text ${chapter-list}"},
{"!show_chapters", "show_text ${chapter-list}"},
{"show_chapters", "show_text ${chapter-list}"},
{"show_tracks_osd", "show_text ${track-list}"},
{"!show_tracks", "show_text ${track-list}"},
{"!show_playlist", "show_text ${playlist}"},
{"!speed_mult", "multiply speed"},
{"show_tracks", "show_text ${track-list}"},
{"show_playlist", "show_text ${playlist}"},
{"speed_mult", "multiply speed"},
// Approximate (can fail if user added additional whitespace)
{"pt_step 1", "playlist_next"},