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 - Droppisalt

Pages: 1
1
Questions / Re: Rule when adding to Inbox/Library
« on: September 20, 2021, 01:28:25 AM »
Thanks! I'll look into using mp3tag for this. Haven't used it in years. And I might add it in the wishlist even if it never gets implemented lol

2
Questions / Rule when adding to Inbox/Library
« on: September 17, 2021, 02:11:41 PM »
Hello all,

I'd like to know if it's possible to have a rule that automatically applies to my tag either when I import them into my Inbox or Library.
I.e.: I'd want the tag publisher be automatically copied to one of my custom tags. I know I can "manually" copy it using ASR plugin (and is what I've been doing up until now) but I'd like to automate it if possible.

Thanks!

3
Questions / Add song count to info bar
« on: March 09, 2021, 08:54:16 PM »
I'd like to have my song count displayed next to or before the album count (see this).

Is this possible?

Thanks!

4
Questions / Organise Files / Auto-Capitalization Questions
« on: January 18, 2021, 06:14:08 AM »
1st question: Not sure if this is possible, but I'd like to copy my folder structure from Picard to MB. How should I proceed, if possible?

Code
$replace($rreplace(
$if($eq(%albumartist%,Various Artists),
        [Various Artists],
 $left($if2(%albumartistsort%,%artistsort%),1)/$left($rreplace($if2(%albumartistsort%,%artistsort%),; [^\)]+,), 60))
/
$if(%date%,[$left(%date%,4)] )$left($replace(%album%,/,), 70)
$if($gt(%totaldiscs%,1),$if(%discnumber%, \(Disc %discnumber%\),),)
/
$num(%tracknumber%,2). $left(%title%,120),[:?"_]+,),  , )

2nd question: I'd like for every song that goes from my inbox to my library to be changed to all caps (fields include: Track Title, Album, Artist (as displayed and not displayed) and Album Artist. I think this could be done from ASR but unsure how to proceed. This could be done when the song gets imported into my inbox if this is easier to do.

Cheers!

5
Questions / Re: Sort By Release Date
« on: January 09, 2020, 09:54:38 PM »
Thank you!

6
Questions / Sort By Release Date
« on: January 07, 2020, 03:07:22 AM »
I would like to have my albums sorted by release date as the title implies. I already made a custom tag called "Date".

In there, I add the release's month/day (example 1).

Then, I sort by Year (yyyy)/Date/Album Artist/Album (example 2).


I know my sorting is wrong as I want to be able to have the following order:
Year (yyyy)
Date (within the date sorting option, I want to sort my albums by artist and album title)

I don't know if this makes sense but here's an example of what I want (only the albums shown have the Date tag filled).
See how I, Valiance has two albums but they aren't together since they don't have the same release date.

7
My bad. Even though I don't want my monitors to sleep, I probably should on my end  ::)

8
I tried downloading but there is no .dll file in the .zip

9
Oh wow, it was in a subfolder. Just moved it and now it works!

Thanks everyone!

10
its "Convert 'mmm:ss' or 'mmm.ss' in '<Tag 1>' to 'hh:mm:ss' in '<Tag 2>'" preset. to make it to work as virtual tag function select it, then enter some word in "assign virtual tag function id" field, click 'save all' button and restart mb.

use function $ASR(<URL>,your_id) in virtual tag.

For some reason, I can't import any presets. I just get the "No presets were imported." error

11
I have no idea how this works. I tried looking at the wiki and I still don't get how this works.
I installed ATT and I'm trying to figure it out.

Also
there is ASR preset for this. you can use any ASR preset as virtual tag function.
I can't find ASR presets :/

If anyone knows how to do it quickly, please let me know.
Any help is appreciated

12
Hello,

Have you figured it out?

Pages: 1