tinyMediaManager (http://www.tinymediamanager.org) is a media management tool written in Java/Swing. It is written to provide metadata for the XBOX Media Center (XBMC). Due to the fact that it is written in Java, tinyMediaManager will run on Windows, Linux and Mac OSX (and possible more OS).
tinyMediaManager is free and will stay free. If you appreciate all the effort that has gone into this application then consider a donation. While it's neither expected nor required it is highly appreciated!
##Features## http://www.tinymediamanager.org/index.php/features/
you will find the latest release at http://release.tinymediamanager.org
http://www.tinymediamanager.org/index.php/changelog/
##Screenshots## more screenshots at http://www.tinymediamanager.org/index.php/screenshots/
###Main panel for movies
###Main panel for moviesets
###Search for a movie
###Search for a movieset
###Edit movie metadata
###Main panel for TV shows
###Change artwork
To work with the SNAPSHOTs, you need to add following repository to your ~/.m2/settings.xml
<repository>
<id>ossrh-snapshot</id>
<name>Sonatype Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>