You are not logged in.

#1 2007-11-06 18:39:55

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

tagog - Discogs audio tagger

homepage
aur page

If you're into music and having the tags of your audio files tidy, check this tool out. You find the album that want to tag on the discogs site, grab the release number (the number in the url), and run tagog on the directory. It supports mp3, mp2, Ogg Vorbis, and FLAC files.

Last edited by adekoba (2008-11-11 02:38:45)


abcdefghijklmnopqrstuvwxyz

Offline

#2 2007-11-06 19:31:03

nogoma
Member
From: Cranston, RI
Registered: 2006-03-01
Posts: 217

Re: tagog - Discogs audio tagger

Looks like a nice tool; I'd like to try it out. Would you mind throwing together a PKGBUILD for it?


-nogoma
---
Code Happy, Code Ruby!
http://www.last.fm/user/nogoma/

Offline

#3 2007-11-06 19:35:40

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

/me doesn't have any experience with that stuff big_smile

maybe if somebody else wanted to. I could learn how to, but I'm afraid that I would forget something/screw something up.


abcdefghijklmnopqrstuvwxyz

Offline

#4 2008-03-02 03:21:03

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

noice, PKGBUILD added! Also, this program has been completely rewritten. The internals are much more modular. Plus, new website!


abcdefghijklmnopqrstuvwxyz

Offline

#5 2008-03-02 03:38:09

tizoc
Member
Registered: 2006-07-28
Posts: 57

Re: tagog - Discogs audio tagger

Great tool, thanks! smile

Offline

#6 2008-03-09 15:23:36

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

you're welcome

I added a album art script and a search script in version 0.0.3.


abcdefghijklmnopqrstuvwxyz

Offline

#7 2008-03-12 16:53:09

Paul-S
Member
From: Wales
Registered: 2008-02-04
Posts: 353

Re: tagog - Discogs audio tagger

Great little tool, thanks adekoba smile

Offline

#8 2008-03-12 17:05:07

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: tagog - Discogs audio tagger

thanks im gonna test it. discogs <3
you should submit it to AUR btw.
if not i will probably do so soon

edit: btw a license would be great too. i recommend MIT or GPL

Last edited by dolby (2008-03-12 17:07:47)


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#9 2008-03-13 22:19:04

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

http://aur.archlinux.org/packages.php?ID=15688

big_smile

I chose the MIT license.

Please, if anyone has any comments, feature requests, bug reports, or anything like that, let me know about them!


abcdefghijklmnopqrstuvwxyz

Offline

#10 2008-03-14 13:06:28

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: tagog - Discogs audio tagger

well technically you need to include a license file in the archive (or include the text in every source file ala unix)  and install the license to /usr/share/licenses/$pkgname in the PKGBUILD


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#11 2008-03-14 18:51:41

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

Yeah, I that as well, but other packages with MIT licenses did not do that (at least the three that I checked, not very thorough admittedly). I'll get on it.


abcdefghijklmnopqrstuvwxyz

Offline

#12 2008-03-14 20:15:23

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: tagog - Discogs audio tagger

well thats how its supposed to be done, eg. if the package was in a binary archlinux repo. i hadnt seen you had included a license file in the source when i posted before btw.
im gonna gine you more feedback when i test this properly.
thanks

Last edited by dolby (2008-03-14 20:15:49)


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#13 2008-03-15 00:38:17

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: tagog - Discogs audio tagger

Only MP3 sad.

Snif.... From an OSS program you'd expect they'd support stuff like FLAC and Ogg Vorbis too smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#14 2008-03-15 01:21:22

scj
Member
From: Sweden
Registered: 2007-09-23
Posts: 158

Re: tagog - Discogs audio tagger

Haven't tried it, but I kind of like the idea. But still, I think that taggers ought be able to operate fairly autonomously by now. I want a tagger that I only need to give the directory I want tagged and it can figure out what album it is.
The musicbrainz taggers does this with audio fingerprinting the songs, although I think that is kind of superfluous, unless you have no metadata available at all. I want a tagger that can intelligently deduce what album I want tagged from gathering all the available metadata and doing the proper queries to various databases.

Guess I should stop procrastinating and do some actual coding at some point, because really, taggers should be easier and less hassle.

Offline

#15 2008-03-15 23:00:15

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

B wrote:

Only MP3 sad.

Snif.... From an OSS program you'd expect they'd support stuff like FLAC and Ogg Vorbis too smile.

Hopefully I will move over to mutagen soon...

scj wrote:

Haven't tried it, but I kind of like the idea. But still, I think that taggers ought be able to operate fairly autonomously by now. I want a tagger that I only need to give the directory I want tagged and it can figure out what album it is.
The musicbrainz taggers does this with audio fingerprinting the songs, although I think that is kind of superfluous, unless you have no metadata available at all. I want a tagger that can intelligently deduce what album I want tagged from gathering all the available metadata and doing the proper queries to various databases.

Guess I should stop procrastinating and do some actual coding at some point, because really, taggers should be easier and less hassle.

Yes, this is a good idea. But one of the problems with discogs is that it does not have that kind of fingerprinting, and will only produce titles and occasionally the track lengths.

But as you mentioned, there should be some sort of intellegent deduction going on that can determine the release based on all information present in a directiory. And that is ultimately where I would like to go with this. But at the same time, I think that there should still be an option to have the release entered in manually (for perfectionists like myself who are weary of computer automation).


abcdefghijklmnopqrstuvwxyz

Offline

#16 2008-04-05 01:59:48

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: tagog - Discogs audio tagger

Good News:

I added Ogg Vorbis, Flac, and APEv2 support. See version 0.0.5.


abcdefghijklmnopqrstuvwxyz

Offline

#17 2009-05-13 01:14:25

sa
Member
From: boston ma
Registered: 2008-05-23
Posts: 127
Website

Re: tagog - Discogs audio tagger

it broken with Python 2.6 sad

Offline

#18 2009-05-13 12:55:50

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: tagog - Discogs audio tagger

ls /usr/share/licenses/common

If you don't see your license there, you have to include one (as licenses/$pkgname/MIT-or-whatever). It seems MIT has sort of become an exception, though. But..

cd /usr/share/licenses
find -iname "*MIT*"

Gives me e2fsprogs and mono.

Last edited by schivmeister (2009-05-13 12:58:34)


I need real, proper pen and paper for this.

Offline

Board footer

Powered by FluxBB