Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Tagging with Oggdrop (Read 4418 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Tagging with Oggdrop

I found oggdrop pretty usefull but i can't figure how to tag my files correctly.  I'm using a filename like :

01 - artist - title.ogg

How can i fill the tagging option fields to get the right tag at the right place ?

Soren

Edit : also, can we expect the addition of vorbisgain into oggdrop ?

Tagging with Oggdrop

Reply #1
Can you please indicate what the directory structure is regarding where the file is located? Then I can tell you how to configure the tagging options.

To include VorbisGain to add TitleGain tags would not be too much if a problem, but to provide AlbumGain tags would be kind of messy unless I was to make it an entirely separate module. AlbumGain would have to be based upon all the currently 'dropped' files. I have thought about this a couple of times, but I decided it was fraught with too many opportunities to get it wrong to make it a worthwhile addition. However, if there is a consensus that wants it included, I'll look at it again.

Tagging with Oggdrop

Reply #2
I think Vorbisgain would be kind of cool.  Perhaps for Albumgain you could make like a queued mode, where you could drop batches of files at a time, and designate all of those to be a particular albums.. and then you could have a queue of multiple albums like this to process.

Tagging with Oggdrop

Reply #3
Quote
I think Vorbisgain would be kind of cool.  Perhaps for Albumgain you could make like a queued mode, where you could drop batches of files at a time, and designate all of those to be a particular albums.. and then you could have a queue of multiple albums like this to process.

Well, if you like the idea Master (  ), I'll have another look at it. Don't expect anything too quickly though, I need to give this some careful thought to make sure I get it right!!

Tagging with Oggdrop

Reply #4
Directory structure is Artist - Albumname\01 - Artist - trackname

Thanks for the hand, Soren

Tagging with Oggdrop

Reply #5
Hi John

Tagging

For tagging, I recommend the implementation found in Monkey's Audio. A good guide can be found by launching it, hitting F9 and clicking "Help". If you don't have it, here's the relevant bit:

Quote
Use %N where N is the field in the file name
Use %%N where N is the field in the parent directory
Use %%%N where N is the field in the grandparent directory
Use %%%%N where N is the field in the great-grandparent directory


and so on...

Thus, if my layout is:

D:\songs\Steve Stevens - Flamenco.a.go.go\04 - Letter To A Memory.wav

I would use:

artist: %%1
album: %%2
tracknumber: %1
trackname: %2


This is a very flexible system and it adapts well for all the quirky naming schemes I've seen.


Replaygain

This can be done in the manner Dibrom suggested. I would also appreciate the option of OggDrop calculating each folder as an album, so I can drop ten folders at one go but each folder's tracks gets treated as individual albums.

May I also take this opportunity to thank you for giving us Ogg Vorbis fans a kick-arse proggie with rapid updates. Keep up the great work!

Cheers,
CD

Edit: fixed typo in example.

Tagging with Oggdrop

Reply #6
Quote
Directory structure is Artist - Albumname\01 - Artist - trackname

Thanks for the hand, Soren

Hmmm, the scheme I used isn't really smart enough to do exactly what you want. My scheme is based upon:

Artist\Album Title\Track Number Track Title.

However, this was done as an initial effort and probably needs revisiting. I think that I'll take a look at Compact Dick's suggestion for introducing greater flexibility. For the moment, all you could do would be to duplicate the Artist - Albumname in both Artist and Album tags and split out the Tracknumber from the Tracknumber/Artist/Trackname. Not great, but all it will do at the moment.

I'll also be looking at the options for adding VorbisGain.

@Compact Dick

Thanks for the suggestions, I'll be looking into them.

 

Tagging with Oggdrop

Reply #7
John,

while we're at it : Could you perhaps un-default the auto tagging in OggDropXPd? Most users don't have their files named according to the scheme it assumes, and if it is enabled by default, you get files tagged like "Album: My Music" and "Title: Artist - Title" etc. because many user fail to realize what's going on.


@Soren:

If you use WinVorbis, you can encode, tag and replaygain all in one go. It doesn't support treating each folder as an album, though.

CU

Dominic

Tagging with Oggdrop

Reply #8
Quote
while we're at it : Could you perhaps un-default the auto tagging in OggDropXPd? Most users don't have their files named according to the scheme it assumes, and if it is enabled by default, you get files tagged like "Album: My Music" and "Title: Artist - Title" etc. because many user fail to realize what's going on.

Done.  The release of 1.6 will NOT tag, by default.

Tagging with Oggdrop

Reply #9
[/QUOTE]@Soren:

If you use WinVorbis, you can encode, tag and replaygain all in one go. It doesn't support treating each folder as an album, though.
Quote


I usually use winvorvbis, a piece of software, but Oggdrop offer more mobility option, no need to install on the host computer, very usefull while i am at university  or on a friend's computer using a universal smart drive.

Soren

Tagging with Oggdrop

Reply #10
John: Thanks

Soren: There's no need to install WinVorbis. You can just ZIP WinVorbis.exe plus Oggenc, Oggdec, Vorbiscomment and VorbisGain - it will run fine. Anyway, now that Oggdrop supports more flexible tagging, you're done