Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 88

Thread: Download MySpace MP3

  1. #11
    Join Date
    Jan 2010
    Beans
    2

    Re: Download MySpace MP3

    Hello I have trouble on how to configure these programs such as python and rtmpdump for enjoyment of downloading stream mp3s. I have installed python but am a little lost of direction from this point on. I am need of assistance, if you can provide please do so in terms that is very protocol!
    Thanks

  2. #12
    Join Date
    Apr 2008
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Download MySpace MP3

    Quote Originally Posted by deezaztaboi View Post
    Hello I have trouble on how to configure these programs such as python and rtmpdump for enjoyment of downloading stream mp3s. I have installed python but am a little lost of direction from this point on. I am need of assistance, if you can provide please do so in terms that is very protocol!
    Thanks
    Well first open a terminal, then type:
    Code:
    sudo apt-get install python
    Download the script in my previous post, and while in the file browser rename it to "dl-myspace-music.py", then Right Click -> Properties, then click on the permissions tab and make sure "Allow executing as a program" is checked at the bottom.

    Right click the file browser then click "Open in Terminal", and type:
    Code:
    sudo ./dl-myspace.music.py -install
    This will then install everything you need to run the script.

    Once complete, you can then type in the same terminal:
    Code:
    ./dl-myspace-music.py tokyokeys
    To download music from http://www.myspace.com/tokyokeys profile.


    As of now I am making a GUI application for this, so I will post back here when complete.
    Last edited by timehAndGod; January 22nd, 2010 at 11:49 PM.

  3. #13
    Join Date
    Apr 2008
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Download MySpace MP3

    Well I tried my hand at making a GUI. It's my first time GUI programming, so there might be bugs.

    It should install the dependencies by default, except for rtmpdump, which you can either compile and install yourself, or type this into a terminal after installing the deb package:
    Code:
    sudo dlmsm -rtmpdump
    Let me know what you think!

    EDIT: Updated attachment and screenshot

    Attached Files Attached Files
    Last edited by timehAndGod; January 23rd, 2010 at 05:36 AM.

  4. #14
    Join Date
    Jan 2010
    Beans
    2

    Re: Download MySpace MP3

    Quote Originally Posted by timehAndGod View Post
    Well first open a terminal, then type:
    Code:
    sudo apt-get install python
    Download the script in my previous post, and while in the file browser rename it to "dl-myspace-music.py", then Right Click -> Properties, then click on the permissions tab and make sure "Allow executing as a program" is checked at the bottom.

    Right click the file browser then click "Open in Terminal", and type:
    Code:
    sudo ./dl-myspace.music.py -install
    This will then install everything you need to run the script.

    Once complete, you can then type in the same terminal:
    Code:
    ./dl-myspace-music.py tokyokeys
    To download music from http://www.myspace.com/tokyokeys profile.


    As of now I am making a GUI application for this, so I will post back here when complete.
    I have not been able to execute your directions. For the first step I open up Python2.6(command line) (I'm guessing this is what you mean by open terminal) as I type in the code "sudo apt-get install python" the outcome is "File "<stdin>", line 1 SyntaxError: invalid syntax"
    As for your script I changed the name and made sure it was checked as read&execute.(there was no option "Allow execute as a program"

    I rightclicked the script file and tried oepning it, the black box appears for a millisecond and it disappears. If I try opening it as Edit with IDLE, the file shows up with 2 boxes: one for to write commands and the other with lists of html commands. In the command box I type in
    sudo ./dl-myspace.music.py -install"

    but it shows as a syntax error so I dont know.

    As for the GUI command, I downloaded your file and typed "sudo dlmsm rtmpdump" but it follows with as a syntax error

    If I am doing anything wrong please let me know so I could fix it. Thanks
    Last edited by deezaztaboi; January 25th, 2010 at 05:53 AM.

  5. #15

    Re: Download MySpace MP3

    The code didn't also work for me.

  6. #16
    Join Date
    Jan 2010
    Beans
    1

    Re: Download MySpace MP3

    i got the python script to install and dl music fine. great program. made few changes to the setup tho. i think it needs to be changed cause i havent configured my python path settings correctly. assuming you have python installed, from your terminal, with the python file in the working directory, run:

    $ sudo python dl-myspace-music.py -install

    then to dl an artist page( http://www.myspace.com/edit )

    $ python dl-myspace-music.py edit

    hope this helps!
    Last edited by glitchcamp; January 25th, 2010 at 09:42 AM.

  7. #17
    Join Date
    Oct 2007
    Beans
    1

    Re: Download MySpace MP3

    Quote Originally Posted by timehAndGod View Post
    Well I tried my hand at making a GUI. It's my first time GUI programming, so there might be bugs.

    It should install the dependencies by default, except for rtmpdump, which you can either compile and install yourself, or type this into a terminal after installing the deb package:
    Code:
    sudo dlmsm -rtmpdump
    Let me know what you think!

    EDIT: Updated attachment and screenshot


    it works great for me!!thank you!!

  8. #18
    Join Date
    Dec 2006
    Beans
    11

    Re: Download MySpace MP3

    GUI not working here, it installs and recognise the tracks but will not download them
    it just says downloading track but nothing happens

    haven't tried the terminal version yet

    is it possible to grab the files from /tmp/ i tried but haven't found anything, maybe i'm missing something

  9. #19
    Join Date
    Feb 2010
    Beans
    1

    Smile Re: Download MySpace MP3

    works fine. Thank you

  10. #20
    Join Date
    Apr 2008
    Location
    Aurora, Colorado
    Beans
    40
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Download MySpace MP3

    You sir are amazing.

Page 2 of 9 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •