pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Submit freedb #247

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement:

Submit non-existent freedb entries... Maybe make this an optional question 
if the user edited the results.

Original issue reported on code.google.com by rasi1...@googlemail.com on 7 Oct 2008 at 2:20

GoogleCodeExporter commented 8 years ago
That's a good idea. Such option would definitely be of value. Should be on any
serious ripping program. 

Original comment by FlacMonk...@gmail.com on 15 Oct 2008 at 10:16

GoogleCodeExporter commented 8 years ago
Seems like a valid request to me.

Original comment by rubyripp...@gmail.com on 20 Oct 2008 at 7:45

GoogleCodeExporter commented 8 years ago
yes, I vote for it

Original comment by jbuec...@gmail.com on 25 Oct 2008 at 12:23

GoogleCodeExporter commented 8 years ago
Can anyone find out if freedb still supports updates? I kind of thought it was
becoming a read-only database lately.

Original comment by rubyripp...@gmail.com on 15 Apr 2009 at 7:06

GoogleCodeExporter commented 8 years ago
It appears they are accepting again:
http://www.freedb.org/en/faq.3.html#21

Original comment by mordbr...@gmail.com on 29 May 2009 at 9:17

GoogleCodeExporter commented 8 years ago
Is there any chance that this feature will be released someday?

Original comment by daark...@gmail.com on 10 Sep 2010 at 4:51

GoogleCodeExporter commented 8 years ago
My encouragement to get it done cause I'm no rubydev ;)

They definitely accept submissions.
Check conventions:
http://www.freedb.org/en/faq.3.html#22
Check old ruby code to do it:
http://ruby-freedb.rubyforge.org/

Original comment by fmjrey on 12 Oct 2010 at 10:14

GoogleCodeExporter commented 8 years ago
The problem with implementing this was mainly lack of unicode support. However, 
this is fixed with the ruby-1.9 release. In current refactor branche I can now 
succesfully ensure the encoding is in UTF-8 and convert to it if necessary.

I feel that getting the refactor branche to work should be prio 1, but after 
that this feature seems like a nice and not too hard thing to do.

Original comment by boukewou...@gmail.com on 3 Dec 2010 at 9:51