Skip to content

ffmpeg-upnp/tinyMediaManager

 
 

Repository files navigation

tinyMediaManager

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! Donate

##Features## http://www.tinymediamanager.org/features/

Release

you will find the latest release at http://release.tinymediamanager.org

Changelog

http://www.tinymediamanager.org/changelog

##Screenshots## http://www.tinymediamanager.org/screenshots/

Developer info:

Please provide your pull requests against our devel branch.

How to build tinyMediaManager yourself

tinyMediaManager is being built with maven, so you need to have maven (and git of course) installed.

  1. get tinyMediaManager from GitHub

    $ git clone https://github.com/tinyMediaManager/tinyMediaManager.git

  2. build tinyMediaManager using maven

    $ mvn package

After that you will find the packaged build in the folder dist

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%