content top

Big T Bag’s Monthly Mix – June 2011

Big T Bag’s Monthly Mix – June 2011

Finally! It took 30minutes to upload this on the hotel internet.

Track list:

Download:

http://www.dudewheresmycar.org/music/Big_T_Bags_Monthly_Mix_June_2011.zip

Read More

Big T Bag’s Monthly Mix – May 2011

Big T Bag’s Monthly Mix – May 2011

Hopefully I can satisfy your ears this month, if not, I completely understand why.

Tracklist:

Download:

http://dudewheresmycar.org/music/Big_T_Bags_Monthly_Mix_May_2011.zip

Read More

Big T Bag’s Monthly Mix – April 2011

Big T Bag’s Monthly Mix – April 2011

Enjoy April’s Mix. It’s small but overall pleasing!

Tracklist:

Download:

http://www.dudewheresmycar.org/music/Big_T_Bags_Monthly_Mix_April_2011.zip

Read More

Big T Bag’s Monthly Mix – March 2011

Big T Bag’s Monthly Mix – March 2011

There hasnt been a lot of great releases out there on internets over this past month.  Let me correct myself, there were good songs, but nothing that brightens up your day or goes along great with a sunny day.

Warning the 1st song is super long, but once you get about 3mins in you’ll see why its good.

Download:

http://www.dudewheresmycar.org/music/Big_T_Bags_Monthly_Mix_March_2011.zip

Read More

Last.fm Top Tracks

Last.fm Top Tracks

I wrote a script that simply just returned the Top X songs for an artist using Last.fm’s information.

 

Steps:
1) Download pylast:
http://pypi.python.org/packages/source/p/pylast/pylast-0.5.11.tar.gz#md5=506cf1b13020b3ed2f3c845ea0c9830e

2) Unzip it
3) Open a terminal and ‘cd’ to that directory.
3) Run the command: ./setup.py build
3) Run the command: ./setup.py install
4) Download and run my code from terminal

Download: lastfm.py


Usage:
./lastfm.py -a <Search Term> [-l <#>] [-s]
-a    Search Artist in quotations.
-l    Return limit. Default = 10.
-s    Similar Artists.

Example:
./lastfm.py -a “Cold War Kids”

To make it easier to run the script from anywhere, you can add the directory to your PATH.

1) From terminal ‘vi ~/.cshrc’
2) Add “PATH=$PATH\:/Users/userName/

directory_of_file”
3) Hit “Esc” then “:” followed by “wq” then “return”
4) type “source ~./cshrc”Now you can run the command anywhere within a terminal
Example: lastfm.py -a "Coconut Records" -s
 

Screen Shot:

Read More
content top