| 864 | | msg_rc(_("+----[ Remote control commands ]\r\n")); |
|---|
| 865 | | msg_rc( "| \r\n"); |
|---|
| 866 | | msg_rc(_("| add XYZ . . . . . . . . . . add XYZ to playlist\r\n")); |
|---|
| 867 | | msg_rc(_("| playlist . . . show items currently in playlist\r\n")); |
|---|
| 868 | | msg_rc(_("| play . . . . . . . . . . . . . . . . play stream\r\n")); |
|---|
| 869 | | msg_rc(_("| stop . . . . . . . . . . . . . . . . stop stream\r\n")); |
|---|
| 870 | | msg_rc(_("| next . . . . . . . . . . . . next playlist item\r\n")); |
|---|
| 871 | | msg_rc(_("| prev . . . . . . . . . . previous playlist item\r\n")); |
|---|
| 872 | | msg_rc(_("| goto . . . . . . . . . . . . goto item at index\r\n")); |
|---|
| 873 | | msg_rc(_("| title [X] . . . . set/get title in current item\r\n")); |
|---|
| 874 | | msg_rc(_("| title_n . . . . . . next title in current item\r\n")); |
|---|
| 875 | | msg_rc(_("| title_p . . . . previous title in current item\r\n")); |
|---|
| 876 | | msg_rc(_("| chapter [X] . . set/get chapter in current item\r\n")); |
|---|
| 877 | | msg_rc(_("| chapter_n . . . . next chapter in current item\r\n")); |
|---|
| 878 | | msg_rc(_("| chapter_p . . previous chapter in current item\r\n")); |
|---|
| 879 | | msg_rc( "| \r\n"); |
|---|
| 880 | | msg_rc(_("| seek X . seek in seconds, for instance `seek 12'\r\n")); |
|---|
| 881 | | msg_rc(_("| pause . . . . . . . . . . . . . . toggle pause\r\n")); |
|---|
| 882 | | msg_rc(_("| fastforward . . . . . . . set to maximum rate\r\n")); |
|---|
| 883 | | msg_rc(_("| rewind . . . . . . . . . . set to minimum rate\r\n")); |
|---|
| 884 | | msg_rc(_("| faster . . . . . . . . faster playing of stream\r\n")); |
|---|
| 885 | | msg_rc(_("| slower . . . . . . . . slower playing of stream\r\n")); |
|---|
| 886 | | msg_rc(_("| normal . . . . . . . . normal playing of stream\r\n")); |
|---|
| 887 | | msg_rc(_("| f . . . . . . . . . . . . . . toggle fullscreen\r\n")); |
|---|
| 888 | | msg_rc(_("| info . . . information about the current stream\r\n")); |
|---|
| 889 | | msg_rc( "| \r\n"); |
|---|
| 890 | | msg_rc(_("| volume [X] . . . . . . . . set/get audio volume\r\n")); |
|---|
| 891 | | msg_rc(_("| volup [X] . . . . . raise audio volume X steps\r\n")); |
|---|
| 892 | | msg_rc(_("| voldown [X] . . . . lower audio volume X steps\r\n")); |
|---|
| 893 | | msg_rc(_("| adev [X] . . . . . . . . . set/get audio device\r\n")); |
|---|
| 894 | | msg_rc(_("| achan [X]. . . . . . . . set/get audio channels\r\n")); |
|---|
| 895 | | msg_rc(_("| menu [on|off|up|down|left|right|select] use menu\r\n")); |
|---|
| 896 | | msg_rc( "| \r\n"); |
|---|
| | 864 | msg_rc(_("+----[ Remote control commands ]\n")); |
|---|
| | 865 | msg_rc( "| \n"); |
|---|
| | 866 | msg_rc(_("| add XYZ . . . . . . . . . . add XYZ to playlist\n")); |
|---|
| | 867 | msg_rc(_("| playlist . . . show items currently in playlist\n")); |
|---|
| | 868 | msg_rc(_("| play . . . . . . . . . . . . . . . . play stream\n")); |
|---|
| | 869 | msg_rc(_("| stop . . . . . . . . . . . . . . . . stop stream\n")); |
|---|
| | 870 | msg_rc(_("| next . . . . . . . . . . . . next playlist item\n")); |
|---|
| | 871 | msg_rc(_("| prev . . . . . . . . . . previous playlist item\n")); |
|---|
| | 872 | msg_rc(_("| goto . . . . . . . . . . . . goto item at index\n")); |
|---|
| | 873 | msg_rc(_("| title [X] . . . . set/get title in current item\n")); |
|---|
| | 874 | msg_rc(_("| title_n . . . . . . next title in current item\n")); |
|---|
| | 875 | msg_rc(_("| title_p . . . . previous title in current item\n")); |
|---|
| | 876 | msg_rc(_("| chapter [X] . . set/get chapter in current item\n")); |
|---|
| | 877 | msg_rc(_("| chapter_n . . . . next chapter in current item\n")); |
|---|
| | 878 | msg_rc(_("| chapter_p . . previous chapter in current item\n")); |
|---|
| | 879 | msg_rc( "| \n"); |
|---|
| | 880 | msg_rc(_("| seek X . seek in seconds, for instance `seek 12'\n")); |
|---|
| | 881 | msg_rc(_("| pause . . . . . . . . . . . . . . toggle pause\n")); |
|---|
| | 882 | msg_rc(_("| fastforward . . . . . . . set to maximum rate\n")); |
|---|
| | 883 | msg_rc(_("| rewind . . . . . . . . . . set to minimum rate\n")); |
|---|
| | 884 | msg_rc(_("| faster . . . . . . . . faster playing of stream\n")); |
|---|
| | 885 | msg_rc(_("| slower . . . . . . . . slower playing of stream\n")); |
|---|
| | 886 | msg_rc(_("| normal . . . . . . . . normal playing of stream\n")); |
|---|
| | 887 | msg_rc(_("| f . . . . . . . . . . . . . . toggle fullscreen\n")); |
|---|
| | 888 | msg_rc(_("| info . . . information about the current stream\n")); |
|---|
| | 889 | msg_rc( "| \n"); |
|---|
| | 890 | msg_rc(_("| volume [X] . . . . . . . . set/get audio volume\n")); |
|---|
| | 891 | msg_rc(_("| volup [X] . . . . . raise audio volume X steps\n")); |
|---|
| | 892 | msg_rc(_("| voldown [X] . . . . lower audio volume X steps\n")); |
|---|
| | 893 | msg_rc(_("| adev [X] . . . . . . . . . set/get audio device\n")); |
|---|
| | 894 | msg_rc(_("| achan [X]. . . . . . . . set/get audio channels\n")); |
|---|
| | 895 | msg_rc(_("| menu [on|off|up|down|left|right|select] use menu\n")); |
|---|
| | 896 | msg_rc( "| \n"); |
|---|
| 900 | | msg_rc(_("| marq-marquee STRING . . overlay STRING in video\r\n")); |
|---|
| 901 | | msg_rc(_("| marq-x X . . . . . . . . . . . .offset from left\r\n")); |
|---|
| 902 | | msg_rc(_("| marq-y Y . . . . . . . . . . . . offset from top\r\n")); |
|---|
| 903 | | msg_rc(_("| marq-position #. . . .relative position control\r\n")); |
|---|
| 904 | | msg_rc(_("| marq-color # . . . . . . . . . . font color, RGB\r\n")); |
|---|
| 905 | | msg_rc(_("| marq-opacity # . . . . . . . . . . . . . opacity\r\n")); |
|---|
| 906 | | msg_rc(_("| marq-timeout T. . . . . . . . . . timeout, in ms\r\n")); |
|---|
| 907 | | msg_rc(_("| marq-size # . . . . . . . . font size, in pixels\r\n")); |
|---|
| 908 | | msg_rc( "| \r\n"); |
|---|
| 909 | | msg_rc(_("| time-format STRING . . . overlay STRING in video\r\n")); |
|---|
| 910 | | msg_rc(_("| time-x X . . . . . . . . . . . .offset from left\r\n")); |
|---|
| 911 | | msg_rc(_("| time-y Y . . . . . . . . . . . . offset from top\r\n")); |
|---|
| 912 | | msg_rc(_("| time-position #. . . . . . . . relative position\r\n")); |
|---|
| 913 | | msg_rc(_("| time-color # . . . . . . . . . . font color, RGB\r\n")); |
|---|
| 914 | | msg_rc(_("| time-opacity # . . . . . . . . . . . . . opacity\r\n")); |
|---|
| 915 | | msg_rc(_("| time-size # . . . . . . . . font size, in pixels\r\n")); |
|---|
| 916 | | msg_rc( "| \r\n"); |
|---|
| 917 | | msg_rc(_("| logo-file STRING . . . the overlay file path/name\r\n")); |
|---|
| 918 | | msg_rc(_("| logo-x X . . . . . . . . . . . .offset from left\r\n")); |
|---|
| 919 | | msg_rc(_("| logo-y Y . . . . . . . . . . . . offset from top\r\n")); |
|---|
| 920 | | msg_rc(_("| logo-position #. . . . . . . . relative position\r\n")); |
|---|
| 921 | | msg_rc(_("| logo-transparency #. . . . . . . . .transparency\r\n")); |
|---|
| 922 | | msg_rc( "| \r\n"); |
|---|
| 923 | | msg_rc(_("| mosaic-alpha # . . . . . . . . . . . . . . alpha\r\n")); |
|---|
| 924 | | msg_rc(_("| mosaic-height #. . . . . . . . . . . . . .height\r\n")); |
|---|
| 925 | | msg_rc(_("| mosaic-width # . . . . . . . . . . . . . . width\r\n")); |
|---|
| 926 | | msg_rc(_("| mosaic-xoffset # . . . .top left corner position\r\n")); |
|---|
| 927 | | msg_rc(_("| mosaic-yoffset # . . . .top left corner position\r\n")); |
|---|
| 928 | | msg_rc(_("| mosaic-align 0..2,4..6,8..10. . .mosaic alignment\r\n")); |
|---|
| 929 | | msg_rc(_("| mosaic-vborder # . . . . . . . . vertical border\r\n")); |
|---|
| 930 | | msg_rc(_("| mosaic-hborder # . . . . . . . horizontal border\r\n")); |
|---|
| 931 | | msg_rc(_("| mosaic-position {0=auto,1=fixed} . . . .position\r\n")); |
|---|
| 932 | | msg_rc(_("| mosaic-rows #. . . . . . . . . . .number of rows\r\n")); |
|---|
| 933 | | msg_rc(_("| mosaic-cols #. . . . . . . . . . .number of cols\r\n")); |
|---|
| 934 | | msg_rc(_("| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio\r\n")); |
|---|
| 935 | | msg_rc( "| \r\n"); |
|---|
| 936 | | } |
|---|
| 937 | | msg_rc(_("| help . . . . . . . . . . . . . this help message\r\n")); |
|---|
| 938 | | msg_rc(_("| longhelp . . . . . . . . . a longer help message\r\n")); |
|---|
| 939 | | msg_rc(_("| logout . . . . . exit (if in socket connection)\r\n")); |
|---|
| 940 | | msg_rc(_("| quit . . . . . . . . . . . . . . . . . quit vlc\r\n")); |
|---|
| 941 | | msg_rc( "| \r\n"); |
|---|
| 942 | | msg_rc(_("+----[ end of help ]\r\n")); |
|---|
| | 900 | msg_rc(_("| marq-marquee STRING . . overlay STRING in video\n")); |
|---|
| | 901 | msg_rc(_("| marq-x X . . . . . . . . . . . .offset from left\n")); |
|---|
| | 902 | msg_rc(_("| marq-y Y . . . . . . . . . . . . offset from top\n")); |
|---|
| | 903 | msg_rc(_("| marq-position #. . . .relative position control\n")); |
|---|
| | 904 | msg_rc(_("| marq-color # . . . . . . . . . . font color, RGB\n")); |
|---|
| | 905 | msg_rc(_("| marq-opacity # . . . . . . . . . . . . . opacity\n")); |
|---|
| | 906 | msg_rc(_("| marq-timeout T. . . . . . . . . . timeout, in ms\n")); |
|---|
| | 907 | msg_rc(_("| marq-size # . . . . . . . . font size, in pixels\n")); |
|---|
| | 908 | msg_rc( "| \n"); |
|---|
| | 909 | msg_rc(_("| time-format STRING . . . overlay STRING in video\n")); |
|---|
| | 910 | msg_rc(_("| time-x X . . . . . . . . . . . .offset from left\n")); |
|---|
| | 911 | msg_rc(_("| time-y Y . . . . . . . . . . . . offset from top\n")); |
|---|
| | 912 | msg_rc(_("| time-position #. . . . . . . . relative position\n")); |
|---|
| | 913 | msg_rc(_("| time-color # . . . . . . . . . . font color, RGB\n")); |
|---|
| | 914 | msg_rc(_("| time-opacity # . . . . . . . . . . . . . opacity\n")); |
|---|
| | 915 | msg_rc(_("| time-size # . . . . . . . . font size, in pixels\n")); |
|---|
| | 916 | msg_rc( "| \n"); |
|---|
| | 917 | msg_rc(_("| logo-file STRING . . . the overlay file path/name\n")); |
|---|
| | 918 | msg_rc(_("| logo-x X . . . . . . . . . . . .offset from left\n")); |
|---|
| | 919 | msg_rc(_("| logo-y Y . . . . . . . . . . . . offset from top\n")); |
|---|
| | 920 | msg_rc(_("| logo-position #. . . . . . . . relative position\n")); |
|---|
| | 921 | msg_rc(_("| logo-transparency #. . . . . . . . .transparency\n")); |
|---|
| | 922 | msg_rc( "| \n"); |
|---|
| | 923 | msg_rc(_("| mosaic-alpha # . . . . . . . . . . . . . . alpha\n")); |
|---|
| | 924 | msg_rc(_("| mosaic-height #. . . . . . . . . . . . . .height\n")); |
|---|
| | 925 | msg_rc(_("| mosaic-width # . . . . . . . . . . . . . . width\n")); |
|---|
| | 926 | msg_rc(_("| mosaic-xoffset # . . . .top left corner position\n")); |
|---|
| | 927 | msg_rc(_("| mosaic-yoffset # . . . .top left corner position\n")); |
|---|
| | 928 | msg_rc(_("| mosaic-align 0..2,4..6,8..10. . .mosaic alignment\n")); |
|---|
| | 929 | msg_rc(_("| mosaic-vborder # . . . . . . . . vertical border\n")); |
|---|
| | 930 | msg_rc(_("| mosaic-hborder # . . . . . . . horizontal border\n")); |
|---|
| | 931 | msg_rc(_("| mosaic-position {0=auto,1=fixed} . . . .position\n")); |
|---|
| | 932 | msg_rc(_("| mosaic-rows #. . . . . . . . . . .number of rows\n")); |
|---|
| | 933 | msg_rc(_("| mosaic-cols #. . . . . . . . . . .number of cols\n")); |
|---|
| | 934 | msg_rc(_("| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio\n")); |
|---|
| | 935 | msg_rc( "| \n"); |
|---|
| | 936 | } |
|---|
| | 937 | msg_rc(_("| help . . . . . . . . . . . . . this help message\n")); |
|---|
| | 938 | msg_rc(_("| longhelp . . . . . . . . . a longer help message\n")); |
|---|
| | 939 | msg_rc(_("| logout . . . . . exit (if in socket connection)\n")); |
|---|
| | 940 | msg_rc(_("| quit . . . . . . . . . . . . . . . . . quit vlc\n")); |
|---|
| | 941 | msg_rc( "| \n"); |
|---|
| | 942 | msg_rc(_("+----[ end of help ]\n")); |
|---|