Main > Free Download Search >

Free car mp3 software for linux

car mp3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 872
Sort MP3 0.1

Sort MP3 0.1


Sort MP3 is a script was made to help in organizing MP3s. more>>
Sort MP3 is a script was made to help in organizing MP3s. If you have one directory with allot of mp3s and the names are not very readable you can run this script against them. It will read the id tag of a mp3 and rename the file to the title of the song but with _ instead of spaces. It can also create a directory structure from the id tag if the -c option is used. The structure will be put in the same directory the mp3s are in. It will be something like: "/BANDNAME/CDTITLE/SONG.mp3"

Usage: sort_mp3.pl [options]
Options should be separated by a space and my be
in any order.

-c Create a directory structure from the mp3 tag.
It is made inside the directory holding the un-named mp3s.
If not set the files will just be renamed.
Example: "/BANDNAME/CDTITLE/SONG.mp3"

-d= Path to the directory where mp3s can be found.
There should be no / at the end and no spaces.
Example: "-d=/unsorted_mp3s"
<<less
Download (0.002MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1196 downloads
Car World 0.243

Car World 0.243


CarWorld is a small driving simulator/demo I use to test various things of interest. more>>
CarWorld is a small driving simulator/demo I use to test various things of interest. It was mostly developed when I was a student. Car World is released with the full source code under the GNU General Public License.

The rendering

The two top pictures represent an slightly older version (v0.072) but graphically similar of CarWorld as it was presented for my project. v0.072 includes an OpenGL based renderer allowing
file input and displaying of texture mapped models with interpolated surface normals, real time projected shadows (as seen in the dino lights example).
background object
on screen command line to modify visual and simulation parameters

The mechanics

based on classical mechanics
uses standard metrics (Newtons, meters, seconds...)
there are no constraints on the environment surface
variable length time increments and variable increment number means "CarWorld time" is not dependent on frame rate.
adjustable simulation specs include: metrics, mass, moment of inertia around rotation axis, suspension pre load, compression damping, rebound damping, engine torque output, air friction, surface friction.

<<less
Download (0.64MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1203 downloads
Toy Cars 0.3.3a

Toy Cars 0.3.3a


Toy Cars is a physics-based 2D racing game for Linux. more>>
Toy Cars is a physics-based 2D racing game for Linux. The graphics and the interface use SDL and OpenGL.

Toy Cars is partly inspired by Micromachines and partly by the old Atari ST game called Jupiters Masterdrive.

<<less
Download (3.2MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
910 downloads
IRMP3 0.5.6

IRMP3 0.5.6


IRMP3 is a multimedia audio jukebox for Linux. more>>
IRMP3 is a multimedia audio jukebox for Linux. IRMP3s strength is that it easily integrates into home, car, and mobile environments (where a keyboard/screen interface may not always be available).
IRMP3 relies on external programs but this is depending on what you want to do.
Main features:
- Plays mp3, Ogg, FLAC, CD-ROM, FM radio, as well as shoutcast http streams.
- Controllable with IR remote controls and external keypads.
- Display status (song name, time, volume, etc) on LCD displays.
- Repeat single, repeat all, and shuffle functions.
- Sleep timer with volume fadeout.
- Mixer support for volume, balance, bass, and treble settings.
- Support for network-based control and status monitoring.
- Playlist loadable from file or by recursively scanning dirs.
- Powerful configuration for easy customization.
- Flexible, modularized source allows easy implementation of new functions to developers.
Enhancements:
- src/irmp3d/mod_mpg123.C : cut n paste bug corrected
- doc/INSTALL : quick fixes to install documentation so its not too
<<less
Download (1.2MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
MPy3 2.0

MPy3 2.0


MPy3 is a full-featured, modular, configurable MP3 player system aimed at jukeboxes or car MP3 systems. more>>
MPy3 is a full-featured, modular, configurable MP3 player system aimed at jukeboxes or car MP3 systems. It can play MP3s via rxaudio or mpg123, take input from a keyboard (tty), LIRC, or joystick or another serial or parallel input device.


<<less
Download (0.025MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1190 downloads
Dynamic MP3 Lister

Dynamic MP3 Lister


Dynamic MP3 Lister is a PHP script for downloading/streaming MP3s from a Web server. more>>
Dynamic MP3 Lister was a project I started a long time ago to create dynamic lists of MP3s quickly and easily.

Features MP3 Information extraction for things like bitrate, channels, playtime and more.

Please note that this script is discontinued, and is only shown here now as an example of my work.
<<less
Download (0.009MB)
Added: 2005-05-05 License: Free for non-commercial use Price:
1643 downloads
ZRacer 1.0

ZRacer 1.0


ZRacer is a ncurses multiplayer racing game. more>>
ZRacer is a ncurses multiplayer racing game. It has a curses based semi-graphical interface, random track generator, editable settings and supports hotseat multiplayer.
The rules are simple - the higher on the screen, the faster you ride. Dont crash with rocks, kerbs, or your opponent and be the first on the finish line.
Main features:
- Semi-graphical ncurses driven interface.
- Hotseat multiplayer.
- Random track generator.
- Runs on both Linux and Windows, tested.
- Beautiful source code.
Instructions:
Player 1 controls his car with arrow keys, and player 2 does it with wsad. The higher the car is on the screen, the faster it moves. Game time is measured with turns, where 1 turn is the time needed to move the car when its at the top verge of the screen. The track has two kerbs and occasional rocks are generated. When a car hits a rock or a kerb, it explodes. Your goal is to get to the finish line without exploding and within shortest possible time. Have fun.
<<less
Download (MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1244 downloads
Apache::MP3 4.00

Apache::MP3 4.00


Apache::MP3 is a Perl module that can generate streamable directories of MP3 and Ogg Vorbis files. more>>
Apache::MP3 is a Perl module that can generate streamable directories of MP3 and Ogg Vorbis files.

SYNOPSIS

# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3
AddType audio/playlist m3u M3U
AddType audio/x-scpls pls PLS
AddType application/x-ogg ogg OGG

# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3
< /Location >

# Or use the Apache::MP3::Sorted subclass to get sortable directory listings
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Sorted
< /Location >

# Or use the Apache::MP3::Playlist subclass to get persistent playlists
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
< /Location >
A demo version can be browsed at http://www.modperl.com/Songs/.

This module makes it possible to browse a directory hierarchy containing MP3, Ogg Vorbis, or Wav files, sort them on various fields, download them, stream them to an MP3 decoder like WinAmp, and construct playlists. The display is configurable and subclassable.

NOTE: This version of Apache::MP3 is substantially different from the pre-2.0 version described in The Perl Journal. Specifically, the format to use for HREF links has changed. See Linking for details.

<<less
Download (0.32MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1223 downloads
mp3check 1.6

mp3check 1.6


mp3check is a perl script that examines a set of MP3 files for CD-burning suitability. more>>
mp3check is a perl script that examines a set of MP3 files for CD-burning suitability. This was written this for use with my Aiwa CDC-MP3 car player.
Basically, you run the thing: mp3check [list of files...], and itll check important things:
Are the filenames<<less
Download (0.040MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1195 downloads
AnyData::Format::Mp3 0.10

AnyData::Format::Mp3 0.10


AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. more>>
AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files.

SYNOPSIS

use AnyData;
my $playlist = adTie( Passwd, [c:/My Music/] );
while (my $song = each %$playlist){
print $song->{artist} if $song->{genre} eq Reggae
}

OR

use DBI
my $dbh = DBI->connect(dbi:AnyData:);
$dbh->func(playlist,Mp3,[c:/My Music],ad_catalog);
my $playlist = $dbh->selectall_arrayref( qq{
SELECT artist, title FROM playlist WHERE genre = Reggae
});
# ... other DBI/SQL operations

This module provides a tied hash interface and a DBI/SQL interface to MP files. It creates an in-memory database or hash from the Mp3 files themselves without actually creating a separate database file. This means that the database is automatically updated just by moving files in or out of the directories.
Many mp3 (mpeg three) music files contain a header describing the song name, artist, and other information about the music.

Simply choose Mp3 as the format and give a reference to an array of directories containing mp3 files. Each file in those directories will become a record containing the fields:

song
artist
album
year
genre
filename
filesize

This module is a submodule of the AnyData.pm and DBD::AnyData.pm modules. Refer to their documentation for further details.

<<less
Download (0.043MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
Crashtest 1.0

Crashtest 1.0


Crashtest simulates car crashes. more>>
Crashtest simulates car crashes. Crashtest is an educational tool that can be used to acquire much insight into this complex process.

The user can learn about the relation between speed and stopping distance. Also, many physical properties can be studied.

Crashtest is developed by Bram Stolk, SARA, and was commissioned by NWO for the Weten Week 2006 in the Netherlands.
<<less
Download (0.55MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1107 downloads
Gran Prix 1.0

Gran Prix 1.0


Gran Prix is a simple 2D car race game. more>>
Gran Prix is a simple 2D car race game.

Gran Prix is a game writen in Python, for 2 to 4 players, with three different tracks. You can run on these tracks with four different formula 1 style cars, you can customize the max speed of the cars and the number of laps to win the race.

The game isnt very cool, but a list of new features are planed.

<<less
Download (0.12MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1032 downloads
dialog-mp3-list 0.60

dialog-mp3-list 0.60


dialog-mp3-list generates an organized list of your CDs and directories of MP3s. more>>
dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats.

You can modify the source file .tex and then you can compile it with the commands:

latex lista-mp3-albuns.tex
dvips lista-mp3-albuns.dvi -o
ps2pdf lista-mp3-albuns.ps

<<less
Download (0.076MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1186 downloads
Used Cars Mt Pleasant Michigan 1.0

Used Cars Mt Pleasant Michigan 1.0


Search Toolbar from Mt Pleasant Used Cars Michigan for use with Mozilla Firefox. Helps to make web surfing for used cars more enjoyable. Includes a ra... more>> <<less
Download (504KB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
Car PC Development Kit 0.2.1

Car PC Development Kit 0.2.1


Car PC Development Kit is a kit for making a Linux distribution for a car PC. more>>
Car PC Development Kit is a kit for making a Linux distribution for a car PC.
Unlike most distributions which come prepackaged and ready to load, this distribution requires downloading, compiling, and post-setup before you can load it into a system.
The end result will be a modular platform for quickly putting together a small Linux system to copy onto boot media and start using.
The target platform is a mini-computer to be installed in an automobile and used either headless or with a monitor and some input device like a keyboard or remote control.
Enhancements:
- Fixes LIRC support for both CAUI and MPlayer.
- Updates the CAUI version, and updates the LIRC package to configure more buttons by default.
<<less
Download (0.065MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1428 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5