Main > Free Download Search >

Free players pass software for linux

players pass

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2483
LongPlayer 1.01

LongPlayer 1.01


LongPlayer extends the functionality of a traditional MP3 player. more>>
LongPlayer extends the functionality of a traditional MP3 player and is meant for people with a large MP3 or Ogg Vorbis collection who want to listen to it all day. LongPlayer chooses from dynamically generated collections of music to fill the MP3 players playlist.
It does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
<<less
Download (0.44MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1261 downloads
YOLK XMMS PLAYER aqua

YOLK XMMS PLAYER aqua


YOLK XMMS PLAYER is a Xmms player control SuperKaramba theme. more>>
YOLK XMMS PLAYER is a Xmms player control SuperKaramba theme.
I realized that Aqua is required in most desktop palletes.
It supports:
- Play
- Pause
- REW
- FWW
<<less
Download (0.64MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1210 downloads
Volity::Player 0.6.5

Volity::Player 0.6.5


Volity::Player is a Perl module for Volity players, from a referees perspective. more>>
Volity::Player is a Perl module for Volity players, from a referees perspective.

An object of this class represents a Volity player present at a table. The referee creates one of these objects for every player who comes to that refs table. The player might not actually play the game (i.e. sit in a seat), but is nonetheless recognized by the referee as a potential game player and table presence.

In certain circumstances a ref may choose to keep an object for a given player persistent, even after that player leaves the table, while other times the players departure results in the objects destruction. Generally, it just does the right thing.

USAGE

You should never need to create or destroy player objects yourself; the referee object takes care of that. However, there are a number of methods defined by Volity::Referee and Volity::Seat that return player objects, so you may find yourself interacting with them anyway.

Volity::Game subclasses refer to seats more often than to individual players, since most game interaction takes place at the seat level.

<<less
Download (0.10MB)
Added: 2006-12-22 License: Perl Artistic License Price:
1037 downloads
copyplaylist2 1.0

copyplaylist2 1.0


copyplaylist2 is small script that copies the current playlist to a certain directory. more>>
copyplaylist2 is small script that copies the current playlist to a certain directory.

For use with mobile devices like mp3-players or usb-sticks. Can also be used to create a tree of directories for CD/DVD archiving.

<<less
Download (0.10MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1325 downloads
Chess::FIDE::Player 1.00

Chess::FIDE::Player 1.00


Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. more>>
Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List.

SYNOPSIS

use Chess::FIDE::Player qw(@FIDE_field);
my $player = Chess::FIDE::Player->new(%param);
print $player->id() . "n";
$player->value(field);

Chess::FIDE::Player - Parse player data from FIDE Rating List. FIDE is the International Chess Federation that every quarter of the year releases a list of its rated members. The list contains about fifty thousand entries. This module provides means of translation of every entry into a perl object containing all the fields.

Constructor

$player = Chess::FIDE::Player->new(%param);

The constructor creates a hash reference, blesses it and fills it with parameters passed in %param. The parameters should be fields corresponding to @FIDE_field (see section EXPORT). If a field is not defined, a default value contained in %init is used, and if it is the id field, the next default id is increased by one.

value

$player->value(field); $player->value(field,$value);

First one retrieves a field in the $player object. If the field is not valid (i.e. not contained in @FIDE_field, an undef is returned. Second one sets the field to $value, and again in case of an invalid field undef is returned. Otherwise the new value of the field is returned.

EXPORT

@FIDE_field

- array of valid fields for the Player object.

<<less
Download (1.1MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1038 downloads
LastBASH 0.3.2

LastBASH 0.3.2


LastBASH is a console/terminal based Last.fm player. more>>
LastBASH project is a console/terminal based Last.fm player. Although the default Last.fm player is a great one, it also is a graphical one and it could be somewhat inadequate for the die-hard terminal users, like some people I know.
LastBASH tries to find its place among the other Last.fm players, filling this gap: the missing console player.
Basically, it is no more than a TUI frontend, written in Bash. It displays the information of the current playing track, keeps a history of the played tracks and allows the user to perform some actions on the current track, such as love, skip or ban.
To listen to Last.fm, you can use any player capable of mp3 streaming (such as MPlayer, mpg123, XMMS and so on) by opening the M3U playlist that LastBASH saves on connecting. But the recommended way is to use the LastBASH frontend features and let it run some compatible player in background (MPlayer or mpg123), that you can control through the same user interface. This way you need to have only one console open to listen and control Last.fm.
Main features:
- authentication using the md5 password encryption
- retrieves the metadata of the current playing track and displays it (artist, album, track name, track duration)
- keeps a history of last played tracks
- allows you to control the Last.fm station, by issuing the love, skip and ban commands
- optionally, it can run a backend player (such as MPlayer or mpg123), which you can control through the same interface, or lets you choose any external player you wish (capable of playing mp3 streams)
Usage
Please see the Install page for quick instructions about how to install and launch LastBASH. You must have a compatible terminal (linux or xterm are supported at the moment) and, if you wish to use the backend player, you should have MPlayer. For now.
After you have donwloaded, extracted and installed the program, run it. You do not need to pass any command line parameters, at least at first start.
lastbash
It will ask your Last.fm username and password. You should have one. If not, hmmm... go and create an account on Last.fm
Then, the program will try to connect. If it succeeds, it will save a playlist in ~/.lastbash/playlist.m3u, for you to open with some external player, if you dont want to use the backend it provides.
If you have MPlayer (for the moment, this is the backend), it will start playing. If not, you will have to tell LastBASH not to try to run it by creating the ~/.lastbash/config file and adding this line:
USE_PLAYER="n"
Then, open your mp3 player, load the above-mentioned playlist and start playing. LastBASH will show you the current playing track and will keep a history of last played tracks. Enjoy!
Enhancements:
- This release adds debug mode toggling directly from the interface, adds more remote commands, checks the validity of data passed in the commandline, displays detailed station changing errors, fixes player integration (especially the "quit" sequence), includes the man page and the configuration file, saves the current meta information to a file, shows a better help message, and uses getopts for parsing the commandline parameters.
<<less
Download (0.013MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
947 downloads
Cactus Audio Player 0.2.4

Cactus Audio Player 0.2.4


Cactus is just an audio file player. more>>
Cactus is just an audio file player. But it has some features that makes it different from other players.
There are music databases and there are players like xmms with a small and leightweight, skinable GUI.
Cactus combines these two types in one player! With Cactus you can read your music collection into a database, create a playlist by browsing/searching it and finally switch to player view(F2-Key).
Main features:
- Plattform independent
- Browse your music collection by artist, albums and titles
- Tiny lightweight player combined with a powerful database for organizing mp3-files
- Save and Load m3u Playlists
- Supports ID3v1(read/write) and ID3v2(read)
- Easy tagging of mp3-files
Enhancements:
- Some bugs concerning the playlist/tag-editing now fixed...
<<less
Download (2.2MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1532 downloads
Decibel Audio Player 0.05

Decibel Audio Player 0.05


Decibel Audio Player project is a GTK+ open-source (GPL license) audio player designed for GNU/Linux. more>>
Decibel Audio Player project is a GTK+ open-source (GPL license) audio player designed for GNU/Linux, which aims at being very straightforward to use by mean of a very clean and user friendly interface.
It aims also at being a real audio player and, as such, it does not include features that are not meant to be part of an audio player. These features (e.g., tagging) generally have a really better support in specialized software. If youre looking for an audio player than can also make coffee, then you should stay away from Decibel and give a try to other players (e.g., Amarok, Exaile).
Decibel Audio Player is still in early stage of development, so dont expect a lot of bells and whistles.
Enhancements:
- Added a dependency system, that prevents a module from being loaded if it depends on uninstalled Python packages
- Added a StatusIcon module (adds an icon to the notification area)
- Added a shuffle feature
- Added two new fields (playlist position and playlist length) to the available information about a track (e.g., in DesktopNotification)
- Added a refresh feature to the file explorer (use the popup menu)
- Added the possibility to show/hide hidden files in the file explorer (use the popup menu)
- Better dragndrop support in the playlist
- Enabled multiple selection mode in the file explorer
- Hide the desktop notification upon quitting or stopping if it is still displayed
- Fixed a crash when choosing a directory (in the combo box) that has been deleted
- Fixed a crash when trying to play something that has been removed from the disk
<<less
Download (0.10MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
815 downloads
Digital Audio Player 0.2b

Digital Audio Player 0.2b


GNUdap is a project to build a userspace driver to interface Linux with proprietary-protocol USB MP3 players more>>
GNUdap is a project to build a userspace driver to interface Linux with proprietary-protocol USB MP3 players and mass storage devices. Currently GNUdap supports the CHIC MP10, CHIC MP30, CHIC Symphony from "Perstel,Inc." and the NGS Jogger from the NGS Technology.
GNUdap is also an experiment to test the advantages of a strongly-typed programming language and of the functional programming paradigm in hardware developing. In fact GNUdap is developed using the Objective Caml programming language.
To access the devices, we use camlusb, an ocaml binding to libusb, wich is an library which works in userspace to access usb devices.
A shell, which supports the main features of the player, is provided. Besides being done for linux, unlike the original program provided with the MP10, this software is interesting because it has additional features (like being able to transfer mp3s directly to the pc, and to change the playable status of a file on the DAP), not present in the official one. A graphical frontend and a filesystem interface are planned.
To find more informations about the protocol, the driver and the shell visit the Documentation Page
Enhancements:
- chic.sh: Corrected the DIR variable
- added documentation
<<less
Download (0.22MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1188 downloads
NetSpades 4.2.0

NetSpades 4.2.0


NetSpades project is a networked spades game for one to four players. more>>
NetSpades project is a networked spades game for one to four players.

It features both a console version (using SLang) and an X version (using GTK). It includes messaging so players may chat back and forth during the game. The server can handle multiple simultaneous games.

<<less
Download (0.14MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 downloads
Games::Euchre::Player 1.02

Games::Euchre::Player 1.02


Games::Euchre::Player is a player class for Euchre card game. more>>
Games::Euchre::Player is a player class for Euchre card game.

The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone.

CLASS METHODS

new GAME NUMBER NAME
Create and initialize a new Euchre player. The number is 1-4.

INSTANCE METHODS

getGame

Return the Euchre game instance to which this player belongs.

setTeam TEAM

Record the Team instance that this player belongs to.

getTeam

Return the Team instance to which this player belongs.

setAI AI

Record the AI instance for this player.

getAI

Return the AI instance for this player.

setAlone

Indicate that this player has chosen to go alone in the current hand.

setBid

Indicate that this player has chosen to choose trump in the current hand.

wentAlone

Returns a boolean indicating whether this player chose to go alone on a bid.

isBidder

Returns a boolean indicating whether this player called the trump suit during bidding.

getName

Return this players name

getNumber

Return this players number, between 1 and 4

getHand

Return the Games::Cards::Hand object representing this players current hand.

getCards

Return an array of the Games::Cards::Card objects held in the players hand.

resetGame

Clear all of the state for the current game and get ready for the next one.

resetHand

Clear all of the state for the current hand and get ready for the next one.

bid TURN

Allow the player to choose trump or pass. Returns one of: H, C, D, S, N, HA, CA, DA, SA, NA, or undef. If the player has an AI instance set, that is invoked. Otherwise a pathetically simple AI decides the bid.

pickItUp

Allow the player, as dealer, to select which card to trade for the turned up card. This method performs the actual trade. If the player has an AI instance set, that is invoked. Otherwise a pathetically simple AI chooses the card.

playCard TRICK

Allow the player to select which card to play on the current trick. This method performs the actual play. If the player has an AI instance set, that is invoked. Otherwise a pathetically simple AI chooses the card.

isLegalBid TURNNUMBER BID

Given a bid, return a boolean indicating the validity of that bid. The bid is tested for structure (one of H, C, D, S, N, HA, CA, DA, SA, NA, or undef), tested against the bidding round (only the turned-up card suit can be called in round 1 , and may not be called in round 2), against the game options (hang-the-dealer, no-trump).
This is called from the bid() method.

<<less
Download (0.021MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1038 downloads
DCOP::Amarok::Player 0.036

DCOP::Amarok::Player 0.036


DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP. more>>
DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP.

SYNOPSIS

use DCOP::Amarok::Player;
$player = DCOP::Amarok::Player->new();

$player->playPause();
print $player->getRandom();

This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Player talks directly to the player object of amaroK.

<<less
Download (0.004MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1048 downloads
Spakes 0.7.3

Spakes 0.7.3


Spakes project is a client/server Snakes-clone for up to 4 players. more>>
Spakes project is a client/server Snakes-clone for up to 4 players.

Spakes is a clone of the famous "Snakes" game. It is client/server-based and can be played over the Internet by up to 4 players.

Optionally, AI players (controlled by the computer) can join the game.

<<less
Download (0.11MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1066 downloads
POE::Component::Player::Musicus 1.32

POE::Component::Player::Musicus 1.32


POE::Component::Player::Musicus is a POE wrapper for the musicus audio player. more>>
POE::Component::Player::Musicus is a POE wrapper for the musicus audio player.

SYNOPSIS

use POE qw(Component::Player::Musicus);

$musicus = POE::Component::Player::Musicus->new();
$musicus->play("test.mp3");

POE::Kernel->run();

This POE component is used to manipulate the musicus player from within a POE application

<<less
Download (0.12MB)
Added: 2006-12-26 License: Perl Artistic License Price:
1036 downloads
PHP music player controller 0.4

PHP music player controller 0.4


PHP music player controller is a script that allows navigation through your music directory. more>>
PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist.
Apache needs to run as the same user that is running the music players. In other words, it probably needs to run as whatever your username is. This is a setting in /etc/httpd.conf . So, dont run this on a machine thats visible to the web, or make a user with really strict rules applying to them - so they cant run anything but an x session, desktop environment, and the music player, and cant touch much of anything but their home files.
I guess Id serve the pages out of the users home directory if I was doing that.
If you know a better way to get this to work, please let me know. I dont profess to be an apache-configuration guru, and for all I know this method is really just dumb.
If youre running apache as yourself, youll need to change the session.save_path variable in your php.ini to something that you have write access to, or chmod the directory its currently using.
PS: If amarok or xmms was working fine for you before, let me know. Ill have a chance to test them, and code the support for them here in the next couple of days.
Enhancements:
- Huge improvements were made.
- The appearance of the player interface was improved.
- Amarok is now supported.
- Directories with hyphens in their names should play correctly now.
<<less
Download (0.015MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
917 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5