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

Pages: 12 3 ... 23
1
Great, thanks for your fast response, Steven!

2
Hello Steven,
Unfortunately the latest 3.6 patch fails when opening Preferences / Tags(1).
No error code however with custom button Edit: configure custom/virtual tags.

Error code:

Code
MusicBee v3.6.8869.35315P  (Win10.0), 13 avr. 2024 11:58:

System.IndexOutOfRangeException: L'index se trouve en dehors des limites du tableau.
   à #=zVoMmRDAlqA7NUgg1zKI5vrSUN0li..ctor(#=zEEsjfoBOKVKWBtDGRVqcSDw= #=z7iapCL4=)
   à #=zEEsjfoBOKVKWBtDGRVqcSDw=.#=z5J10nldXZu2WuK0nww==(Object #=zlgYPS5A=, EventArgs #=zAfU1xXk=)
   à #=zg464_YFN5zfP3MvKpUpLOMw=.#=z0aAFBoo6Qpnj(#=zBln3I3eOP4CgtguivPbxYS_6DqDU #=zAfU1xXk=)
   à #=zg464_YFN5zfP3MvKpUpLOMw=.#=zlLs1N_RsVmbO.#=zQVammS0sUlpF(Int32 #=z4WXYZPM=, Boolean #=zQ6WLjxHEYY$J, Boolean #=zkkdI0kCMK_Vl)
   à #=zg464_YFN5zfP3MvKpUpLOMw=.#=zlLs1N_RsVmbO.#=zEs6hUTzsTDZ1TbxQzA==(Int32 #=z4WXYZPM=, Keys #=zP60WF50=)
   à #=zg464_YFN5zfP3MvKpUpLOMw=.#=zlLs1N_RsVmbO.OnMouseDown(MouseEventArgs #=zAfU1xXk=)
   à System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à #=zzfhvgYrqvo6LjDGGYMMv9V0=.WndProc(Message& #=zUwLpNow=)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

3
Allow me to add one more:
Yep! Table updated, to include parent and grandparent folders.

4
Starting from the two proposals above, this is a summary of the fields you could display.
Let's suppose the current track is C:\MusicCollection\Artist1\Album1\01 - FooBar.mp3.

Standard Tags
Tag
Content
Example
PathPath to the audio file (without the filename)C:\MusicCollection\Artist1\Album1\
URLPath + filename + extensionC:\MusicCollection\Artist1\Album1\01 - FooBar.mp3
FilenameFilename + extension01 - FooBar.mp3
Virtual Tags
Formula
Content
Example
$Split(<Filename>,".",1)Filename, without extension01 - FooBar
$CutLeft(<Path>,19)Path, without the first 19 charactersArtist1\Album1\
$RSplit(<Path>,\,3)Grandparent folderArtist1
$RSplit(<Path>,\,2)Parent folderAlbum1

5
Questions / Re: Album tracks are scattered
« on: April 06, 2024, 04:16:58 PM »
As it seems by the first screenshot, the tracks are sorted by Artist:
bermei.inazawa, BEXTER, BEXTER x Mycin.T, CROOVE, Cuve, DINY, GOTH, HAYAKO, JC, LeeZu, Makou, Mycin.T

@wman3:
Click on the main panel's header (= 'Album and Tracks'),
and under 'Sort By', select any criterion ending with Album.
(Your current sorting criterion can be Artist instead, or anything ending with Album/Artist.)

6
Questions / Re: replace the semicolon in a virtual tag
« on: April 02, 2024, 12:33:08 PM »
@hiccup
Thanks for the improvement!

I mentioned the space vanishing before a middot here,
but that middot is hardcoded in MusicBee (when displaying several tags in Album View -> Configuration -> header), thus not a part of the virtual tag formula.

7
Questions / Re: replace the semicolon in a virtual tag
« on: April 02, 2024, 11:51:11 AM »
In your attempt, you left the < > around $Replace(<Genres>,;," •"), which are normally used to enclose tag names.
Just in case: if you want to display < or >, enclose it in double quotes: "<".

8
Questions / Re: replace the semicolon in a virtual tag
« on: April 02, 2024, 11:17:44 AM »
This should do the trick:
Code
{font: Segoe UI Symbol;Regular;10}{contrast: 100}{color: 0,118,59}<Year>{color: default} • {color: 176,0,0}$Replace(<Grouping>,;," •"){color: default} • {color: 0,0,220}$Replace(<Genres>,;," •")

9
When in the profile info the preferred language is set to anything else than English,
the icon doesn't show in the forum post lists.

10
Questions / Re: changing the color of lyrics in the right panel ?
« on: April 01, 2024, 09:19:57 AM »
Thanks for the feedback!

An external lyrics file
- must be in the same folder as the matching audio file
- must have exactly the same base name (only the extension differs).

11
Questions / Re: Small Caps Tags
« on: March 30, 2024, 03:19:01 PM »
Then, what you need is a custom font with a 'small caps' feature.
A few (free) ones that I know:
  • Alegreya SC
  • Alegreya Sans SC
  • Vollkorn SC
  • Ysabeau SC
They all include the three European scripts (Latin, Cyrillic and Greek).

But be aware that custom fonts used in virtual tags are taken into account in the main panel,
not in the thumbnail browser or the column browser.

12
Questions / Re: changing the color of lyrics in the right panel ?
« on: March 30, 2024, 03:06:36 PM »
Synchronised lyrics include timestamps, one before each line.
If you only add "[00:00.00]" at the very beginning of the lyrics, they will be considered as synchronised lyrics, thus displayed with the custom colour.

External lyrics files have the .txt extension, whereas synchronised lyrics files are stored with extension .lrc.
But the extension is not sufficient: an .lrc file without any timestamp inside won't trigger the use of the custom colour.

If you want to convert all your .txt files, it will require some programming work to produce a batch script that:
- scans you music folder tree(s) for .txt files;
- inserts "[00:00.00]" before the 1st line;
- renames the file to .lrc.

I don't know about lyrics stored within the audio files, since I always use external lyrics files.

Or try posting in the wishlist tab if you can't live without a custom colour for the non-synchronised lyrics.

13
Questions / Re: space before dash
« on: March 30, 2024, 02:34:54 PM »
I guess that there's a bug causing MusicBee to remove the space before the centred dot when using "color" clauses,
since the album sub-header fields are displayed correctly (with space, dot, space) without "color" clauses.

Until correction of the bug, there are 2 options:

(1) Use one integrated virtual formula:
Code
{font: Segoe UI Symbol;Regular;10}{contrast: 100}{color: 0,118,59}<Year>{color: default}" • "{color: 176,0,0}<Grouping>{color: default}" • "{color: 0,0,220}<Genre>

(2) Go on using the 3 virtual formulas, but append the following at the end of each:
Code
" "{color: default}
In this case, the dot is not exactly centred, though.

14
Questions / Re: changing the color of lyrics in the right panel ?
« on: March 30, 2024, 01:59:56 PM »
is it possible to change the color of the lyrics in the right
No. There's no setting for that in the interface.
There isn't a specific ID for that in the skin XML either: lyrics are displayed according to <element id="ElementPanel.Default" ... />.

besides, i don't understand the option for lyrics in Layout (1)  
"use custom colour for highlighted text" ?
It's used with synchronised lyrics, to highlight the current line.

15
Questions / Re: space before dash
« on: March 30, 2024, 01:46:47 PM »
Can you post your current virtual tag formula?

Pages: 12 3 ... 23