Author Topic: Google Music Playlist Sync  (Read 54584 times)

Opus64

  • Newbie
  • *
  • Posts: 2
I discovered another way to transfer playlists to Google Music:
Install gmusic-playlist.js in Chrome, export MusicBee playlist as m3u, open then save with notepad (to convert unicode characters), open in Mp3tag, export to csv (example code below), then import the csv in Google Music.
Quote
$filename(csv,utf-8)title,artist,album,playlist
$loop(%artist%)"$regexp(%title%,",)","$regexp(%artist%,",)","$regexp(%album%,",)",playlistname
$loopend()

OctoberJemini

  • Newbie
  • *
  • Posts: 1
I was wondering if anyone else had come up with a way to sync google music with MusicBee.  Would love to be able to push my playlist from here.

frankz

  • Sr. Member
  • ****
  • Posts: 3876
I was wondering if anyone else had come up with a way to sync google music with MusicBee.  Would love to be able to push my playlist from here.
Honestly, you're best off exporting your playlists to a spreadsheet and then using something like this.  You'll need Python installed, but it works really well.