Recent Posts Total Posts: 152882

Pages: 1 23 4 ... 10
11
Plugins / Re: LyricsReloaded (Latest)
Last post by Sekt0r on March 25, 2023, 02:16:06 PM   |  Started by Mayibongwe
My bad. The YML's I gave you earlier were not actually from the latest built-in versions.
Try these ones (both #1 and #2 should be fixed for you):

Sweet, all good now. Thanks.
12
Questions / Re: variable bitrate in filter/search
Last post by Messiaen on March 25, 2023, 12:56:56 PM   |  Started by Anti
A simple method is to just create a virtual-tag using the following:

Code
$If($Contains(<Bitrate>,VBR)="T",,$If($RxMatch(<Bitrate>,"\d+")<320,<Bitrate>,))

And name it something like "WeakBits", then do a <Ctrl+F> search matching <Weakbits> "has a value".

There may be other ways too, but this one works for me.  Note that it'll only really work for MP3's, since .FLAC's don't have VBR as such, but can obviously render at all sorts of bitrate values.
13
Questions / variable bitrate in filter/search
Last post by Anti on March 25, 2023, 11:37:16 AM   |  Started by Anti

I'm trying to list my low-quality constant bitrate files lower than 320k, but do not want to list variable bitrate files.
Is it possible to filter/search by whether a file has a variable bitrate or not?

Thanks.
14
Questions / Replacing albums: workflow & tools
Last post by Anti on March 25, 2023, 10:09:12 AM   |  Started by Anti
I searched for this, but didn't see anything. Apologies if it is a common question.

Is there a best workflow for replacing an existing whole album in my library with new files, transferring all the existing tags and artwork to the new files, and deleting the old album?

The two variations of this task are:
1) replacing the album with the same filetype (Eg. mp3).
2) replacing the album with a different filetype (Eg. mp3 > Flac).

Thanks.
15
Plugins / Re: LyricsReloaded (Latest)
Last post by Mayibongwe on March 25, 2023, 09:53:59 AM   |  Started by Mayibongwe
My bad. The YML's I gave you earlier were not actually from the latest built-in versions.
Try these ones (both #1 and #2 should be fixed for you):

Code
name: Genius

variables:
    artist:
        type: artist
        filters:
        - strip_diacritics
        - lowercase
        - [replace, "!!!", "chk-chik-chick"]
        - [regex, '(?<=\W|\s)+(feat.+|ft[\W\s]+|(f\.\s)).+', ""]
        - [regex, '\.+|,+|(\W+(?=$))|(^\W+)', ""]
        - [regex, "'", ""]
        - [regex, '(?<=[a-z0-9%])[^\sa-z0-9%]+(?=[a-z0-9%]+)', "-"]
        - [regex, '((?<=\s)([^a-z0-9\s-])+(\s|\W)+)|((?<=\w)([^a-z0-9-])+(\s|\W)+)', " "]
        - [strip_nonascii, -]
    title:
        type: title
        filters: artist

config:
    url: "https://genius.com/{artist}-{title}-lyrics"
    pattern: ['<div data-lyrics-container="true" class="Lyrics__Container-sc-1ynbvzw-.*?">(?<lyrics>.*)<div class="Lyrics__Footer-sc-', 's']

post-filters:
- [regex, 'You might also like</div>', "\n"]
- [regex, '<div class="PrimisPlayer.*?>', "\n"]
- [regex, 'Letra de &quot.*?<br/><br/>', ""]
- br2nl
- strip_html
- utf8_encode
- entity_decode
- clean_spaces
- [regex, '\n{2,}',"\n\n", 's']
- trim

Code
name: Genius (fuzzy)
loader: search

variables:
    artist:
        type: artist
        filters:
        - lowercase
        
    title:
        type: title
        filters: artist

config:
    identity url: "https://www.google.com/search?q=Genius+{title}+{artist}"
    identity pattern: ['(?<identity>https://genius.com.*?-lyrics)', 's']
    lyrics url: ""
    lyrics pattern: ['<div data-lyrics-container="true" class="Lyrics__Container-sc-1ynbvzw-.*?">(?<lyrics>.*)<div class="Lyrics__Footer-sc-', 's']

post-filters:
- [regex, 'You might also like</div>', "\n"]
- [regex, '<div class="PrimisPlayer.*?>', "\n"]
- [regex, 'Letra de &quot.*?<br/><br/>', ""]
- br2nl
- strip_html
- utf8_encode
- entity_decode
- clean_spaces
- [regex, '\n{2,}',"\n\n", 's']
- trim
16
Questions / Copy date from MB to another version of MB
Last post by Flourgrader on March 25, 2023, 09:42:08 AM   |  Started by Flourgrader
Hi,Everyone,
I have MB on my main PC.
I have set a list up of radio stations I listen to.
I have a laptop with a new installation of MB on it.
I would like to know in which file the information is
stored for the radio stations so that I can open the file and copy the
information across to my laptop?
Thank you.
17
Questions / Re: Possible to move albums into subfolders without further re-organization?
Last post by Mayibongwe on March 25, 2023, 08:26:54 AM   |  Started by Tybot
Absolutely no need to apologize. Thanks for clarifying.

Before you experiment with the following:
- preview the results
- work with a small number of files. Only apply this method to the whole library once you are satisfied with the try outs.

Steps:
1. Select the track you mentioned in your start post.
2. Go to Tools > Organise Files... > Filename Char Mapping...
3. Set the replacement character for the backslash (\) to the reverse solidus operator (⧵)
4. Tick or enable "to folder" and "naming template"
5. Set "to folder" to X:\Music\#Artists [A-Z]\
6. Set the "naming template" to $RxReplace(<Path>,".*⧵.*⧵.*⧵(.*)⧵(.*)⧵.*⧵","$1\$2")\<releasetype>\$RSplit(<Path>,⧵,2)\<Filename>

Preview the results and click Reorganise if the new file path showing up is what you want.

Edit: You might also want to check the "move remaining non-media files" box since you mentioned that you've got those typa files as well.
18
Plugins / Re: LyricsReloaded (Latest)
Last post by Sekt0r on March 25, 2023, 06:01:54 AM   |  Started by Mayibongwe
Hi sveakul, yeah, looks like Genius made a recent change to their page. Thanks for picking it up.
Redownload the plugin - it should work now.

@Sekt0r and @belomeclone

You guys have to make a change to the code I supplied a few posts back.
In this piece of the lyrics pattern, remove the digit (6) and things should run smoothly again.

class="Lyrics__Container-sc-1ynbvzw-6.*?"

Thanks, working here too.

Probably unrelated to the recent Genius change but I've noticed some little things with the bracket-enabled versions.

Using this song as an example:
Roy Woods - Don't Love Me - https://genius.com/Roy-woods-dont-love-me-lyrics

1. There is no line break between the first [Verse 1] heading and the first [Chorus] heading (line breaks are fine after that). Happens on any song I've tried, fuzzy and non-fuzzy version. No line-break issues using the built-in ones. Screenshot - https://i.imgur.com/BJac9Il.jpg

2. Only have this one example so far but that same song doesn't get pulled when using the non-fuzzy version but does when using the built-in non-fuzzy version.
19
Questions / Re: How to rescan to which playlists a given song belongs?
Last post by Steven on March 25, 2023, 04:59:08 AM   |  Started by vankyan
Not sure i understand what you are asking for but try deleting the file:
MusicBeeLibrary.pfidx
in the root music folder
and then restart MB
20
Bug Reports / Re: QHD (2560x1440) Theater Mode (Cover List) cover gets cut off
Last post by Steven on March 25, 2023, 04:50:51 AM   |  Started by cybervox
i have the same screen resolution and its working fine for me. Try updating to v3.5 from the downloads page if you are not already using that version
Pages: 1 23 4 ... 10