Main > Free Download Search >

Free xmms real random software for linux

xmms real random

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1735
XMMS Real Random Plugin 0.3

XMMS Real Random Plugin 0.3


XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way. more>>
XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way.

The shuffle mode of xmms is not as I expected it. So I created this plugin.

For using this plugin, the plugin has to be loaded by xmms and the shuffle mode of xmms has to be "on".

The plugin becomes active if you are playing a song for a while. If this song ended it jumps to a random position within the playlist.

<<less
Download (0.17MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1296 downloads
Mr. Random 1.3

Mr. Random 1.3


Mr. Random project is a utility useful for filling a portable MP3 audio player with music randomly selected. more>>
Mr. Random project is a utility useful for filling a portable MP3 audio player with music randomly selected from a larger collection situated on a computer hard drive.

This is a good idea if you cant make up your mind what you want to hear, you prefer to be surprised by a selection of music you may not have heard in a while, or want to hear familiar music juxtaposed in novel combinations.

<<less
Download (2.0MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1061 downloads
XMMS Weasel 0.0.1

XMMS Weasel 0.0.1


XMMS Weasel is a general plugin for XMMS. more>>
XMMS Weasel is a general plugin for XMMS. XMMS Weasel automatically slides out XMMS from the screen if the mouse pointer leaves the XMMS window.

As soon as the mouse pointer hits the screen edge, XMMS will slide back in.

<<less
Download (0.30MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1298 downloads
xmms-alarm 0.3.7

xmms-alarm 0.3.7


xmms-alarm is a plugin which allows XMMS to be used as an alarm clock. more>>
xmms-alarm is a plugin which allows XMMS to be used as an alarm clock.
Main features:
- alarm start time
- sleep time (so the alarm will stop after a while)
- volume fading time
- loading a seperate playlist for the alarm
- executing a shell command when the alarm goes off
- the option to choose a starting volume when fading
<<less
Download (0.24MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1293 downloads
XMMS Jogdial Plugin 0.1

XMMS Jogdial Plugin 0.1


XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. more>>
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. It allows the user to use the jogdial to control volume, playback, and the playlist.

XMMS Jogdial Plugin is known to work on PCG-C1XS, but probably also works on other Sony Vaio C1 series picturebooks with a jogdial.

This is a plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.

- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
<<less
Download (0.039MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1410 downloads
XMMS-Reloaded 0.1.0

XMMS-Reloaded 0.1.0


XMMS-Reloaded is a plugin to reload the XMMS playlist. more>>
XMMS-Reloaded is written in C and reload your xmms playlist:
- at a given time
- to a given time interval
- if the playlist has changed on your harddisk
XMMS-Reloaded is a XMMS general plugin.
Main features:
- Reload the playlist in 3 diffrent conditions
- Reload the playlist, during playing a song
- Reload the playlist, at the end of a song
- Nice configuration
<<less
Download (0.046MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1300 downloads
xmmstcl 1.1

xmmstcl 1.1


xmmstcl lets you control XMMS playback, skip, pause, change the playlist, change skins. more>>
xmmstcl lets you control XMMS playback, skip, pause, change the playlist, change skins, and do everything else provided by the xmms_remote_* methods, which is almost everything from the standard user interface.

xmmstcl plugin also has some things not available there, such as "XMMS onchange" which lets your Tcl/Tk application know when something happens in the player. The companion "TkPlayer" has samples for the most important functions and will keep XMMS busy by generating random playlists with songs that you havent heard in a while.

<<less
Download (0.052MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1290 downloads
xmms sndfile 1.2

xmms sndfile 1.2


xmms sndfile is an input plugin for XMMS. more>>
xmms sndfile is an input plugin for XMMS.

Using xmms_sndfile extends the capabilities of XMMS to open and play any file which can be opened and read by libsndfile, including WAV, AIFF, AU, and SVX files and many compressed version of these file formats.

<<less
Download (0.22MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1292 downloads
XMMS Announcer 0.09.5

XMMS Announcer 0.09.5


XMMS Announcer is a simple utility that neatly prints the current track playing in XMMS. more>>
XMMS Announcer is a simple utility that neatly prints the current track playing in XMMS. XMMS Announcer has optional command line arguments that allow for more detailed information about the track.

The unique feature is that it allows for an easily customizable output string format, which is done by using the -f switch on the command line.

<<less
Download (0.007MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1291 downloads
XMMS Album List 2.2-1

XMMS Album List 2.2-1


XMMS Album List is a Unix application for loading directories of audio files into XMMS. more>>
XMMS Album List is a Unix application for loading directories of audio files into XMMS, similar in concept to the Winamp plugin AlbumList. XMMS Album List is written in Perl using Gtk2-Perl, MP3::Info, and Xmms::Perl (the latter being available on CPAN).
This is my first application using GTK+, or XMMSs plugin API, and was mainly written because I was tired of not having AlbumList around in Debian. Thus, its very rough around the edges. I welcome patches.
At first I tried writing this in C using GTK+ and libxmms, but I seem to have ran into some problems with xmms_remote_playlist_add() freezing XMMS.
I figured Id give GtkPerl a shot, and found it to be much much easier to deal with. The result is this.
Version 2 has been completely rewritten, using gtk2-perl and Glade to design the user interface. Thus, you need libglade and Gtk2::GladeXML.
And an explanation of the controls:
- Add Path: brings up a file selection dialog. Pick a directory, and that directory and any below it will be recursively searched for directories that hold songs. Only these will be added to the list.
- Refresh: refreshes the main display
- Clear Albums: clears the main window and the saved album list
- Load Album: clears XMMSs playlist, and loads the currently selected album (directory) into XMMS. This can also be accomplished by double clicking a row.
- Enqueue Album: loads an album without clearing XMMSs playlist.
<<less
Download (0.009MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1297 downloads
Xmms::Remote 0.12

Xmms::Remote 0.12


Xmms::Remote is a Perl Interface to xmms_remote API. more>>
Xmms::Remote is a Perl Interface to xmms_remote API.

SYNOPSIS

use Xmms::Remote ();
my $remote = Xmms::Remote->new;
$remote->play;

This module provides a Perl interface to the xmms remote control interface. No docs yet, sorry, see test.pl and Xmms.pm for now

<<less
Download (0.18MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
914 downloads
xmms-curses 0.2.2

xmms-curses 0.2.2


xmms-curses is a simple application for controlling XMMS from the command line. more>>
xmms-curses is a simple application for controlling XMMS from the command line. It is designed to make common, simple tasks fast and easy to do.

xmms-curses is operated using arrow keys and standard XMMS keys, to make it easy and intuitive to learn.

<<less
Download (0.018MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1299 downloads
xmms-rawcdr 1.0.0

xmms-rawcdr 1.0.0


xmms-rawcdr is a XMMS plugin that plays ripped CD audio tracks. more>>
xmms-rawcdr is a XMMS plugin that plays ripped CD audio tracks.

It can play ripped CD audio tracks with the readcdda utility. Its very useful when you need check mixed type (.wav and .cdr) audio files before recording them on a CD-R (by utilities like cdrdao or cdrecord).

-WARNING-

The raw cdr (ripped from a CDROM) files doesnt contain any header. They have always 44100 samples/sec, 16 bit, 2 channels, big endian order (MSBL LSBL, MSBR LSBR). This file type is detected only by a .cdr extention. If xmms find a *.cdr file and this file is not a .cdr raw audio file, then youll get noise and/or it may damage
your hi-fi speakers if volume is loud.

<<less
Download (0.004MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1296 downloads
XMMS-Shell 0.99.3

XMMS-Shell 0.99.3


XMMS-Shell provides a simple command line interface for controlling XMMS. more>>
XMMS-Shell provides a simple command line interface for controlling the XMMS player.
One can either use the readline-enhanced interactive mode or simply specify commands from the command line (useful for shell scripts or quick manipulation).
Main features:
- Volume control
- Equalizer control
- Control over display of main, equalizer, and playlist windows
- Can pop up the preferences or file load dialogs
- A few miscellaneous but potentially useful commands, such as FADE, FAKEPAUSE, and RESETDEVICE
The 0.99 series of XMMS-Shell represents a complete rewrite of the 0.2 series. All of the functionality of 0.2 should still be provided. The 0.99 series is considered beta. Once the code is deemed stable, it will graduate to version 1.0. This code has barely been tested with XMMS 1.2.6, but it should work with any version of XMMS after 1.0.
<<less
Download (0.059MB)
Added: 2006-04-07 License: Public Domain Price:
1296 downloads
XMMS InfoPipe 1.3

XMMS InfoPipe 1.3


XMMS InfoPipe is a plugin that reports XMMS status via named pipe. more>>
XMMS InfoPipe is a plugin that reports XMMS status via named pipe. XMMS InfoPipe is handy if you want to add interesting real-time information for a personal web page, or a web cam page.

While theres a possibility of setting up programs to be executed by XMMS when changing songs, XMMS InfoPipe provides better introspection: You can get information on song position, song length, playlist position, status (stopped/playing/paused), song title as displayed by XMMS, and file name. The information is reported in easily parseable textual format.

The possibilities for information use are limitless. So far, here are some of the things people have been using InfoPipe for:

Showing information of XMMS on home page, webcam page, or something related (script included)
Showing player information on IRC (spotted one script for Irssi)
Using any speech synthetizer to say the song information, reducing the need for external displays, and helping listening to unfamiliar music in bed when all you have is a remote control =) (script included).

Yeah, LIRC plugin seems to support this already, but it only supports ViaVoice - this allows you to use any speech synth... or any other types of output. Just an example of flexibility - I created the script to do that at 4 oclock in the morning, and even got 99% of Perl recommendations of good coding right, even when I wasnt fully awake.

<<less
Download (0.17MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1307 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5