INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Importing/Updating Tags from Excel Spreadsheet  (Read 2107 times)

jelyon

  • Recent member
  • *
  • Posts: 7
Importing/Updating Tags from Excel Spreadsheet
« on: May 12, 2014, 03:09:31 pm »

Disclaimer: Searches on the boards haven't lead me to any helpful articles on the topic, but I'm willing to be directed/redirected as appropriate.

I've been messing around with custom tags, and I have some chart data in excel that I'd like to import into JRiver.
My basic understanding is that as long as the file path is in the playlist that you're importing, JRiver will update the tags when it imports the playlist.

But this has not been my experience.

I can get data out of JRiver just fine, and can do all the work in Excel, I guess I just need monkey notes that actually detail importing the data once it's ready.

TIA
Logged

Vincent Kars

  • Citizen of the Universe
  • *****
  • Posts: 1154
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Importing/Updating Tags from Excel Spreadsheet
« Reply #2 on: May 12, 2014, 04:01:42 pm »

I don't believe CSV is an importable playlist type.  You have to convert it to MPL.  I have a CSV -> MPL converter if that will help you.

The Filename column is the value that is used to match against MC entries, so it must be exact.

Maybe you can show a few lines of your spreadsheet.
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Importing/Updating Tags from Excel Spreadsheet
« Reply #3 on: May 12, 2014, 05:19:40 pm »

@Vincent Kars - the link above.  I now recall those conversations back in 2010.

This can be more readily automated.  The grabbing of the chart data is easy enough, it it wouldn't be too much trouble matching the Artist / track Name to existing MC tracks and when there is a match, updating a field in MC directly.  When there isn't an exact match, options could be presented for selecting the correct track using fuzzy matching, or the problematic results could be output for manual intervention.
Logged
The opinions I express represent my own folly.

Vincent Kars

  • Citizen of the Universe
  • *****
  • Posts: 1154
Re: Importing/Updating Tags from Excel Spreadsheet
« Reply #4 on: May 12, 2014, 07:05:02 pm »

You have a job to do  :)
Logged

jelyon

  • Recent member
  • *
  • Posts: 7
Re: Importing/Updating Tags from Excel Spreadsheet
« Reply #5 on: May 14, 2014, 07:33:12 am »

@MrC;

I think that CSV to MPL converter is the missing piece.

As far as the matching, that's pretty much done, and I did use a fuzzymatch plugin for Excel to match the artists.  Though it strikes me I probably ought to do fuzzy match for song titles too :)
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Importing/Updating Tags from Excel Spreadsheet
« Reply #6 on: May 14, 2014, 10:50:00 am »

I think that CSV to MPL converter is the missing piece.

You'll need to install ActivePerl for your platform (32-bit or 64-bit). Let the installer modify your PATH variable, so you can find perl more easily later.

The csv2mpl script is the attached.  Download, unzip and read the included README.txt file.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up