Closed GoogleCodeExporter closed 9 years ago
It seems to me that your distro is messing up with the binaries. If they
install a program "flactag" as "discid" that is strange, isn't it? I suggest
you file a bug at your distro or indeed uninstall the flactag program.
The discid binary should be reserved for this project instead:
http://discid.sourceforge.net/
Original comment by boukewou...@gmail.com
on 24 Jan 2013 at 7:05
Problem is that in rr_lib.rb, the 'discid' binary is searched for first, and
that one belongs to the flactag debian package...
Swapping these should resolve the problem..
i.e.
-if installed('discid')
+if installed('cd-discid')
-elsif installed('cd-discid')
+elsif installed('discid')
without side effects on Mac?
Original comment by empee584
on 7 Oct 2013 at 1:54
Original issue reported on code.google.com by
mdosch...@gmail.com
on 20 Jan 2013 at 11:25