portify icon indicating copy to clipboard operation
portify copied to clipboard

Updates and Fixes?

Open sullimander opened this issue 10 years ago • 3 comments

I would love to be able to transfer my playlists to Google Music, but this appears to be the only tool out there to do the work. I am not able to run the app on my Mac, getting various errors listed in other issues here. Is anyone still working on this? Are there any plans to make it work again? Thanks.

sullimander avatar Sep 30 '14 21:09 sullimander

There's also spotify2playmusic, which works on Linux, and may work on OSX and Windows if you can get it set up on those. During my (current) use, it has some problems with matching a lot of songs, but it finds enough that I don't mind adding the rest manually: https://github.com/jgeigerm/spotify2playmusic

I seriously doubt portify will see another update from maui himself, and that's unfortunate.

SpasilliumNexus avatar Oct 01 '14 16:10 SpasilliumNexus

There has been changes to the structure of JSON sent back from the track search. I'v fixed on mine and is now working fine. The main changes is inside app.js you need to fix the indexes as per bellow var gmusicId = gmusicMatch[0]; var gmusicNormalisedArtist = gmusicMatch[3]; var gmusicNormalisedAlbum = gmusicMatch[4]; var gmusicNormalisedAlbumArtist = gmusicMatch[3]; var gmusicNormalisedTitle = gmusicMatch[1];

In my case I had to also move the JSON.parse inside search2 function out of the try/catch block to work for some weird reason.

Hope it helps.

amir-zahedi avatar Oct 07 '14 11:10 amir-zahedi

@fancycoder could you make a patch/pull request ?

jakobholmelund avatar Oct 22 '14 21:10 jakobholmelund