getmusicbee.com

Support => Questions => Topic started by: Arathon on April 18, 2014, 10:39:04 AM

Title: Create a playlist with all Track having a VBR
Post by: Arathon on April 18, 2014, 10:39:04 AM
As per title how can i create a playlist with all Track having a VBR? In the bitrate field i can't specify VBR or CBR.
Title: Re: Create a playlist with all Track having a VBR
Post by: psychoadept on April 18, 2014, 01:04:53 PM
Until there's another solution, you could try "bitrate is not any of..." 128, 192, 256, etc.  Definitely a kludge, but it should work for the vast majority.
Title: Re: Create a playlist with all Track having a VBR
Post by: Zak on April 19, 2014, 02:57:46 AM
Create a virtual tag which just contains <bitrate>.

This will let you match on the bitrate as a string, so you can create an auto-playlist (or filter) with the rule:

<bitratestring> contains "VBR"

You'll need to tweak it if you have "Show Encoding Quality in place of Bitrate" enabled, but I think including any bitrate that includes a "V" would work.
Title: Re: Create a playlist with all Track having a VBR
Post by: psychoadept on April 19, 2014, 06:17:57 AM
Huh, I thought you couldn't use Bitrate in Virtual Tags, but I see now that you can.  Great!
Title: Re: Create a playlist with all Track having a VBR
Post by: Arathon on April 19, 2014, 01:24:35 PM
Perfect i'll try it (now i'm away from my pc  :( ) Thank for the sharing btw.