How to send http commands to media player?

I found a list of the http commands for media player classic home cinema, the player I use, and I would like to have Vera be able to pause, play etc. Is this possible? If so, ho would I go about it? Also does anyone know if the same is possible with WinAmp? The idea is for audio and video to pause before a message from Vera Alerts and them resume a short while later.

an easy way to call HTTP commands from Vera:

  1. create a scene
  2. under LUUP insert the following code:
os.execute('curl http://IP:PORT/command.html?wm_command=887')

according to the reference, this is the play command. Replace IP and PORT with your PC’s IP address and port.

Capjay, you are my hero and benefactor. If you’re ever in western MA I’ll give you a handshake and buy you an adult beverage.

I’ll try this out tonight and report back.

EDIT:

Oh Snap! It works like a dream!

For anyone else interested:

Here are the instructions for setting up MPC-HC:

To enable the HTTP interface, click "View/Options", then in the "Player" menu chose "Web Interface". Check "Listen on port:", port number is 13579.

Here is the list of commands:

800 Open File 801 Open DVD 802 Open Device 805 Save As 806 Save Image 807 Save Image (auto) 809 Load Subtitle 810 Save Subtitle 804 Close 814 Properties 816 Exit 889 Play/Pause 887 Play 888 Pause 890 Stop 891 Framestep 892 Framestep back 893 Go To 895 Increase Rate 894 Decrease Rate 896 Reset Rate 905 Audio Delay +10ms 906 Audio Delay -10ms 900 Jump Forward (small) 899 Jump Backward (small) 902 Jump Forward (medium) 901 Jump Backward (medium) 904 Jump Forward (large) 903 Jump Backward (large) 898 Jump Forward (keyframe) 897 Jump Backward (keyframe) 921 Next 920 Previous 919 Next Playlist Item 918 Previous Playlist Item 817 Toggle Caption&Menu 818 Toggle Seeker 819 Toggle Controls 820 Toggle Information 821 Toggle Statistics 822 Toggle Status 823 Toggle Subresync Bar 824 Toggle Playlist Bar 825 Toggle Capture Bar 826 Toggle Shader Editor Bar 827 View Minimal 828 View Compact 829 View Normal 830 Fullscreen 831 Fullscreen (w/o res.change) 832 Zoom 50`% 833 Zoom 100`% 834 Zoom 200`% 967 Zoom Auto Fit 860 Next AR Preset 835 VidFrm Half 836 VidFrm Normal 837 VidFrm Double 838 VidFrm Stretch 839 VidFrm Inside 840 VidFrm Outside 884 Always On Top 861 PnS Reset 862 PnS Inc Size 864 PnS Inc Width 866 PnS Inc Height 863 PnS Dec Size 865 PnS Dec Width 867 PnS Dec Height 876 PnS Center 868 PnS Left 869 PnS Right 870 PnS Up 871 PnS Down 872 PnS Up/Left 873 PnS Up/Right 874 PnS Down/Left 875 PnS Down/Right 877 PnS Rotate X+ 878 PnS Rotate X- 879 PnS Rotate Y+ 880 PnS Rotate Y- 881 PnS Rotate Z+ 882 PnS Rotate Z- 907 Volume Up 908 Volume Down 909 Volume Mute 969 Volume boost increase 970 Volume boost decrease 971 Volume boost Min 972 Volume boost Max 922 DVD Title Menu 923 DVD Root Menu 924 DVD Subtitle Menu 925 DVD Audio Menu 926 DVD Angle Menu 927 DVD Chapter Menu 928 DVD Menu Left 929 DVD Menu Right 930 DVD Menu Up 931 DVD Menu Down 932 DVD Menu Activate 933 DVD Menu Back 934 DVD Menu Leave 943 Boss key 948 Player Menu (short) 949 Player Menu (long) 950 Filters Menu 886 Options 951 Next Audio 952 Prev Audio 953 Next Subtitle 954 Prev Subtitle 955 On/Off Subtitle 2302 Reload Subtitles 956 Next Audio (OGM) 957 Prev Audio (OGM) 958 Next Subtitle (OGM) 959 Prev Subtitle (OGM) 960 Next Angle (DVD) 961 Prev Angle (DVD) 962 Next Audio (DVD) 963 Prev Audio (DVD) 964 Next Subtitle (DVD) 965 Prev Subtitle (DVD) 966 On/Off Subtitle (DVD) 32769 Tearing Test 32778 Remaining Time 32770 Toggle Pixel Shader 32779 Toggle Direct3D fullscreen 32780 Goto Prev Subtitle 32781 Goto Next Subtitle 32782 Shift Subtitle Left 32783 Shift Subtitle Right 32784 Display Stats 24000 Subtitle Delay - 24001 Subtitle Delay + 808 Save thumbnails

glad it worked for you !

[quote=“S-F, post:3, topic:173701”]Capjay, you are my hero and benefactor. If you’re ever in western MA I’ll give you a handshake and buy you an adult beverage.

I’ll try this out tonight and report back.

EDIT:

Oh Snap! It works like a dream![/quote]

Hey, this is great! But now I got to ask if you know about doing the same for a Dune HD player?