Active Topics

 



Notices


Reply
Thread Tools
Posts: 12 | Thanked: 3 times | Joined on Jul 2009
#11
FWIW, I use id3tag ( from id3lib ) with a wrapper ruby program, which uses the directory structure the mp3 file is in to make tag entries.



#!/usr/bin/ruby

Dir.glob("*.mp3") {|file|
pth = Dir.pwd
pthcmp = pth.split(pattern='/')

album = "\"" + pthcmp[pthcmp.length-1] + "\""
artist = "\"" + pthcmp[pthcmp.length-2] + "\""
title = "\"" + file.slice(2,file.length-7) + "\""
track = file.slice(0,2)

s = "id3tag -a " + artist + " -s " + title + " -A " + album + " -t " + track + " " + "\"" + file + "\""
printf("%s\n",s)
system(s)
}
 

The Following User Says Thank You to para For This Useful Post:
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#12
I settled with Mp3 Tag Tools v1.2, dl here

Pro: it works on 8000+ tags and it is by donation,
Con: have not found any yet

To organize my mp3, I was using mp3stock here, click the picture to dl. It is the fastest I have ever seen upto 4999 songs, eye blinking fast. It is NOT very user friendly so one has to play with it for a few minutes to get it. Other than that, I recommend it wholeheartedly, and also it is by donation too.

By donation does not equal to FREE; by donation means the author wants some encourage from user that his stuff is good, usually at least a postcard or 1$ would make the author feel good

When you have 5001 songs, I switched to Advanced MP3 Catalog 3.36, here, it costs $19.99.

Pros: Simple, no learning at all, it is like excel, just install and use, and FAST. It also edit/delete songs from harddrive when you make changes on the database.
Cons: Not really one, but the purchase step is a little bit crumpsy.

I have tried JRiver's mediaJukebox8.0 and MediaCenter 12. They are both fine and loaded with features. That is exactly the problems for me it is way too many features and becomes slow and difficult to use. I think it is by far the most complete media catalog, but one has to learn to use it. Yuk.

Mind to share with the community what engine do you use to handle your mp3s? Again, I pay more attentions to Simple and Fast and excel like interface. Donations or paid are fine.

And yes, these are all windows, not maemos.

TIA,

bun

Last edited by bunanson; 2009-12-06 at 17:20.
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#13
Media Monkey is the best product out there and its free. Only one that I have found that tags the album art correctly. Windows only though
 

The Following User Says Thank You to mikec For This Useful Post:
Posts: 1,179 | Thanked: 770 times | Joined on Nov 2009
#14
Does anyone know why my N900 shows the wrong tags? Seems to show album artist rather than song artist. So on all my complilation albums I just get Various Artists rather than the actual song artist. Finding it super annoying not being able to check who sang the song I am listening to.
 
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#15
@mikec: Media Monkey is FANTASTIC. I dl/install/start using almost instantly. And the interface is very informative. And it is FREE. It is probably the best fit for my purpose so far.

I still prefer Advance mp3 catalog, it allows one to delete/rename files on your hard drive.

@etuoyo: Cant offer anything. No N900 in hand . anybody wants to chim in?


Edit: Media Monkey ALSO manage hard drive too, i.e., you delete/rename both the library and computer. Good find, mikec!

bun

Last edited by bunanson; 2009-12-11 at 13:54.
 
Posts: 296 | Thanked: 47 times | Joined on Oct 2009
#16
Now someone create an MP3 tagger for Maemo !
 
Reply

Tags
mp3, mp3 catalog, mp3 tags


 
Forum Jump


All times are GMT. The time now is 07:57.