getmusicbee.com

Support => Questions => Topic started by: imminiman on May 22, 2015, 12:41:34 PM

Title: Send to clipboard problem
Post by: imminiman on May 22, 2015, 12:41:34 PM
I've tried searching the forums for an answer but couldn't find any.

When i'm sending to clipboard the track that is now playing, and the track has no tags, this is what is being copied to clipboard:

"Unknown Artist - Unknown Title"

I want to send to clipboard the same thing that shows up on the track that is playing.
For example, here's a link of the track I had this problem with:
http://i.imgur.com/IoWDyUH.png

As you can see, I marked the part that i want to send to clipboard. Is there any way to do it?

Thank you  :)
Title: Re: Send to clipboard problem
Post by: phred on May 22, 2015, 01:40:19 PM
Where is the info that you want to send to the clipboard coming from?  If it's not in a tag (a true tag, a custom tag, or a virtual tag) or a filename.ext then MB can't do anything with it.  Edit > Preferences > Tags (2) > Send to Clipboard tags and us the Field Selector (...) to select the tag(s) or filename that contains the data.
Title: Re: Send to clipboard problem
Post by: imminiman on May 22, 2015, 02:08:47 PM
Yeah I deduced that already, but if the player does know how to show it inside itself,
I.E. when artist and title tags exist, it shows them, and when they don't exist it shows the filename without the extension, why can't it just copy that specific value to the clipboard? The value that shows up in the player itself...
Title: Re: Send to clipboard problem
Post by: phred on May 22, 2015, 05:01:58 PM
Again, where is the track info coming from?  Is it the filename that's showing in your screenshot?
You can get filenames into the tags by selecting the tracks in question and right-clicking. Then Auto-Tag by Track > Infer and Update Tracks from Filename. I'd start with just a couple to make sure it's doing what you want.  Then you can select many.
Title: Re: Send to clipboard problem
Post by: imminiman on May 22, 2015, 05:21:29 PM
It's not what I wanted, but I guess it's even better   :D

Made a hotkey for this auto-tag and it's working great!
Thank you very much.  :)
Title: Re: Send to clipboard problem
Post by: phred on May 22, 2015, 06:24:02 PM
You're quite welcome.  I'm glad it winds up being better than you expected.
Title: Re: Send to clipboard problem
Post by: redwing on May 23, 2015, 09:23:36 AM
You could also put a virtual tag formula in send to clipboard setting under Preferences> Tags (2) so that it would match filename when either title or artist tag isn't present.
Title: Re: Send to clipboard problem
Post by: imminiman on May 23, 2015, 09:28:34 AM
You could also put a virtual tag formula in send to clipboard setting under Preferences> Tags (2) so that it would match filename when either title or artist tag isn't present.

Really? I've tried to do that but wasn't able to. I don't know how I can add a function like if X then A else B.
Can you help me make a formula like that?
Title: Re: Send to clipboard problem
Post by: redwing on May 23, 2015, 10:17:56 AM
Use this:

$IsNull(<Title>,$Replace(<Filename>,.<.Ext>,),$IsNull(<Artist>,$Replace(<Filename>,.<.Ext>,),<Artist>" - "<Title>))
Title: Re: Send to clipboard problem
Post by: Steven on May 23, 2015, 10:20:36 AM
<ArtistAndTitle> might work for what you want as well
(i will make this field visible in future MB releases but its available now)
Title: Re: Send to clipboard problem
Post by: imminiman on May 23, 2015, 10:43:57 AM
Thank you all for helping me out. With every passing day, I love this player and this community more and more :)

I've tried using the <ArtistAndTitle> field, and it seems like the exact thing I was looking for.
Thank you Steven for your awesome player and your awesome self. Not every developer pays close attention to their users like you. Keep it up :)