getmusicbee.com

General => MusicBee Wishlist => Topic started by: Bizy on April 04, 2019, 03:19:58 PM

Title: Seeing whether lyrics have been saved already or not.
Post by: Bizy on April 04, 2019, 03:19:58 PM
Something simple...
(see title... ;-) )

Guess I'm doing lots of superfluous work now - as the lyrics have been saved already.

Maybe I'm overlooking something:  that would be great! ;-)

b.
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: boroda on April 04, 2019, 04:51:37 PM
use 'Lyrics?' tag (you can add it to the main panel).
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: sveakul on April 04, 2019, 07:23:52 PM
Another thing you can do is add the following code from redwing to the Track Information "Customize Panel" display fields:

Code
$If(<Lyrics?>="",,"(Lyrics)")
This will show the expression "(Lyrics)" on the information string if the track has them, and it appears the instant you do save lyrics if saving via the MusicBee Lyrics panel options.
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: Bizy on April 04, 2019, 11:00:44 PM
@Boroda:  that would be a bit time consuming (for thousands of songs) ... (and the aim is saving time ;-) )

@Sveakul:  yes, great!! That is a nice 'workaround' for the moment.  Thank you very much!


You two:  thanks for replying!
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: Bizy on April 04, 2019, 11:13:10 PM
Another 'simple' workaround for this problem - sorry, didn't think about that before - would be:  unchecking 'autoretrieve missing lyrics'.


@Sveakul:  guess I'll check to your solution anyway. 
There's when odd thing though:  when I mark a song as 'having no lyrics', this code still says 'lyrics' :-D  But that's a minor thing.
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: Bizy on April 04, 2019, 11:43:11 PM
@Sveakul:  there is one more weird thing:  when the song already has embedded lyrics, sometimes the code works, and sometimes not... (???)
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: phred on April 05, 2019, 02:47:37 AM
use 'Lyrics?' tag (you can add it to the main panel).
@Boroda:  that would be a bit time consuming (for thousands of songs) ... (and the aim is saving time ;-) )
You don't add it to each track. As boroda said, you add it as a new column in the main panel. It really couldn't be easier. Or faster.
(http://i.imgur.com/e1CIiFrl.jpg) (https://i.imgur.com/e1CIiFr.jpg)
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: Bee-liever on April 05, 2019, 03:53:46 AM
In the track information panel I also use
$IsNull(<Lyrics?>,"‼ LYRICS NOT SAVED ‼",)
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: Bizy on April 09, 2019, 03:43:48 PM
@phred & @Boroda:  sorry, yes, I misinterpreted this part (adding it as a column)... very clear indeed... and easy to go through the files that don't have lyrics yet...  Thanks!

@Bee-liever:  yes, this might be even more useful... (and avoids the 'problem' of seeing 'Lyrics' in the track information when you have 'has no lyrics' checked) 
Also:  thanks!
Title: Re: Seeing whether lyrics have been saved already or not.
Post by: MTOakey on June 03, 2019, 03:16:04 PM
THANKS sveakul and Bee-liever Great additions/cool customizations to an already awesome App !!!