-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JacK_McRiDER
authored and
JacK_McRiDER
committed
Apr 28, 2011
1 parent
8d217e3
commit 9bebfb7
Showing
3 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
----------------------------------------- | ||
LASTFMFAD - last.fm free album downloader | ||
----------------------------------------- | ||
|
||
ABOUT | ||
----- | ||
lastfmFAD is a little tool to download full free albums from last.fm. | ||
On the website you have to download every single track by clicking on [free download]. With lastfmFAD you can download the whole album with one command. | ||
|
||
USAGE | ||
----- | ||
You are surfing on last.fm, maybe on a netlabels page and find a free downloadable album. | ||
Take the albums URL, go into your commandline and do | ||
lastfmfad 'url' | ||
lastfmFAD will create a now directory in your working directory, called "[artist]_-_[album]" and will download all album files into it. | ||
Don't forget to set the url into quote marks! | ||
|
||
INSTALL | ||
------- | ||
To install the script to /usr/bin just do | ||
sudo make install | ||
|
||
You can also use the script file ./lastfmfad to download albums without having it installed to /usr/bin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters