summaryrefslogtreecommitdiffstats
path: root/TOOLS/mplayer2_identify.sh
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS/mplayer2_identify.sh: program property is not readablewm42012-10-121-1/+0
| | | | | | 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.
* commands: rename properties, update input.confwm42012-10-121-12/+12
| | | | | | | | | | | | | | 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: add a new file identifier toolRudolf Polzer2012-09-181-0/+165
It can provide properties of a file to the user on stdout, or when sourced by a script, put them into its variables.