Dear,
Like probably many other people I enjoy the use of Entagged. Besides tagging, I can use it to export a complete list of my music collection to a file, in order to push this to a database.
As a feature request, I would like to be able to retrieve the full path in that exported file, instead of just it's directory.
I made a small modification to achieve this, although I think many would appreciate this in a next release.
The change is done on the source of 0.35 as I seem unable to connect to CVS using eclipse, so I couldn't create a nice patch.
The change is rather simple:
class: entagged.listing.xml.XmlCreator
method: public void addFile(AudioFile audioFile, String fileName)
codeline 146: used audiofile.getAbsolutePath instead of fileName when writing the name tag.
I wish you all the best with the future of the project.
Best regards,
Steven