search for: titlestr

Displaying 9 results from an estimated 9 matches for "titlestr".

Did you mean: titles
2010 Mar 15
0
Making descriptive analyisis in R
when I try to make a package coping R code such as tab1, summ, titleString, setTitle from epicalc package, the following problems are found. * using log directory 'C:/Rpackage/EpiStat.Rcheck' * using R version 2.10.0 (2009-10-26) * using session charset: ISO8859-1 * checking for file 'EpiStat/DESCRIPTION' ... OK * checking extension type ... Package *...
2002 Jan 22
1
xmms vorbis titlestring patch
Hi, I managed to patch the xmms vorbis plugin to allow specifying arbitrary tagnames to be displayed in xmms' titlestring as well as conditional tag displaying. You can get the patch (against cvs) from here http://www.uni-jena.de/~p6best/comp/diffs/xmms-cvs_vorbistitle.diff.gz For usage and some more information, make sure you read http://www.uni-jena.de/~p6best/comp/diffs/xmms-cvs_vorbistitle.diff.readme (becaus...
2003 Mar 02
1
xmms titlestring patch for vorbis
Hello, Some time ago I developed a patch for xmms' vorbis plugin, that allows using arbitrary comment fields in the titlestring. Although it works quite well, I think it could be polished a bit and it might even have some bugs. I also want to know, what the xmms-developers think about it. Recently, I included some kind of an 'advanced' tag editor. For now, this has to be enabled at compile time by defining VORBI...
2002 Feb 04
1
xmms vorbis titlestring patch -- update
Hello again, I updated my patch to be able to display all occurrences of a tag. E.g. if you have multiple artists specified, all can be displayed concatenated with configurable strings. (suggested and contributed by Jens Z. Burkal) Get the patch (against cvs) from here http://www.uni-jena.de/~p6best/comp/diffs/xmms-cvs_vorbistitle.diff.gz (it is now linked to a file
1996 Nov 25
2
XMCD v2.1 released (was: Security Problems in XMCD)
This is to announce that XMCD 2.1 patchlevel 0 has been released which fixes all of the issues previously raised by David Meltzer. It also contains a number of other minor feature and functionality enhancements. The new version may be obtained via the xmcd web page at: http://sunsite.unc.edu/~cddb/xmcd/ Users of xmcd with older versions are encouraged to upgrade. -Ti -- \\ // XMCD - Motif CD
2003 Mar 01
1
xmms titlepatch -- update
Hello, I have updated my titlestring patch for xmms. It now includes some kind of an 'advanced' tag editor. For now, this has to be enabled at compile time by defining VORBIS_ADV_EDIT, for more details, read the readme (see below). You might need a recent cvs-checkout of xmms, maybe it also applies against a release version...
2003 Oct 09
1
Replaygain backend and ogg123 patch
My replaygain player side backend code is up at savannah: https://savannah.nongnu.org/projects/vgplay/ Pull it from CVS for the time being, as the file area isn't up and working just yet. It applies album and track gain values as scale factors to float pcm and includes an arbitary value preamp, a couple of limiting strategies. There's also helper function to pull the replaygain
2003 Nov 29
0
New xmms vorbis plugin
...h, it would be very cool to turn the plugin into a general ogg plugin that can handle whatever bitstream a given ogg file contains - I gather that's what Monty was alluding to in the SCALE talk. In the meantime, the flac and speex people can feel free to grab the config interface project and titlestring code to improve their own xmms plugins. John --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body...
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...mited nature of my examination of the code; to provide some level of assurance would take a far more detailed examination that I simply can not devote the time to achieve for a non-critical piece of code such as xmcd. The offending line of code is in cdfunc.c in the cd_init() function: sprintf(titlestr, "%s %d", app_data.main_title, app_data.devnum); The titlestr is defined to be char titlestr[STR_BUF_SZ]. The string app_data.main_title is read from the XMcd resource file which will be read from a user''s home directory. A user can then modify the XMcd*mainWindowTitle resource...