lp:audiopreview

Created by Arnaud Soyez and last modified
Get this branch:
bzr branch lp:audiopreview
Only Arnaud Soyez can upload to this branch. If you are Arnaud Soyez please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Arnaud Soyez
Project:
AudioPreview
Status:
Development

Recent revisions

59. By Arnaud Soyez

 * Fixed spelling error in the man page (developped->developed)

58. By Arnaud Soyez

 * Bumped version to 0.7-trunk.

57. By Arnaud Soyez

 * Added shortcuts doc to manpage
 * player_set_position() does no longer call player_start_playing()
 * player_start_playing() is now called directly when stream status has changed from READY to PAUSED
 * Some comment changes

56. By Arnaud Soyez

 * Added (void) when returned variable from function is ignored, just for some functions
 * Free locale before setting another locale
 * Check terminal columns on stdout instead of stderr
 * Removed unused player_prepare_for_next_query()

55. By Arnaud Soyez

 * Added play_next() to play the next one, a more synchronous way
 * play_next() is now called instead of player_prepare_for_next()
 * Added new shortcut key: 'p' to go to previous stream
   - Modified playlist accordingly (previous, next, first, last functions)
 * Removed now useless case when newstate == GST_STATE_READY
 * Now shows when current stream is paused "[paused]"
 * player_begin() now takes a stream as argument, to know what to play

54. By Arnaud Soyez

 * Now shortcut keys also work for capital letters equivalent, useful when caps lock is on
 * Divided the seeking part from player_set_position() and is now in player_seek()

53. By Arnaud Soyez

 * Merged missing revision

52. By Arnaud Soyez

 * Bumped version to 0.6-trunk
 * #include's clean-up and factorization
 * Stream *current is now in stream.h with the other pointer
 * Code clean-up, removed some circular #include dependencies (functions.h, ap_config.h)
 * Fixed "g_set_prgname" multiple call warning
 * player_seek() is now player_set_position(StartPlayingPosition position) and non-static
 * Now player_set_position still seeks even if seekposition is 0
 * Added feature: 'r' key now restarts playing the current song with the same position (if random, new position is a new random position)

51. By Arnaud Soyez

 * Changed Usage help with more precise info.
 * Release Version 0.5

50. By Arnaud Soyez

 * Implemented loop mode:
   - added --loop/-l option
   - added fast-endless-loop-prevention
   - Added documentation and an example, in man page

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers