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

Pages: 1 23 4
16
MusicBee Wishlist / Re: Asymmetric wavebars
« on: October 12, 2018, 09:17:21 PM »
Here's a screenshot:

I realize now that you probably meant the built-in progress bar on the wavebar and not the now playing bar, so sorry about giving you some false hope there.

17
MusicBee Wishlist / Re: Asymmetric wavebars
« on: October 12, 2018, 08:57:53 PM »
Ah so I figured it out. It looks like you can increase the height beyond 100 by right-clicking the wavebar itself, but your'e right that when I tried going through the panels menu, it wouldn't let me.

18
MusicBee Wishlist / Re: Asymmetric wavebars
« on: October 12, 2018, 05:35:52 PM »
Right now I've got them without the progress bar at 100px each. Not sure why it's not working for you :/

19
MusicBee Wishlist / Re: Asymmetric wavebars
« on: October 11, 2018, 08:17:45 PM »
All right! Thanks for all your hard work!

20
MusicBee Wishlist / Re: Asymmetric wavebars
« on: October 11, 2018, 07:42:22 PM »
Thanks so much Steven! This is a big improvement. Would it also be possible to add a wavebar with the upper half showing the right channel and the lower half showing the left channel?

21
Questions / Re: Filter by tags
« on: October 09, 2018, 06:00:36 AM »
So is the situation that you can't make the column browser display a list of publishers? If so, right click the top of the column browser and click "Set displayed columns".

22
Hmm I've had this problem, but usually deleting the cue sheets in the folder fixes it for me. Mind showing a screenshot of the folder in question?

23
MusicBee Wishlist / Asymmetric wavebars
« on: September 04, 2018, 08:19:54 PM »
I've noticed with some of my more noticeably stereo tracks that the wavebar is perfectly symmetrical. Would it be possible to add an option to make the wavebar asymmetric, or even to do it by default?

I realize this is a very minor change, but I think it would be a cool functionality to have!

For example, Sonic Visualizer does this:



As you can see, the two channels have different waveforms, and the wavebar at the very bottom places the right channel above the centerline and the left channel below it.

24
Questions / Re: Subtitles/Subgrouping
« on: August 18, 2018, 08:25:27 PM »
Sure. What sort of subtitles are you after? You achieve this effect by using the sub-grouping header. If you go to Arrange Panels -> Main Panel -> Files, and click the [...] button, you should come to a screen that looks like this:


If you click on "Show Settings", which I've circled in the picture, you'll come to a field for Sub-Grouping header. If you set this for all the tracks in the album depending on what grouping you want them to be in, they'll be separated like in the first picture!

The tedious part is defining each sub-grouping, but that's a matter of personal taste. I'm happy to help with that as well if you need it.

25
Questions / Re: Remove the built-in tags from mood and occasion?
« on: July 27, 2018, 08:13:13 AM »
All right, thanks Steven! I had looked in all the .ini settings files, but not in Configuration.xml. Not too much of a problem to change it after updates, since it's pretty quick to do.

26
Questions / Remove the built-in tags from mood and occasion?
« on: July 26, 2018, 04:45:29 PM »
I was wondering is there was any way to remove the tag options that are already included by default for the mood and occation tags. There are several that I simply don't and won't ever use, and it would be less clutter if I could remove them via a settings change or something similar.

Thanks

27
Questions / Re: Apply a virtual tag formula to multi-part tags?
« on: July 22, 2018, 01:33:27 AM »
Noted. Thanks a lot for the help!

28
MusicBee Wishlist / Re: Output To displayed on player panel layout
« on: July 21, 2018, 10:18:43 AM »
Seems like this could be useful. Maybe add it as an optional button in the now playing bar/sidebar player?

29
Questions / Re: Apply a virtual tag formula to multi-part tags?
« on: July 21, 2018, 09:02:32 AM »
Is there a way to make Sort Composer use lastname, firstname without manually inputting it for each composer? I have something like 600 composers in my library, and it'd be more elegant if it were automatic. Though I suppose ASR could do it pretty easily, I'd have to remember to change the sort composer for any new composers I add to my library.

30
Questions / Apply a virtual tag formula to multi-part tags?
« on: July 21, 2018, 08:08:54 AM »
Currently, I use a virtual tag formula to convert composers' names to [lastname, firstname] format for use in the column browser. However, I have a few tracks with multiple composers, and the formula I'm using stumbles on the multiple entries. How would I go about constructing a tag formula that can deal with multiple composers delimited by semicolons?

My current formula:
Code
ComposerLF = $IsNull(<Composer>,,$If($Contains(<Composer>," ")="F",<Composer>,$RSplit(<Composer>," ",1)", "$Replace(<Composer>*,$RSplit(<Composer>," ",1)*,)))

I've tried using ASR functions from Advanced Tagging Tools, but it made all the tracks in my music library disappear every time I tried to implement it.

Pages: 1 23 4