IPB

Welcome Guest ( Log In | Register )

> foobar2000 General Forum Rules

This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.

See also: Hydrogenaudio Terms of Service.

 
Reply to this topicStart new topic
Missing masstagger, Split from topic 62797.
kwanbis
post Apr 26 2008, 23:17
Post #1





Group: Developer (Donating)
Posts: 2332
Joined: 28-June 02
From: Argentina
Member No.: 2425



Love foobar2000.

But since 0.9.5.1, they decided to no longer include MASSTAGER (you can still install as a component).

This is IMHO the worst decision, as the new "tagger" is nowhere as powerfull as the original.

I just hope they keep updating the masstager component.


--------------------
MAREO: http://www.webearce.com.ar
Go to the top of the page
+Quote Post
boombaard
post Apr 26 2008, 23:50
Post #2





Group: Members
Posts: 329
Joined: 7-February 05
From: Local Cluster
Member No.: 19647



QUOTE (kwanbis @ Apr 26 2008, 23:17) *
Love foobar2000.

But since 0.9.5.1, they decided to no longer include MASSTAGGER (you can still install as a component).

This is IMHO the worst decision, as the new "tagger" is nowhere as powerful as the original.

I just hope they keep updating the masstagger component.


i suggest you have a look around on the foobar forum first, as more people have "noticed" this before actually looking around the new/reworked UI and finding out where the different functions are to be found now. (in somewhat more logical places, some might even argue)

anyway, the masstagger component is still available, if deprecated.. so i really don't see your point.

This post has been edited by boombaard: Apr 26 2008, 23:50
Go to the top of the page
+Quote Post
kwanbis
post Apr 27 2008, 08:51
Post #3





Group: Developer (Donating)
Posts: 2332
Joined: 28-June 02
From: Argentina
Member No.: 2425



QUOTE (boombaard @ Apr 26 2008, 22:50) *
I suggest you have a look around on the foobar forum first, as more people have "noticed" this before actually looking around the new/reworked UI and finding out where the different functions are to be found now. (in somewhat more logical places, some might even argue)

I know where the new options are, and i have even tried them. They can not do 50% of what i can do with masstager.

QUOTE (boombaard @ Apr 26 2008, 22:50) *
anyway, the masstagger component is still available, if deprecated.. so i really don't see your point.

My point is that is sad they have decided to deprecate one of the most compelling reasons, at least for me, to use fb2k.

Thankfully at this time, i can install the component by myself, but i wonder when it would no longer be compatible.


--------------------
MAREO: http://www.webearce.com.ar
Go to the top of the page
+Quote Post
Alexxander
post Apr 27 2008, 09:48
Post #4





Group: Members
Posts: 454
Joined: 15-November 04
Member No.: 18143



QUOTE (kwanbis @ Apr 27 2008, 08:51) *
I know where the new options are, and i have even tried them. They can not do 50% of what i can do with masstager.

What functions do you miss?
Go to the top of the page
+Quote Post
Alexander Ostuni
post Apr 27 2008, 10:40
Post #5





Group: Members
Posts: 97
Joined: 23-February 08
Member No.: 51556



QUOTE (Alexxander @ Apr 27 2008, 02:48) *
QUOTE (kwanbis @ Apr 27 2008, 08:51) *
I know where the new options are, and i have even tried them. They can not do 50% of what i can do with masstager.

What functions do you miss?



Presets ..... $caps2(x).......
Go to the top of the page
+Quote Post
kwanbis
post Apr 28 2008, 16:32
Post #6





Group: Developer (Donating)
Posts: 2332
Joined: 28-June 02
From: Argentina
Member No.: 2425



QUOTE (Alexxander @ Apr 27 2008, 08:48) *
What functions do you miss?

I have many scripts i use to normalize my tags, for example:

%artist% = $trim($caps($replace($lower(%artist%),á,a,é,e,í,i,ó,o,ú,u,à,a,è,e,ì,i,ò,o,ù,u,â,a,ê,e,î,i,ô,o,û,u,_, , , )))

remove all values except for: artist;title;album;tracknumber;genre;disc;date;byme

format title using %title% '('%artist%')'

How would you do that with the new options, and be simple accessible over my right button.


--------------------
MAREO: http://www.webearce.com.ar
Go to the top of the page
+Quote Post
shakey_snake
post Apr 28 2008, 16:44
Post #7





Group: FB2K Moderator
Posts: 4321
Joined: 1-November 06
From: Cincinnati
Member No.: 37036



QUOTE
$caps2(x)
%artist% =
$trim($caps($replace($lower(%artist%),á,a,é,e,í,i,ó,o,ú,u,à,a,è,e,ì,i,ò,o,ù,u,â,a,ê,e,î,i,ô,o,û,u,_, , , )))
these still require masstagger.

QUOTE
remove all values except for: artist;title;album;tracknumber;genre;disc;date;byme

Properties Window, Ctrl+A, then Ctrl+click each wanted field, Press Delete

QUOTE
format title using %title% '('%artist%')'

Do you mean format filename using %title% '('%artist%')'?

If so, File Operations ->rename to...

This post has been edited by shakey_snake: Apr 28 2008, 16:45


--------------------
"It must be 'Take A Worm For A Walk' week!"
Go to the top of the page
+Quote Post
kanak
post Apr 28 2008, 16:55
Post #8





Group: Members
Posts: 1190
Joined: 12-January 06
From: Cambridge, MA
Member No.: 27052



QUOTE (shakey_snake @ Apr 28 2008, 11:44) *
QUOTE
format title using %title% '('%artist%')'

Do you mean format filename using %title% '('%artist%')'?
If so, File Operations ->rename to...


There are cases where we might want to format title using title and some other field. Examples would be when adding (feat. ) information or appending things like (live), or (remix) to the end of the title.

However, all this can be done using the properties dialog.

Also, kwanbis, have you tried $ascii(x)? It can do the replacement of all those characters with umlauts and accents automatically.
Go to the top of the page
+Quote Post
shakey_snake
post Apr 28 2008, 17:13
Post #9





Group: FB2K Moderator
Posts: 4321
Joined: 1-November 06
From: Cincinnati
Member No.: 37036



QUOTE (kanak @ Apr 28 2008, 11:55) *
There are cases where we might want to format title using title and some other field. Examples would be when adding (feat. ) information or appending things like (live), or (remix) to the end of the title.

However, all this can be done using the properties dialog.

Also, kwanbis, have you tried $ascii(x)? It can do the replacement of all those characters with umlauts and accents automatically.

Yeah, the "Format from Other Fields..." dialog is pretty handy.

This post has been edited by shakey_snake: Apr 28 2008, 17:14


--------------------
"It must be 'Take A Worm For A Walk' week!"
Go to the top of the page
+Quote Post
kwanbis
post Apr 28 2008, 18:37
Post #10





Group: Developer (Donating)
Posts: 2332
Joined: 28-June 02
From: Argentina
Member No.: 2425



QUOTE (shakey_snake @ Apr 28 2008, 15:44) *
QUOTE
$caps2(x)
%artist% =
$trim($caps($replace($lower(%artist%),á,a,é,e,í,i,ó,o,ú,u,à,a,è,e,ì,i,ò,o,ù,u,â,a,ê,e,î,i,ô,o,û,u,_, , , )))
these still require masstagger.

I can see

QUOTE (shakey_snake @ Apr 28 2008, 15:44) *
QUOTE
remove all values except for: artist;title;album;tracknumber;genre;disc;date;byme

Properties Window, Ctrl+A, then Ctrl+click each wanted field, Press Delete

All that clicking is no near as fast than just running a pre-wrote script.

QUOTE (shakey_snake @ Apr 28 2008, 15:44) *
QUOTE
format title using %title% '('%artist%')'

Do you mean format filename using %title% '('%artist%')'?

No, i want to add the artist name, between () at the end of a song, like "whenever, whenever (shakira)".

QUOTE (kanak @ Apr 28 2008, 15:55) *
There are cases where we might want to format title using title and some other field. Examples would be when adding (feat. ) information or appending things like (live), or (remix) to the end of the title.

exactly

QUOTE (kanak @ Apr 28 2008, 15:55) *
However, all this can be done using the properties dialog.

Properties dialog is SLOW.

To be honest, the NUMBER 1, thing that drove me to fb2k, was the speed and usability of the masstager.

If it not for it, i would probably still be using winamp + the godfather.

QUOTE (kanak @ Apr 28 2008, 15:55) *
Also, kwanbis, have you tried $ascii(x)? It can do the replacement of all those characters with umlauts and accents automatically.

No, i would check it.

You mean i can replace $replace($lower(%artist%),á,a,é,e,í,i,ó,o,ú,u,à,a,è,e,ì,i,ò,o,ù,u,â,a,ê,e,î,i,ô,o,û,u,_, , , ))" with $ascii($lower(%artist%)) right?


QUOTE (shakey_snake @ Apr 28 2008, 16:13) *
Yeah, the "Format from Other Fields..." dialog is pretty handy.

Again, handy, but slow. I have to click much more times.


--------------------
MAREO: http://www.webearce.com.ar
Go to the top of the page
+Quote Post
shakey_snake
post Apr 28 2008, 19:36
Post #11





Group: FB2K Moderator
Posts: 4321
Joined: 1-November 06
From: Cincinnati
Member No.: 37036



QUOTE (kwanbis @ Apr 28 2008, 13:37) *
You mean i can replace $replace($lower(%artist%),á,a,é,e,í,i,ó,o,ú,u,à,a,è,e,ì,i,ò,o,ù,u,â,a,ê,e,î,i,ô,o,û,u,_, , , ))" with $ascii($lower(%artist%)) right?



QUOTE (kwanbis @ Apr 28 2008, 13:37) *
QUOTE (shakey_snake @ Apr 28 2008, 15:44) *
QUOTE
$caps2(x)
%artist% =
$trim($caps($replace($lower(%artist%),á,a,é,e,í,i,ó,o,ú,u,à,a,è,e,ì,i,ò,o,ù,u,â,a,ê,e,î,i,ô,o,û,u,_, , , )))
these still require masstagger.
I can see
Ignore that, I was wrong here. "Format from Other Fields..." would do it.

QUOTE (kwanbis @ Apr 28 2008, 13:37) *
No, i want to add the artist name, between () at the end of a song, like "whenever, whenever (shakira)".
Seems kinda silly that you'd want to do that to your tags, honestly. But yeah, if you had to, "Format from Other Fields..." would do it.

QUOTE (kwanbis @ Apr 28 2008, 13:37) *
All that clicking is no near as fast than just running a pre-wrote script.
Probably not for you, but for 95% of people it's faster (see below) and a heck of a lot easier.

QUOTE (kwanbis @ Apr 28 2008, 13:37) *
Properties dialog is SLOW.
Yeah, now that you have your scripts already created, it takes fewer clicks, making it "faster". But for someone new wanting to do something they have to:
  • Digest the title formatting language (which may or may not be a small task, heck even you didn't know about $ascii() wink.gif )
  • create the script
  • run it
  • edit the script if it did something wrong
  • run it...
QUOTE (kwanbis @ Apr 28 2008, 13:37) *
To be honest, the NUMBER 1, thing that drove me to fb2k, was the speed and usability of the masstager.

If it not for it, i would probably still be using winamp + the godfather

QUOTE (shakey_snake @ Apr 28 2008, 16:13) *

Yeah, the "Format from Other Fields..." dialog is pretty handy.

Again, handy, but slow. I have to click much more times.
Yes, I've gathered that you like the exact implementation of Masstagger. But for most people, the properties window/foo_fileops is easier to use. It's less automated, but it also is much less overhead. And when title formatting IS required, it's nice enough to show previews, so that files don't get mangled by poorly written scripts. I doubt Peter will do anything that breaks mass tagger any time soon, given it's popularity among power-users. However, he has created something much more usable for most people in every situation. And it's not unrealistic to expect power-users to DL something separate is it?
foo_fileops / properties window is as "powerful" as masstagger, in the sense that it can do 99.99% of everything mass tagger does, so your original point:
QUOTE (kwanbis @ Apr 26 2008, 18:17) *
This is IMHO the worst decision, as the new "tagger" is nowhere as powerful as the original.
...isn't quite accurate. You just haven't taken the time to investigate it's possibilities.

This post has been edited by shakey_snake: Apr 28 2008, 19:55


--------------------
"It must be 'Take A Worm For A Walk' week!"
Go to the top of the page
+Quote Post
sPeziFisH
post Apr 28 2008, 20:09
Post #12





Group: Members
Posts: 379
Joined: 9-October 02
Member No.: 3506



Außen topic, innen Geschmack: Property-Dialog: Tagging-functionalities, access by context-menu, keyboard-shortcut, scripts

emot-science.gif
Go to the top of the page
+Quote Post
buktore
post Apr 28 2008, 20:10
Post #13





Group: Members
Posts: 506
Joined: 24-November 06
Member No.: 38011



I really wish that the DEV will just merge the thing in to one, so everyone will be happy.

Both of them (masstagger,properties page) have there strong point. Arguing about it is kinda pointless IMHO since masstagger still work so what's the problem? Once masstagger "break" sometime in the future (if that happen) and no another tool with same capable were given then go ahead, I will join too.
Go to the top of the page
+Quote Post
Peter
post Apr 28 2008, 20:20
Post #14





Group: Admin
Posts: 3229
Joined: 30-September 01
Member No.: 84



What's wrong with some of you people?
Masstagger still works, as for now there are no plans to introduce changes that would render it useless. I'm just not interested in adding new features or fixing bugs in it, hence it's not maintained anymore.

PS. Very few people prefer the Masstagger way of doing things over what you get with the Properties dialog. I don't want new users to try it before they've tried the Properties dialog, it's pointlessly complicated and requires way too much clicking for simple tag editing tasks.


--------------------
This job would be great if it wasn't for the users.
Go to the top of the page
+Quote Post
kwanbis
post Apr 28 2008, 21:36
Post #15





Group: Developer (Donating)
Posts: 2332
Joined: 28-June 02
From: Argentina
Member No.: 2425



QUOTE (shakey_snake @ Apr 28 2008, 18:36) *
QUOTE (kwanbis @ Apr 28 2008, 13:37) *
No, i want to add the artist name, between () at the end of a song, like "whenever, whenever (shakira)".
Seems kinda silly that you'd want to do that to your tags, honestly. But yeah, if you had to, "Format from Other Fields..." would do it.

I do this because i name VA cds like this. For example, lets asume i have this VA CD:

SONG_ARTIST_1 VA_ALBUM Track1_TITLE
SONG_ARTIST_2 VA_ALBUM Track2_TITLE
SONG_ARTIST_3 VA_ALBUM Track3_TITLE

I like to name them like this:

VA_ALBUM DATE_OF_ALBUM_AS_ALBUM_NAME Track1_TITLE (SONG_ARTIST_1)
VA_ALBUM DATE_OF_ALBUM_AS_ALBUM_NAME Track2_TITLE (SONG_ARTIST_2)
etc.

QUOTE (shakey_snake @ Apr 28 2008, 18:36) *
Probably not for you, but for 95% of people it's faster (see below) and a heck of a lot easier.

I can agree with EASIER, but not with faster, once you have the scripts prepared. Not even close.

QUOTE (shakey_snake @ Apr 28 2008, 18:36) *
Yeah, now that you have your scripts already created, it takes fewer clicks, making it "faster". But for someone new wanting to do something they have to:
  • Digest the title formatting language (which may or may not be a small task, heck even you didn't know about $ascii() wink.gif )
  • create the script
  • run it
  • edit the script if it did something wrong
  • run it...

And i applaud Peter's decision to make it easier. But i wish both are maintained, because as of now, masstager IS compatible, but one day it may not be.

QUOTE (shakey_snake @ Apr 28 2008, 18:36) *
Yes, I've gathered that you like the exact implementation of Masstagger. But for most people, the properties window/foo_fileops is easier to use. It's less automated, but it also is much less overhead. And when title formatting IS required, it's nice enough to show previews, so that files don't get mangled by poorly written scripts. I doubt Peter will do anything that breaks mass tagger any time soon, given it's popularity among power-users. However, he has created something much more usable for most people in every situation. And it's not unrealistic to expect power-users to DL something separate is it?

Again, i'm not against simplifying for the newbies. Me myself have changed MAREO many times, so it gets easier for the people.

I just wanted to raise my hand and say, "hey, i love masstager, please, don't deprecate it".

QUOTE (Peter @ Apr 28 2008, 19:20) *
Masstagger still works, as for now there are no plans to introduce changes that would render it useless.

I'm glad to hear that.

QUOTE (Peter @ Apr 28 2008, 19:20) *
I'm just not interested in adding new features or fixing bugs in it, hence it's not maintained anymore.

I assume you are also a power user, may i ask if you also prefer the new way than the masstager then?

QUOTE (Peter @ Apr 28 2008, 19:20) *
Very few people prefer the Masstagger way of doing things over what you get with the Properties dialog.

Haven't done any poll, but i can assume you are right.

QUOTE (Peter @ Apr 28 2008, 19:20) *
I don't want new users to try it before they've tried the Properties dialog, it's pointlessly complicated and requires way too much clicking for simple tag editing tasks.

Hehe, but you make me try it and learn its language wink.gif


--------------------
MAREO: http://www.webearce.com.ar
Go to the top of the page
+Quote Post
Canar
post Apr 28 2008, 22:21
Post #16





Group: Super Moderator
Posts: 3268
Joined: 26-July 02
From: princegeorge.ca
Member No.: 2796



Masstagger is faster for automation, yes. For general-purpose tag editing, however, the Properties dialog is lightning-quick. The Masstagger can't really compare there.

They each have their niche. Masstagger still continues to work, so no need for panic. If Masstagger gets dropped for some inexplicable reason, I'll be among the first to start whining. But it's still available and still as awesome as ever.


--------------------
(atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
Go to the top of the page
+Quote Post
kwanbis
post Apr 29 2008, 01:16
Post #17





Group: Developer (Donating)
Posts: 2332
Joined: 28-June 02
From: Argentina
Member No.: 2425



QUOTE (Canar @ Apr 28 2008, 21:21) *
They each have their niche. Masstagger still continues to work, so no need for panic.

I agree with you on that ...

QUOTE (Canar @ Apr 28 2008, 21:21) *
If Masstagger gets dropped for some inexplicable reason, I'll be among the first to start whining. But it's still available and still as awesome as ever.

I just wanted to raise my concern, cause if nobody does, then Peter would assume we are all happy without masstager, and could wrongly assume that if he drops it, nobody would miss it.

Just that.

So yes, i'm VERY HAPPY it still works. wink.gif


--------------------
MAREO: http://www.webearce.com.ar
Go to the top of the page
+Quote Post
pepoluan
post May 6 2008, 08:24
Post #18





Group: Members
Posts: 1455
Joined: 22-November 05
From: Jakarta
Member No.: 25929



Call me stupid but . . .

... where can I find the MassTagger now?


--------------------
Nobody is Perfect.
I am Nobody.

http://pandu.poluan.info
Go to the top of the page
+Quote Post
thuan
post May 6 2008, 09:07
Post #19





Group: Members
Posts: 964
Joined: 10-June 06
Member No.: 31716



Erh, long time no see you're here. It's on foobar optional component official page.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 19th June 2013 - 10:38