Wednesday, October 14, 2009

Using mplayer, find & play mp3 files from command line in Ubuntu Linux

Save precious CPU and memory by using mplayer to play mp3s, also keep your playlist file up to date with all your mp3 media files.
First and foremost we need to have mplayer installed, if your on a ubuntu-debian based system use the following commandto install mplayer, if not then you can download the appropriate packages and install them.

apt-get install mplayer

Lets make a home for our script file, and set the appropiate permissions

mkdir ~/scripts; touch ~/scripts/playme.sh; chmod +x ~/scripts/playme.sh; gedit ~/scripts/playme.sh

Paste the following code into your new script file, if you keep your Music files in a different location then change the variable musdir to match your setup.

#/bin/bash
#VARS###################################
tmpdir='/tmp'
musdir='/home/osamad/Music'
filename='playlist.m3u'
# CODE ##########################################
find $musdir -name '*.mp3' -o -name '*.ogg' 2>/dev/null >> $tmpdir/$filenamemplayer -playlist $tmpdir/$filename -shuffle -loop 0 -radio volume=80






Using find we build a list of all our mp3s, in this case we have multiple types of media files we want to play so we can specify that by adding the -o -name flags and add them in.
-playlist ;flag we set the playlist file we just created
-shuffle ; enables shuffle mode
-loop 0 ; enables loop 0=forever
-radio volume=80 ; set the default volume to 80% (use * or / to adjust when playing)

RunTime
Push ALT+F2 or launch from a terminal

./scripts/playme.sh





MORE
To find out more information, or to customize your mplayer settings
man mplayer
Create a custom launcher and run your script from the gnome-panel

.

Tuesday, October 13, 2009

Creative Sound Blaster Audigy series Audio Driver

Creative Sound Blaster Audigy is a driver providing Microsoft® Windows Vista® and Windows® XP support for Creative Sound Blaster® Audigy® series audio devices.
This download supports the following audio devices only:
* Creative Sound Blaster Audigy including Platinum and Platinum eX series

* Creative Sound Blaster Audigy 2 including Platinum, Platinum eX, and Value series

* Creative Sound Blaster Audigy 2 ZS including Platinum and Platinum Pro series

* Creative Sound Blaster Audigy 4 Pro and Sound Blaster Audigy 4

* Creative Sound Blaster Audigy 2 ZS Notebook PCMCIA


Added Features:
For systems using Windows Vista
* Dolby® Digital and DTS® decode re-established for sound cards that included decoding in their Windows XP drivers.

* DVD-Audio playback re-established for sound cards that included the application in their Windows XP software suite (For Windows Vista 32-bit only).Requires the latest Creative MediaSource DVD-Audio Player software.


Fixes:
* Resolves issues of intermittent and random application/system crash when playing games or running applications that use EAX®, DirectSound®, OpenAL and/or ASIO features.

* Resolves issue of system crash when running DTM - Device Path Exerciser test in Windows Vista 64-bit.

* Resolves issue of volume mapping leading to very soft volume level in systems using Windows Vista with Service Pack 1.

* Resolves issue with distortion and noise occuring in systems with 4 GB of RAM or greater.

* Resolves issue with OpenAL playback of multichannel formats.

* Resolves issue of system crash when performing immediate system shutdown after exiting Battlefield 2.

* Optimizations to OpenAL to improve performance in Unreal Tournament 3, DiRT, and other games.


Known Issues:
* Applications from the original Sound Blaster Audigy CD will not work with this download on Windows Vista.

* Users are advised to use Audio Console included in this download to change speaker configurations.

* Gameport is not supported in Windows Vista and Windows XP Professional x64 Edition.

* 6.1 speaker mode is not supported by Windows Vista.


Requirements:
* Windows Vista 64-bit, Windows Vista 32-bit, Windows XP Professional x64 Edition, Windows XP Service Pack 2 (SP2), Windows XP Media Center Edition (MCE) 2005 or Windows XP MCE 2004

* Creative Sound Blaster Audigy audio devices listed above.


Notes:
* DO NOT install this driver for Sound Blaster Audigy LS, Sound Blaster Audigy SE, or Sound Blaster Audigy Value.

* To install this driver1. Download the file onto your local hard disk.2. Double-click the downloaded file.3. Follow the instructions on the screen.

download now

Nvidia GeForce for Windows Vista/7 32/64-bit

Nvidia GeForce is a WHQL-certified driver for GeForce 6, 7, 8, 9, and 200-series desktop GPUs.
New in Release 181.22:
* This driver is recommended for the best GPU PhysX experience in EA’s hot PC title Mirror’s Edge.* This driver package automatically installs the new PhysX System Software version 9.09.0010.
New in all Release 181 drivers:
Exciting New Features:
* Added support for GeForce GTX 295 and GeForce GTX 285.

* Enables NVIDIA SLI technology on SLI-certified Intel X58-based motherboards with all SLI-certified GPUs.

* Enables NVIDIA SLI Multi-monitor support, giving you the ability to use two monitors with your GeForce graphics cards in SLI mode. Now you can easily switch between multi-monitor desktop mode and full screen 3D gaming mode. Learn more here.

* Enables NVIDIA PhysX acceleration on a dedicated GeForce graphics card. Use one card for graphics and dedicate a different card for PhysX processing for game-changing physical effects. Learn more here. (Note: GPU PhysX is supported on all GeForce 8-series, 9-series and 200-series GPUs with a minimum of 256MB dedicated graphics memory. This driver package automatically installs PhysX System Software version 8.10.13).

* Supports GeForce Plus Power Pack #2. Download these free PhysX and CUDA applications now!

* Added support for the new NVIDIA CUDA Video Encoder with H.264 optimization.

download-64bit-now

download-32bit-now