Author Topic: Auto rate 5 stars loved song (Last.FM)  (Read 3590 times)

quvu

  • Guest
Hello,

I'd like to keep synchronized the "Loved" status from Last.FM (which is not a tag saved in the file) with the 5 stars rating.
Is there any way to automatically rate 5 stars any track which is marked as loved from MusicBee.

Thanks in advance

quvu

  • Guest
Actually, I would like to know how does the Last.FM love status works ? Anyone knows where does this tag is stored in MusicBee ?

psychoadept

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10940
It's stored in the database, and if you're scrobbling to last.fm it's stored there
Last Edit: March 15, 2016, 02:12:09 PM by psychoadept
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest patches
(Unzip and overwrite existing program files)

quvu

  • Guest
Thank you for you reply, this is what I was thinking, this is not stored in a dedicated tag stored into the file itself.

My point is that I don't want 5 degrees to rate my songs, having a binary "loved or not" value is much more convenient for me.
Then I still want to keep a 5 stars rating for each "loved" track to keep a trace of this in the file and don't lose it in case I need to export some music.

I think this feature could be easily added to the included Last.FM plugin, I could try to do it by myself but I don't know if the sources are accessible somehere.

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3879
  • MB Version: 3.6.9318P
Is there any way to automatically rate 5 stars any track which is marked as loved from MusicBee.
You should be able to set this up as an auto-applied ASR preset in the additional tagging tools plugin.
It would need to check "Love" has a value of "Y" and write "100" to Rating tag if it's true.
I'm not to good with regex (actually I'm woeful :)  ) but other users here should be able to work it out if you can't make it work yourself.
MusicBee and my library - Making bee-utiful music together

theta_wave

  • Sr. Member
  • ****
  • Posts: 682
Is there any way to automatically rate 5 stars any track which is marked as loved from MusicBee.
You should be able to set this up as an auto-applied ASR preset in the additional tagging tools plugin.
It would need to check "Love" has a value of "Y" and write "100" to Rating tag if it's true.
I'm not to good with regex (actually I'm woeful :)  ) but other users here should be able to work it out if you can't make it work yourself.
I'm with Bee-Liever here in that setting up an automatic rule with Advanced Search and Replace would likely be the way to go.  I don't believe that I'd enjoy having all of the different performances of the finale from Dvorak's 12th String Quartet to be automatically rated 5-stars (as brilliant all of them are) because I only include >=4-star rated tracks to my phone's microsd card.  Hey Bee-liever, why would one want to use regex in this case?


Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3879
  • MB Version: 3.6.9318P
Hey Bee-liever, why would one want to use regex in this case?
The Additional Tagging and Reporting Tools plugin uses regex to work with tags
MusicBee and my library - Making bee-utiful music together

quvu

  • Guest
Many thanks to both of you! This ASR tool does exactly what I was looking for.
And indeed I don't need any regex for this simple operation. Here is the preset :



It works like a charm :)
Last Edit: March 16, 2016, 10:56:36 AM by quvu

Bee-liever

  • Member
  • Hero Member
  • *****
  • Posts: 3879
  • MB Version: 3.6.9318P
probably not the best way but this works
matches if "Loved" has any value (don't know how this will behave if bomb or banned is used)
and Rating only has to be '5' (not 100 as I previously posted)


glad you worked it out quvu
Last Edit: March 16, 2016, 10:55:59 AM by Bee-liever
MusicBee and my library - Making bee-utiful music together