Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Title Formatting - NG Playlist Help (Read 1509 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Title Formatting - NG Playlist Help

Hi,

Adding %bitrate% to the group title when there's an album in VBR will result in a different group for each track in the album, showing its respective average bitrate in the title. Unless there's a script I can add that will do this, I figured I could do something else. I'm not exactly knowledgeable when it comes to title formatting, but I looked it up and tried to conditionally format the title so that if the %codec_profile% is VBR, then %codec_profile% is shown, but if it isn't %bitrate% is shown. However I haven't been able to get this to work. Anyone know how I could do this?

Also while on the subject of the NG playlist, I haven't been able to sort by date while keeping the groups in place. Any help would be appreciated, thanks.

 

Title Formatting - NG Playlist Help

Reply #1
... tried to conditionally format the title so that if the %codec_profile% is VBR, then %codec_profile% is shown, but if it isn't %bitrate% is shown. However I haven't been able to get this to work. Anyone know how I could do this?

Code: [Select]
$if($strstr(%codec_profile%,VBR),%codec_profile%,%bitrate%)

Also while on the subject of the NG playlist, I haven't been able to sort by date while keeping the groups in place. Any help would be appreciated, thanks.

What are your groups and are you trying to sort within those groups or what?