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

Pages: 12 3 ... 8
1
MusicBee Wishlist / Re: Crossfade option from bottom panel
« on: April 09, 2024, 02:19:04 PM »
Even if there were a button, mb only recognises the change if the track is restarted and then the next track.
You can make sure that in a given track there is no fade-out.
Tag settings--> settings--> choose disable crossfade.

2
Questions / Re: centering the Artist name in the Music panel ?
« on: April 09, 2024, 02:13:24 PM »
@ Phred
They are always centred. Simply because with square characters you give them the instruction to start printing the title from a precise point which is always that point, it does not matter whether the text is long or short, it starts from that point.
If it is longer, you simply will not see the excess characters to the right.
Thanks for the clarification. What you're saying makes sense. I do want to point out that in your screenshot, the line in question is not centered. Which is why I mentioned it.

You're right too!!!
It is not really a centring but an alignment to the left from a specific point.
In fact the title in my screenshot is not centre-aligned also because, as you said, the title would be moved each time according to the number of characters and honestly it wouldn't look good either.

3
Questions / Re: centering the Artist name in the Music panel ?
« on: April 09, 2024, 11:11:18 AM »
@ Phred
They are always centred. Simply because with square characters you give them the instruction to start printing the title from a precise point which is always that point, it does not matter whether the text is long or short, it starts from that point.
If it is longer, you simply will not see the excess characters to the right.
@ Monkey: a character alignment would not be needed for the way MB is designed now. In that case the centred would shift according to the number of characters and would never be aligned.
What would be needed would be the possibility to insert tags in absolute positions. Basically you create the display mask from scratch, putting the tags in the desired positions.
I used a lot of shifting from the left with filler characters and you can see it, in the image, with "disco 01" always stays above the list of titles.
I'm afraid this is currently the only way to align texts in MB.



4
Questions / Re: centering the Artist name in the Music panel ?
« on: April 07, 2024, 03:22:20 PM »
I did this: I created a virtual field and inside it I used a square typeface and put as many as needed to centre the position of the title.
Code
{color: 40,40,40}▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉{color: 255,255,0}$Upper(<Artista album>) - $Upper(<Album>)$Upper($IsNull(<Sottotitolo Album>,," - "<Sottotitolo Album>))$Upper($IsNull(<Volume Serie>,," - "<Volume Serie>))  (<Anno>) $Upper([<Raggruppamento>])
The first colour command gives a colour identical to the background so that the squares are not visible.
Then I gave a colour to the text and then all fields that make up the title.


5
Someone who's good at RegEx might be able to come up with a virtual tag, but even with my limited knowledge I don't think a "multi-function" virtual tag can be accomplished.

You are right!!!
Also because with the automatism it can't work, because when it is deleted from the title tag it is automatically also deleted from the subtitle tag.
I found the preset in advanced serarch & replace and it works but, as mentioned above, then it also deletes from the subtitle tag because the data takes it from the title.
I think this has to be done manually with a cut & paste or with a script that does the cut & paste itself.
Sorry I didn't think it through before writing

6
I'm fairly certain this can be accomplished using the Additional Tagging & Reporting Tools plugin. If you have questions about its use, or need help with getting it to do what you want, please post the questions on the plugin's thread and not here.

It may be that advanced search & replace AT & RT can do what I want, but I would like it to be done automatically with a script in a virtual field.
The reason is soon stated. I import tags automatically from different sources, and I would have to remember each time to take the function from the menu and activate it on a selection.
Anyway thanks for the suggestion I will study that function, also because I think it is the only one that has the probability to do what I want, better than nothing.

7
Hi

I would like to do something a bit special.
In many titles there is other information in brackets, for example: radio edit, mix, album version.
I would like to move that part to another field (tag).
I was able to move the text with this command: $Split($Split(<Title>,"(",2),")",1)
But then I can't delete it from the title tag.
Example: Stranger In Moscow (Tee's In-house Club Mix)
In the title tag must remain: 'Stranger In Moscow' while the remainder must be moved to a tag (Subtitle): Tee's In-house Club Mix.
Why this?
Often these subtitles are very long and I would like to display a few sizes less than the title to fit everything in one line.

Thanks to those who can help me out


Translated with DeepL.com (free version)

8
MusicBee Wishlist / Re: Start / End Times
« on: March 20, 2024, 05:42:58 PM »
I had made about the same request a while ago.
My request was limited to a checkbox with the option "only in playlist".
There are songs that last up to 8-10 minutes or more and they don't fit in a playlist that long, while simply listening to the single song or the entire album it would be better to listen to it all.


9
MusicBee Wishlist / Re: View list artists and multi-artists
« on: March 05, 2024, 08:24:15 AM »
I haven't properly digested the above, but if what you are looking for is a way to avoid seeing the "extra artists" in your tab there:

Then on the filter panel to your left, you can look for a field called <artists: artist> and display by that.

A thousand thanks
It was such a trivial thing that I didn't think about it.
Sometimes you get lost right in the classic glass of water (I don't know if it's also used in English)
Thanks again

10
MusicBee Wishlist / Re: View list artists and multi-artists
« on: March 04, 2024, 11:20:20 AM »
I don't quite understand. Please try rephrasing.

Also, if you can support the above with screenshots, that would help a deal.

I'll try!!!
When you insert the song in the artist --> multiartist field you can also insert all the members who performed the song.
Example:
Abba (artist group)
The King Has Lost His Crown (song)
To be included in the multi artist
Arranged By [Strings] – Anders Eljas
Bass – Rutger Gunnarsson
Drums – Rolf Alex
Guitar – Lasse Wellander
Lead Vocals – Frida
Oboe – Jan Risberg



I would like instrumental performers not to appear in the artist list





As you can see in the images, the drummer and all the other performers of the song appear in the list of artists, thus creating multitudes of artists who perhaps only made the arrangement of that song.

But only those whose role is only artist or interpreter would appear.

It is very useful as information but should only appear as track info in the appropriate panel.

I hope I've been exhaustive.

11
MusicBee Wishlist / View list artists and multi-artists
« on: February 21, 2024, 05:39:57 PM »
At the moment, inserting an artist into multi artists, whatever their role appears in the artists view.
In the artists view, only the one who has the main role of the album or song should appear, inserting him, in fact, as an artist.

12
Questions / Re: Song playback
« on: January 17, 2024, 10:38:18 AM »
Fixed: I had inserted playback follows the cursor
Excuse me

13
Questions / Song playback
« on: January 17, 2024, 10:26:51 AM »
I've noticed a change in the way I play songs sequentially.
Whichever way you set playback, this happens:
1) playback of all tracks from the same album
2) I move, while listening to the first album, to another without selecting anything.
3) once the song is playing, go to the first song of the album I was just looking at
4) plays the song and then stops
In practice, if you don't stay on the album being played you can't listen to it in its entirety.
I have MB version 3.6.8778
In the playback preferences I always left the following checked: clear list and play album only.
In fact, when I select the first song of the album in the playlist it puts all the songs from the album but when you go to another album it adds the first song to the queue, plays it and then stops.
In previous versions it doesn't seem to have this behavior.
Before saying it's a bug, I ask, does this seem normal to you?

14
Bug Reports / Re: Mb loses references to the main song in ASX files
« on: January 13, 2024, 09:13:46 AM »
this should behave as expected
https://getmusicbee.com/patches/MusicBee36_Patched.zip

Okay! Resolved!! Now it is no longer selected automatically.
A thousand thanks

15
Bug Reports / Re: Mb loses references to the main song in ASX files
« on: January 12, 2024, 10:32:20 AM »
That is the expected behaviour
Sorry, but that's not possible!! Maybe we didn't understand each other!!!
Did the translator not work properly?
I'll try to explain myself another way

1) I change the "origin" tag in an asx song


Just to clarify, the colored squares helped me understand when the problem occurs.
If it is yellow-red it means that the origin asx tags are correct: it is an asx with the correct origin URL
If it is only yellow, the source URL is missing or incorrect
If it's green it's simply an mp3

2) safe

3) deselect the previous one and select two different songs, even from another album always asx and change the album tag, for example, not the "origin" tag, I don't even see that.


Note that flag on the origin tag is checked, it shouldn't be and I didn't check it

4) safe

5) result: the origin tag has been deleted from the last two songs I edited.

In practice, the origin tag always remains selected after a change has been made to it and remains so until you manually deselect it or close and reopen MB.
I don't know how to explain it more precisely but it is a very annoying event.

Pages: 12 3 ... 8