linux - sc_trans metadataPattern -


metadataaptern

Metadata is not present if the pattern used to remove metadata by a file name

%

For Unix /% N. and the default for \% N

%. N = song name
% g = style
% a = album
% art = artist
% = year of four digits% =% sequence of points %% = % Character
[] = bracket optional element (no nesting)
* = string = other letter matching exactly

Pattern matching is done right from left.

Example:

Pattern = /% R /% Y% A / Audio / [% # _]% N
path = / home / nradisch / songs / absence of masks and wigs / 1969 things past / audio / 03_The Royal Blues.mpee 0 Result:
The Armo of Past Things - Artist Masks and Wig
Songs Royal Blues
Years of 1969

My question is how can I dispose it / var / radio /% folderNAME% / *. * , it will have to ignore all other folders which can be inside % folderNAME% .

If you know sc_trans and there are other solutions to make it, then it will not display the title of the song and will display a custom name that will also be nice.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -