Messages - Hirudin [ switch to compact view ]

Pages: prev1 ... 100 101 102 103 104 [105] 106 107 108next
521
It is possible to modify the accessed/modified dates + times.

Check this page out. (Enter, then click Software Download, then DOS Utilities)

[edit]oh yeah, look for "stamp")[/edit]

522
The GodFather is more than your standard audio file tagger. Sure, it can tag your files, but so can 50 other programs, and I bet you already have one that you like. Without making a brag list, TGF will probably handle any file format / tag format combo you can throw at it (except APE tags in MP3 files, the author is against APEs in MP3s). Read on to find out why you should give The GodFather (TGF) a try.

tgf.png

What sets TGF apart from the crowd is that it can use scripts. A basic script could truncate all your tags down to 8 characters. An advanced script could take your tags, correct the case, run 'find and replace' on them, check if they are the same bitrate, output a playlist, and run them all through an external application. Other scripts can be written to parse info from webpages (track names, album art, etc.) into your audio files, or re-organize your whole music collection in one step.

script.png

The GodFather has it's own script editor, I'm sure it's not as good as UltraEdit or SciTE, but it's certainly better than Notepad, it does highlight important words and lets you compile and run the script without saving it or having to switch programs.

colors.png

The GodFather has tons of options, and in the latest betas (currently v 0.71 beta 2) they're finially organized into a nice, neat, central location.

case.png

In the screenshot above you can see the various case options. Worth noting is the 3 lists of words/phrases "Always lowercase," "Always UPPERCASE," and "Exceptions." Always lowercase is all the words that shouldn't ever be capitalized (you may notice that "is" isn't in my list, as contrary to popular beleif "is" is usually capitalized in titles). Always UPPERCASE is the same (but opposite). Exceptions is where you really gain control of your tagging, this list is where you put the words that various recording artists like to mess the case up on. Words like "ATLiens," (which is from an OutKast album I think) "B00MER," and "GooRoo."

replace.png

I think the Replacement Matrix is also worth mentioning. With these you can correct many common annoyances (like using "ft." instead of the word "featuring" or "rmx" instead of "remix"). The replacement matrix and the case rules can be called up in a script by doing something like the following:
tg_setField('Artist',sys_ApplyCase(tg_getField('Artist'),0));
(which applies the case rules to the "Artist" field).

An interesting quirk of TGF is it doesn't apply the changes you make until you hit the "Update" button. The idea is, you can make all the changes you want to the grid, then when you're satisfied with the changes you update the actual files. Some people don't like this, they say "where's the undo?" The answer is: there isn't one. You don't need an Undo with TGF, just don't update 'til you're ready.

log.png

TGF has a built in logger, though it's seldom used. The good thing is: is that you can make your script place stuff into the log. Above is a pic of the log generated by my "Everything" script that lets me know that (based on my case settings) the word "to" has been changed. Now if this was a change I didn't want, I would have caught it simply by reviewing the log. Since the files haven't been updated yet, I can fix the problem in my script or settings that caused the incorrect change, rescan the files (to reset the grid) and run the script again.

library.png

Another feature of The GodFather that needs to be mentioned is that it has a powerful library. Some people use the program only for the library functions. I, on the other hand, haven't ever used the library. But I figured the pic might tell people enough to help them choose to try it or not...
One thing that I'm pretty sure you can do with TGF's library is add files from CDs/DVDs that aren't always going to be in your drives. From some posts on the TGF Forum I get the impression that this isn't a feature of other library programs...

523
Thanks!

Alright, you talked me into it... I was thinking of doing one for a while now, so now I will...

524
It does have a pretty powerful medial library, so I've heard. I don't use it though, so I can't say for certain. The only library I've used is Winamp's...


The GodFather can grab tag info from www.allmusic.com, not only are their tags more accurate (spellings and what not) they also have reviews (which many people like to copy to the comment portion of their tags) and "styles." The styles seperate the music into categories that may work better than generic genres. And thanks to a script made by a few TGF users, all the info on www.allmusic.com can be parsed into your music files. BTW, the music download service "emusic.com" uses reviews from allmusic.com all the time.

TGF also has scripting, something I'd expect the people on this site would jump on. You can do pretty much anything the program can do (and more) in a script. You can even make the script run DOS programs on your music. I made a script that runs mp3gain (in "album" mode) on all your songs at once (something that would have to be done album by album manually). Another script I made finds artist tags where the word "The" is after their name (like "Doors, The") and corrects them ("Doors, The" becomes "The Doors").

TGF has powerful case and replacement settings. The case options has 3 areas "always lower," "always upper," and "exceptions." Exceptions is where you put words like: LeAnn, MacGyver, MxPx, and OutKast (names that don't fit normal capitalization conventions).

I made a script that applies the replacement and case settings, makes sure the album tag is uniform, moves the word "The" back to the beginning of artist names, and makes sure all brackets have a left and a right (I made the brackets it checks user configureable too). The script does all that, plus it logs everything it changes in the program and in a text file. (I hated not knowing what was being changed when I "fixed" my tags.) By the way, TGF has it's own script editor, with highlighting and whatnot (not the best in the world, but beets notepad).

It also has organization capibilities (with scripting too). I haven't used this much (because I want more than what the program will do by default, but am too lazy to write the script myself). But if you have a directory full of random songs, it'll go through and sort them all into folders, you can make it do multiple subfolders if you want. So if you want it to be something like this:
<First letter of artist's name>
  ->Artist Name
    ->Year
      ->Album Name
        ->Songs
it's easily done with TGF...

Here's another thing, that's very useful, that I bet you can't do with other programs: say you have a playlist of all your favorite songs, you can open that playlist in TGF and have it copy all the songs to another folder. Then you could move those songs onto your portable player, or create a mix CD, or whatever, much more easily.

525
"Oh heissa is large the joy" doesn't mean anything to me...

I don't know if the December 3rd page is going to change later or something, but I can't make any sense out of the translation I got...

I *think* it might be some kind of Santa game or something...




PS I downloaded some Ashampoo mp3 program a few months ago, now I get an e-mail from them pretty much every day with a new "special offer" that I can't refuse. Also, the program sucked...

Pages: prev1 ... 100 101 102 103 104 [105] 106 107 108next
Go to full version