From 4e2fab5846d2fe7f51a799abb4118515efac854b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 15 Sep 2012 01:10:59 +0200 Subject: commands: rename properties, update input.conf Use "-" instead of "_" in property names. The intent is that property names and options names should be the same (if they refer to the same thing), and options use "-" as word separator. Rename some other properties too, e.g. "switch_audio" -> "audio". Add a way to translate the old property names to the new ones, similar to the input command legacy bridge. Update input.conf. Use the new property names, and don't use legacy commands. --- TOOLS/mplayer2_identify.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/mplayer2_identify.sh b/TOOLS/mplayer2_identify.sh index 04902124ab..32f9fc279f 100755 --- a/TOOLS/mplayer2_identify.sh +++ b/TOOLS/mplayer2_identify.sh @@ -59,30 +59,30 @@ fi __midentify__allprops=" filename path - stream_start - stream_end - stream_length + stream-start + stream-end + stream-length demuxer - switch_program + program length chapters editions titles - switch_audio - audio_bitrate - audio_codec - audio_format + audio + audio-bitrate + audio-codec + audio-format channels samplerate - switch_video + video angle - video_bitrate - video_codec - video_format + video-bitrate + video-codec + video-format aspect fps width -- cgit v1.2.3 From a2adb6b3331a3f9b5a603db7b4629ea1f5beec3e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 27 Sep 2012 00:08:40 +0200 Subject: TOOLS/mplayer2_identify.sh: program property is not readable And it never was. This property is write-only and exists only for setting the program. Making it readable is possible, but would require demuxer changes. --- TOOLS/mplayer2_identify.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/mplayer2_identify.sh b/TOOLS/mplayer2_identify.sh index 32f9fc279f..6e5d6c6596 100755 --- a/TOOLS/mplayer2_identify.sh +++ b/TOOLS/mplayer2_identify.sh @@ -65,7 +65,6 @@ __midentify__allprops=" demuxer - program length chapters editions -- cgit v1.2.3