Skip to content

Tags: andreasvc/cplay

Tags

v1.50pre7

Toggle v1.50pre7's commit message
	*** 1.50pre7 ***

	* cplay:
	- work-around backspace problem (shrizza)
	- shell crash work-around

v1.50pre6

Toggle v1.50pre6's commit message
	*** 1.50pre6 ***

	* cplay:
	- share filedescriptors (Antoine Reilles)

v1.50pre5

Toggle v1.50pre5's commit message
	*** 1.50pre5 ***

	Over a year since last pre-release! I will probably have broken more
	things than I have fixed, but here goes:

	* cplay:
	- fixed URL bug on command line (Georg Lehner)
	- replaced deprecated apply()
	- one-line scrolling
	- continue after errors during recursive add
	- added FrameOffsetPlayerMpp
	- handle_command a bit differently

v1.50pre4

Toggle v1.50pre4's commit message
	*** 1.50pre4 ***

	* cplay:
	- ogg123 now handles .flac and .spx
	- require either ID3 or ogg modules for viewing metadata

v1.50pre3

Toggle v1.50pre3's commit message
	*** 1.50pre3 ***

	* cplay:
	- replaced volup and voldown FIFOControl commands with
	  one "volume set|cue|toggle N" command
	- removed inc_volume and dec_volume wrappers
	- added FIFOControl command "empty" (delete playlist)

	* lircrc:
	- volup, voldown => volume command

v1.50pre2

Toggle v1.50pre2's commit message
	*** 1.50pre2 ***

	* po/pt_BR.po:
	- new file (Ricardo Niederberger Cabral)

	* cplay:
	- allow shell from playlist
	- user definable macros (for example MACRO['d'] = '!rm "$@"\n')
	- new remote control commands: macro <key>, add <pathname>

	* README:
	- documented macros and shell positional arguments

v1.50pre1

Toggle v1.50pre1's commit message
	*** 1.50pre1 ***

	* cplay:
	- user definable macros (for example MACRO['d'] = '!rm "$@"\n')
	- new remote control commands: macro <key>, add <pathname>

	* README:
	- documented macros and shell positional arguments

v1.49

Toggle v1.49's commit message
	*** 1.49 released ***

	* README, cplay.1:
	- document restricted mode

v1.49pre4

Toggle v1.49pre4's commit message
	*** 1.49pre4 ***

	* cplay:
	- restricted mode (suggested by Yoann AUBINEAU)
	- connect player stdin to a pipe
	- removed sleep(1) if player exec failed
	- combined pause/unpause -> toggle_pause
	- no parse_buf() if stopped or seeking
	- removed --no-tty-control from madplay (stdin no longer tty)
	- reduced codesize

v1.49pre3

Toggle v1.49pre3's commit message
	*** 1.49pre3 ***

	* cplay.list:
	- ESP Package Manager support (http://www.easysw.com/epm/)

	* cplay:
	- removed excessive update() from get_bookmark()
	- rewritten delete and move commands for speed