search for: richman

Displaying 19 results from an estimated 19 matches for "richman".

Did you mean: reichman
2004 Nov 21
2
Extracting Now Playing!!!
Yes but can this be exported to an external source like a web-site on my network Richard On Sun, 21 Nov 2004 20:46:48 +0100, Anatol <icecast@recordcaster.de> wrote: > Richman wrote: > > > > Is their anyway that i can ecport the now current playing song into a > > text file iam using ices 0.4 and icecast 2.0 > > > > -- > > Thankyou > > Richard > > Hi! > > Have a look into the ices.cue file. There are a lot of usef...
2009 Jun 12
7
Managing Feature Backlogs
What techniques and tools do you use to manage your feature backlogs? It could be as low tech as a post-it note, TODO file in your Rails project tree, or as high tech as a web-based collaborative tool. Thanks, Mark
2005 Mar 09
1
XMMS plugin: string handling bugs
...re is both code that assumes that the pointers point to something and code that assumes the memory can be free()ed. For the time being, I added some extra initializations like flac_cfg.stream.proxy_host = g_strdup(""); to FLAC_XMMS__init(), but somebody familiar with the code (Steven Richman?) ought to clean this up. -- Christian "naddy" Weisgerber naddy@mips.inka.de
2004 Nov 21
2
Extracting Now Playing!!!
Is their anyway that i can ecport the now current playing song into a text file iam using ices 0.4 and icecast 2.0 -- Thankyou Richard
2004 Sep 10
3
[st.n@gmx.net: Bug#200435: xmms-flac: doesn't properly support long files]
On Tue, Jul 08, 2003 at 10:11:49PM +0200, Miroslav Lichvar wrote: > On Tue, Jul 08, 2003 at 11:07:09AM -0400, Matt Zimmerman wrote: > > severity 200435 normal > > thanks > > > > I received this bug report from a Debian user. I can't think of any reason > > offhand why the command line tool would work while the xmms plugin would > > fail. > ... >
2004 Sep 10
1
CD Baby using FLAC to archive 40,000 CDs
> And then you won't lose the stuff in the pregap on live CDs, and it also > makes the storage and naming easier to deal with. Can you explain this to me? You don't actually lose the audio data, right, just the structure of the CD (which can probably be captured with cue files anyway)? I've ripped CDs with pregap audio before, and I'm pretty sure it's not getting
2004 Sep 10
1
[Flac-users] MD5 digest doesn't match
I can't figure out how to verify flac md5 signatures. The docs say flac does an md5 over the unencoded audio data, but I can't reproduce it. I'm using flac 1.0.2 and Ron Rivest's reference md5 implementation. $ md5 temp.wav MD5 (temp.wav) = a7c92c4a656b2be2582f77c51b68a623 $ flac temp.wav $ metaflac temp.flac file: temp.flac METADATA block #0 ... MD5 signature:
2004 Sep 10
1
[Flac-users] Winamp3 plugin built in debug mode?
I just tried installing the flac plugin for Winamp 3, and Winamp reports that, "This application has failed to start because MSVCRTD.dll was not found." The fact that it's trying to link against MSVCRTD.dll rather than MSVCRT.dll suggests that the plugin was built in debug mode; most Windows installations won't have MSVCRTD.dll unless Visual Studio is installed. ,steven.
2004 Sep 10
1
[Flac-users] streaming in xmms?
Sorry for all the "my plugin don't work" questions... I can't seem to get http streaming of flac files to work in xmms. When I open an m3u with http URLs, the xmms window just says Invalid FLAC file: "http://localhost/foo.flac" This is with flac 1.0.3 and xmms 1.2.7. This is supposed to work, right? Thanks, steven.
2004 Nov 21
0
Extracting Now Playing!!!
Richman wrote: > Is their anyway that i can ecport the now current playing song into a > text file iam using ices 0.4 and icecast 2.0 > > -- > Thankyou > Richard Hi! Have a look into the ices.cue file. There are a lot of usefull infos like artist, songtitle, filename, linenumber, a.s....
2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...ugin.h" #include <stdlib.h> #include <string.h> /* for strlen() */ diff --git a/src/plugin_xmms/http.c b/src/plugin_xmms/http.c index 44c9ce9..ce06447 100644 --- a/src/plugin_xmms/http.c +++ b/src/plugin_xmms/http.c @@ -17,9 +17,7 @@ */ /* modified for FLAC support by Steven Richman (2003) */ -#if HAVE_CONFIG_H -# include <config.h> -#endif +#include "plugin.h" #include <sys/types.h> #include <sys/socket.h> @@ -44,7 +42,6 @@ #include "FLAC/format.h" #include "configure.h" #include "locale_hack.h" -#include &qu...
2004 Sep 10
3
Streaming flac problems!!
Hello, My name is Vincent and I have some difficulties to realize my project. Indeed, I must developp a streaming flac client/server and I have some difficulties to find detailed information about this. I chose to use the platform Ices/Icecast to do my project. I took the Vorbis streaming like example but the library has not the same structure as the flac library. So , I send this message in
2013 Jun 01
1
[PATCH] Add missing config.h includes
...t;config.h" +#endif + #include "plugin.h" #include <stdlib.h> diff --git a/src/plugin_xmms/http.c b/src/plugin_xmms/http.c index c51f1b8..2f31576 100644 --- a/src/plugin_xmms/http.c +++ b/src/plugin_xmms/http.c @@ -17,6 +17,10 @@ */ /* modified for FLAC support by Steven Richman (2003) */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "plugin.h" #include <sys/types.h> diff --git a/src/plugin_xmms/plugin.c b/src/plugin_xmms/plugin.c index c99b52e..50a109f 100644 --- a/src/plugin_xmms/plugin.c +++ b/src/plugin_xmms/plugin.c @@ -...
2010 May 09
7
"File not found: lib" installing rails-3.0.0.beta3 on my Mac
I''ve always distrusted the ruby and rails installs on my Mac (oOS X 10.6.3) -- sudo gem cleanup can''t seem to get rid of old gem versions (lots of Gem::InstallError: cannot uninstall). Because of that, I don''t trust the rails beta3 install I just completed. Here''s the story: * config is Apple''s ruby 1.8.7 and gem 1.3.6. * xcode is installed from
2012 Dec 04
0
[PATCH] Update FSF address.
...on, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * with this program; if not, write to the Free Software Foundation, Inc., */ /* modified for FLAC support by Steven Richman (2003) */ diff --git a/src/plugin_xmms/http.h b/src/plugin_xmms/http.h index 0025430..a78e162 100644 --- a/src/plugin_xmms/http.h +++ b/src/plugin_xmms/http.h @@ -10,9 +10,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * -...
2004 Sep 10
0
Streaming flac problems!!
A patch to add streaming support to the FLAC XMMS plugin has been sitting on my hard drive for several months (Josh wasn't accepting patches at the time because of the Xiph move, and I've been busy/lazy since then). This weekend I'll make an effort to update it to the current cvs and send if off to Josh. That covers the client side (well, at least on platforms XMMS runs on). As far
2004 Sep 10
0
[st.n@gmx.net: Bug#200435: xmms-flac: doesn't properly support long files]
> > - file_info->length_in_msec = file_info->total_samples * 10 / (file_info->sample_rate / 100); > > + file_info->length_in_msec = (FLAC__uint64)file_info->total_samples * 10 / (file_info->sample_rate / 100); ... > It seems like would be simpler to do something like: > > (file_info->total_samples / file_info->sample_rate) * 1000; Without a float
2010 Jul 18
0
button_to_remote using jQuery and Rails 3
Is this possible given the button_to_remote function seems to be defined as a Prototype helper? I''ve replaced my /public/javascripts/ rails.js with the jQuery driver. When I try to use button_to_remote I get the error undefined method ''button_to_remote'' for #<#<Class:0x000001078d7090>:0x0000010789ad20> If this is not possible using button_to_remote, how can
2004 Sep 10
0
http streaming in the xmms plugin
Hi, Here's a patch to add support for streaming HTTP transport to the xmms plugin. Most of the code (in particular, http.c) is taken from the xmms mpg123 input plugin. You'll need to make a three-line change to the xmms mpg123 input plugin to get streaming to work. The mpeg plugin currently handles all http urls itself unless they end in an ogg or real audio extension (which means flac