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

Pages: 1 2
16
MusicBee Wishlist / Re: Playlist Specific Sorting
« on: October 07, 2017, 08:57:10 AM »
I don't know if this would fix this situation, but here's what I did to make the playlist export to a USB stick in the order I wanted.

I first brought up the playlist, then made it sort on screen the way I wanted (I clicked the Track heading to sort by track name for my Roland electronic drum kit which has limited screen space - see another post of mine about track naming), then right clicked on the playlist name and selected "List" -> "Update Play Order". The numbering for the list changed so the first track alphabetically was 1, and the next time I synced the USB it sorted by track. This should make any sort order become the new order for that list.

17
Questions / Re: Playlist order in syncing
« on: July 28, 2017, 03:47:28 AM »
Have a look at these pages. I think you will find them really helpful...

http://musicbee.wikia.com/wiki/Useful_Virtual_Tag_Formulas

http://musicbee.wikia.com/wiki/How_to_Create_a_File-Naming_Template


These might be useful too, but the above links have several examples, so start there.

http://musicbee.wikia.com/wiki/Functions

http://musicbee.wikia.com/wiki/Sorting_%26_Grouping

18
Questions / Re: Shortening file name in playlist
« on: July 27, 2017, 08:20:27 AM »
Thanks! That was the problem. I was running 3.0.x

I appreciate your wisdom and patience!

19
Questions / Re: Shortening file name in playlist
« on: July 27, 2017, 07:56:54 AM »
Thanks, that seems to be having trouble too...

I tried to validate just the
Code
$RxReplace(<Title>,"[^a-zA-Z 0-9]",)
and it seems to have trouble with that. I am wondering if the
elements of that should be separated by , or | or similar, but am not having any luck with alternatives.

20
Questions / Re: Shortening file name in playlist
« on: July 27, 2017, 07:44:48 AM »
Hi,

Thanks! That makes sense, but I'm having trouble implementing it.

I've tried replacing "<Title>" with the exact supplied text, and also with the text surrounded by ( and ) brackets, then < and >. Unfortunately none of these pass validation.


Supplied text
Code
$If($IsMatch($RxReplace(<Title>,”[^a-zA-Z 0-9]”,)),"^.{15,}$")="T",$Left($RxReplace(<Title>,”[^a-zA-Z 0-9]”,)),7)-$Right($RxReplace(<Title>,”[^a-zA-Z 0-9]”,)),6),$RxReplace(<Title>,”[^a-zA-Z 0-9]”,)))


(Supplied Text)
Code
$If($IsMatch(($RxReplace(<Title>,”[^a-zA-Z 0-9]”,))),"^.{15,}$")="T",$Left(($RxReplace(<Title>,”[^a-zA-Z 0-9]”,))),7)-$Right(($RxReplace(<Title>,”[^a-zA-Z 0-9]”,))),6),($RxReplace(<Title>,”[^a-zA-Z 0-9]”,))))

<Supplied Text>
Code
$If($IsMatch(<$RxReplace(<Title>,”[^a-zA-Z 0-9]”,))>,"^.{15,}$")="T",$Left(<$RxReplace(<Title>,”[^a-zA-Z 0-9]”,))>,7)-$Right(<$RxReplace(<Title>,”[^a-zA-Z 0-9]”,))>,6),<$RxReplace(<Title>,”[^a-zA-Z 0-9]”,))>)

Again, thanks for your help!

21
Questions / Shortening file name in playlist
« on: July 27, 2017, 06:38:54 AM »
Hi,

My Roland drum kit will only play MP3 or WAV files that have a 14.3 file name format or shorter.

When syncing to a USB stick, I have figured out how to shorten the file name to the 14.3 character format using this formula;
Code
$If($IsMatch(<Title>,"^.{15,}$")="T",$Left(<Title>,7)-$Right(<Title>,6),<Title>)

This currently shortens songs like "Like, Wow - Wipeout (Live).mp3" to "Like, W-(Live).mp3"

I am using some characters from the left and some from the right to avoid duplicates when I have both a studio and a live version.

However, I would like to also filter out special characters like brackets and inverted commas so I get more of the filename - e.g "Like, Wow - Wipeout (Live).mp3" to "Like Wo-t Live.mp3"

Any ideas?

I used the following pages to get me this far...
http://musicbee.wikia.com/wiki/How_to_Create_a_File-Naming_Template
http://musicbee.wikia.com/wiki/Useful_Virtual_Tag_Formulas

Any help appreciated!

Cheers, Rygle  8)

22
General Discussions / Re: Official MB appreciation thread
« on: October 19, 2012, 07:56:17 AM »
Hi,

After being frustrated with various other music players for the longest time, I am very very happy  ;D with MusicBee 2.0 (betas and now final release).

Thanks for all the work you've put in and the wonderful product you've made.

Cheers,

Rygle 


Pages: 1 2