Comments on Seifer's Scripts

205 comments

Comment on MySpace Home - Customize it! made Oct 4, 2008:

Kythca

So there seems to be this new part that i cannot move. It doesn't have a div id, and that is the only way i know to make the different parts moveable with this script.

Here is the part i'm taking about:

http://i35.tinypic.com/2ep2brq.jpg

The "create and manage your own playlists on Myspace Music" thing.

It is small, but it is annoying because it pushes what is below it down so that they're not lined up.

Anyone know how to deal with that?

Comment on MySpace - Band Music Song Download Links made Oct 3, 2008:

mrwizard14

Yeah, the new myspace player disables it.

But http://www.file2hd.com still downloads songs, maybe you should look into how they do it and try to implement some of their techniques.

Comment on MySpace - Band Music Song Download Links made Oct 3, 2008:

mrwizard14

@Brandonbray

Myspace encodes their files as mp3s.

The problem is that as soon as you download them, it renames them, and I don't know why. Probably your problem is a lack of a .mp3 extension, so just rename the file with .mp3 at the end.

Comment on MySpace - Band Music Song Download Links made Oct 3, 2008:

karrbee

Hey, does this work with the new myspace player?

It doesn't seem to be working for me.

Comment on MySpace - Band Music Song Download Links made Sep 18, 2008:

Brandonbray

Did you get the email I sent? should I send another?

Comment on MySpace - Band Music Song Download Links made Sep 12, 2008:

mysticwriter

Was hoping Ver1.1 would work but it still only downloads a 23byte file, instead of the whole song.

Comment on MySpace - Band Music Song Download Links made Sep 12, 2008:

mysticwriter

Would be great when this script gets working. Until then, you can do what it does by using the DownloadHelper extension for Firefox. I've been using it to do what this script does for months and it works great!

Comment on MySpace Home - Customize it! made Sep 12, 2008:

xslick

I have a quick question for anyone reading this

when i use this script every div on the right column has some bottom padding or margin added to the title of each div. At times the top of the 3 columns do not align correctly

I was just wondering if there is a way to fix this

look at the pic below to see what i'm talking about.

http://i37.tinypic.com/25i2c91.jpg

my settings so far are

RESIZE_TYPE = 0;

FULL_TOP_ROW = "";

LEFT_COLUMN = "ABC";

CENTER_COLUMN = "I";

RIGHT_COLUMN = "FH";

FULL_BOTTOM_ROW = "";

SHOW_HAU_SETTINGS = 1;

Comment on MySpace Home - Customize it! made Sep 9, 2008:

vanhicks

this is a great script, my little girl loves it. she lives on myspace.

Comment on MySpace - Band Music Song Download Links made Sep 9, 2008:

vanhicks

all i get is 404

Comment on MySpace - Band Music Song Download Links made Sep 8, 2008:

Seifer

@ANYONE THAT IT DOES NOT WORK FOR

Please go to one of the band MySpaces, get their friendID.

An easy way to get their FriendID is to click into their pictures, you'll then see something similar in your address bar

http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=1875377

The friendID in that example is 1875377

Now navigate your browser to

http://mediaservices.myspace.com/services/media/musicplayerxml.ashx?b=<FRIEND_ID_HERE>

When the page loads, please copy and paste it into and email and send it to me at theppg_001@hotmail.com

I should be able to then figure out whats going on.

Seifer

Comment on MySpace - Band Music Song Download Links made Sep 8, 2008:

Brandonbray

I was also running the standard American version, and I tried switching it to Australia, but no luck. It would have been amusing if that was all it took to bypass all those security and copyright measures....

oh well.

Comment on MySpace - Band Music Song Download Links made Sep 8, 2008:

Seifer

@fattie

Please check your "Preferred Site" setting under "My Account" when logged into MySpace.

Let me know what it is selected on, you might even want to try changing it to Australia and seeing if you can download songs then.

Let me know how you go.

Seifer

Comment on MySpace - Band Music Song Download Links made Sep 8, 2008:

fattie

Everytime I try this on band sites using the standard American .com TLD, I get a 404 or when I right/click & save as, I get a .html document. Doesn't matter what band site I try to use.

Comment on MySpace - Band Music Song Download Links made Sep 8, 2008:

Seifer

I've just checked out those two profiles (on a third computer) and they work correctly.

Which country site are you using?

I'm using Australia and haven't tested any others.

Let me know what you're using and I'll change to that and check it out.

That's my only guess at what could be going on.

Seifer

Comment on MySpace - Band Music Song Download Links made Sep 6, 2008:

Brandonbray

The files are only a few kilobytes. Quicktime gave me an error message.

I'm running firefox 3 and VLC media player. all codecs up to date.

Here are two of the ones I've tried.

http://profile.myspace.com/index.cfm?fuseaction...

http://profile.myspace.com/index.cfm?fuseaction...

Thanks.

Comment on MySpace - Band Music Song Download Links made Sep 6, 2008:

Seifer

I've just tried this on a different computer on a few different MySpace pages and they all work.

The files are MP3 in format.

If you don't already have it, try downloading and installing Quicktime

http://www.apple.com/quicktime/download/

As I'm thinking maybe the MP3 Encoding is a little different from whatever codec you have installed currently but Quicktime seems to work.

If it still doesn't work or it the file won't download or is only really small (ie. a 1 min song should be about 1mb) please let me know the MySpace addy so I can check out if it's you're browser/computer or if it's a MySpace issue.

Thanks

Comment on MySpace - Band Music Song Download Links made Sep 5, 2008:

thomast

It shows the links, but when trying to save as, the only thing it does is save a small 20kbs mp3 file.

404 Not Found

Comment on MySpace - Band Music Song Download Links made Sep 5, 2008:

Brandonbray

Thank you for putting this together. However, the files downloaded are not mp3 nor wav. Do you know in which format myspace encodes these files?

Comment on MySpace Home - Customize it! made Sep 4, 2008:

Dink

default159,

Nice to know it worked...

Glad to help.

Comment on MySpace Home - Customize it! made Sep 3, 2008:

default159

kool...ty Dink, good as new now

Comment on MySpace Home - Customize it! made Sep 3, 2008:

Dink

OK, I figured it out!!......

You need to add these values into the script where you see similar values...

The letter "O" represents the new page element....

So add this one into the top part of the script:

O Marketingbox

And add this one in the lower part, where you see similar code:

piece['O'] = $('marketingbox');

That got rid of that nasty page element for me!!

Hope I've explained it well enough!!

Comment on MySpace Home - Customize it! made Sep 3, 2008:

Dink

I Don't have the same new sections as default159, But I do have a new block titled "MySpace Music"

Actually after refreshing my homepage sevral times I noticed that the block has random content.

It's the top block in the right column ( I'm using the 3 column view )

I'd love to be able to get rid of that damn block!!

Looking forward to an updated version of this script!!

Comment on MySpace Home - Customize it! made Sep 3, 2008:

default159

I think this just showed up, but its annoying. There is a new section that i cant get rid of....it's called like "primetime" and "myspace celebs"

If you could upadte this to get rid of those ....That would be GREAT!

Comment on UserScript Update Notification made Aug 30, 2008:

Sepehr Lajevardi

many many thanks ;)