similar to: Title formatting for players/plugins

Displaying 9 results from an estimated 9 matches similar to: "Title formatting for players/plugins"

2006 Apr 08
1
help : uninitialized constant Song
Hi, I''m facing the following issue. I have a class A in that i tried instantiating another class B. but got uninitialized constant B error..Any idea how to over come this. Here is my code. -------------------- class SongList #initialize the array def initialize @songs=Array.new end def aSong(aSong) @songs.push(aSong) self end
2008 Sep 07
1
Oggenc: Bug or feature?
Hi, I just came across some behaviour in oggenc that I didn't expect and wondered if this was intentional or not. I was wanting to encode a Cd which has more than one artist, but several tracks per artist. The command I entered took the form of: oggenc -n "%n - %a - %t.ogg" -a artist1 -N 1 -t title1 -N 2 -t title2 -N 3 -t title3 -a artist2 -N 4 -t title4 -N 5 -t title5 -a
2004 Sep 17
0
Batch, recursive Flac to Ogg converter for Windows
For those of you who, like me, want to keep a Flac-based archive of their CD collection, but maintain an Ogg-encoded version of that library for use on portable players, here is something you might be interested in: I've put together a Cygwin/perl-based solution that works under Windows XP that can take an entire tree of Flac-encoded files: C:\music\flac\artist1\album1\track1.flac
2005 Aug 05
0
libtheora test suite
Hi, I just committed the framework for a test suite, and a couple of small tests, to libtheora (changeset:9700). The tests live in a directory called tests. When building with GNU autotools: * 'make check' will run the test programs listed in the TESTS variable in tests/Makefile.am . 'make check' will fail if any tests fail. * 'make distcheck' will fail if any
2004 Sep 10
2
PATCH: XMMS year bug
Hi, this is a patch to fix a bug in the XMMS plugin. The problem is that with the current version (1.1.0) it is impossible to get the year field to show up in the playlist, even if it's properly set in the file. The diff below fixes the problem. Tyler Eaves bash-2.05b$ diff -C 1 wrap_id3.c /usr/portage/distfiles/flac-1.1.0/src/plugin_xmms/wrap_id3.c *** wrap_id3.c Fri Jul 16 18:28:35 2004
2004 Aug 06
4
streaming vorbis files from an openbsd box
Hi-- I've installed icecast2 and ices2 on an OpenBSD box. It all seems sane from the server side, but when I try to listen to my stream from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a win98se box, nothing plays. Nothing is appended to the ices2 log, and the following is appended to the icescast2 log (when I terminate icecast2): *** [2001-08-02 22:05:16]
2004 Aug 06
1
streaming vorbis files from an openbsd box
> > I've installed icecast2 and ices2 on an OpenBSD box. It all > > seems sane from the server side, but when I try to listen to my > > stream from winamp 2.76 with Peter Pawlowski's vorbis plugin > > (1.12), from a win98se box, nothing plays. > > try the newest plugin and/or jorbis. It turned out the audio files I had grabbed from the Net for
2004 Sep 10
2
xmms plugin, fileinfo
Here is preliminary patch for fileinfo for xmms plugin. Saving and removing of the tag isn't working. When saving, how handle id3v1, v2? Display and edit more fields (e.g. performer)? How handle genres? Combo with predefined values? -- Miroslav Lichvar -------------- next part -------------- Index: src/plugin_xmms/Makefile.am
2004 Aug 06
0
streaming vorbis files from an openbsd box
On Thu, 02 Aug 2001 19:07:19 -0700, Craig Latta wrote: > >Hi-- > > I've installed icecast2 and ices2 on an OpenBSD box. It all >seems sane from the server side, but when I try to listen to my stream >>from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a >win98se box, nothing plays. try the newest plugin and/or jorbis. --- >8 ---- List