sebastian
f6e8fbbb3b
set upload filesize to 100MB
2005-09-30 18:39:36 +00:00
sebastian
f4ff1e9506
listen uses playlist now
2005-09-30 13:13:15 +00:00
sebastian
d62048e192
bugfixing for 1.0.1
2005-09-30 12:32:33 +00:00
maroy
1a3cf69ba9
now AudioPlayerInterface::open() will throw an std::runtime_error
...
exception if the file can not be openned, for example because
the audio device in blocked by another process (maybe an other player)
fix for issue #1398
2005-09-30 10:13:11 +00:00
tomash
5fde29379e
#1415 ( #1407 probably too) fixed
2005-09-30 00:13:03 +00:00
tomash
0a05c655e6
Bug in metadata file regeneration fixed.
2005-09-29 22:25:32 +00:00
tomash
4750fba2c4
#1386 fixed
2005-09-29 21:38:05 +00:00
sebastian
f4c0454b0c
added conten-length header to allow seeking in the audioclip
2005-09-29 19:56:31 +00:00
fgerlits
c7a6ea72df
fixed a typo
2005-09-29 18:01:12 +00:00
fgerlits
5935a96a9a
Added more (and updated existing) documentation about the Playlist class.
...
Changed the playlist format (generated in Playlist::getXmlDocumentString())
which is stored in the storage server to include top level only (no "inline
playlists" any longer).
2005-09-29 18:00:09 +00:00
tomash
4c42786014
#1424 PEAR XML_RPC module upgrade.
2005-09-29 15:44:02 +00:00
tomash
a45ae563bb
#1226 New optional parameter length added to the GreenBox::addAudioClipToPlaylist() method.
2005-09-29 11:00:44 +00:00
tomash
eee7429d48
minor changes in comments
2005-09-29 10:39:09 +00:00
tomash
f4929ce3db
Extra parameters added to resetStorage method
...
- flag for sampleData inserting and deleting only files in storage.
Default values have been chosen to preserve previous calls.
2005-09-29 00:24:32 +00:00
sebastian
411e87590a
replacing corrupted files
2005-09-28 23:03:28 +00:00
sebastian
38c891cfb0
changing properties
2005-09-28 22:52:41 +00:00
sebastian
d0f72fb96e
changing properties
2005-09-28 22:49:06 +00:00
sebastian
fa958827e0
changing properties
2005-09-28 22:42:46 +00:00
sebastian
d70f26d369
changing properties
2005-09-28 22:37:30 +00:00
sebastian
f8d06c6b78
changing properties
2005-09-28 22:31:42 +00:00
sebastian
8d09cfe50d
changing properties
2005-09-28 22:31:10 +00:00
sebastian
3414ac841f
changing properties
2005-09-28 22:30:16 +00:00
sebastian
e36e2ab8c8
changing properties
2005-09-28 22:29:47 +00:00
sebastian
88115ab8ac
changing properties
2005-09-28 22:29:15 +00:00
sebastian
88e5de8bcc
2005-09-28 20:55:00 +00:00
sebastian
2148ce377f
2005-09-28 20:54:06 +00:00
sebastian
a353672193
2005-09-28 20:49:11 +00:00
sebastian
c0572414cd
2005-09-28 20:37:24 +00:00
sebastian
e0f5a1757d
2005-09-28 20:36:03 +00:00
sebastian
dca7f71bae
2005-09-28 20:34:44 +00:00
sebastian
8164099d20
nomsg
2005-09-28 20:29:51 +00:00
sebastian
5633ada8a7
nomsg
2005-09-28 20:29:36 +00:00
sebastian
7d5f7f856d
2005-09-28 20:19:25 +00:00
fgerlits
ae1573aa71
fixed these binary files, after they were messed up first by cvs2svn,
...
and then by myself in [1622]
2005-09-28 18:10:11 +00:00
tomash
ab756824ae
#1399 fixed
2005-09-28 16:21:59 +00:00
tomash
fe297e01c2
#1405 better setup for devel.env., I hope - ufff
2005-09-28 13:39:35 +00:00
tomash
52a437ed9d
Useful target added.
2005-09-28 13:27:41 +00:00
tomash
ba0390a8a9
More verbose error messages added.
2005-09-28 13:18:29 +00:00
tomash
60c1621425
More verbose error messages added.
2005-09-28 13:16:19 +00:00
tomash
f70fdc5816
minor fix
2005-09-28 13:12:28 +00:00
fgerlits
d235b8faa6
Added keyboard shortcuts for move up, move down and delete.
...
This fixes issue #1430 .
2005-09-28 12:52:03 +00:00
fgerlits
bdf2bba1bb
marked files as binary
2005-09-27 20:24:06 +00:00
maroy
01047db6b2
made sure already existing LD_LIBRARY_PATHs are ammended, not totally
...
overwridden. fix for issue #1375
2005-09-24 11:45:51 +00:00
maroy
561e050d1b
fix for issue #1471
2005-09-23 15:26:39 +00:00
maroy
584aa03bdd
added gentoo portage directory
2005-09-23 14:16:18 +00:00
maroy
39be3f99e3
improvements on the installation procedures:
...
- prefix as make variable accepted
- all installation directories created
- www docroot is passed to the storageServer configure script as well
2005-09-23 14:04:56 +00:00
maroy
a80f585f5a
added password auth to pipe-connections as well, not just TCP/IP connections
2005-09-23 14:03:48 +00:00
maroy
9f1887cc9e
removed hard-coded dependencies on external libraries
...
also created some autoconf macros, see:
http://autoconf-archive.cryp.to/ac_check_icu.html
http://autoconf-archive.cryp.to/ac_check_curl.html
http://autoconf-archive.cryp.to/ac_check_taglib.html
2005-09-23 14:00:49 +00:00
fgerlits
148c138a92
Marked some more files as text; I hope I got them all now. See ticket #1462 .
2005-09-22 14:31:15 +00:00
fgerlits
0567e86dea
minor edit: documentation update related to autoconf'ization
2005-09-21 15:36:30 +00:00