INTERACT FORUM

Please login or register.

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

Author Topic: Save Play stats with expressions in a Album replacement setup?  (Read 2084 times)

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774

I know I've been over this before, but with the new Copy & Paste Tag feature we have a way of doing music and album replacing much more efficient. The big problem is that the play stats are NOT copied. So, I'm thinking about how this can be done.

Everything would of course be much simpler if the Copy & Paste function could include Number Plays and Skips as a minimum. Date played and such could be somewhat weird to include as it could be a date much earlier than the actual import date. I hope this will be added in time, but I don't have the time waiting for it right now. So, I'll start with the two best options that comes to mind. I hope you can help me out.

Most of these files are going from MP3 to flac

The easy way
- Import new album
- Copy tags from old album
- Paste tags to new album
- An expressions use the new Save global variable to copy the Number Plays from the old track to the new track with identical name, track number etc.
- Delete old album
- Move new files to the old location within MC

I'm not sure at all if the last one here can be done at all. I would need some help by some expression experts to get some answers here.


The hard way....
- Import new files (preferably to a secondary local library, so you can trash it later on)
- Rename New files so they are identical to the old files, including file extension
- Delete new files from library (if you are using the same library. Otherwise it can be done in one go later on)
- Move new files and overwrite old ones outside MC
- Rename the files to the original extension
- Use "Update tags from library" from file tags
- Use "Update library from tags" to get the correct format data

Even though this last one has only one more step, it does require much more time to do than the first one. It would be a nightmare to update lots of albums this way, but it is almost identical to how I did it before.

That's why I so desperately want the first method with expressions to work. People have some comments here? Ideas as how to do this, or perhaps you have simpler methods of doing the album replacing without trashing the play stats?
Logged
- I may not always believe what I'm saying

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #1 on: May 02, 2012, 11:59:12 pm »


- An expressions use the new Save global variable to copy the Number Plays from the old track to the new track with identical name, track number etc.
- Delete old album
- Move new files to the old location within MC


There's no way to assign a field with a value, so I don't know how you'd accomplish this directly.

One method after you've copied and pasted the tags is to export an MPL playlist of the files so that you capture the Number Plays, Skip Count, etc.  The important identifier is the Filename field.  A script could be written to remove all fields but the Filename, and the desired fields such as Number Plays, Skip Count, etc..  The Filename suffixes can be changed by the script from the old (e.g. .mp3) to the new (.flac).  Now you can import the .MPL playlist and the stats will be updated.

Finally, you can delete the old files.

So it would go:

- Select files
- Copy
- Export playlist (MPL, Selected Files)
- Delete selected files
- Paste tags
- Run script on MPL
- Import MPL

Using this order would preserve the selection, minimizing the steps.  Probably the script could initiate the import, if desired.
Logged
The opinions I express represent my own folly.

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #2 on: May 03, 2012, 02:06:24 am »

There's no way to assign a field with a value, so I don't know how you'd accomplish this directly.
That was what I was afraid of... If you don't know how to accomplish this, I don't think it's possible to do at all.

I don't like to script things for something that should have been a check box in MC. But it might have to do it this time.

With the addition of the Copy & Paste function, I really hope that JRiver will introduce some sort of Replacement manager soon though.  I imagine a wizard of sorts where you can:
- Select the old files to be replaced
- browse to the new files
- drag and drop to change ordering and if they are not correct
- select to overwrite values, which source to use (new files, old files or Yabdb perhaps?)
- Write tags to new files (choose to overwrite fields or not, and to include play stats?)
- move files to old destination and change extension if necessary

That would be a dream come true. For me at least.
Logged
- I may not always believe what I'm saying

vagskal

  • Citizen of the Universe
  • *****
  • Posts: 1227
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #3 on: May 03, 2012, 07:31:42 am »

There's no way to assign a field with a value, so I don't know how you'd accomplish this directly.

Maybe the paste tag dialog could just be enhanced to support the same assign tag feature as in the import dialog? Then you could choose to paste your global values to the relevant fields (or make any other adjustment necessary). I use the Excel method of assigning tag values from global variables for a lot of files with several fields to assign a value and as it is now I have to do each field separately, so a paste custom tags feature would be welcome.
Logged

rjm

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2699
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #4 on: May 03, 2012, 07:39:51 am »

It would be interesting to hear from Matt on why he decided to not support play stats with copy/paste.
Logged

Lasse_Lus

  • Citizen of the Universe
  • *****
  • Posts: 999
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #5 on: May 03, 2012, 07:42:32 am »

It would be interesting to hear from Matt on why he decided to not support play stats with copy/paste.

It depends what edit type the fields have, stats fields have "clear Only", sys fields has "can not be editable"
Logged
MT5FR

rjm

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2699
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #6 on: May 03, 2012, 09:33:16 am »

It depends what edit type the fields have, stats fields have "clear Only", sys fields has "can not be editable"
Yes but I assumed stats and sys fields were like any other field except for their properties bits. Matt is master of the bits and can do whatever he wants.
Logged

Lasse_Lus

  • Citizen of the Universe
  • *****
  • Posts: 999
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #7 on: May 03, 2012, 09:42:55 am »

Yes but I assumed stats and sys fields were like any other field except for their properties bits. Matt is master of the bits and can do whatever he wants.

i think it's be design, you can't tag it if it's locked...you cant use the function move/copy fields either to update a locked field

but hey, i've got an idea..lets unlock the fields  ;D
Logged
MT5FR

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42028
  • Shoes gone again!
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #8 on: May 03, 2012, 09:47:39 am »

Next build:
Changed: Play stats can be copied using Paste Tags.
Logged
Matt Ashland, JRiver Media Center

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #9 on: May 03, 2012, 09:50:16 am »

The restless natives overwhelm the chieftain overlord!  Reign-in the terror!
Logged
The opinions I express represent my own folly.

rjm

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 2699
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #10 on: May 03, 2012, 09:51:56 am »

Anything for peace and quiet.
Logged

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #11 on: May 03, 2012, 11:28:02 am »

Thank you Matt! These changes done the last days will save tons of work for the music collectors.
Logged
- I may not always believe what I'm saying

Gl3nn

  • Galactic Citizen
  • ****
  • Posts: 384
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #12 on: May 03, 2012, 11:35:07 am »

Could you not do this by renaming the mp3 files to flac and then overwriting the fake flacs with the real flacs (and then using 'library tools-update tags from library-update library from tags')?  Seem to remember that worked for me.
Logged

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Save Play stats with expressions in a Album replacement setup?
« Reply #13 on: May 03, 2012, 11:57:52 am »

It's a hell of a lot more work. I've described the process in the first post. But, yes. It works.
Logged
- I may not always believe what I'm saying
Pages: [1]   Go Up