Main > Free Download Search >

Free artists club software for linux

artists club

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 293
MKGI Chess Club 1.6.1

MKGI Chess Club 1.6.1


MKGI Chess Club is a chess playing server with a pure Web interface. more>>
MKGI Chess Club is a chess playing server with a pure Web interface.
It features complete player profile management, full html email notification with embedded board display.
MKGI Chess Club also features an interface to match against chess engines such as gnuchess, phalanx, and crafty.
Enhancements:
- Fixed the notification feature which was broken since 1.6.0.
- Fixed undo availability immediately after a move.
- Implemented partial dragndrop of pieces on the chess board.
<<less
Download (0.12MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
Last.sk 0.3

Last.sk 0.3


Last.sk is a SuperKaramba theme which shows last.fm user info. more>>
Data is fetched from audioscrobbler web services. In this version it shows nine views: top artists, top tracks, top albums, systems recomendations and recent tracks, etc. Data is updated every five minutes or clicking on refresh button.

Use: First write your last.fm user name on the input box and click the apply button. After a moment, use arrows button for select the view.

<<less
Download (0.053MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
GRP Playlist 0.2

GRP Playlist 0.2


The GRP Playlist is a Noatun playlist plugin. more>>
The GRP Playlist is a Noatun playlist plugin. It is a playlist inspired by ZInf, in which you can organize your multimedia files in groups based on the files meta information (Artist, Album, etc).
<<less
Download (0.40MB)
Added: 2005-06-15 License: GPL (GNU General Public License) Price:
1591 downloads
Slast 1.4.2 Beta 1

Slast 1.4.2 Beta 1


Slast project (formerly Slasterisk) is a live cd project combining Slax and Asterisk 1.4. more>>
With the ease of modifying Slax to create a custom cd, you can have a live cd with your Asterisk install on it, doing whatever you need a pbx to do. Slast is great for demonstrating/testing Asterisk, learning Asterisk, and with the loading into ram, you can have a very powerful backup if your Asterisk box were to go down.

Slax is modular, so we hope to have a repository of user submitted modules here for you to add to your personal Slast cd.

If you want to help with anything from website design to creating modules and writing documentation, please contact droops (at) gmail to volunteer.

Why Another Distro?

This is a good question. We think that this has a place for 2 reasons, education of Asterisk and custom Asterisk live-cds. The config files have been moved and only the necessary ones remain. They have been rewritten to make getting Asterisk working, for the newcomer, the top priority.
<<less
Download (115.3MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
842 downloads
aTunes 1.7.1

aTunes 1.7.1


aTunes is an app to manage and play mp3 files. more>>
aTunes is an app to manage and play mp3 files.
Main features:
- Mp3 player
- Reads ID3v1, ID3v1.1 and ID3v2 tags (only essential information)
- Tag editor
- Show pictures of song: pictures inside ID3v2 tag, or in the same folder
- Load / save play list in m3u format
- Navigate through songs sorted by tag information or by folder
- Filters for fast find what you want
- Songs, albums or artists can be marked as favorites, and viewed through a special view
- Full view with all controls
- Simple view, with just essential controls
- Tiny view, to place window in a square of window
- Sticky borders for Simple and Tiny views
- Always on top property
- OSD (like amaroK)
- Five languages supported: english, spanish, french, german and portuguese
- State saved: repository, play list, last played song, shuffle, repeat, position in desktop, size, type of view...
<<less
Download (5.7MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
1627 downloads
Battles of Antargis 0.2c

Battles of Antargis 0.2c


Battles of Antargis is a realtime strategy game. more>>
Battles of Antargis is a realtime strategy game. Battles of Antargiss main purpose lies on conquering not on building.
Battles Of Antargis is an open-source game with GPL license. You have one or more heroes that you can control. They can recruit troops and conquer the world. While doing this they have to gather food and weapons. All around are people and animals which populate the world.
Unlike the typical Warcraft-like games, you have to get by with the existing population and resources.
This is a first tech-demo, so please be patient. Apart from this we are searching for new artists and developers.
Main features:
Visuals:
- animated milkshape models (MilkShape ASCII-importer)
- static models (Wavefront obj-importer)
- shadowmap based shadows (PSMs work in progress)
- fustrum culling
- shader support
Game
- the whole gamelogic is done in ruby, so it should be fairly easy to modify this game.
- the whole layout is done in xml
- basic dialogs and intro-screens implemented, but nice graphics still missing
- loading/saving
Editor
- edit heightmap
- place entities on map
<<less
Download (29MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
901 downloads
amaroK Last.fm tags 0.1.1

amaroK Last.fm tags 0.1.1


amaroK Last.fm tags script fetches your tags from Last.fm for artists, albums, and tracks. more>>
amaroK Last.fm tags script fetches your tags from Last.fm for artists, albums, and tracks. It stores them as id3v2 COMM tags in your music files and appends them to the comment for the given track in amaroKs collection where they can be used to contruct smart playlists.

So far this script only fetches your tags, it doesnt syncronize changes you make locally back to Last.fm. Probably this feature should wait until the implementation of "labels" which is coming in amaroK 1.5.

Also so far it is only possible to fetch tags for a selection within a playlist. The other context sub-menus just provide helpful messages saying that this feature isnt implimented yet.

As usual this software comes with no warrenty, it might eat your lunch, etc.. That said it works for me.

I owe a large debt of gratitude to Miguel Angel Alvarez whoes amaroK Replaygain script served as the skeleton of this one. Thanks Miguel!

<<less
Download (0.021MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1083 downloads
Yahoo::Music::Ratings 2.00

Yahoo::Music::Ratings 2.00


Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. more>>
Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings.

SYNOPSIS

use Yahoo::Music::Ratings;

my $ratings = new Yahoo::Music::Ratings( {
memberName => yahooMusicMemberName,
} );

# Fetch an arrayRef of all yahooMusicMemberName song ratings
# this may take a couple minutes...
my $arrayRef = $ratings->getRatings();

# Print out a nice tab seperated version so that we can easily
# read the list in a spreadsheet program (and then filter by
# artists etc). tab_output() will output in artists alphabetical
# order.
print $ratings->tab_output();

This module provides a way to retrieve a users list of song ratings from Yahoo!s Music service, including the LaunchCast and Unliminted services.

As Yahoo! do not provide an offical feed for a member to download their ratings, the methods used within this module are subject to change and simply may not work tomorrow. However at the time of writing this README i would suspect the methods used should be stable for atleast a few days :)

<<less
Download (0.005MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
amaroKollection 0.43

amaroKollection 0.43


amaroKollection is a bash script that exports information from amaroKs collection database. more>>
amaroKollection is a bash script that exports information from amaroKs collection database. This is done in plain text or to a HTML file.
Whats planned:
- more views (currently there is only a "Artists and their albums" view)
- css support (currently its just plain HTML)
Please give feedback if it runs smoothly or if there are any problems. Tell me what kind of views you would like to have implemented!
Enhancements:
- Changed amaroK to Amarok everywhere. The scripts name will stay "amaroKollection" though.
- Added a check if the specified target directory exists, otherwise amaroKollection exits.
<<less
Download (0.008MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
862 downloads
Winstone 0.9.9

Winstone 0.9.9


Winstone is a servlet container that was written out of a desire to provide servlet functionality. more>>
Winstone is a servlet container that was written out of a desire to provide servlet functionality. Winstone works without the bloat that full J2EE compliance introduces.
It is not intended to be a completely fully functional J2EE style servlet container (by this I mean supporting extraneous APIs unrelated to Servlets, such as JNDI, JavaMail, EJBs, etc) - this is left to Tomcat, Jetty, Resin, JRun, Weblogic et al.
Sometimes you want just a simple servlet container - without all the other junk - that just goes. This is where Winstone is best suited.
The short version (because the long version is way too politically incorrect) is as follows:
Winstone is the name of a rather large Jamaican man a friend of mine met one night, while he was out clubbing in the Roppongi area of Tokyo. He (my friend) was a little liquored up at the time, and when Winstone suggested they head to "this really cool club" he knew, he didnt think anything was wrong. It wasnt until Winstone led him down a dark stairwell and dropped his trousers that my friend clued in and ran like hell.
It was too good a story to let die, so I named this project Winstone so that said friend will continue to be reminded of it.
Main features:
- Supply fast, reliable servlet container functionality for a single webapp per server
- Keep the size of the core distribution jar as low as possible (currently 160KB)
- Keep configuration files to an absolute minimum, using command line options to optionally override sensible compiled in defaults.
- Eventually compile with GCJ to make a 3-4Meg windows exe for local development/deployment of servlets. This has not happened yet, because of some GCJ class loading problems.
- Optionally support JSP compilation using Apaches Jasper.
Usage:
If you want to build from source code, you will need to download and install Apache Maven. The following instructions assume you have already installed Maven and have the maven shell script in your path (to get Maven, see http://maven.apache.org/).
To build Winstone, unpack the tree:
tar zxf winstone-src-0.8.tar.gz
Then build it:
cd winstone
maven clean jar
The winstone.jar file will be in the target directory after the build is complete.
To run it:
java -jar target/winstone-0.8.jar --webroot= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --warfile= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --webappsDir= (+ other options)
- OR -
java -jar target/winstone-0.8.jar --hostsDir= (+ other options)
<<less
Download (0.33MB)
Added: 2007-07-11 License: LGPL (GNU Lesser General Public License) Price:
838 downloads
otto 2.0

otto 2.0


otto is a web based mp3 database and jukebox which can gracefully organize a very large number of albums. more>>
otto is a web based mp3 database and jukebox which can gracefully organize a very large number of albums. it is suitable for home or office workgroup use, or as an interface to a streaming internet radio station.

otto is written in perl. it requires perl5, mysql, the DBI and DBD::mysql perl modules (and a few others), and apache. mod_perl is optional. otto runs under linux and could easily be ported to other versions of unix. mpg123 or icecast are used to play or stream your music.

otto was designed with two purposes in mind:

1) to act as an easy interface to all my cds which ive encoded into mp3s. i use otto at home to act as a jukebox which is always playing music from my collection. i rarely put a cd into my cd player anymore, i simply use otto instead.

2) to be a multi-user network streaming jukebox for a group of people to upload and share their music. you could, for example, use this at work with everyone having separate accounts for accessing otto, and everyone having separate upload/download areas for music which they own. people all over the office can share and listen to the same music and everyone can have the pleasure of acting as dj for everyone else.

otto is always playing music. otto keeps a queue of songs to be played. you can add requests to the queue, change the order of requests, delete songs from the queue, or even kill the currently playing song. when there are no songs left to play, otto will add 20 random songs to the queue. requests always play ahead of the random songs otto has picked.

otto is geared toward people who have ripped+encoded entire albums. the otto database groups together tracks from an album and keeps them in album order. whole albums can easily be played, or shuffled together with tracks from other albums.

otto does search

otto tries to pack a lot of information on to a single page. at first this means otto is not always the simplest thing to use. however, once you get the hang of it, otto makes browsing and using your mp3 collection a straightforward task and it tries to stay out of your way as much as possible.

an example of this is the otto search function. if you type a search term into the search form, otto will show search results in three separate areas indicating search matches against artist names, album names, and song titles.

otto does lists

otto lets you create lists of songs that interest you. you can create as many lists as you like. once you have picked a list to work with, icons appear next to all song titles while browsing the database allowing you to easily add or delete songs to the list.

a special trash list allows you to select songs which otto should avoid when it is randomly picking songs. if you dont like the currently playing song, there is a trash icon for quickly adding the current song to the trash list so you never have to hear it again.

otto is multi-user

you can issue a separate username and password to each of your otto users. this is useful in a office workgroup environment. if you organize your mp3s such that each users mp3s are in a separate directory, then otto can keep track of whos albums are whos. otto displays the albums owner next to the album title while you are browsing the database. the currently playing track also has the owner displayed so you know who to blame.

when a user is browsing a song which is tagged as being owned by them, a download link appears next to that song allowing it to be saved locally on the users machine. if desired, this feature can be disabled so any user can download any song.

otto keeps a list of the 30 most recently loaded albums so you can easily see what has been recently loaded by your fellow users.

you can also choose to configure otto not to prompt for a username + password at all. this can be handy when using otto at home where multi-user features dont make as much sense.

otto as radio station

otto makes a fine front end for an internet radio station. instead of using mpg123 to play the music out of your soundcard, otto can use icecast to stream your mp3s over the network. you can even combine mpg123 and icecast to play music and stream to the network at the same time.

the front page for otto is a public page which does not require a username or password. it shows whats playing and whats coming up. otto also parses the icecast stats file and shows how many people are currently listening. on the request interface, you can also see a list of the last 30 icecast listeners and how long they were connected.

if your users log into the web interface from the same machine they use to listening to the stream, otto automatically associates that username with the icecast listener address. this way you can tell who is behind a given icecast connection.

otto as database

one of the design goals for otto was to be able to gracefully browse and search a very large database of mp3 files. otto is a pleasure to use even if you load 20,000 tracks into it. as part of dealing with so many songs, otto has a few options for controlling the organization of your database.

you can arrange for artists with multiple pseudonyms to be filed together under one name. AFX and Caustic Window can be filed under Aphex Twin, for example. or maybe you would like to file a related artist somewhere other than under their own name, Morrissey under The Smiths perhaps.

if you identify specific artists names as proper names, you can have otto file them under their last name instead of their first. like Charlie Parker under P instead of C.

otto also has a separate various artists section and a separate soundtracks section. if you tell otto how to parse the song and artist names from each of your various artists collections, you can have all your Banco de Gaia tracks appear under Banco de Gaia including all his appearances on numerous various artists collections.

other stuff

otto has support for running multiple icecast channels at once. each channel is configured with a different database of songs and has a separate icecast stream associated with it. all from a single otto installation.

otto has some international language support. it can be configured to use an arbitrary character set encoding. it also has an alternate navagation bar containing the greek alphabet in the iso-8859-7 character set. if you want to support another language this will provide a great starting point.

it is easy to write small scripts that fetch the currently playing song and the upcoming song queue. as long as you have mysql installed and the mysql perl module available, the script can run either on the same machine that runs otto, or on a remote machine. this is great for driving non-web based displays (like lcd displays attached to the serial port). a rough example script is included.

otto was originally inspired by the globecom jukebox. if otto doesnt quite do it for you, then perhaps the globcom one will. please see http://www.globecom.net/jukebox/

otto thanks

otto would like to send props out to its peeps. a special thank you to willg (otto logo and general look), jas (suggested the name), mbletsas, rmadams, bfitz, jfinks, mikeg, kasco, tschroed, dbrandon, nfields, spero, and sgunn. thank you all for your help, feedback and encouragement. i hope i didnt forget anyone, im bad that way.
<<less
Download (0.082MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1196 downloads
SVG-cards 2.0.1

SVG-cards 2.0.1


SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. more>>
SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards.
You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on...
You can print them on your color printer and make real cards or T-shirts.
The kings, queens and jacks are based on the french representation, because I find them beautiful. You can access to each either by rendering the file into a pixmap and clipping each card or by using their name with a DOM interface. All cards are inside a SVG group.
Example :
the king of spade is inside this group :
< g id="king_spade" >
...
< /g >
Names are the following :
black_joker
red_joker
back
{king,queen,jack}_{club,diamond,heart,spade}
{1,2,3,4,5,6,7,8,9,10}_{club,diamond,heart,spade}
Examples :
- the ace of club is 1_club
- the queen of diamond is queen_diamond
Enhancements:
- A bug that prevented SVG cards from being displayed in Firefox and Adobe Illustrator was fixed.
<<less
Download (0.34MB)
Added: 2006-06-30 License: LGPL (GNU Lesser General Public License) Price:
1219 downloads
DaemonRip 1.0.2

DaemonRip 1.0.2


DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted. more>>
DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted.

When an audio CD is detected, it will automatically connect to a CDDB server to determine the name, artists, and tracks of the CD, and begin to rip and encode the CD using your preferred ripping and encoding applications.

When finished ripping the disc, it will be ejected from the drive, allowing you to insert a new one to continue the process. No other user interaction is required.

DaemonRip project also can keep statistics about your ripping and encoding times, and logs all of the actions to a log file.

<<less
Download (0.017MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1350 downloads
Glubs 0.3

Glubs 0.3


Glubs is written in Perl and its a clubbing system similar to Yahoo! or MSN Groups. more>>
Glubs is written in Perl and its a clubbing system similar to Yahoo! or MSN Groups.

Users browse through a category-hierarchy and create clubs to share news, files, pics, links and a calendar with friends.

Some of the core features are multi-language and -timezone support, and custom HTML templates/skins.

<<less
Download (0.24MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1143 downloads
Last.fm Suggests for amaroK 0.6

Last.fm Suggests for amaroK 0.6


Last.fm Suggests for amaroK is a script that lets you quickly check what artists are similar to those that you already have. more>>
Last.fm Suggests for amaroK is a script that lets you quickly check what artists are similar to those that you already have in your playlist. The script uses last.fms suggestions feature without making you leave the amaroK interface.

This script will create links directly to the Last.fm page of the artist, and you dont have to be currently listening to anything to query last.fm for similar artists. Also, you can have the script list only artists that are not already in your collection... to make it even easier to find new music.

The default number of links to show is 12, but this can be changed using the configure option in the script manager.

Installation:

Use the built-in script installer for amarok on the tarball.

<<less
Download (0.012MB)
Added: 2007-05-27 License: BSD License Price:
880 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5