Warren Dukes
d114e1fdd6
update with additional oss volume bug fix
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-01 13:49:38 +00:00
Warren Dukes
ce2c6845a2
memset erroredFile to 0
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@127 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-01 03:35:52 +00:00
Warren Dukes
e742f2be2c
fix a typecast
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@126 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-01 03:34:01 +00:00
Warren Dukes
f515692aa9
fix a bug where getting OS Mixer volume may fail, and we were closing
...
the fd, but didn't mark anything indicated the fd was close, so chaos
ensued. Here, we just remove the close() statement and assume it was
just a fluke!!
git-svn-id: https://svn.musicpd.org/mpd/trunk@125 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-29 08:37:21 +00:00
Warren Dukes
41b63bbe47
fix a stupid bug where i was storing the decode_pid directorly from fork()
...
call, and since decode_pid is shared now, it may get assigned zero after
the parent assigns it the true pid, not good!!
git-svn-id: https://svn.musicpd.org/mpd/trunk@124 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-29 08:10:52 +00:00
Warren Dukes
cfd0e18dc4
fix some errors with short and long
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@117 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-28 14:38:55 +00:00
Warren Dukes
fe9f236b4f
update
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@110 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 23:57:44 +00:00
Warren Dukes
821355361c
audio cleanups
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@109 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 23:13:26 +00:00
Warren Dukes
5622edbc98
cleanup audio code some
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@108 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 23:05:56 +00:00
Warren Dukes
8b19235b61
put decode_pid in shared mem, so if player process dies, the master
...
can still kill the decode process.
git-svn-id: https://svn.musicpd.org/mpd/trunk@107 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 22:25:06 +00:00
Warren Dukes
ad4246d6cb
add db_playtime to stats
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@99 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 15:40:54 +00:00
Warren Dukes
79effd62e1
display db_playtime in stats
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@98 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 15:39:19 +00:00
Warren Dukes
a78c5e4aea
crossfade should always be displayed in status
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@77 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 01:38:18 +00:00
Warren Dukes
542becf344
update docs with changes to status and crossfade
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@76 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 01:37:17 +00:00
Warren Dukes
9b1c550597
add xfade and audio to status, remove crossfade no args options
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@75 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27 01:35:23 +00:00
Warren Dukes
ce1d377d69
update listall and listallinfo commands
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@65 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-26 03:48:59 +00:00
Warren Dukes
5262a06659
update changelog for 0.10.0
...
update add command info to include dir support
update mpd.1 and conf example to include ~ support
git-svn-id: https://svn.musicpd.org/mpd/trunk@64 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-26 03:36:04 +00:00
Warren Dukes
1adca2abd2
add bitrate reporting to flac
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@63 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-26 03:21:24 +00:00
Warren Dukes
9d4bc4efea
finally found the segfault, it occurs with random and repeat on,
...
in queueNextSong() was doing randomizeOrder(0,playlist.length)
instead of playlist.length-1
git-svn-id: https://svn.musicpd.org/mpd/trunk@61 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 22:00:21 +00:00
Warren Dukes
8edc416344
some more cleanups
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@60 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 21:10:56 +00:00
Warren Dukes
e1c839cd56
cleanup logging, need to be careful with SECURE and DEBUG
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@58 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 19:13:10 +00:00
Warren Dukes
483d8873bd
few cleanups
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@57 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 18:56:12 +00:00
Warren Dukes
e4f265b2fc
be more careful with string manipulations, use strncpy as much as possible
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@56 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 18:46:41 +00:00
Warren Dukes
ca3068d411
a few more cleanups, use memcpy instead of strncpy
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@55 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 18:42:47 +00:00
Warren Dukes
1e9b166574
some cleanups for utf8 in playerSeek and using strncpy for copying filenames
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@54 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 18:29:39 +00:00
Warren Dukes
46c66a2a3e
a few cleanups
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@53 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 17:53:48 +00:00
Warren Dukes
1ff1230680
update TODO
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@51 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 13:55:47 +00:00
Warren Dukes
c10807c276
use "$@" instead of "$*"
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@48 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 04:53:30 +00:00
Warren Dukes
991eb52bcf
update with vol range
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@47 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 04:10:16 +00:00
Warren Dukes
8e08f9b078
oops, forgot to call utf8ToFsCharset when opening flac files for Metadata
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@46 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 01:31:52 +00:00
Warren Dukes
5af6fa2acc
update pause command docs, and not how much each command
...
changes playlist version by
git-svn-id: https://svn.musicpd.org/mpd/trunk@44 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 00:14:27 +00:00
Warren Dukes
aaf4282654
have pause take an optional arugment
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@43 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25 00:08:48 +00:00
Warren Dukes
068d307a71
make ~ work for paths
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@37 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 21:20:16 +00:00
Warren Dukes
71a48f07bc
add copyright notices to files
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@34 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 17:06:14 +00:00
Warren Dukes
c07536beca
update with new commands
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@29 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 16:48:52 +00:00
Warren Dukes
8a8f1f2d18
update config file example
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@28 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 16:38:46 +00:00
Warren Dukes
138aa54df3
make changes suggested by ruran
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@25 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 16:16:54 +00:00
Warren Dukes
0058dbc4e8
updated for 0.10.0
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@19 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 06:14:16 +00:00
Warren Dukes
ae2b3fcd8d
update installtion and authors for 0.10.0
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@12 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 02:43:09 +00:00
Warren Dukes
636f83dc7b
deprecate volume and add setvol
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@6 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24 01:37:42 +00:00
Warren Dukes
d35747a40c
import from SF CVS
...
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-23 23:41:20 +00:00