head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.42 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.40 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.38 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.36 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.24 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.22 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.20 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.18 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.16 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.6 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.4 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.2 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2005.06.01.03.35.21; author simonb; state dead; branches; next 1.2; 1.2 date 2004.06.29.08.26.38; author simonb; state Exp; branches; next 1.1; 1.1 date 2004.05.02.07.24.52; author mrg; state Exp; branches; next ; desc @@ 1.3 log @Update to version 0.11.2: New commands: crop, stats, toggle. Add relative and exact-time seeking. Fix a few bugs. The new "toggle" command is the same as our existing patch for the "playpause" command - we keep the "playpause" command as an alias for "toggle". @ text @$NetBSD: patch-ac,v 1.2 2004/06/29 08:26:38 simonb Exp $ --- src/main.c.orig 2004-05-31 23:52:41.000000000 +1000 +++ src/main.c @@@@ -51,6 +51,7 @@@@ struct _mpc_table { {"next", 0, 0, 0, cmd_next, "","Play the next song in the current playlist"}, {"prev", 0, 0, 0, cmd_prev,"","Play the previous song in the current playlist"}, {"pause", 0, 0, 0, cmd_pause, "", "Pauses the currently playing song"}, + {"playpause", 0, 0, 0, cmd_playpause, "", "Pauses if playing, play otherwise"}, {"stop", 0, 0, 0, cmd_stop,"", "Stop the currently playing playlists"}, {"seek", 1, 1, 0, cmd_seek,"<0-100>","Seeks to the position specified in percent"}, {"clear", 0, 0, 0, cmd_clear,"", "Clear the current playlist"}, @ 1.2 log @Update to version 0.11.1. Changes include: . Support for new update command . Make add command more robust @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @add a "playpause" command, ala "xmms -t". this has already been submitted to musicpd.org. @ text @d3 3 a5 4 diff -ru src/main.c mpc-0.10.3.orig/src/main.c --- src/main.c 2004-03-20 10:44:14.000000000 +1100 +++ src/main.c 2004-05-02 16:42:03.000000000 +1000 @@@@ -51,6 +51,7 @@@@ @