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
Skins / Re: silvestreccf's skins
« on: April 25, 2024, 09:03:52 AM »
Skins by silvestreccf:
  • The download links used in the respective skin pages are now valid and up-to-date (thanks, Steven).
  • Aura Light: new version 6.0
  • Aura Dark: new version 2.0
  • Subfolder 'Older versions' added.

2
Skins / Re: Aura Light Skin
« on: April 24, 2024, 10:39:44 AM »
Thanks, Steven.
The concerned skins are the four displayed with this link:

* Aura Dark
* Aura Light
* AURORA MusicBee Skin on Musicbee 3.0
* PURENIGHT Blue - Musicbee Skin

One common new link for all of them (GoogleDrive folder):
https://drive.google.com/drive/folders/1uR4DcUT3E5XB1vSl0KIhcbprwhTE3iNi

3
i'm doubtful that google translate can do this  ;D
Google translate can transliterate, in fact:
if one sets 'Russian' as input language but types a word in the Latin alphabet, the system will propose at least one possible transliteration.

4
how do you absolutely correctly transliterated my nick to russian? i'm doubtful that google translate can do this  ;D
Well, I learnt a little bit of Slavonic in the past, but didn't have the occasion to take the class for a long time, unfortunately.

Courage and confidence for your health problems (and all other concerns...)

5
Skins / Re: Aura Light Skin
« on: April 22, 2024, 03:16:43 PM »
My personal opinion:

I think it is a weaselly action when a forum member removes what he has created and shared before.

did you know that nobody promised that, say, linux will be open source forever? it theoretically could easily become closed source. but there is one nuance: all linux version, which have been already published as open source, will be open source forever.

Just to clear the situation: Silvestre said to me that he had lost his former DropBox account (the account used in these publications) and asked me if I could republish his skins on the forum.
See https://getmusicbee.com/forum/index.php?topic=40896.0

6
here is my solution:

It works like a charm, thanks борода!

7
Great, thanks for your fast response, Steven!

8
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)

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

10
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

11
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.)

12
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.

13
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: "<".

14
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>,;," •")

15
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.

Pages: 12 3 ... 23