Is there any verbiage on the Generate Playlists action. I can't get it to work & i'm fairly certain I must be doing something wrong.
What steps exactly do you use?
From the Playlist documentation:
What do you mean with "Generate Playlists action"?
There is a beta version 3.23c that has a new action "Generate Playlists" this is seperate from creating playlists from the menu at the top. There has yet to be "documentation" on how to use it properly so I had to ask. As of yet I have not been bright enough to figure it out on my own
I'm not sure what you've tried and what doesn't work, so I'll give a generic explanation.
The current development version now opens the Playlist Generator via Ctrl+Shift+P or File → Generate Playlists... — a dialog in which you can specify the pattern for the playlist file name and a format string for partitioning the files. The latter is used to create the individual groups of files for a playlist.
The preview in this dialog shows you which playlists Mp3tag would create as soon as you confirm with OK.
A standard use case of one playlist file per subdirectory uses %_folderpath% for partitioning. One file per album would be possible via %album% and by disc number via %discnumber%. Of course, combined format strings such as %artist%-%album%-%discnumber% are also possible, whereby the sorting takes place in the file list of the main window.
The action Generate Playlists you're referring to works the same (except for the preview) and is, like other actions that take a set of files instead of a single file, performed at the end of an action group regardless of their position in the actions list.
Ok. So I have custom fields
Playlist 1 - Playlist 6 These fields are concatenated into one field "Playlist" which ends up being "%Playlist 1% %Playlist 2% %Playlist 3%...and so on"
This is how I more easily use the filter bar to search for songs on a specific playlist
I had Originally assumed to partition files via my current "Playlist" Filed wouldn't work because it contains multiple names of playlists so its always a super longs string
So I created a new field "Test Playlist", a checkbox
Song A had this box checked & Song B had none checked
I tried to partition files based on %Test Playlist%
But the genreated playlist included both song A & B
Ahhhhh I've figured it out. The preview really helped as it sort of shows what MP3tag is thinking. My format string had to be changed
I cannot get this to work.
Given that I select 3 folders and want to generate a playlist in every single folder, how should the string look like?

Try as format string for playlist filenames:
%_folderpath%\%album%.m3u8
So easy... thanks for the fast reply again.


