Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Alina

Pages: 1
1
MusicBee Wishlist / Re: Jukebox view
« on: March 29, 2018, 10:05:02 AM »
Oh yes, that would be great when you have friends visiting!

2
Questions / scrollwheel very slow for details panel
« on: March 26, 2018, 06:16:00 PM »
When i use the scroll-wheel on the details panel on the right, the lines move very slowly. Much slower than the information in the other panels.
Is there a setting to adjust that?

3
Plugins / Re: Additional Tagging and Reporting Tools
« on: March 26, 2018, 04:59:39 PM »
No need for regex. Or for modifying an existing preset.
I see two presets which might help you. Search for 'date' and you'll come up with:
- Remove month and day from release date
- Replace full date with year in '<Tag 1>'

I think the second one will do what you want. But I suggest you test on one or two tracks before you run everything through it.

Thank you Phred!

That's working great indeed. (the first one)
And a bit silly of me that i had overlooked that existing preset.

(the one that redwing proposed did not work for yyyy/mm/dd)

4
Plugins / Re: Additional Tagging and Reporting Tools
« on: March 26, 2018, 03:22:34 PM »
I have no experience with regex, and probably no talent for it :-(
Still i made an effort to accomplish this:

Many of my music files contain dates such as 1-1-1970 or 1980-11-12
But i do not care about days and months, and would like to permanently change these tags so they only contain the year (1970, 1980 etc.)

I found that to isolate the year, this regex should work:
[0-9]{4}
And it indeed works when i tried it on an online regex tester.

But, i can't figure out how to setup this plugin to make this work.
I tried if i could start with some 'extract' presets to perhaps tweak those, but failed miserably.

It would be great if somebody would be willing to show what i need to enter where exactly.

Pages: 1