Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Remove unused parameter to process_signals.
Need to find a better way of handling warning/error/fatal messages,
in general. Thinking of creating another, small API for it.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Check if mplayer is in $PATH before starting it.
This should provide an easier to understand error message for users.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Allow changing the player backend with -m.
This hijacks the use of -m, but I don't think this will be a problem
as the current 'supported' list of ports is taken care of with
mplayer in the $PATH.
config.h now contains the default backend string.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Made player callbacks variable argument.
This makes getting more informative messages from the backends
easier.
For now, the notice/error callbacks are just set to paint_message
and paint_error, respectively.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Restarting mplayer now works as before.
Better error messages are in order, but for now, she'll do.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Fixed (mostly) a dead mplayer. It now auto-restarts, as before.
A few new callbacks to the setup for notices/fatal-errors, but the
fatal error callback currently doesn't exit.
Also, this doesn't catch a missing mplayer. Not sure why. Will
dig into later.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Cleaning up player code since it's player agnostic.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Removing vitunes dependency from mplayer.
Left a #include in there.
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Backend suport established for mplayer.
This establishes what, I hope, is a good setup for supporting multiple
players. Currently only mplayer is supported with this, but the setup
allows for:
1. "Static" backends, like mplayer, that have no
|
Posted
about 14 years
ago
by
Ryan Flannery <ryan.flannery@gmail.com>
Forgotten commits for previous commit.
Still getting used to git...
|