Please take a minute to check our Frequently Asked Questions. Use Search to reveal possible related topics.
Also make sure you've read the Forum Guidelines before posting in this forum.
![]() ![]() |
Apr 18 2012, 01:42
Post
#1
|
|
|
Member Group: Full Members Posts: 118 Joined: 6-February 09 From: india Member No.: 8481 Mp3tag Version: v2.54 |
suppose there are some two hundred files in a folder. i open them in mp3tag. some of the titles have more than 25 characters. i want to sort them. is it possible to find out those titles which have more than 25 characters?
|
|
|
|
Apr 18 2012, 06:45
Post
#2
|
|
![]() Member Group: Full Members Posts: 3140 Joined: 9-December 09 From: Norddeutschland / Northern Germany Member No.: 11458 Mp3tag Version: 2.55a |
suppose there are some two hundred files in a folder. i open them in mp3tag. some of the titles have more than 25 characters. i want to sort them. is it possible to find out those titles which have more than 25 characters? You could create a column with the value $len(%title%) and sort by it. Or apply a filter "$ifgreater($len(%title%),25,yes,no)" IS yes -------------------- 42 - wie war die Frage / what was the question / comment était la question
|
|
|
|
Apr 18 2012, 07:00
Post
#3
|
|
![]() Member Group: Full Members Posts: 4129 Joined: 26-May 06 From: Wuppertal, Germany, Planet Earth Member No.: 3194 Mp3tag Version: 2.54 |
suppose there are some two hundred files in a folder. i open them in mp3tag. some of the titles have more than 25 characters. i want to sort them. is it possible to find out those titles which have more than 25 characters? As always in Mp3tag there are some possibilities to reach this goal. For example ... use the Mp3tag Filter. How to use the Mp3tag Filter dialog [F3] see the help manual section "Filter" ... http://help.mp3tag.de/main_filter.html There is an example ... "$len(%BPM%)" GREATER 4 Adapt it to your needs ... "$len(%_FILENAME%)" GREATER 25 "$len(%TITLE%)" GREATER 25 DD.20120418.0756.CEST This post has been edited by DetlevD: Apr 18 2012, 07:01 -------------------- * Beyond that, don't ask, when you don't know what to do with the answer. *
♥ home is where the heart is ♥ |
|
|
|
Apr 23 2012, 00:05
Post
#4
|
|
|
Member Group: Full Members Posts: 118 Joined: 6-February 09 From: india Member No.: 8481 Mp3tag Version: v2.54 |
thanks for the suggestions. have a nice day.
|
|
|
|
Apr 23 2012, 13:05
Post
#5
|
|
|
Member Group: Full Members Posts: 118 Joined: 6-February 09 From: india Member No.: 8481 Mp3tag Version: v2.54 |
You could create a column with the value $len(%title%) and sort by it. Or apply a filter "$ifgreater($len(%title%),25,yes,no)" IS yes i created a column. in the customize col, i put the following. value>$len field> %title% sort by>title Numeric > selected i didn't get the result. i wanted to get a number such as 25,24,26 etc on the new field. guide me plz |
|
|
|
Apr 23 2012, 14:44
Post
#6
|
|
![]() Member Group: Full Members Posts: 4129 Joined: 26-May 06 From: Wuppertal, Germany, Planet Earth Member No.: 3194 Mp3tag Version: 2.54 |
i created a column. in the customize col, i put the following. value>$len field> %title% sort by>title Numeric > selected i didn't get the result. i wanted to get a number such as 25,24,26 etc on the new field. guide me plz Leave field "Sort by" empty, fill the field "Value", as ohrenkino told you. If you want to learn how column customizing will work in general, then look through the already made column definitions. Again ... please read the manual: http://help.mp3tag.de/main_viewcolumns.html ... or simply press [F1] if you got the feeling to ask somebody. Mp3tag offers context sensitive help in most cases, especially in dialogs where a help button is available. DD.20120423.1547.CEST This post has been edited by DetlevD: Apr 23 2012, 14:52 -------------------- * Beyond that, don't ask, when you don't know what to do with the answer. *
♥ home is where the heart is ♥ |
|
|
|
Apr 24 2012, 01:18
Post
#7
|
|
|
Member Group: Full Members Posts: 118 Joined: 6-February 09 From: india Member No.: 8481 Mp3tag Version: v2.54 |
Leave field "Sort by" empty, fill the field "Value", as ohrenkino told you. If you want to learn how column customizing will work in general, then look through the already made column definitions. Again ... please read the manual: http://help.mp3tag.de/main_viewcolumns.html ... or simply press [F1] if you got the feeling to ask somebody. Mp3tag offers context sensitive help in most cases, especially in dialogs where a help button is available. DD.20120423.1547.CEST thanks for the direction. now it works. have a nice day. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 07:25 |