Author Topic: Create a playlist with all Track having a VBR  (Read 2739 times)

Arathon

  • Guest
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.

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
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.
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

Zak

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 2450
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.
Bee excellent to each other...

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
Huh, I thought you couldn't use Bitrate in Virtual Tags, but I see now that you can.  Great!
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

Arathon

  • Guest
Perfect i'll try it (now i'm away from my pc  :( ) Thank for the sharing btw.